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

body {
	background-color: #EEEEEE;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 
	font-size: 13px;
	color: #000000;
	}
	
#top {
	background-color:#ffffff;
	border: 1px solid #CCCCCC;
	height: 100px; 
	width: 1000px;
	margin: auto;}
	
#logo {
	margin-top: 25px;
	margin-left: 10px;}
	
#nav {
	margin-left: 300px; 
	margin-top: -30px;}
	

a 
{ 
  padding: 0px 0px 1px 0px;
  text-decoration: underline; 
  color: #000000;
  font-size: 13px; 

} 
	
	
a:link {
	color: #000000;
	text-decoration: underline; 
}

a:link:hover, a:visited:hover {
	color: #000000;
	text-decoration: underline; 
}

a:visited {
	color: #000000;
	text-decoration: underline;}
	
.navtext {
	color: #ff9900;
	font-size: 13px; 
}
	
h3 {
	color: #ff9900;
	font-size: 15px; }
	
h2 {
	color: #ff9900;
	font-size: 17px; }
	
#content{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	min-height: 1100px; 
	width: 1000px;
	margin: auto;
	margin-top: 20px;}
	
#dynamic {
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;}

#right{
	float: right;
	width: 220px;
	height: 850px;
}
	
#loginlogo{
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	width: 200px;
	color:#666666;
	font-size: 13px;
	font-weight:600;
	margin-top: 10px;
	margin-right: 20px;}
	
#loginbox{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	width: 200px;
	font-size: 13px;
	font-weight:500;
	margin-right: 10px;
	padding-bottom:10px;
}

#loginitems {
	margin-left: 10px;
	margin-top: 10px; }
	
#quicksearch{
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	min-height: 22px; 
	width: 200px;
	color:#666666;
	font-size: 13px;
	font-weight:600;
	margin-top: 50px;
	margin-right: 10px;}
	
#bottom{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	height: 55px; 
	width: 1000px;
	margin: auto;
	margin-top: 20px;}
	
.inputbox {
	border: 1px solid black; }
	
.inputbox:focus {
	background-color: #EEEEEE; }
	
.button {
	border: 1px solid black; }
	
.quicksearchselect 
{
	width: 170px;
}
#loginitems select
{
	width: 170px;
}
.smalltext {
	font-size: 13px;
	color: #666666; }
	
.smallnav {
	font-size: 13px;
	color: #ff9900; 
}

.largenav {
	font-size: 16px;
	color: #ff9900;
}

.frontpagenav {
	font-size: 13px;
	color: #545454; 
}
	
#signup {
	margin-top: 30px;
	margin-left: 150px;
	color: #ff9900;
}
	
#activate , #forgot
{
	color: #ff9900;
}

.box
{
	background-color: #EEEEEE;
	padding:10px;
}

.profile
{
	background-color: #808080;
}
.profile label
{
	font-weight:bold;
	color:#ffffff;
}

.smallinput
{
	width:27px;
}

.box label 
{
	font-weight:bold;
}	

.bor table, .bor td
{
	 border:1px solid black;
	 text-align:right;
}	


#dhtmltooltip
{
position: absolute;
width: 200px;
border: 2px solid black;
padding: 2px;
background-color: #FFFFE0;
visibility: hidden;
z-index: 100;
}

img
{
	border: 0;	
}

label
{
	padding:2px;
}

.odd
{
	background-color: #eeeeee;
}

.even
{
	background-color: #eeeeee;
}	

.head
{
	background-color: #ff9900;
	color:white;
}

fieldset 
{
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 
	font-size: 14px;
	text-transform: none;
	border: thin solid #ff9900;
}
#legend 
{
	font-size: 1.4em;
	text-transform: uppercase;
	color: #000;
}

.pg-normal 
{
 	color: black;
        font-weight: normal;
        text-decoration: none;    
        cursor: pointer;    
}

.pg-selected 
{
	color: black;
        font-weight: bold;        
        text-decoration: underline;
        cursor: pointer;
}

.result
{
	background-color:#ff9900;
	color:white;
	padding:3px;
}

.userprofile label
{
	font-weight:bold;
}
