.LevelOne {background: #ffffff;color:#ffffff;cursor: hand;}
.LevelOneOver{background: #ffffff;color:#000000;cursor: hand;}

td.LevelOne, table.LevelOne td,
td.LevelOneOver, table.LevelOneOver td{padding: 8px 10px; font-size:11px;}

.LevelTwo {
background: #999999;
	color: #ffffff;
	cursor: hand;
}
.LevelTwoOver{
	background: #333333;
	color: #FFFFFF;
	cursor: hand;
}

td.LevelTwo, table.LevelTwo td,
td.LevelTwoOver, table.LevelTwoOver td {padding: 8px 10px; font-size:11px;}

.LevelThree {
	background: #7e7e7e;
	color: #ffffff;
	cursor: hand;
}
.LevelThreeOver{
	background: #333333;
	color: #FFFFFF;
	cursor: hand;
}

td.LevelThree, table.LevelThree td,
td.LevelThreeOver, table.LevelThreeOver td{padding: 8px 10px; font-size:11px;}


.LevelFour {
	background: #585858;
	color: #ffffff;
	cursor: hand;
}
.LevelFourOver{
	background: #333333;
	color: #FFFFFF;
	cursor: hand;
}

td.LevelFour, table.LevelFour td,
td.LevelFourOver, table.LevelFourOver td{padding: 8px 10px; font-size:11px;}



.LevelFive {
	background: #4C4C4C;
	color: #ffffff;
	cursor: hand;
}
.LevelFiveOver{
	background: #333333;
	color: #FFFFFF;
	cursor: hand;
}

td.LevelFive, table.LevelFive td,
td.LevelFiveOver, table.LevelFiveOver td{padding: 8px 10px; font-size:11px;}
