 body {    
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: Verdana;
    font-size: 14px;    
   /*background: url('/pic/back.gif');*/
     
 }

.text_small {
   font-size: 12px;
}

#news_view {
   margin:5px; 
   padding:10px;
   text-align:justify; 
   font-size:12px;
   border: dotted 1px #6A6A6A;
   background: #EFEFEF;
   height:97%;
}

#news_short_view {
   margin:5px; 
   padding:10px;
   text-align:justify; 
   font-size:12px;
   border: dotted 1px #6A6A6A;
   background:#EFEFEF;
   overflow:hidden;
}

/* Links */
.mainpage {
   font-size: 12px;
}

.links_small {
   font-size: 12px;
}

.link_ver
  {
    font-size:11px;
    color:#000000;
    text-decoration:none
  }
.link_ver:hover
  {
    font-size:11px;
    color:#000000;
    text-decoration:none
  } 

.copyright {
   font-size: 11px;
   font-weight: normal;
   color: #000000;
   padding: 5px;
}

.subtitle { font-weight: bold; color: #333333; text-align: right;}
.subtitle_center_bold { font-size: 14px; font-weight: bold; color: #333333; text-align: center;}
.subtitle_center { font-weight: bold; color: #333333; text-align: center;}
.subtitle_left { font-weight: bold; color: #333333; text-align: left;}

.text_news { font-size: 16px; font-weight: bold; color: #333333; text-align: justify}
.text_news_big { font-size: 14px; color: #333333; text-align: justify}

.adm_error { font-size: 11px; color: red; text-align: center}

.mylink {
   font-size: 11px;
   font-weight: bold;
   color: #333333;
   text-align: left
}

.title_razdel_menu {
   color: #000000;
   font-weight: bold;
   background: #ffffff;
   text-align: left;
   border: dotted 1px #000000;   
}

/* Calendar */
.CalendarTitle {
      font-family:      Verdana,Arial,Helvetica,sans-serif;
      font-size:        11px;
      font-weight:      bold;
      color:            #000000;
      background-color: ;
      text-align:       center;
    }
  .NormalDay {
      font-family:      Verdana,Arial,Helvetica,sans-serif;
      font-size:        10px;
      color:            #000000;
      background-color: #F7F7F7;
      text-align:       center;
      vertical-align:   middle;
    }
  .MarkDay {
     font-family:      Verdana,Arial,Helvetica,sans-serif;
     font-size:        10px;
     color:            #FF0000;
     background-color: #99FFCC;
     text-align:       center;
     vertical-align:   middle;
    }
  .BlankDay { background-color: #EEEEEE; }
  .WeekdayTitle {
     font-family:      Verdana,Arial,Helvetica,sans-serif;
     font-size:        10px;
     color:            #000000;
     background-color: #C9C9C9;
     text-align:       center;
     vertical-align:   middle;
    }
    
/* Древовидное выпадающее меню */
#dropMenu, #dropMenu ul {list-style:none;margin:0px;padding:0px;}      
.menuCat {padding-left:0px;}
.menuCat1 {padding-left:10px;}      
.menuCat span {cursor:pointer;font-weight:bold;}      
.menuCat ul {display:none;}      
