.topmenu {font:12px/1.3 arial,sans-serif;list-style-type:none; text-align:center;}
.topmenu a {
   display:block;
   width:130px;
   background:url(../i/1.png) repeat-x #eee;
   border:silver 1px solid;
   color:#656565;
   font:12px verdana,arial,sans-serif;
   margin:1px;
   padding:3px 0 3px 15px;
   text-decoration:none;
}
.topmenu a:hover {background:url(../i/2.png) repeat-x #feeeb1;color:#880;}
.topmenu a.selected  {background:url(../i/2.png) repeat-x #feeeb1;border:silver 1px solid;color:#960;}
.topmenu li {margin:0;}
.thisso {background-color:gold;}

.nav .nolink {
   background:url(../i/1.png) repeat-x #dae2f4;
   border:silver 1px solid;
   color:#770;
   margin:7px 5px 2px 10px;
   padding:3px 0 3px 6px;
}
.nav {list-style-type:none;margin:-1px 7px 0 0;}
.nav a {
   display:block;
   position:relative;
   background:url(../i/1.png) repeat-x #eee;
   border:silver 1px solid;
   color:#656565;
   font:11px verdana,arial,helvetica,sans-serif;
   margin:1px 0;
   padding:4px 2px 4px 6px;
   text-decoration:none;
}
.nav a:hover {background:url(../i/2.png) repeat-x #feeeb1;color:#880;}
.nav a.selected {background:url(../i/2.png) repeat-x #feeeb1;border:silver 1px solid;color:#960;}

/* календарь */
#calendar {
   width:174px;
   text-align:center;
   background-color:silver;
   border:none;
   font:11px arial,helvetica,sans-serif;
   margin:0 0 -1px 12px;
   text-decoration:none;
}
.month {
   background:url(../i/1.png) repeat-x #DEE3F7;
   color:#880; 
   font:bold italic 12px georgia;
   padding:3px;  
}
.ct { /* дни недели */
  background:url(../i/1.png) repeat-x #DEE3F7;
  color:#650;
  font-family: Georgia;
  padding:2px 3px;
}
.cb { /* число в прошлом */
  background:#FFFBCE;
  padding:4px 3px;
  width:16px;
}
.cv { /* выходные дни */
  background:#FFDFFF;
  color:#000;
  padding:4px 3px;
  width:15px;
}
.cs { /* открытый день */
  background:yellow;
  color:#a00;
  padding:4px 3px;
}
.cp { /* post */
  background:#eee;
}
#cp { /* post link */
  background:#D6F3FF;
  color:blue;
  display:block;
  padding:4px 3px;
}
#cp:hover {
  background:yellow;
  color:red;
}
.cn { /* пустые дни */
  background:#efefef;
}
#cn { /* наступающие дни */
  color:#888;
}
