/* CSS Document */



table.t-style{
width:100%;
background:#ccc;
margin:4px 0 4px 0;
}
table.t-style th{
padding: 5px;
background:#eee;
text-align:center;
}
table.t-style td{
padding: 5px;
background:#fff;
vertical-align:top;
}
table.t-style tr.gray td{
padding: 5px;
background:#eee;
}
table.small-font{
font-size:9px;
}

table.t-style-c{
width:100%;
background:#ccc;
margin:4px 0 4px 0;
}

table.t-style-c td{
padding: 5px;
background:#fff;
}


table.t-style-c th{
background: none repeat scroll 0 0 #EEEEEE;
padding: 5px;
text-align: center;
}
