/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_blue {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #FFFFFF
}

/*--------EIS Container--------*/


.logon_Container {
	width: 100%;
	background-color: #DCEAF5;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.containerThemeBorder {
	border: 1px solid #4891C6;
	margin-top: 5px;
}

.containerThemeTitleCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4891C6;
	vertical-align: middle;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-color: #607789;
	border-bottom-color: #607789;
	padding-left: 3px;
}

.containerIcon {
	height: 15px;
}
.containerVisibility {
	height: 1px;
}
.containerThemeSubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.containerrowData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	padding-left: 2px;
}
.containerrowData a {
	color:  #3366CC;
	text-decoration: none;
}
.containerrowData a:visited {
	color:  #000000;
    text-decoration: none;
}
.containerrowData a:hover {
	color:  #3366CC;
	text-decoration: underline;
}

/* Module Title Menu */
.EIS_ModuleTitle_MenuContainer {
	height:10px;
	border-bottom: blue 0px normal; 
	border-left: blue 0px normal; 
	border-top: blue 0px normal; 
	border-right: blue 0px normal; 
}

.EIS_ModuleTitle_Root {
	background-color: Transparent; 
	font-size: 1pt;
}


.EIS_ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:13px;
	background-color: #FFFFFF;
	PADDING-TOP: 0px; 
	PADDING-BOTTOM: 0px;
}

.EIS_ModuleTitle_MenuItem {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:8pt;
	color: #000000;
    background-color: #FFFFFF;
	FONT-WEIGHT: normal;
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
}

.EIS_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: 13px; 
	height: 10px;
}

.EIS_ModuleTitle_SubMenu {
	z-index: 500; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.EIS_ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.EIS_ModuleTitle_MenuItemSel {

	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:8pt;
	color: #FFFFFF;
    background-color: #285CA2;
	FONT-WEIGHT: normal;
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
}

.EIS_ModuleTitle_MenuArrow {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:8pt;
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.EIS_ModuleTitle_RootMenuArrow {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:8pt;
	cursor: pointer; 
	cursor: hand;
	height: 10px;
}

.EIS_NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	
}











