/* 
================================
CSS STYLES FOR DotNetNuke  Modified by Nina Meiers and again by Japers for PnC
================================
*/  

.ContainerTitle {
	color: #ffffff;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold; 
	padding-left: 5px; 
	padding-bottom: 13px;
}
.PnCContainer {
	color: #ffffff;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold; 
	padding-left: 5px; 
	padding-bottom: 6px;
}
.VisBiz {
	padding-bottom: 13px;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	background-color: transparent;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #5A1156; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #DDE8F1 0px solid; 
	border-bottom: #DDE8F1 1px solid; 
	border-top: #DDE8F1 1px solid; 
	border-right: #DDE8F1 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	background-color: #DDE8F1 ;
	border-left: #DDE8F1 1px solid; 
	border-bottom: #DDE8F1 1px solid; 
	border-top: #DDE8F1 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:  #DDE8F1; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#5A1156', Direction=135, Strength=3);
}

.ModuleTitle_MenuBreak { 
	background-color:  #DDE8F1;
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	background-color: #DDE8F1;
	cursor: pointer; 
	cursor: hand; 
	color: #cc0066; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #DDE8F1 1px solid; 
	border-bottom: #DDE8F1 1px solid; 
	border-top: #DDE8F1 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



