BODY, HTML                                                                                                    
{                                                                                                             
 min-height:100%;                                                                                             
  height:100%; margin:0; padding:0; font-family:Tahoma;                                                        
   font-size:11px; font-weight:normal; color:#727272; background-color:#FFFFFF;                                 
}                                                                                                             

   img { border:0 }                                                                                              
   table,tr, td, tbody {padding:0; margin:0; border-spacing:0;}
                                                                                                                 
     #back1 {  width:100%; height:100%; min-height:100%; background: url('/design/i/dirta.jpg'); }                          
                                                                                                                   
     #back2 {  width:100%; height:100%; min-height:100%; background: url('/design/i/dirta11.jpg') no-repeat left top; }
                                                                                                                   
     #back3 {  width:100%; height:100%; min-height:100%; background: url('/design/i/dirta21.jpg') no-repeat left bottom; }    
                                                                                                                   
     #back4 {  width:100%; height:100%; min-height:100%; background: url('/design/i/dirta12.jpg') no-repeat right top; }
     
     #back5 {  width:100%; height:100%; min-height:100%; background: url('/design/i/dirta22.jpg') no-repeat right bottom; }    
     

td
{
font-family: Tahoma;
font-size: 12px;
color: #68737A;
}

strong
{
 font-weight:bold;
}

img
{ border: none; }


a
{
 color: #B92145;
 font-size: 12px;
}

input, textarea, select
{
 background-color:#fffdf2;
 padding:10px;
 border: 1px solid #dad5c6;
}

button
{
 background-color:#ece9dc;
 padding:5px;
 color:b22818;
 text-transform: uppercase;
 font-weight:bold;
 border: 1px solid #dad5c6;
}



.agray
{
 color: #68737A;
 font-size: 12px;
}

.clock
{
 margin-left:30px;
 background:url("/design/i/clockbg.jpg") 0px -40px;
 width: 207px;
 color: white;
 height:228px;
 font-size: 15px;
}

#clock
{
 padding-left:0px;
 padding-right:17px;
 padding-top:64px;
 text-align:center;
}

.toptd
{
 padding-top:45px;
 padding-bottom:5px;
 padding-left:30px;
 font-size: 12px;
}

.formline
{
 font-size: 12px;
 font-weight:bold;
 text-align:right;
}


.formline2
{
 font-size: 12px;
 font-weight:bold;
 text-align:right;
 color:red;
}


.inp
{
 width:300px;
}

.txt
{
 width:300px;
 height:150px;
}

.submit
{
 width:130px;
 height:35px;
 font-size:15px;
 font-weight:bold;
}


.menu
{
 padding-bottom:10px;
}

.amenu
{
 text-decoration: none;
 text-transform:uppercase;
 font-size: 12px;
 color: #646864;
 padding-left:4px;
}

.amenu:hover
{
 text-decoration: underline;
 color: black;
}

.amenusel
{
 text-decoration: none;
 text-transform:uppercase;
 font-size: 12px;
 color: black;
 padding-left:4px;
}

.menusel
{
 padding-bottom:10px;
}

.nowusers
{
 color:#ededed;
 font-size:13px;
}

.nowusers1
{
 color:black;
 font-size:14px;
}

.table
{ 
 border-right: 1px solid #dad5c6;
 border-bottom: 1px solid #dad5c6;
}

.line
{
 font-size: 12px;
 padding:10px;
 border-top: 1px solid #dad5c6;
 border-left: 1px solid #dad5c6;
}

.line1
{
 font-size: 12px;
 padding: 10px 20px 10px 20px;
 border-top: 1px solid #dad5c6;
 border-right: 1px solid #dad5c6;
}


.bline
{
 font-weight: bold;
  font-size: 12px;
 padding:10px;
 border-top: 1px solid #dad5c6;
 border-left: 1px solid #dad5c6;
}


.line2
{
 background-color:#DFE4E5;
 font-size: 13px;
 padding-left:40px;
 padding-right:20px;
 padding-top:2px;
 padding-bottom:2px;
}        	

.amenu1
{
 text-decoration: none;
 font-size: 12px;
 color: #ededed;
}

.reglink
{
 text-align:right;
 font-size:10px;
 color: #68737A;
}

#tooltip{
background:#FFFFFF;
border:1px solid #666666;
color:#333333;
font:menu;
margin:0px;
padding:3px 5px;
position:absolute;
visibility:hidden
}

.bot
{
 color: black;
 font-size:10px;
 text-decoration: none;
 vertical-align:bottom;
}

.table11
{
 background: url(/design/i/table1.png) repeat-y;
 vertical-align:top;
}

.table22
{
 background: url(/design/i/table2.png) repeat-x;
 text-align:right;
}

.topb
{
 border-top: 1px solid black;
}

#popup                                                                                                                      
{                                                                                                                           
 position: absolute;                                                                                                        
 z-index:90;                                                                                                                
 right:33px;                                                                                                                
 top:100px;                                                                                                                 
 border:1px solid black;                                                                                                    
 padding:0px;                                                                                                               
 margin:0;                                                                                                                  
 background-color: white;                                                                                                   
 display:none;                                                                                                              
 color: #6383a3;                                                                                                            
 text-align:right;                                                                                                          
}                                                                                                                           
                                                                                                                            
                                                                                                                                                                                                                                                    
#popup table                                                                                                                
{                                                                                                                           
 margin:20px;                                                                                                               
}                                                                                                                           
                                                                                                                            
#popup td                                                                                                                   
{                                                                                                                           
 padding-bottom:5px;                                                                                                        
 padding-right:30px;                                                                                                        
}  