/*******************************/
/*  JARLite CSS  			  */
/*****************************/


#container {
	width: 468px;
	margin: 0px auto 0px auto;
	text-align: center;
}
input {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
div.frmlabel {
	float: left;
	width: 125px;
	height: 38px;
	padding: 7px 25px 0px 0px;
	text-align: right;
}
div.frminput {
	float: left;
	text-align: left;
	width: 250px;
	height: 40px;
	padding-top: 5px;
}
div.frmsubmit {
	width: 100%;
	text-align: center;
}
fieldset.refform {
	width: 450px;
	border: 1px solid #e0e0e0;
	padding: 15px 5px 15px 5px;
}

div.error {
	margin: 10px;
	padding: 5px;
	background-color: #fffadc;
	border: 1px solid #cdc9ac;
}

#access {
	width: 310px;
	margin: 100px auto 0px auto;
	text-align: center;
}
#editcontainer {
	width: 500px;
	margin: 20px auto 0px auto;
	text-align: center;
}

div.efrminput {
	float: right;
	text-align: left;
	width: 325px;
	height: 40px;
	padding-top: 5px;
}


fieldset.editform {
	width: 500px;
	border: 1px solid #e0e0e0;
	padding: 15px 5px 15px 5px;
}

legend {
	font-size: 14px;
}

#submenu {
	background-color: #5969a4;
	color: #3A4F6C; 
	text-align: center;
	padding-top: 0px;
	height: 28px;
}
ul.menulink {
	margin: 0 auto 0 auto;
	padding: 0px;
	list-style: none;
	width: 720px;
}
ul.menulink li, ul.menulink li.r {
	margin: 0px;
	padding: 8px;
	background-color: #919fd4;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 0.5px;
	border-left: 1px solid #dce3ee;
	float: left;
	width: 85px;
}
ul.menulink li.r {
	border-right: 1px solid #dce3ee;
}
.menulink a:link, .menulink a:visited { 
	background: transparent; 
	color: #fff;
	text-decoration: none;
}
.menulink a:hover, .menulink a:active {
	background: transparent; 
	color: #ff0000; 
}


table.list, table.smalllist {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
	margin: 0px auto 10px auto;
}

td.jar, th.jar {
	border: 1px solid #e0e0e0;
	padding: 2px;
}
td.left {
	text-align: left;
	padding-left: 5px;
}
table.smalllist {
	width: 70%;
}


div.notice {
	margin: 10px auto 10px auto;
	padding: 5px;
	background-color: #fffadc;
	border: 1px solid #cdc9ac;
	width: 300px;
}
caption {
	font-weight: bold;
	margin: auto;
	padding: 5px;
}
div.pages {
	text-align: center;
	height: 22px;
	padding: 5px;
}
div.pages a {
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #4667e6;
}
div.pages a.current {
	background-image: url(/statsbarbg.gif);
	color: #a3ddff;
}
div.pages a:hover {
	background-image: url(/statsbarbg.gif);
	color: #a3ddff;
}
div.match {
	width: 80%;
	margin: 0px auto 10px auto;
	background-color: #f8f8f8;
	border: 1px solid #e9e9e9;
	padding: 5px 5px 0px 5px;
}
div.matchcode {
	float: right;
	width: 93%;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	padding: 5px 5px 0px 5px;
}
div.matchnum {
	float: left;
	width: 3%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 0px 5px;
	text-align: center;
}
span.highlight {
	color: #ff0000;
}
span.bhighlight {
	color: #0000ff;
	font-family: "Courier New", Courier, monospace;
}
p.analyze {
	width: 60%;
	margin: 0px auto 10px auto;
}

