.tabcontrol
{
    border:0px;
    margin:0px;
    padding:0px; 
}

.tabcontrol .left_up_corner
{
    height:33px;
    width:6px;
    background: transparent url("images_tab/clb.gif");
}

.tabcontrol .up_center
{
    height:33px;  
}

.tabcontrol .right_up_corner
{
    height:33px;
    width:6px;
    background: transparent url("images_tab/crb.gif");
}

.tabcontrol #content
{
    width:100%;
    border:0px ;
    margin:0px;    
    padding:0px;
}

.tabcontrol  .midle_left_side
{
    width:2px;
    background-image:url("images_tab/midle_left.png"); 
}

.tabcontrol  .midle_right_side
{
    width:2px;
    background:transparent url("images_tab/midle_right.png"); 
    
}

.tabcontrol .down_left
{
    width:5px;
    height:6px;
    background-image:url("images_tab/cflFF.gif");
}

.tabcontrol .down_right
{
    width:5px;
    height:6px;
    background-image:url("images_tab/cfrFF.gif");
}

.tabcontrol .down_center
{
    background-image:url("images_tab/down_center.gif");
}


ul.menu 
{
    width: 100%; 
    height: 33px;
    background: transparent url("images_tab/chb.gif") top left repeat-x;
    font-size: 11px;
    font-family:  Verdana, sans-serif;
    font-weight: bold;
    list-style-type: none;
    margin: 0px;
    padding: 0px;      
 
}

ul.menu li 
{
    display: block;
    float: right;
    margin: 0 0 0 5px;
    padding:0px;
}

ul.menu li a 
{
    /*height: 33px;*/
   /* height:100%; */
    color: #fff; 
    text-decoration: none;
    display: block;
    float: left;
    line-height: 200%;
    padding: 6px 10px 0;
}

ul.menu li a:hover
{
    color: #333; 
    text-decoration: none;
}

ul.menu li a.current
{
   line-height: 340%;
   display:block;
   overflow:hidden;
   text-decoration: none;
   
   /*
   display: block;
   line-height: 200%;
   */  
   
   text-align:center;   
   height: 33px;   
   width:100px;
   color: #fff;
   background: transparent url("images_tab/roundedTab.gif") top left no-repeat; 
   /*padding: 0px 0px 0;  */
   padding:0px;
 
  

}

ul.menu li a.current:hover
{
    color: #333; 
}


.content_panel
{
    padding:10px;
    width:100%;
    font-family:Arial,Helvetica,sans-serif;font-size:0.85em;    
}

.content_panel .header
{
    font-weight: bolder;
}

.content_panel .number_column
{   
  font-weight: bolder;
  color:gray;text-align:right;
}

.content_panel .line_dotted
{
    background:  url(images/spacer.gif) no-repeat;  
}

.content_panel .line_dotted_grey
{
    background:  url(images/spacer.gif) no-repeat;
    background-color:#F5F5F5;
}

.content_panel .table_list tr
{
    height:23px;    
}

.content_panel .gray_row
{
    background-color:#F5F5F5;
}


.content_panel .table_list td
{
    border-bottom: 1px dotted gray;
    
    padding-left:10px;        
}

/*category table*/

.up_center_clear
{    
   /* height:100%;*/
      height: 33px;
    background: transparent url("images_tab/chb.gif") top left repeat-x;    
}

.up_center_clear .panel_header 
{
    color:white;
    font-weight:bold;     
    margin-top:3px;   
}

.categ_article_td
{
    padding-top:5px;
    padding-bottom:5px;
}

.categ_article_td_top
{
    padding-top:5px;
    padding-bottom:5px;
    vertical-align:top;
}

.categ_article_p
{
    margin:0;margin-top:5px;
}
