table.XLixisTable
{
	color: #747172;
	font-family:Trebuchet,"Trebuchet MS",Helvetica,sans-serif;
	font-size: 12px;
	border-right:none;
}

table.XLixisTable tr td
{
	border-top-style: solid;
	border-top-width:1px;
	border-top-color:#e8e8ec;
	
	border-right-style: solid;
	border-right-width:1px;
	border-right-color:#e8e8ec;
}

table.XLixisTable tr th
{
	text-align: left;
	padding:5px;
}

table.XLixisTable tr.TableHeader
{
	background-image: url(../images/xlixis/gradient_table_header.png);
	height:37px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.XLixisTable tr td
{
	padding:5px;
}

table.XLixisTable tr.TableOddRow:hover
{
	background-color: #85e3ed;
}

table.XLixisTable tr.TableEvenRow:hover
{
	background-color: #85e3ed;
}