/* specific template settings */

/* ************************* */
/* ******* layout ********** */
/* ************************* */
#zoneswitch {
 width:100%; 
 text-align:center;
}  

#zonebox {
  width: 994px;
  margin:0 auto 0 auto;
  text-align:left;
  background-image:url('../_img/left_bar.jpg');
  background-color: #ffffff;
  background-repeat:repeat-y;
  color:#333333;
}

#toplogo {
  width:994px !important;
  height:217px;
  text-align:left;
  background:url('../_img/head.jpg') transparent no-repeat left top;
}

#toplogo h1 {
 width:400px;
 height:200px;
}

#toplogo h1 img {
 border:0;
}  

#toplogo h1 a:link,#toplogo h1 a:active,#toplogo h1 a:visited { 
  display:block;
  height:200px;
  width:400px;
}   

#toplogo h1 a:hover { 
 
}   

#main {
 margin:0 0 0 185px; 
 padding:0;
 min-height: 500px;
 height: auto;
 _height: 500px;
}
#main.rightbar {
 margin:0 300px 0 185px;  
}
#main-content {
 margin:10px; padding:0;
}

/* left panel */         
#sidebar-left {
  float: left;
  width: 184px;
  min-height: 500px;
  height: auto;
  _height: 500px;
}

#sidebar-left-content {
  font-size: 100%;
}
 /* right panel */         
#sidebar-right {
  float: right;
  width: 300px;
  border-left:1px solid #aaa;
}

#sidebar-right-content h2{
  margin:0px;
  font-size:12px;
  padding:10px;
  border-bottom:2px solid #aaa;
}
#sidebar-right-content h3{
  font-size:11px;

}
#sidebar-right-content .info_bar {
  position:relative;
  padding:3px 11px;
  border-bottom:1px solid #aaa; 
  font-size:10px;
}

#sidebar-right-content a .big_href{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  cursor:pointer;
}
#sidebar-right-content a:hover .big_href{
  background:#000;
  opacity:0.1;
  filter:alpha(opacity=10);
}


.mainnav
{
 text-align:center;
 width:994px;
 margin:10px 0 0 0;
}

.mainnav a 
{
 margin:0 5px;
}

.contentdate
{
 display:block;
 margin:2px 0;
 width:90px;
 padding:4px;
 background-color:#eeeeee;
}

/* footter */	
#zonefoot {
 color:#ffffff;
 font-size:8pt;
 height:90px;
 width:994px;
 background:url('../_img/tail.jpg') #000000 no-repeat left top;
}

#zonefoot-content { 
 padding:35px 0 0 0;
}
    	
#zonefoot a:link,#zonefoot a:visited,#zonefoot a:active {
 color:#ffffaa;
 font-weight:normal;
}

#zonefoot a:hover {
     color:#ffcc00;
}    
/* listmenu */
.navtitle
{
 margin:5px 0;
}

#menu-start
{
 width:184px;
 height:93px;
 background: url(../_img/menu01.jpg) transparent no-repeat left top;
}

#menu-end
{
 width:184px;
 height:50px;
 background: url(../_img/menu02.jpg) transparent no-repeat left top;
}

.mcat{
  width:184px;
}        

.subcat{
  
}    

.mcat li {
  font-size:8pt;
  list-style-type: none;
  padding:4px 0;
  background: url(../_img/butt.jpg) transparent no-repeat left bottom;
}

.subcat li{
  margin:0 0 0 10px;
  list-style-type: none;
  color:#eeeeee;
  background: none;
}        

.subcat li .subcat{
  margin: 0 0 0 10px; 
} 
        
.mcat li a:link, .mcat li a:visited, .mcat li a:active
{
 color:#ffffff;
 text-decoration:none;
 text-align:left;
 padding:6px 10px;
 display:block;
}

.mcat li a:hover
{
 color:#ffcc00;
}

.subcat li a:link, .subcat li a:visited, .subcat li a:active{
  color:#eeeeee !important;
  text-decoration:none;
  display:block;
  padding:0 0 0 5px;
  background: none;
}

.subcat li a:hover{
  color:#dd0000 !important;
}	

.mactual a:link, .mactual a:active, .mactual a:visited, .mactual a:hover
{
 color:#ffffac !important;
}

.sactual
{
 color:#ff0000 !important;
}

/* editable content */
.list_anotation {
  margin-bottom:15px;
}
.list_anotation p {
  margin-top:-10px;
}
.textbox {
 text-align:left;
}

.textbox table th { 
  vertical-align:top;
  font-size:9pt;
  font-weight:bold;
  text-align:left;
}  

.textbox table td { 
  vertical-align:top;
  font-size:8pt;
  font-weight:normal;
}

.textbox li
{
 margin-left: 16px;
}

.textbox p img { margin:2px; }
 
hr.cleaner {
 height:1px;
 margin: -1px 0 0 0; 
 padding:0;
 border:none;
 visibility: hidden;
} 

.separator
{
 border-top:1px solid #000000;
}

.clr
{
 clear:both;
}

.hid
{
 display:none !important;
}

.cc { text-align:center !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; }
.dgreyb { background-color:#444444; }
.greyb { background-color:#cccccc; }
.lgreyb { background-color:#eeeeee; }
.greenb { background-color:#006600; }
.blackb { background-color:#000000; }
.blueb { background-color:#0066cc; }
.yellowb { background-color:#ffffbf; }
.whiteb { background-color:#ffffff; }

/* Server map */

.webmap
{
 margin: 0 0 0 16px;
}

.swebmap
{
 margin: 0 0 0 16px;
}

.swebmapcontent
{
 margin: 0 0 0 16px;
}

.webmap li {
 font-size : 10pt;
 color: #000000;
 list-style-type: disc;
} 

.swebmap li {
 font-size : 9pt;
 color: #000000;
 list-style-type: circle;
} 

.swebmapcontent li {
 font-size : 9pt;
 color: #000000;
 list-style-type: square;
} 

