/*
	STYLE MANAGER
		IMPORT STYLES
*/


@import "web_layout.css";
@import "web_overide.css";
@import "search.css";
@import "search_results.css";
@import "utils.css";

@import "lightbox.css";
@import "box_layout.css";



    
    .rightred {
	font-family: arial;
	font-size: 16px;
	color: #EE2A32;
}
.bodytext {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #555555;
}
.morelink {
	font-family: arial;
	font-size: 11px;
	color: #004CA0;
	text-decoration: underline;
}
.more10 {
	font-family: arial;
	font-size: 10px;
}


.size9 {
	font-family: arial;
	font-size: 9px;
}
.rightred12 {
	font-family: arial;
	font-size: 12px;
	color: #EE2A32;
}

.style3 {
	color: #61686B;
	font-weight: bold;
}
.style8 {color: #FF0000}
.style9 {color: #028594; }
.style10 {
	color: #0062AD;
	font-weight: bold;
}
.style11 {color: #0062AD}
.style12 {	color: #F26521;
	font-weight: bold;
}
.style2 {color: #F26521}
.style14 {color: #000000}
.style16 {color: #000000; font-weight: bold; }

.datatable .pager
{
	font-family:Georgia,serif;
	text-align:center;
	padding:15px 0px;
} 

.datatable .pager SPAN.command,        
.datatable .pager SPAN.current,        
.datatable .pager A.command
{
	border:solid 1px #ccc;
	color:#666;
	background-image:url(../img/gradient.gif);
	background-position:0px -20px;
	line-height:18pt;
	padding:5px;
	text-decoration:none;
}

.datatable .pager SPAN.current
{
	font-weight:bold;
}