table
{
	font-family: "Helvetica", Lucida Grande, Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
    border: 0;
    width: 100%;
    border: 1px solid black;
}
table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
   	background: #EEEEEE url('images/gradhead.png') repeat-x;
    border: 0;
    /*	border-top: 2px solid #e9e9e9; */
	border-bottom: 1px solid #000;
	color: #000;
}
table td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #000;
    border: 0;
	border: 1px solid #000;
    /* border-top: 1px solid silver !important; */
   	background: #fdfdfd url('images/gradback.png') repeat-x;
}
table tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #000;
}
table tbody tr:hover td
{
	/*background: #E6E6E6 url('images/gradhover.png') repeat-x;
	color: #000; */
}

