/* CSS Document */

table
{
	width: 400px;
}
td.click, th.click
{
	background-color: #eee;
	color: #FFFFFF;
}
td.hover, tr.hover
{
	background-image: url(../img/hitellizing_hbuttons_hover_loopx.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
th.hover, tfoot td.hover
{
	background-image: url(../img/hitellizing_hbuttons_hover_loopx.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
td.hovercell, th.hovercell
{
	background-color: #abc;
}
td.hoverrow, th.hoverrow
{
	background-color: #B9C7FF;
}
