/* To Be Defined */
table.wlist	{
	background: #cfcfcf;
	width: 95%;
	margin: auto;
}
table.wlist	th {
	background: #dfdfdf;
	text-align: center;
	padding: 3px 0px;
	font-family:Verdana,Arial,Sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #333;
}


table.wlist tr {
	background: white;
}
table.wlist tr.even {
	background: #efefef;
}

table.gsconfig th.gs	{
	font-family:Verdana,Arial,Sans-serif;
	font-weight:bold;
	font-size: 13px;
	background: #eeffee;
	color: darkgreen;
}

table.gsconfig td {
	font-family:Verdana,Arial,Sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: darkgreen;

}
td.gphdr	{
	background: red;
	color: white;
	text-align: center;
	font-size: small;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetical,Sans-serif;
}
