/*************************************************
*  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: #FFFFFF;
	margin: 10px 0px 15px 0px;
	font-size: 12pt;
	width: 100%;
}
.wp-table-reloaded th {
	background-color: #006B7A;
	font-style: italic;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	color: #3D3D3D;
	width: 50%;
}
.wp-table-reloaded tr {
	line-height: 34px;
}
.wp-table-reloaded a {
	color: #FFFFFF;
}
.wp-table-reloaded td {
	font-style: italic;
	font-weight: bold;
	padding: 4px;
	background-color: #006B7A;
	text-align: center;
	vertical-align: middle;
}
.wp-table-reloaded .odd td {
	background-color: #006B7A;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #E2DEDB;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}
