/* CSS Document */

html
{	
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;	
	
}

/*holds the website*/
#container
{
	position:relative;
	left:0px;
	top:0px;
	width:784px;
	overflow:auto;	
	text-align:left;
	border: 2px solid #474747;
	background-color:#FFFFFF;
	margin: 10px 0 10px 0;
}
/*content area in the site (under the banner and menu)*/
#intconainer
{
	margin: 10px 10px 10px 10px;
}
/*section above the webs page where the ads go*/
#topadbanner
{
	position:relative;	
	width:784px;
	text-align:left;
}
/*bottom navigation*/
#bottomnav
{
	position:relative;	
	width:784px;
	text-align:left;
}
/*side bar were the google ads are*/
#googleads
{
	float:right;
	width:100px;
}

table
{
	border: none;
}

td.listtbl
{
	border-bottom:1px solid #474747;
}
select
{
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #474747;
	color: #191919;	
}
textarea
{
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #474747;
	color: #191919;	
}
.radio
{
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 0px;
	color: #191919;	
}
.headerbar
{
	background-color:#0A50FF;
	width: 600px;
	height:20px;
	text-align:left;
	margin:5px 0 5px 0;
	padding:2px 0 2px 0;
}
.greybar
{
	background-color:#333333;
	width:784px;
	height:10px;
	
}

.adbox
{
	border:1px solid #474747;
	margin: 0 0 5px 0;
	height:85px;
	width: 80px;
	font-size:9px;
	text-align:center;
}

/*********image sizes**********/

/*small images that go in the little ads*/
img.adpic
{
	width:80px;
}

/*small images that go in the search list*/
img.listpic
{
	width:150px;
	border:1px solid #474747;
}
img.detailpic
{
	width:400px;
	border:1px solid #474747;
}

img.thumb
{
	width:80px;
	border:1px solid #FFFFFF;
}

/***********************
text and form styles
************************/
input
{
	font-size:11px;
	border: 1px solid #474747;
}

h1
{
	font-size:20px;
	color:#0A50FF;
}
h2
{
	font-size:11px;
	color:#191919;
}
.subtitle
{
	font-size:19px;
	font-style:normal; 		
	color:#0066FF;
}
.fieldtitle
{
	font-size:15px;
	font-style:normal;
	font-weight:600;
	color:#000000;
}

.label
{
	font-size:12px;
	font-style:normal;	
	font-weight:bold;
	color:#000000;
}
.warnmsg
{
	font-size:14px;
	font-style:normal;
	font-weight:500;
	color:#000000;
}
.headerrow
{
	background-color:#666666;	 
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
}
.rowtitle
{
	font-size:15px;
	font-style:normal; 		
	color:#CC0066;
	font-weight:bold;
}
.detailtxt
{
	
	font-weight:bold;
}

.bluetext
{
	font-size:11px;
	color:#0A50FF;
}

.redtext
{
	font-size:11px;
	color:#FF0000;
}

.purpletext
{
	font-size:8px;
	color:#660099;
}

.redtext
{
	font-size:16px;
	color:#FF0000;
}

.style1 
{
	color: #FF0000
}

p
{	
	margin: 0px 0 5px 0px;	
}

/*****regular links*****/
a:link /* unvisited link */
{
	color: #0A50FF;	
	text-decoration:none;
}     
a:visited /* visited link */
{
	color: #0A50FF;	
	text-decoration:none;	
}  
a:hover  /* mouse over link */
{
	color: #043AA5;	
	text-decoration:none;
}  
/*****bottom navigation links*****/
a.bottomnav:link /* unvisited link */
{
	color: #FFFFFF;
	font-size:9px;
}     
a.bottomnav:visited /* visited link */
{
	color: #FFFFFF;
	font-size:9px;
}  
a.bottomnav:hover  /* mouse over link */
{
	color: #0A50FF;
	font-size:9px;
}  

/*****bluelinks*****/
a.bluelink:link /* unvisited link */
{
	color: #6590FB;
	
}     
a.bluelink:visited /* visited link */
{
	color: #6590FB;
	
}  
a.bluelink:hover  /* mouse over link */
{
	color: #0A50FF;
	
}    

.headertextsmall
{
  font-size:10px;
  color:#CCCCCC;
}

.headertext
{
  font-size:12px;
  color:#CCCCCC;
}

.headertextlarge
{
  font-size:12px;
  color:#CCCCCC;
}.medgrey {
	color: #999999;
}
