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


/* table itself */
.wptable {
	border:		1px Solid #c0c0ff;
	margin:		0px auto;
}

/* header row */
.wptable th {
	padding:	2px 5px;
 	border:		1px solid #c0c0ff;
	cursor:		default;
	background:	#c0c0ff;
}

/* normal row */
.wptable td {
	padding:	3px;
}

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