/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
}

.containermasterLeft {
	width: 190px;;
	background-color: #e9e195;
	padding-left: 3px;
	padding-right: 3px;

}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	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; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.SelectedTab {
    color: #777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	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; 
	cursor: hand; 
	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; 
	cursor: hand; 
	color: black; 
	font-family: verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}

.Head                        
{ font-family: Arial; 
letter-spacing: -1px;
font-size: 18px; color: #912d13; padding: 0px 3px 2px 0px; margin: 0px; }

.GreenHead                    
{ font-family: Arial; 
letter-spacing: -1px;
font-size: 12px;
font-weight: bold; 
color: #3e7004; 
padding: 
0px; margin: 0px;
text-transform: uppercase;  }

.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    ccolor: #3e7004;
	
}

/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #922d13;;
	text-decoration: none;
   font-family: Verdana,Geneva,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover, a.SubHead:visited:hover {
	color: #922d13;
	text-decoration: underline;
  font-family: Verdana,Geneva,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#rule 
{ background: url(rule.gif) repeat-x; height: 9px; margin: 10px 0px 10px 0px; }

img.feature {
position: relative;
top: 5px;
}
