﻿@import url(base.css);

body
{
     font-family:Times New Roman, Times New Roman, Serif;
     font-size:9pt;    
     color:#000;
}

a:hover
{
    text-decoration: underline;    
    
}

div#branding
{
     border-bottom: solid 1pt #000;
     overflow:auto;    
}
div#branding h1
{  
     padding:0px 10pt;
     float:left;   
}

div#branding h2
{
      padding:0px 10pt;
   float:right;    
    
}
div#branding ul
{
    display:none;    
    
}
div#content_sub
{
     display:none;    
    
}

div#site_info 
{
    margin:5pt 0 0 0 ;
    border-top:solid 1pt #000;    
}
#site_info div
{
      display:none;
}

/* Таблицы */

table 
{
    border: solid 1pt #000;    
    border-collapse:collapse;
}

table th
{
     font-weight:bold;    
      text-align:center;
}
table td
{
     text-align:left;
     border: solid 1pt #000;    
}
table caption
{
    font-size: 12pt;
    text-transform:uppercase;    
    font-weight:normal;
} 

table td, table th
{
     padding:2pt;  
}

input 
{
     display: none;
}

