#sr-table {
	width: 100%;
	border-collapse: collapse; }



/* thead and tfoot */

th { color:#535b1e; }

#sr-table td, #sr-table th {
	padding: 4px; }

#sr-table td.date, #sr-table tfoot td {
        font-size: 0.8em;
	border-left: 0; }

#sr-table th {
	font-size: 0.9em;
	text-align:left; }

#sr-table tfoot {
	font-size: 0.9em; }

#sr-table tfoot .sr-tips{
	float: left;
	padding: 0 3px; }

#sr-table tfoot .sr-plugin {
	float: right;
	padding: 0 3px; }



/* tbody */

#sr-table tr.odd {
	background: #fff; }
	
#sr-table tbody tr:hover {
	background: #ffc0a9;  }
	
#sr-table .hidden { display: none; }



/* the following classes are applied by tablesorter.js */

#sr-table thead .header {
	/*background-image: url(images/sort.gif);
	background-repeat: no-repeat;
	background-position: center right;*/
	cursor: pointer; }

/*#sr-table thead .headerSortUp {
	background-image: url(images/asc.gif); }

#sr-table thead .headerSortDown {
	background-image: url(images/desc.gif); }*/

#sr-table thead .headerSortUp, #sr-table thead .headerSortDown {
	background-color: #a5b256; }


/* css for sidebar functions */

.sr-review { /* post title */
	float: left; }

.sr-rating { /* star images */
	float: right; }

.sr-clear { /* clear the floats */
	clear: both; }
