/* WP-Table CSS File v1.35 */

#wptable {
 
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
	border-collapse: collapse;	
}

/* header row*/
#wptable th {
 
	padding:	2px 5px;
 	border:		1px solid ThreeDShadow;
	border-color: #bed2e5 #bed2e5 #bed2e5 #bed2e5;
	cursor:		default;
	background:	#d3e3f2;
}
#wptable th a {color:#4c6a85; text-decoration:none;}
#wptable th a:hover {color:#869bae; text-decoration:underline;}

/* normal row*/
#wptable td {
	padding:	3px;
}

/* alternative rwo */
#wptable tr.alt {
 
 	background-color: #e6eef5; 

}