/*style for item cell*/
.mout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}
/*style for item link*/
.mout a:link{
	color: #000000;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}
/*style for visited item link*/
.mout a:visited{
	color: #777777;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered item cell*/
.mover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #d0e0f5;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered item link*/
.mover a:link{
	color: #000000;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered visited item link*/
.mover a:visited{
	color: #777777;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered item mouseovered link*/
.mover a:hover{
	color: #5555FF;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered active item link*/
.mover a:active {
	color: #FF5555;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}
