/* DUAL VERTICAL */
/* Dual Vertical Item */
.DV_Mri_Css_lightgreen {
	text-align: left;
	width: 100%;
	height: 35px;
	cursor: pointer;
}
/* Dual Vertical Item Left */
.DV_Mri_CssLeft_lightgreen {
	background-position: right top;
	background-image: url(media/TabVertWhiteL.png);
	background-repeat: no-repeat;
	width: 10px;
}
.DV_Mri_CssLeft_lightgreen DIV {
	width: 10px;
}
/* Dual Vertical Item Icon */
.DV_Mri_CssIcon_lightgreen {
	padding: 0px 2px 0px 0px;
	background-position: center top;
	background-image: url(media/TabVertWhiteC.png);
	background-repeat: repeat-x;
	vertical-align: top;
	width: 16px;
}
.DV_Mri_CssIcon_lightgreen DIV {
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 32px;
}
/* Dual Vertical Item Center */
.DV_Mri_CssCenter_lightgreen {
	padding: 0px 2px 0px 2px;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: #444444;
	background-position: center top;
	background-image: url(media/TabVertWhiteC.png);
	background-repeat: repeat-x;
	text-decoration: none;
	line-height: 32px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
/* Dual Vertical Item Arrow */
.DV_Mri_CssArrow_lightgreen {
	background-position: center top;
	background-image: url(media/TabVertWhiteC.png);
	background-repeat: repeat-x;
	vertical-align: top;
	width: 7px;
}
.DV_Mri_CssArrow_lightgreen DIV {
	background-position: center center;
	background-image: url(media/MArrow.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 32px;
}
/* Dual Vertical Item Right */
.DV_Mri_CssRight_lightgreen {
	background-position: right top;
	background-image: url(media/TabVertWhiteR.png);
	background-repeat: no-repeat;
	width: 10px;
}
.DV_Mri_CssRight_lightgreen DIV {
	width: 10px;
}
/* Dual Vertical Item Active Left, Dual Vertical Item Hover Left */
.DV_Mri_CssLeftActive_lightgreen, .DV_Mri_CssLeftHover_lightgreen {
	background-position: right top;
	background-image: url(media/TabVertL.png);
	background-repeat: no-repeat;
	width: 10px;
}
.DV_Mri_CssLeftActive_lightgreen DIV, .DV_Mri_CssLeftHover_lightgreen DIV {
	width: 10px;
}
/* Dual Vertical Item Active Icon, Dual Vertical Item Hover Icon */
.DV_Mri_CssIconActive_lightgreen, .DV_Mri_CssIconHover_lightgreen {
	padding: 0px 2px 0px 0px;
	background-position: center top;
	background-image: url(media/TabVertC.png);
	background-repeat: repeat-x;
	vertical-align: top;
	width: 16px;
}
.DV_Mri_CssIconActive_lightgreen DIV, .DV_Mri_CssIconHover_lightgreen DIV {
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 32px;
}
/* Dual Vertical Item Active Center, Dual Vertical Item Hover Center */
.DV_Mri_CssCenterActive_lightgreen, .DV_Mri_CssCenterHover_lightgreen {
	padding: 0px 2px 0px 2px;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	background-position: center top;
	background-image: url(media/TabVertC.png);
	background-repeat: repeat-x;
	text-decoration: none;
	line-height: 32px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
/* Dual Vertical Item Active Arrow, Dual Vertical Item Hover Arrow */
.DV_Mri_CssArrowActive_lightgreen, .DV_Mri_CssArrowHover_lightgreen {
	background-position: center top;
	background-image: url(media/TabVertC.png);
	background-repeat: repeat-x;
	vertical-align: top;
	width: 7px;
}
.DV_Mri_CssArrowActive_lightgreen DIV, .DV_Mri_CssArrowHover_lightgreen DIV {
	background-position: center center;
	background-image: url(media/MArrowAct.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 32px;
}
/* Dual Vertical Item Active Right, Dual Vertical Item Hover Right */
.DV_Mri_CssRightActive_lightgreen, .DV_Mri_CssRightHover_lightgreen {
	background-position: right top;
	background-image: url(media/TabVertR.png);
	background-repeat: no-repeat;
	width: 10px;
}
.DV_Mri_CssRightActive_lightgreen DIV, .DV_Mri_CssRightHover_lightgreen DIV {
	width: 10px;
}
/* DROP DOWN */
.DV_Mdt_Css_lightgreen {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #A8E5B2;
	background-color: #F5FFF7;
	cursor: pointer;
}
/* Drop Down Item */
.DV_Mdt_CssCell_lightgreen {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #A8E5B2;
}
.DV_Mdi_Css_lightgreen {
	text-align: left;
	width: 100%;
	height: 25px;
}
/* Drop Down Item Icon */
.DV_Mdi_CssIcon_lightgreen {
	padding: 0px 0px 0px 2px;
	width: 16px;
}
.DV_Mdi_CssIcon_lightgreen DIV {
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
/* Drop Down Item Center */
.DV_Mdi_CssCenter_lightgreen {
	padding: 0px 5px 0px 5px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
/* Drop Down Item Arrow */
.DV_Mdi_CssArrow_lightgreen {
	width: 7px;
}
.DV_Mdi_CssArrow_lightgreen DIV {
	padding: 0px 0px 0px 0px;
	background-position: left center;
	background-image: url(media/MdArrow.png);
	background-repeat: no-repeat;
	width: 7px;
}
/* Drop Down Item Active Icon, Drop Down Item Hover Icon */
.DV_Mdi_CssIconActive_lightgreen, .DV_Mdi_CssIconHover_lightgreen {
	padding: 0px 0px 0px 2px;
	background-color: #EEFFF1;
	width: 16px;
}
.DV_Mdi_CssIconActive_lightgreen DIV, .DV_Mdi_CssIconHover_lightgreen DIV {
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
/* Drop Down Item Active Center, Drop Down Item Hover Center */
.DV_Mdi_CssCenterActive_lightgreen, .DV_Mdi_CssCenterHover_lightgreen {
	padding: 0px 5px 0px 5px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	background-color: #EEFFF1;
	text-decoration: none;
}
/* Drop Down Item Active Arrow, Drop Down Item Hover Arrow */
.DV_Mdi_CssArrowActive_lightgreen, .DV_Mdi_CssArrowHover_lightgreen {
	background-color: #EEFFF1;
	width: 7px;
}
.DV_Mdi_CssArrowActive_lightgreen DIV, .DV_Mdi_CssArrowHover_lightgreen DIV {
	padding: 0px 0px 0px 0px;
	background-position: left center;
	background-image: url(media/MdArrowAct.png);
	background-repeat: no-repeat;
	width: 7px;
}

