/* CSS Document */
.table{
position:relative;
width:100%;
text-align:center;
align
}
.table .title{
text-align:left;
}
.table table{
border:none;
width:100%;
}
.table tr{
border:1px solid #666666;
}
.table td{
width: 21%;
padding:0;
background-color:#E1E1E1;
}
.table .side{
border:none;
text-align:right;
padding-right:5px;
width:150px;
background-color:#FFFFFF;
}
.table .legend{
margin-left:10px;
}
.table th{
color:#FF9933;
}
.table .foot{
background:url(http://www.carlahurtado.com/cimaTruck2/public/images/get_trial.png) no-repeat scroll 0 0;
height:30px;
}