/* global html template settings */

* { padding:0;margin:0; }

body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  color: #002850;
  background-color:#002850;
}
.whitetable {
background: #fff;
text-align: left;
}
.whitetable td {
padding: 10px;
}
.textbox table th { 
  vertical-align:top;
  font-size:9pt;
  color:#ffffff;
  font-weight:bold;
  text-align:left;
}  

.textbox table td { 
  height:30px;
  vertical-align:middle;
  font-weight:normal;
  font-size:9pt;  
}

label { 
  cursor:pointer;
  font-weight:bold;
}


fieldset
{
 font-size:9pt;
 color:#000000;
 border:1px solid #666666;
 margin:10px 0 0 0;
}

fieldset p
{
 font-size:100%;
 color:#000000;
 margin:4px;
}

legend
{
 font-size:10pt;
 color:#000000;
 font-weight:bold;
}

legend img { float:left; }

h1 {
   font-weight:bold;
   font-size:160%;
   cursor:default; 
  }

h2 {
   font-weight:bold;
   font-size:22pt;
   cursor:default; 
  }
.adboxtopreflex h2 {
display: inline;
margin: 0;
padding: 0;
font-size: 14px;
}
 
h3 {
   font-weight:bold;
   font-size:16pt;
   cursor:default;
   display: block;
  }

h4 {
   font-weight:bold;
   font-size:12pt;
   cursor:default;
  }
   
p {
  padding:0;margin:0;
  }   


/* active */
a:link, a:visited, a:active {
     color:#002850;
     text-decoration:none;
     
}

a:hover {
     color:#006600;
     text-decoration:none;
     
} 
  
a img { border:0; }  

/*
*************************
******* layout **********
*************************
*/

#zoneswitch{
 width:100%; 
 text-align:center;
 
}  

#zonebox {
  width: 770px;
  margin:5px auto 0 auto;
  text-align:left;
  background-color: #002850;
  color:#002850;
}

#toplogo {
  width:770px;
  height:180px;
  position:relative;
}

#toplogo h1 {
   font-size:2pt;
}

#toplogo h1 img {
 border:0;
}  

#toplogo h1 a:link, #toplogo h1 a:active, #toplogo h1 a:visited { 
  position:absolute;
  top:20px;
  left:0px;
}   

#toplogo h1 a:hover { 
 
}   

#main {
 margin:0 0 0 162px; 
 padding:0;
 
}

#main-content {
 margin:8px 0 10px 10px;
 padding:15px 35px 20px 35px;
 background-color:#ffffff;
 min-height: 493px;
 height: auto;
 _height: 500px;
}

#main h1
{
 font-size:20pt;
 font-weight:bold;
 letter-spacing:1pt;
 padding:6px;
 text-align:left;
 }
#main-content a
{
color: #8c3c64;
font-weight: bold;
text-decoration: underline;
}

#main-content a:hover
{
color: #006600;
}
/* left panel */         
#sidebar-left {
  float: left;
  width: 165px;
  margin:0; 
  padding:0;
  min-height: 300px;
  height: auto;
  _height: 300px;
  
}

.sidebar-left-content {
  margin-top:8px;
  padding:3px;
  background-color: #a0a0c8;
  font-size: 100%;
}

/* footter */	
#zonefoot {
 height:50px;
 width:750px;
 
}

#zonefoot-content { 
 font-size:8pt;
 padding:10px 0 0 0;
 color:#666666;
}

#zonefoot a:link,#zonefoot a:visited,#zonefoot a:active {
 color:#666666;
 font-weight:normal;
}

#zonefoot a:hover {
     color:#999999;
    }         	

.headbox {
	background-color: #b4b4d2;
	padding-top: 18px;
	padding-left: 8px;
	padding-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
	color:#002850;
}
/* listmenu */

#sidebar-left .mcat{
  list-style-type: none;
	text-align: left;
	padding-top: 4px;
	padding-left: 9px;
	
}        

#sidebar-left .subcat{
  margin: 0 0 0 0;
}    

#sidebar-left .subcat li .subcat {
  margin: 0 0 0 10px;
}    

#sidebar-left .mcat li {
 display: block;
 font-size:9pt;
}

#sidebar-left .subcat li{
  font-size:90%;cursor:default;font-weight:bold;margin:0 2px;padding: 0;list-style-type: none;
  text-align:left;
}        
        
#sidebar-left .mcat li a:link, #sidebar-left .mcat li a:visited, #sidebar-left .mcat li a:active, .hormenubody a
{
 display:block;
 color:#002850;
 background: transparent url(../_img/list-off.gif) 2px center no-repeat;
 padding:5px 2px 5px 20px;
 text-align: left;
 font-weight:normal;
}

#sidebar-left .mcat li a:hover, .hormenubody a:hover
{
 background: #b4b4d2 url(../_img/list-hoover.gif) 2px center no-repeat;
 color: #006600;
}

#sidebar-left .mcat li.mactual a, .boxhormenu1  a.mactual
{
background: transparent url(../_img/list-on.gif) 2px center no-repeat;
color: #8c3c64;;
}

#sidebar-left .subcat li a:link, #sidebar-left .subcat li a:visited, #sidebar-left .subcat li a:active {
  color:#ffffff !important;
  text-decoration:none;
  display:block;
  padding:4px 0 4px 25px; 
}

#sidebar-left .subcat li a:hover{
  color:#dd0000 !important;
}	

/* editable content */

.textbox p {
  padding:0 0 4px 0;
  margin:2px 0 4px 0;
	line-height: 1.5em;
}   

.textbox img {
  margin: 0 5px 0 0;
 }
 
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	} 

/* forms */
     
.in {
 font-size : 9pt;
 font-weight: normal;
 border:1px solid #bbbbbb;
 color:#000000;
 background-color:#ffffff;
}

.bt{
 font-size: 9pt;
 font-weight: bold;
 color: #333333;
 border:1px solid #bbbbbb;
 text-align: center;
 background-color: #ffffff;
 margin:4px 0 0 0;
}

/* helpfull */  

label.req, span.req
{
 color:#ffff00;
}

input.req
{
 background-color:#ffff00;
}

.sep
{
 border-top:1px solid #000000;
}

.clr
{
 clear:both;
}

.cc { text-align:center !important; color:#666666 !important;}
.ll { text-align:left !important; }
.rr { text-align:right !important; }

.fl { float:left !important; }
.fr { float:right !important; }

.handy{ cursor:pointer !important; }

.p10 { font-size: 10%; }
.p20 { font-size: 20%; }
.p30 { font-size: 30%; }
.p40 { font-size: 40%; }
.p50 { font-size: 50%; }
.p60 { font-size: 60%; }
.p70 { font-size: 70%; }
.p80 { font-size: 80%; }
.p90 { font-size: 90%; }
.p100 { font-size: 100%; }
.p110 { font-size: 110%; }
.p120 { font-size: 120%; }
.p130 { font-size: 130%; }
.p140 { font-size: 140%; }
.p150 { font-size: 150%; }
.p160 { font-size: 160%; }
.p170 { font-size: 170%; }
.p180 { font-size: 180%; }
.p190 { font-size: 190%; }
.p200 { font-size: 200%; }

.redc { color:#ff0000; }
.greyc { color:#666666; }
.greenc { color:#006600; }
.blackc { color:#000000; }
.bluec { color:#0066cc; }
.yellowc { color:#ffff00; }
.whitec { color:#ffffff; }

.redb { background-color:#ff0000; }
.greyb { background-color:#444444; }
.greenb { background-color:#006600; }
.blackb { background-color:#000000; }
.blueb { background-color:#0066cc; }
.yellowb { background-color:#ffffbf; }
.whiteb { background-color:#ffffff; }

/* Server map */

.webmap
{
 margin: 15px 5px 5px 0;
}

.swebmap
{
 margin: 10px 0 10px -40px;
}

.webmap li {
 font-size : 10pt;
 color: #000000;
 margin-top:5px;
 margin-bottom:5px;
 list-style: none;
 padding:0 0 0 20px;
 background-image:url(../_img/main-page.gif);
 background-repeat:no-repeat;
} 

.swebmap li {
 font-size : 8pt;
 color: #000000;
 margin-top:5px;
 margin-bottom:5px;
 list-style: none;
 padding:0 0 0 20px;
 background-image:url(../_img/sub-page.gif);
 background-repeat:no-repeat;
} 
.darkblue {
	color: #FFFFFF;
	background-color: #002850;
	font-weight: bold;
	border-right: 1px solid #b4b4d2;
	border-top: 1px solid #b4b4d2;
	text-align:center;
}
.lightblue {
	background-color: #a0a0c8;
	border-right: 1px solid #b4b4d2;
	text-align:center;
}
.white {
	background-color: #FFFFFF;
	border-right: 1px solid #b4b4d2;
	border-bottom: 1px solid #b4b4d2;
	text-align:center;
}
