/* control panel styles */
.ControlPanel{width:100%; font-size:12px; border-bottom:#d4a150 solid 1px;}

.SkinObject{font-size:11px; font-weight:bold;}

/* dnn styles */

.Normal {color:#ffffff;}
.SubHead{color:#FFF;}


/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid;
	margin:auto;
}

.ModuleTitle_MenuBar { 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color:#003366; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE;
	color:#000000;
	
}

.ModuleTitle_MenuBreak {
	border-left: #EEEEEE 0px solid; 
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #d3d3d3; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;

}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.linkControl{ width:720px; float:right; text-align:left; margin-top:20px; padding-right:20px;}
.solContain{padding:0; margin:0; text-align:left;}
.solZone{padding:0; margin:0; text-align:left; }
.solBar{cursor: pointer; cursor: hand; font-size:11px;padding:0; margin:0; width:125px; height:47px !important;}
.solIcon{cursor: pointer; cursor: hand; font-size:11px;padding:0; margin:0; width:1px;}


.solItem{cursor: pointer; cursor: hand; font-size:11px; width:125px; height:20px; padding:0; margin:0; text-align:left; color:#666; }
.solItemHover td{ cursor:pointer; cursor: hand; font-size:11px;padding:0; margin:0; text-align:left;}
.solBreak{ cursor: pointer; cursor: hand; padding:0; margin:0; width:1px;}
.solHover{cursor: pointer; cursor: hand; font-size:11px;padding:0; margin:0; width:125px; height:47px; text-align:left;}
.solActive{cursor: pointer; cursor: hand; font-size:11px;padding:0; margin:0; width:125px; height:47px; text-align:left;}

.solMenuArrow{font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand;}

/*solRoot styles*/
.solRootArrow{font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand;}
.solRootItem{cursor: pointer; cursor: hand; font-size:13px; color:#042230; text-align:center; padding:0; margin:0; width:125px; height:47px;}
.solRootItem td
{cursor: pointer; cursor: hand; font-size:13px; color:#042230; background:url(images/menu/normal.png) no-repeat center bottom; text-align:center;  width:125px; height:47px; padding:0; margin:0;}
.solRootItemActive td {vertical-align:top; cursor: pointer; cursor: hand; font-size:13px; background:url(images/menu/active.png) no-repeat center bottom; width:125px; height:27px; text-align:center; color:#042230; font-weight:bold; padding:10px 0 0 0;}

.solRootItemHover{cursor: pointer; cursor: hand; font-size:13px;height:47px;}
.solRootItemHover td{ width:125px; vertical-align:top; padding:10px 0 0 0; font-size:13px; height:27px; text-align:center; cursor: pointer; cursor: hand;  background:url(images/menu/active.png) no-repeat center bottom;}



/* solSub Styles */
.solSubMenu{text-align:left; cursor: pointer; cursor: hand; z-index: 1000; font-size:11px; width:125px; background:#C9DBE0; border:solid 1px #042230}
.solSubMenuActive{cursor: pointer; cursor: hand; font-size:11px; text-align:left; width:125px;}
.solSubMenuHover{ cursor: pointer; cursor: hand; color:#000; font-size:11px; background:#C9DBE0; text-align:left;}

