@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(images/bgr.jpg);
	font-size: 11px;
	background-color:#c8c6c7;
	background-repeat:repeat-x;
}
a:link {
	color: #003399;
	font-weight: bold;
}
a:visited {
	color: #003399;
	font-weight: bold;
}
a:hover {
	color: #903;
	font-weight: bold;
}
a:active {
	color: #903;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #990000;
}
h2 {
	font-size: 12px;
	color: #666666;
}
#fontblack {
	text-transform: uppercase;
	color: #333;
	letter-spacing: 0.8em;
}
h3 {
	font-size: 12px;
	color: #000000;
}
#redlink {
	font-size:12px;
	font-weight:bold;
	vertical-align: top;
	margin-left: 5px;
	margin-top: 5px;
	width: auto;
}
#redlink a{
	color:#990000;
	text-decoration:none;
}
#redlink a:hover{
	color:#666666;
}
.twoColFixLtHdr #container {
	width: 910px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #EEEEEE;
	text-align: left;
	vertical-align: top;
} 
.twoColFixLtHdr #header {
	background: #fff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 10px 10px;
	background-image: url(images/menubgr.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 5px 5px 5px;
} 
.twoColFixLtHdr #footer {
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #footer p {
	margin: 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menubox {
	padding: 0px 10px 5px 10px;
	float: left;
	width: 175px;
	vertical-align: top;
}
.mainmanu {
	float: left;
	padding: 0;
}
.footerfont {
	font-size:10px;
	background-image: url(images/bgrfooter.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	color: #FFFFFF;
}
.magenta {
	color:#CC0000;
	font-weight:bold;
}
.leftCol {
	margin-left: 8px;
	width: 170px;
}
.loginbox {
	border:1px #F90;
}
.btsubmit {
	display:block;
	background-image:url(images/tubbgr.jpg);
	width:auto;
	border-bottom: 2px;
	border-bottom-color:#666666;
	border-right: 2px;
	border-right-color:#999999;
	margin:2px;
	font-size:11px;
	font-weight:bold;
	color:#036;
	border: 1px solid #999999;
	float: left;
}
.btrecover {
	display:block;
	background-image:url(images/tubbgr.jpg);
	width:65px;
	border-bottom-color:#666666;
	border-right-color:#999999;
	margin:2px;
	font-size:11px;
	font-weight:bold;
	color:#036;
	float:right;
	border: 1px solid #999999;
}
.btsearch {
	display:block;
	background-image:url(images/tubbgr.jpg);
	width:auto;
	border-bottom-color:#666666;
	border-right-color:#999999;
	margin:2px;
	font-size:11px;
	font-weight:bold;
	color:#036;
	border: 1px solid #999999;
}
.loginbox {
	background-color: #FFFFFF;
	border: thin solid #999999;
}
#instraction {
	background-color:#FFF;
	border: 1px #CCC;
	padding: 5px;
}
#instraction tr td{
	background-color:#FFF;
	}
.contable {
	background-color:#FFFFFF;
	padding: 4px;
	margin: 3px;
	border: 1px solid #C90;
	background-image: none;
	height: auto;
	width: 99%;
}
.resultstable {
	background: #FFFFFF;
	margin: auto;
	padding: 5px;
	width: 95%;
	border: 1px solid black;
}
.niceinput {
	color: #333333;
	background: #FFFFCC;
	border-bottom: 1px inset #666666;
	padding: 5px;
	height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.resultrow {
	margin-top: 10px;
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#video {
	font-size:10px;
	list-style-image: url(images/video_b.gif);
}
