/*Control panel*/


/*Common*/
html,body{background:#FFF;height:100%;text-align:center;}
td,th,div,span,p,a,input,textarea{font-family:Lucida Sans Unicode,sans-serif;font-size:11px;color:#036;}

.normal{font-family:Lucida Sans Unicode,Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#036;}
.head{font-family:Lucida Sans Unicode,Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:#036;}
.subhead{font-family:Lucida Sans Unicode,Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#036;}
.subsubhead{font-family:Lucida Sans Unicode,Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#036;}

a:link{	color:#F00;text-decoration:underline;}
a:visited{color:#F00;text-decoration:underline;}
a:hover{color:#F00;text-decoration:none;}
a:active{color:#F00;text-decoration:underline;}

/*Skin*/
#mainwrapper{width:770px;margin:0 auto; }

#headerwrapper,#barwrapper,#breadcrumb,#footer{width:100%;}
#slogo{padding:10px;float:left;text-align:left;}
#headerright{width:480px;float:right;text-align:right;padding:15px 10px 10px 0;}
.sbanner{margin-top:10px;text-align:right}

#barwrapper{width:100%;height:30px;background:#036;clear:both;}
#sdate{padding-left:20px;float:left;padding-top:8px;}
.sdate{color:#FFF;}
#speeriotools{padding-left:20px;float:left;}
#speeriotools img{margin-top:7px;}
#speeriotools a:link{color:#F00;}
#speeriotools a:visited{color:#F00;}
#speeriotools a:hover{color:#F00;}
#speeriotools a:active{color:#F00;}

#users{height:28px;line-height:28px;padding-right:20px;color:#FFF;}
a.users:link{color:#FFF;text-decoration:none;}
a.users:visited{color:#FFF;text-decoration:none;}
a.users:hover{color:#FFF;text-decoration:underline;}
a.users:active{color:#FFF;text-decoration:none;}

#breadcrumb{height:22px;line-height:20px;color:#013DA4;text-align:left;}
#breadcrumb div{padding-left:20px;}
a.breadcrumb:visited{color:#F00;text-decoration:none;}
a.breadcrumb:active{color:#F00;text-decoration:none;}
a.breadcrumb:hover{color:#F00;text-decoration:underline;}
a.breadcrumb:link{color:#F00;text-decoration:none;}

#columnleft{float:left;width:20%;margin-right:1%;}
#columncenter{float:left;width:50%;}
#columncenter2{float:right;width:78%;}
#columnright{float:right;width:28%;margin-left:0.5%;}

#smenu{margin-bottom:5px;}
#footerwrapper{width:100%;height:30px;background:#036;clear:both;}

#footer{font-size:10px;clear:both;padding-top:20px;}
#bottomlinks{font-size:10px;}
a.footer,.footer{font-size:10px;}
a.footer:link{color:#036;text-decoration:none;}
a.footer:visited{color:#036;text-decoration:none;}
a.footer:active{color:#036;text-decoration:none;}
a.footer:hover{color:#036;text-decoration:underline;}

.clearboth{clear:both;font-size:0px;line-height:0px;}

/*CSS STYLES FOR HouseMenu*/
#houseMenuVstatic{margin-top:-1px;}
#houseMenuVstatic ul{/* Applied to all unordered lists within the div named "houseMenuVstatic" */
	margin:0;border:0;padding:0;font-size:11px;text-align:left;list-style-type:none;
}
#houseMenuVstatic li{/* Applied to all list items within the div named "houseMenuVstatic" */
	display:inline;margin:0;border:0;padding:0;
}
#houseMenuVstatic a{/* Applied to all links. Use "li a" styles below to customize nested links. */
	padding:5px;display:block;background:#036;text-decoration:none;color:#FFF;width:auto !important;width:100%;margin-top:1px;
}
#houseMenuVstatic a:hover{/* Applied to all links. Use "li a" styles below to customize nested links. */
	background:#369;color:#FFF;
}
#houseMenuVstatic ul a{}/* Applied to first-level links */
#houseMenuVstatic ul ul a{/* Applied to second-level links */
	border-left:7px #036 solid;background:#69C;
}
#houseMenuVstatic ul ul ul a{/* Applied to third-level links */
	border-left:14px #036 solid;background:#69C;
}
#houseMenuVstatic ul ul ul ul a{/* Applied to fourth-level links */
	border-left:21px #036 solid;background:#69C;
}
#houseMenuVstatic ul ul ul ul ul a{/* Applied to fifth-level links */
	border-left:28px #036 solid;background:#69C;
}
.ArrowPointer{cursor:default;}
#houseMenuVstatic a#houseMenuVstaticCurrentLink{/* current link itself */
	font-weight:bold;
}