/*************************************************

*  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 {

    background-color: #4E87C1;

    border-collapse: separate;

    border-spacing: 0;

    font-size: 8pt;

    margin: 5px 0 5px;

    text-align: left;

    width: 100%;

}

.wp-table-reloaded th {

	background-color: #4E87C1;

    	color: #FFFFFF !important;

    	padding: 4px;

}

.wp-table-reloaded td {

	color: #3D3D3D;

	padding: 4px;

	background-color: #FFFFFF;

	vertical-align: top;
	border-bottom:1px solid #D3E4FF;

}

.wp-table-reloaded .even td {

	background-color: #FFFFFF;

}

.wp-table-reloaded .odd td {

	background-color: #4E87C1;

    	color: #FFFFFF;

}

.wp-table-reloaded .row-hover tr:hover td {

	background-color: #D0D0D6!important;

}

.wp-table-reloaded-table-description {

	clear: both;

	display: block;

}