@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.r a:link {
	color:#FF0000;
	text-decoration: none;
}
.r a:visited {
	text-decoration: none;
	color: #FF0000;
}
.r a:hover {
	text-decoration: none;
	color: #FF0000;
}
.r a:active {
	text-decoration: none;
	color:#FF0000;
}

.bb a:link {
	color:#006699;
	text-decoration: none;
}
.bb a:visited {
	text-decoration: none;
	color: #006699;
}
.bb a:hover {
	text-decoration: none;
	color: #FF0000;
}
.bb a:active {
	text-decoration: none;
	color: #006699;
}

.y a:link {
	color:#FFCC00;
	text-decoration: none;
}
.y a:visited {
	text-decoration: none;
	color: #FFCC00;
}
.y a:hover {
	text-decoration: none;
	color: #FF0000;
}
.y a:active {
	text-decoration: none;
	color: #FFCC00;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
#login {	background-image: url(../images/forms/login.jpg);	background-repeat: no-repeat;	background-color: #000000;}
#signup {		background-color: #ffffff;}
#search {	background-image: url(../images/forms/search.jpg);	background-repeat: no-repeat;	background-color: #000000;}
#searchresults {	background-image: url(../images/forms/searchb.jpg);	background-repeat: no-repeat;	background-color: #000000;}
#email {	background-image: url(../images/forms/email.jpg);	background-repeat: no-repeat;	background-color: #000000;}
#container{height:402px; }	
#bottom_div {height:120px; width:100%; position:absolute; bottom:0px;  background:url(../images/forms/formfooter.png) no-repeat;}
.search_field{float:left;border:0;margin-left: 20px;margin-top: 14px;padding: 0;width:182px;height: 20px;padding: 0px 0px 0px 0px;font: 0.9em Arial;background-color:transparent; color:#666666;}
.data_field{float:left;border:0;margin-left: 20px;margin-top: 12px;padding: 0;width:555px;height: 20px;padding: 0px 0px 0px 0px;font: 0.9em Arial;background-color:transparent; color:#666666;}
.select_field{float:left;border:0;margin-left: 20px;margin-top: 10px;padding: 0;width:555px;height: 20px;padding: 0px 0px 0px 0px;font: 0.9em Arial;background-color:transparent; color:#666666;}
.search_box{float:left;border:0;margin-left: 20px;margin-top: 14px;padding: 0;width:382px;height: 20px;padding: 0px 0px 0px 0px;font: 0.9em Arial;background-color:transparent; color:#666666;}
/* begin css tabs */
 
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #cccccc; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
}
 
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
 
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}
 
ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #cccccc; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #eeeeee; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
 
ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
 
/* end css tabs */
.titles {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.red {color: #FF0000}
.bolddata {font-size: 0.75em; font-weight:bold; color:#333333;}
.expl {font-size: 0.8em;color:#333333;}


.expl a:link {
	color:#333333;
	text-decoration: none;
}
.expl a:visited {
	text-decoration: none;
	color: #333333;
}
.expl a:hover {
	text-decoration: none;
	color: #FF0000;
}
.expl a:active {
	text-decoration: none;
	color: #333333;
}
#scrollWrapper
{
	width:640px;
	margin:20px auto 0px;
	position:relative;
	overflow:hidden;
	background-color:#ffffff;
}

#prevArrow
{
	display:block;
	text-indent:-9999em;
	width:39px;
	height:36px;
	background:url("../images/arrow_left.png")	no-repeat top left;
	position:absolute;
	top:70px;
	left:20px;
	overflow:hidden;
}

#nextArrow
{
	display:block;
	text-indent:-9999em;
	width:39px;
	height:36px;
	background:url("../images/arrow_right.png")	no-repeat top left;
	position:absolute;
	top:70px;
	right:20px;
	overflow:hidden;
}

#scrollerWindow
{
	margin:0px auto 0px;
	width:500px;
	position:relative;
	overflow:hidden;
}

#scrollingContent
{
	width:10000px;
}

div.scrollPanel
{
	width:400px;
	float:left;
	padding:0px 50px;
}

.leftColumn
{
	width:525px;
	float:left;
	padding:0px 50px 0px 0px;
	min-height:200px;
	background:#ffffff;
	color:#232323;
}

