body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #444444;
}

.small { font-size:9px; }
.small_1 { font-size:10px; }
.standard { font-size:11px; }
.medium { font-size:12px; }
.medium_1 { font-size:14px; }
.ltgray { color:#999999; }
.white { color:#FFFFFF; }
.smallcaps { font-variant:small-caps; }

/* LINK SETTINGS */

.linklist {
	font-weight:bold;
}

.search a:link, .search a:visited {
	color:#666;
}

.search_curpage {
	font-weight:bold;
}

.black a:link, .black a:visited {
	color:#333;
}

.black a:hover {
	color: #B30000;
	text-decoration: none;
}

.hl { color:#B30000; }

.linklist a:link, .linklist a:visited {
	background-color:#e0e0e0;
	color:#666;
	padding:0px 6px 1px 6px;
	border:1px dotted #999;
	letter-spacing:1px;
	
	
}

.linklist a:hover {
	background-color:#FFCC66;
	color:#000000;
	text-decoration:none;
}

a:link, a:visited {
	color:#B30000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #B30000;
}


a:active {
	text-decoration: none;
}

.gray a:link, .gray a:visited {
	color:#666;
	text-decoration: none;
}

.gray a:hover {
	text-decoration: underline;
	color: #FF6600;
}

.menubar{
	font-size:13px;
	color:#333;
	font-weight:bold;
}

.menubar a:link, .menubar a:visited {	
	color:#333;
	text-decoration: none;	
}
.menubar a:hover {
	color:#FFF;
	text-decoration:none;
}



.details {
	font-size:9px;
	font-weight:bold;
	letter-spacing:1px;
	color:#999;
	/*border-bottom: solid 1px #ccc;*/
	border-top: solid 1px #999;
	padding:2px 5px 2px 5px;	
}

.menubg {
	background-image: url(/images/topline_lo.gif);
	border-bottom:dotted 0px #000;
	background-color:#FF9933;
	border-top:solid 2px #000;
}	

.dotbot{
	border-bottom:dotted 2px #000;
	background-color:#FF9933;
}
.topdot {
	border-top:dotted 2px #000;
}
.solbot {
	border-bottom:solid 2px #000;
	background-color:#FF6600;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}



.deactivated {
	color:#555;
}

.sidebar {
	border-right:dotted 2px #000;
	background-color:#999;
	color:#fff;
	/*
	background-color:#FFCC66;
	color:#FFE699;
	background-color:#FF9933;
	
	*/
}



.sidebar_title{
	padding:1px 0px 1px 5px;
	border-bottom:dotted 2px #000;
	background-color:#FF9933;
	color:#333333;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	font-variant:small-caps;
}

.sidebar_section {
	padding:2px 3px 2px 5px;
}

.sidebar_hl2 {
	padding:5px;
	border-bottom:dotted 2px #000;
	background-color:#999;
	color:#FFCC66;
}



.sidebar_hl {
	padding:5px;
	border-bottom:dotted 2px #000;
	background-color:#999;
	color:#FFE699;
	/*
	color:#333333;
	background-color:#FFE699;
	*/
}

.sidebar a:link, .sidebar a:visited {	
	color:#FFE699;
	text-decoration: none;	
}
.sidebar a:hover {
	color:#FFCC66;
	text-decoration:none;
}
/*
.sidebar a:link, .sidebar a:visited {	
	color:#ff6600;
	text-decoration: none;	
}

.menubar a:hover, .sidebar a:hover {
	color:#fff;
	text-decoration:none;
}
*/
.spacer{
	background-color:#999;
	font-size:1px;
	padding:0px;
}


	

.darkbox{
	background-color:#acacac;
	border:1px solid #777;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	color:#666;
	width:97%;
}





.indentL5 {
	padding-left:5px;
}

.indentL15 {
	padding-left:15px;
}

.inputbox, textarea {
	border:1px solid #aaa;
	font-family: Tahoma, Verdana, Arial;
	padding:2px;
	padding-left:4px;
	font-size:11px;
}

.readonly {
	border:1px solid #fff;
	font-family: Tahoma, Verdana, Arial;
	padding:1px;
	font-size:11px;
	font-weight:bold;
}

.selectbox, textarea {
	border:1px solid #aaa;
	font-size:11px;
}

.button{
	border:1px solid #aaa;
	background-color:#FFCC66;
	color:#666;
	font-size:9px;
	padding:1px;
	font-weight:bold;	
}

.content_section {
	background-color:#999;
	padding:1px;
	width:auto;
	
}

.maincontent{
	padding:1px 10px 8px 10px;
}

.content_section table{
	background-color:#fff;
}

.content_section th, .content_titles, .content_subtitles  {
	/*background-color:#e2e2e2;*/
	background-color:#e0e0e0;
	color:#666;
	border-bottom:1px solid #aaa;
	padding:2px;
	padding-left:4px;
}

.tabs {
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	color:#999;
	/*font-variant:small-caps;*/
}
.unlitetab, .tabbutton, .offtab, .ontab, .hilitetab {
	padding-top:2px;	
}

.hilitetab {
	color:#777;
}
.ontab {
	color:#FF9933;
}

.tabpad{
	padding:0px 5px 5px 5px;
}

.hidden {
	display:none;
	visibility:hidden;
}


.content_section th{
	font-size:13px;
	font-weight:bold;
	text-align:left;
}

.content_titles {
	text-align:right;
	padding-right:4px;
}

.content_subtitles {
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

.form_title{
	font-size:10px;
	font-weight:bold;
	padding-left:6px;
}

.imagedetail{ border: 3px solid #fff; }
.buttonpad{ padding:0px 4px 4px 2px; }
.pad5{ padding:5px; }
.pad3{ padding:3px; }
.pad2{ padding:2px; }

.inputBox
{
color : #000000;
background : #CCCCCC;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}

.inputSubmit
{
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight: bold;
}


