/* grayscale - all levels; text properties for states: normal */
.TM0i0 {
	font-family: Verdana;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* grayscale - all levels; box properties for states: normal */
.TM0o0 {
	background: #DCE9F0;
	border: 1px solid #606060;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* grayscale - all levels; text properties for states: hover, click */
.TM0i1 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* grayscale - all levels; box properties for states: hover, click */
.TM0o1 {
	background: #4F8EB6;
	border: 1px solid #606060;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

.Selected
{
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	background: #82B6D7;
	border: 1px solid #606060;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}