body, td, table{
	font-family: verdana, sans-serif;
	margin: 0px;
}

a, a:visited, a:hover{
	text-decoration:none;
}

img {border:0px}

.itemImg{
	text-align: center; 
	vertical-align: middle; 
	border-bottom: 1px solid #CCCCCC;
}
.itemEmpty{
	background-color: #E2E2E2;
	color: white;
}
.itemText{
	text-align: center; 
	vertical-align: middle; 
	background-color: #828282;
	color: white; 
}
.itemText a{
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	text-decoration: none;
	color: white; 
	background-color: transparent;
}
.itemSel{
	text-align: center; 
	vertical-align: middle; 
	background-color: #757575; 
	color: white; 
	border-bottom: 1px solid #DDDDDD;
}
.itemSel a{
	 color: white; 
	 background-color: transparent;
	 font-family: Arial, sans-serif; 
	 font-size: 11px; 
	 line-height: 12px; 
	 font-weight: bold;  
	 text-decoration: none;
}
.subitemText{
	text-align: center; 
	vertical-align: middle; 
	color: White;
	background-color: #ACACAC; 
}
.subitemText a{
	 color: white;
	 background-color: transparent; 
	 font-family: Arial, sans-serif; 
	 font-size: 11px; 
	 text-decoration: none;
}
.subitemSel{
	text-align: center; 
	vertical-align: middle; 
	color: White;
	background-color: #757575;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.subitemSel a{
	 color: white; 
	 background-color: transparent;
	 font-family: Arial, sans-serif; 
	 font-size: 11px; 
	 font-weight: bold; 
	 text-decoration: none;
}
.itemTable{
	border-right: 2px solid #CCCCCC;
}
