/*
<%color_one%>:#19476D
<%color_two%>:#024D6E
<%color_three%>:#9FC8D6
*/
a { color: #002B4C; }
.checklist { font-family: Arial, Verdana; font-size: 11px; }
.WarningMessage { color: white; font-family: Arial, Verdana;}
.RootGroup
{
	/*background-color: Fuchsia;*/
	/*border: solid 1px #9FC8D6;*/
}
.arrow
{
	position: absolute;
	cursor: pointer;
	cursor: hand;
	filter:alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	z-index: 130;
}
.RootItem
{
	color: #9FC8D6;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-transform: capitalize;
	padding: 6px 0px 6px 7px;
	background-image: url(../../images/map/arrowC3.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}

.RootGroup .MenuItem
{
	font-family: Arial, Verdana;
	font-size: 11px;
	text-transform: capitalize;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(../../images/map/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	/*border: 1px solid #9FC8D6;*/
	border: none;
	/*border-top: 1px solid #19476D;*/
	box-sizing: border-box; -moz-box-sizing:border-box;	
}

.RootGroup .MenuItemOver
{
	font-family: Arial, Verdana;
	font-size: 11px;
	text-transform: capitalize;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(../../images/map/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	border: none;
	/*border: 1px solid #BFCDE3;*/
	background-color: #A7CFE8;
}

.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: #DFEEF4;
	width: 120px;
}
.MainItem
{
	height: 22px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center;
	margin: 1px 0px 3px 0px;
	box-sizing: border-box; -moz-box-sizing:border-box;
}
.MainItemOver
{
	height: 26px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	border-bottom: 3px solid #1973C9;
	border-top: 2px outset #85C3E6;
	width: 120px;
	text-align: center;
	background-color: #64B3DF;
	box-sizing: border-box; -moz-box-sizing:border-box;
}
.MenuItemTemplateOver
{
	font-family: Arial, Verdana;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	border-bottom: 1px solid #1973C9;
	box-sizing: border-box; -moz-box-sizing:border-box;
	background-color: #A7CFE8;
}
.MenuItemTemplate
{
	font-family: Arial, Verdana;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	box-sizing: border-box; -moz-box-sizing:border-box;
}
.MenuItem
{
	font-family: Arial, Verdana;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(../../images/map/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	box-sizing: border-box; -moz-box-sizing:border-box;
}
.MenuItemOver
{
	font-family: Arial, Verdana;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(../../images/map/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	border-bottom: 1px solid #1973C9;
	background-color: #A7CFE8;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: Arial;
	padding: 3px;
	font-size: 8pt;
	text-align: left;
}

.MenuItemClicked
{
	font-family: Arial, Verdana;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(../../images/map/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	border: 1px solid #BFCDE3;
	background-color: #BCE3FB;
}

