.container {   
width: 440px; 
margin: 10px auto;
}

ul.tabs {   
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
/*border-bottom: 1px solid #999; */
/*border-left: 1px solid #999;*/
width: 100%;
}
ul.tabs li {    
color: #333;
float: left;
margin: 0 2px 0 0;
padding: 0; 
height: 31px;
line-height: 31px;
/*border: 1px solid #5b90c6;*/
border-left: none;
margin-bottom: -1px;    
background: #7aa6d3; 
overflow: hidden;
position: relative;
border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-khtml-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
border-top-right-radius: 6px; 
-moz-border-radius-topright: 6px;
-khtml-border-radius-topright: 6px;
-webkit-border-top-right-radius: 6px;
}
ul.tabs li a {   
font-family: Arial, Helvetica, sans-serif;   
font-size: 12px; 
text-transform:uppercase;
text-decoration: none;
color: #333;
display: block;
padding: 0 10px;
/*border: 1px solid #FFF; */
outline: none;
}
ul.tabs li a:hover { 
color: #FFF;
background: #3e77b1;
}	  
html ul.tabs li.active, html ul.tabs li.active a:hover  {  
color: #333;
background: #EFEFEF;
/*border-bottom: 1px solid #EFEFEF; */
}
.tab_container {
/*border: 1px solid #EFEFEF;
border-top: none;   */
margin-top: -1px;
clear: both;
float: left; 
width: 100%;
background: #EFEFEF;
/*-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;  */
}
.tab_content {
font-family: Arial, Helvetica, sans-serif;   
font-size: 12px; 
padding: 2px;
}
/*.tab_content h2 {
font-weight: normal;
padding-bottom: 10px;
border-bottom: 1px dashed #ddd;
font-size: 1.8em;
}
.tab_content h3 a{
color: #254588;
}
.tab_content img {
float: left;
margin: 0 20px 20px 0;
border: 1px solid #ddd;
padding: 5px;
} */  
.cella-row{
display: table; 
border-top: #EEE 2px solid; 
background:#DDD; 
}   
.cella-row:hover{
background:#CCC; 
}
.cella-left, .cella-right{  
width: 210px;
display: block;
float: left; 
padding: 2px; 
}    
.cella-left{
font-weight: bold;
border-right: #EEE 2px solid;    
}
