/************* TABLESORTER *************/

table.tablesorter {
	background-color: #CCCCCC;
	border-collapse: inherit;
	border-spacing: 1px;
	width: 592px;
}

table.tablesorter thead tr .header {
	background-image: url(../img/sort.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
	background-color: #3F11B3;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif)
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif)
}

table.tablesorter thead th {
	background-color: #EFEFEF;
	font-size: 12px;
	padding: 4px;
}

table.tablesorter tbody td {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 4px;
}

/************* TINYTABLE *************/

table.tinytable {
	background-color: #CCCCCC;
	border-collapse: inherit;
	border-spacing: 1px;
	width: 191px;
}

table.tinytable thead th {
	background-color: #EFEFEF;
	font-size: 12px;
	padding: 4px;
}

table.tinytable tbody td {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 4px;
}