@charset "utf-8";
/* CSS Document */

table#client_table tr#clients_header{
background-color:#E2E2E2;
}

table#client_table td{
border-bottom: solid 3px #FFFFFF;
padding-left: 20px;
font-family:Corbel, "Trebuchet MS", Arial, Verdana;
font-size:0.75em;
color:#333333;
height:20px;
}

table#client_table th{
height:52px;
font-family:Corbel, "Trebuchet MS", Arial, Verdana;
text-transform:uppercase;
color:#333333;
font-size:0.75em;
text-align:left;
border-bottom: solid 3px #FFFFFF;
text-indent:20px;
}
.odd_tr{
background-color:#EDF6FA;
}

.even_tr{
background-color:#EEEDEE;
}