/*************************************************
*  This CSS file belongs to WP-Table Reloaded!   *
*  DO NOT make any changes here, add them to the *
* "Custom CSS" textarea in the "Plugin Options"! *
*************************************************/

.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 2px;
	background-color: #666666;
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	width: 100%;
	text-align: left;


}
.wp-table-reloaded th {
	background-color: #000;
	border: 1px solid #000;
	padding: 4px;
	color: #ff4500!important;

}
.wp-table-reloaded td {
	color: #ffffff;
	padding: 4px;
	background-color: #333333;
	vertical-align: top;

}
.wp-table-reloaded .even td {
	background-color: #000;

}
.wp-table-reloaded .odd td {
	background-color: #222222;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #000!important;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}