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


body
{
	line-height: 1.6em;
}

#lace-locs-wig-details
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	background: url('/images/wig_table/wig_table_bg.png');
}
#lace-locs-wig-details thead tr
{
	background: url('/images/wig_table/wig_table_bg_head.png');
}
#lace-locs-wig-details th
{
	font-size: 13px;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #000;
}
#lace-locs-wig-details td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}
#lace-locs-wig-details tbody tr:hover td
{
	color: #339;
	background: #cdcdee;
}
