/* ------------------
   Style Sheet for Table
   ------------------   */


body
{
	line-height: 1.6em;
}

#wig-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('/images/wig_table/wig_table.png');
}
#wig-table thead tr
{
	background: url('/images/wig_table/wig_table_head.png');
}
#wig-table th
{
	font-size: 13px;
        font-weight: bold; 
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #000;
}
#wig-table td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}
#wig-table tbody tr:hover td
{
	color: #b81413;
	background: #ff81a7;
}
