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

table#rating {background-color: #CDCDCD;font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;width: 98%;}
table#rating thead tr th, table#rating tfoot tr th {background-color: #e2e2e2;border: 1px solid #FFF;padding: 4px;}
table#rating thead tr .header {background-image: url('../../i/tablesorter-bg.gif');background-repeat: no-repeat;background-position: center right;cursor: pointer;}
table#rating tbody td {background-color: #fff;color: #3D3D3D;padding: 4px;}
table#rating tbody tr.odd td {background-color:#f2f2f2;}
table#rating thead tr .headerSortUp {background-image: url('../../i/tablesorter-asc.gif');}
table#rating thead tr .headerSortDown {background-image: url('../../i/tablesorter-desc.gif');}
table#rating thead tr .headerSortDown, table#rating thead tr .headerSortUp {background-color: #ccc;}
.rating_add {border: 1px solid #000;padding: 15px;}
.rating_add input, textarea {width: 260px;}