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

.wptable {
	width: 85%;
	line-height: 1.6em;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	background: #fff;
	margin-bottom: 10px;
	border-collapse: collapse;
	text-align: left;	
}

/* header row*/
.wptable th {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding: 10px 12px;
	border-bottom: 2px solid #6678b1;
	text-align: left;
	background: #a8d253;
}

/* normal row*/
.wptable td {
	color: #000;
	padding: 9px 8px 0px 8px;
	text-align: left;
	background-color: #ffdca1;
	border-bottom: 1px solid #6678B1;
}

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

}