/* CSS Document */

TD, BODY
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
}

.header
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
background-image: url(images/bg_header.gif);
background-repeat:no-repeat;
padding-left: 25px;


}


a{color:#818181; text-decoration:none;}
a:hover{color:#818181; text-decoration:none;}

/*for drop down menu*/

#nav, #nav ul { /* all lists */
	padding: 5px;
	margin:0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 100px;
	background: #eeeeee;
}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #eeeeee;
	width: 95px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
.main{
height:25px;}

.white{color:#FFFFFF}
.grey{color:#666666}

.1{background-color:#f6f6f7;}
.2{background-color:#c0a062;}
.3{background-color:#e77844;}
.4{background-color:#90478b;}
.5{background-color:#a03737;}
.6{background-color:#9aca9a;}
.7{background-color:#1f1a17;}


.button, .buttonDis{ 
display: block;
background-color: transparent;
background-image: url(images/bg_button.jpg);
background-repeat:repeat;
width: 75px;
height: 20px;
margin: 5px auto;
padding: 2px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
border: 1px solid #999999;
}
.button2, .buttonDis2{ 
display: block;
background-color: transparent;
background-image: url(images/bg_button.jpg);
background-repeat:repeat;
width: 45px;
height: 15px;
padding-top:3px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
border: 1px solid #999999;
}
a.button, a.buttonDis{ 
display: block;
background-color: transparent;
background-image: url(images/bg_button.jpg);
background-repeat:repeat;
width: 75px;
height: 20px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
border: 1px solid #999999;
}

a.button2, a.buttonDis2{ 
display: block;
background-color: transparent;
background-image: url(images/bg_button.jpg);
background-repeat:repeat;
width: 45px;
height: 15px;
padding-top:3px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
border: 1px solid #999999;
}
.smallinp{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
width:130px;
height:15px;
}
.smallinp2{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
width:90px;
height:15px;
}