/* Global CSS definitions for WP-Table Reloaded
inspired by "blue" theme of Tablesorter 2.0 Plugin
(won't be used unless option checked on plugin-options-screen!) */



/* general table styles */
table.wp-table-reloaded {
	font-family:arial;
	background-color: #000;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #636465;
	/*border: 1px solid #000;*/
	font-size: 8pt;
	padding: 4px;
}

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

table.wp-table-reloaded tbody td {
	color: #FFF;
	padding: 4px 6px;
	background-color: #000;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#757778;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#858789;
}


/* Styles for the sorting (if Tablesorter is enabled) */
table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}

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

table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	/*background-color: #757778;*/
	color:#000;
}


/* Style for the Table Name (in <h2>-Tag) (if printed above the table) */
h2.wp-table-reloaded-table-name {
	font-size: 16px;	
}

/* Style for the Table Description (if printed under the table) */
span.wp-table-reloaded-table-description {
	font-size: 10px;	
}
