﻿body, html {
 background-color: #fff;
 font-family:arial, Verdana; 
 font-size:9pt;
 margin:0px;
 height:100%; 
 padding:0px;
}

#wrapper {
 display:block;
 height:auto !important;
 height:100%;
 min-height:100%;
 min-width:100px;
}

#left {
 float:left;
 width:70px;
}

#right {
 margin-left:80px;
 margin-right:10px;
}

.clear {
 clear:both;
}

.nav_left {
 background: #f2f2f2;
 z-index: 2;
 position:fixed;
 left:0px;
 bottom:0px;
 width:70px;
 height: 100%;
 z-index:99999;
}

.spoiler_body {
 display:none;
}

.spoiler_links {
 cursor:pointer;
}

td, div a:link {
 text-decoration:none; 
 font-size:9pt;
 color:#dadada;
}

td, div a:visited {
 text-decoration:none; 
 font-size:9pt;
 color:#939393;
}

td, div a:hover {
 text-decoration:none; 
 font-size:9pt;
 color:#b5b5b5;
}

td, div a:active {
 text-decoration:none; 
 font-size:9pt;
 color:#939393;
}