/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 	0px;
	padding-top: 0px;
}

.containermasterLeft {
width: 120px;
padding: 0px 0px 0px 0px;
}

.containermasterhome {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 	0px;
}


.containermasterSearch {
	width: 180px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 28px;
}


.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	color: black; 
	font-family: verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	display: none;
}

.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color: #eeeeee;
    font-family: verdana, arial;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color: #eeeeee;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#eeeeee;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: black; 
	font-family: verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}

.Head                        
{ font-family: verdana; 
font-weight: normal;
font-size: 18px; 
line-height: 24px;
color: #0f3360; 
padding: 0px; 
margin: 0px; }


.GrayHead                    
{     font-family: Verdana, Arial, tahoma;
    font-size: 11px;
    font-weight: bold;
	color: #494949;
}

.SubHead 
{
color: #5f5f5f;
font-size: 11px;
font-family: verdana;
font-weight: bold;
}

a.SubHead:link, a.SubHead:visited {
font-family: verdana;
	color: #005288;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.SubHead:hover, a.SubHead:visited:hover {
color: #ff7028;
font-size: 11px;
font-family: verdana;
text-decoration: none;
font-weight: bold;
}

a, a:link, a:visited {
	font-family: Verdana, Arial, tahoma;
	color: #005288;
	font-size: 11px;
	text-decoration: none;
}

a:hover, a:visited:hover {
font-family: Verdana, Arial, tahoma;
	color: #ff7028;
	font-size: 11px;
	text-decoration: none;
}

.OtherTabs {
 font-size: 11px;
 font-family: verdana;
	Font-weight: normal;
	Color: #eeeeee;
	text-decoration: none;
}
    
A.OtherTabs:link {
 font-size: 11px;
 font-family: verdana;
	Font-weight: normal;
	Color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:visited  {
 font-size: 11px;
 font-family: verdana;
	Font-weight: normal;
	Color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:active   {
 font-size: 11px;
 font-family: verdana;
	Font-weight: normal;
	Color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:hover    {
 font-size: 11px;
 font-family: verdana;
	Font-weight: normal;
	Color: #eeeeee;
	text-decoration: underline;
}














