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

.wptable {
 
	/*font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;*/
	border-collapse: collapse;	
	
	width: 700px;
	padding: 0;
	margin: 0 0 15px 9px;
}

/* header row*/
.wptable th {
 
	/*padding:	2px 5px;
 	border:		1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:		default;
	background:	ButtonFace;*/
	
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #1e1e1e;
	border-left: 1px solid #1e1e1e;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 5px;
	background: #1e1e1e;
}

/* normal row*/
.wptable td {

	/*padding:	3px;*/
	
	width: 140px;
	font-size: 1em;
	border-right: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	/*background: #cbe2f2;*/
	padding: 3px 5px;
	color: #000;
}

.wptable tr {
	background: #cbe2f2;
}

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

.wptable td span {
	font-weight:bold; }
