/*>>> Start tables >>> */
table.colored {  
   width: 100%;
   border-bottom: 1px solid #A6A6A6;  
   border-left: 1px solid #A6A6A6;
   border-spacing: 0px;
   border-collapse: collapse;
}
table.colored caption,
caption {
   padding: 3px;
   background-color: #009F9E; 
   border: 1px solid #009F9E; 
   color: #FFFFFF;
   text-align: left;
   text-transform: uppercase;
   font-weight: bold;
}
table.colored th,
table.colored td {   
   padding: 3px;
   margin:0;
   border-top: 1px solid #A6A6A6;
   border-right: 1px solid #A6A6A6;
   background-color: #E0E1E2;
   text-align: left;
   vertical-align: top;
}
table.colored tr.even td{
   background-color: #F3F3F4;
}
table.colored th,
table.colored tr.even th {
   background-color: #E0E1E2; 
   font-weight: bold;
}
table.colored th.empty,
table.colored td.empty {
   background-color: #FFFFFF;
}

/* table cell width */
.px80 {width: 80px;}
.px90 {width: 90px;}
.px100 {width: 100px;}
.px110 {width: 110px;}
.px120 {width: 120px;}

/* <<< End tables <<< */

