.Table
{
	width: 100%;
	border: 1px solid #eeeeee;

}


.TableLight
{
	border: 1px solid #585858;
}

.TableCell
{
	font-size: 7pt;
	height: 24px;
}

.TableHeader,.TableHeaderLight
{
	-moz-user-select: none;
}
.TableHeaderLight
{
	border-top: 1px solid #CFD4D8;
	border-bottom: 1px solid black;
	background-color: orange;

	font-size: 6pt;
	-moz-user-select: none;
}

.TableColumnHeader
{
	border-top: 1px solid orange;

	color: white;
	font-size: 7pt;
	font-weight: bold;
	background-color: orange;
	cursor: pointer;
	cursor: hand;
	-moz-user-select: none;
}

.TableEvenRow
{
	background-color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
	-moz-user-select: none;
}

.TableOddRow
{
	background-color: #EEEEEE;
	cursor: pointer;
	cursor: hand;
	-moz-user-select: none;	
}

.TablePageNav,.TablePageNav:visited
{
	color: white;
	text-decoration: none;
}

.TablePageNav:hover
{
	text-decoration: underline;
}