@CHARSET "UTF-8";

#cbody table{
 margin-left:161px;
 margin-right:161px; 
 width:670px;
 margin-bottom:40px; 
}
.ctrladd{   
  cursor:pointer;
  text-decoration: none;
  color: #003366 ; 
 }
 .ctrladd:VISITED{
  color: #003366 ;  
 }
 .ctrladd:HOVER{
  color:#359FCD;	
 }
 
 .itemcont{
   border-bottom: 1px dashed #666666;  
   color: black;
 }
 .itemcont_block{
   border-bottom: 1px dashed #666666;
   color: red;
 }
 
 .cpanel{
  top:15px;
 }
 #datapage{
 margin-top: 15px;
}
.contour{
 border: 1px dashed #666666;
 min-height: 180px;
}

#pict{
 position: relative; 
 top:280px;
 left:-78px;	
 width:78px; 
 height: 279px;
 background-image: url("/img/picture.png");
 background-repeat: no-repeat;
 background-position: center;  
}