/*  Menu Classes */

.iceMnuBar
{
	padding: 0;
	margin: 0;
	white-space: nowrap;
	background-image: none;
	background-color: #fcfcfc;
}

.iceMnuBarVrt
{
	padding: 0;
	margin: 0;
	white-space: nowrap;
	background-image: none;
	background-color: #fcfcfc;
}

.iceMnuBarItem
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	/*border: 1px solid #46b0dc;*/
	border: none;
	float: left;
	white-space: nowrap;
	background-color: #fcfcfc;
}

.iceMnuBarVrtItem
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	border: none;
	float: left;
	white-space: nowrap;
	background-color: #fcfcfc;
	width: 252px;
}

.iceMnuBarVrtItem
{
	float: none;
}

.iceMnuBarItem a, .iceMnuBarItem span, .iceMnuBarItem a:hover
{
	text-decoration: none;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #ffffff;
}

.iceMnuBarVrtItem a, .iceMnuBarVrtItem span, .iceMnuBarVrtItem a:hover
{
	text-decoration: none;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	/*color: #ffffff;*/
	color: #000000;
}

.iceMnuBarItem a, .iceMnuBarItem span, .iceMnuBarItem a:hover
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	padding: 3px 6px 3px 6px;
}

.iceMnuBarVrtItem a, .iceMnuBarVrtItem span, .iceMnuBarVrtItem a:hover
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	padding: 3px 0 3px 6px;
	color: #000000;
}

.iceMnuBarItem a
{
	background-image: url('./css-images/menu_bar_item_bg.gif');
}

.iceMnuBarVrtItem a
{
	background-image: url('./css-images/menu_bar_item_bg_vrt.gif');
}

.iceMnuBarItem a:hover
{
	background-image: url('./css-images/menu_bar_item_bg_on.gif');
}

.iceMnuBarVrtItem a:hover
{
	background-image: url('./css-images/menu_bar_item_bg_vrt_on.gif');
}

.iceMnuItmSep
{
	/*border-bottom: 1px solid #46b0dc;*/
	border: none;
}

.iceMnuItmSep hr
{
	width: 95%;
	border: none;
	background-color: #46b0dc;
	height: 1px;
}

.iceMnuBarSubMenu
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	position: absolute;
	background-color: #fcfcfc;
	display: block;
	width: 200px;
	white-space: nowrap;
	border-right: 1px solid #46b0dc;
	border-left: 1px solid #46b0dc;
	border-top: 1px solid #46b0dc;
	border-bottom: 1px solid #46b0dc;
	z-index: 1000;
}

.iceMnuBarVrtSubMenu
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	position: absolute;
	background-color: #fcfcfc;
	display: block;
	width: 210px;
	white-space: nowrap;
	border-right: 1px solid #46b0dc;
	border-left: 1px solid #46b0dc;
	border-top: 1px solid #46b0dc;
	border-bottom: 1px solid #46b0dc;
	z-index: 1000;
}

.iceMnuItm
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	/*border-bottom: 1px solid #46b0dc;*/
	border-bottom: 0px;
}

.iceMnuItm a, .iceMnuItm a:hover
{
	/*background: left top url('./css-images/menu_item_bg.gif') repeat-y;*/
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	height: 25px;
	width: 100%;
}

.iceMnuItmVrt a, .iceMnuItmVrt a:hover
{
	/*background: left top url('./css-images/menu_item_bg.gif') repeat-y;*/
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	height: 25px;
	width: 100%;
}

.iceMnuItm a
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	background-color: #fcfcfc;
	color: #000000;
}

.iceMnuItmVrt a
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	background-color: #fcfcfc;
	color: #000000;
}

.iceMnuItm a:hover
{
	/*background-color: #4591a1;
	color: #4591a1;*/
	background-color: #65c4f0;
	color: #65c4f0;
}

.iceMnuItmVrt a:hover
{
	/*background-color: #4591a1;
	color: #4591a1;*/
	background-color: #65c4f0;
	color: #65c4f0;
}

.iceMnuItm a:hover .iceOutTxt
{
	color: #ffffff;
}

.iceMnuItmVrt a:hover .iceOutTxt
{
	color: #ffffff;
}

.iceMnuItm a:hover .iceOutTxt, .iceMnuItm a:hover .iceMnuItmLabel
{
	color: #ffffff;
}

.iceMnuItmVrt a:hover .iceOutTxt
{
	color: #ffffff;
}

.iceMnuItmLabel
{
	padding-left: 7px;
	padding-right: 10px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.iceMnuItmLabel, .iceMnuBarItemLabel
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	/*width: 100%;*/
	vertical-align: middle;
}

.iceDatTbl td span.iceMnuItmLabel
{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	display: inline;
	padding: 0 0 0 7px;
}

.iceMnuItmImage, .iceMnuBarItemImage, .iceMnuBarVrtItemImage
{
	display: inline;
	vertical-align: middle;
}

.iceMnuBarSubMenuInd
{
	float: right;
	padding: 5px 0 0 0;
	margin: 0;
}

.iceMnuBarVrt
{
	/*width: 160px;*/
	width: 251px;
	display: block;
}

.iceMnuBarVrtSubMenuInd
{
	display: inline;
	float: right;
	padding-top: 3px;
	padding-right: 1px;
}

/* Panel Popup */
.icePnlPop, .icePnlTlTip
{
	width: auto;
	padding: 0px;
	z-index: 1000;
	width: 350px;
	height: 324px;
	background: #ffffff;
	border: 1px solid #46b0dc;
	color: #ffffff;
}

.icePnlPopHdr, .icePnlTlTipHdr
{
	height: 2.0em;
	font-weight: bold;
	color: #ffffff;
	background: #ffffff url('./css-images/panel_header_bg.gif') repeat-x top left;
	border-bottom: 1px solid #46b0dc;
}

.icePnlPopHdr .iceOutTxt, .icePnlTlTipHdr .iceOutTxt
{
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	font: 11px tahoma;
	color: #ffffff;
	font-weight: bold;
}