/* WP-Table CSS File v1.50 */

.wptable {
	border:		none;
	background:	#282727;
	font-size:12px;
	color:		#998675;
	border-collapse: collapse;	
}

/* header row*/
.wptable th {
 
	padding:	2px 5px;
	font-weight:bold;
	color: 		#BE600C;
	cursor:		default;
	text-decoration:underline;
	
}

/* normal row*/
.wptable td {

	padding:	3px;
}

/* alternative rwo */
.wptable tr.alt {
 
 	background-color: #F4F4EC; 

}