/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
}

.containermasterSearch {
	width: 100%;
	background-color: transparent;
	margin-left: 16px;
	padding-left: 2px;
	padding-right: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.containermasterPane {
	width: 218px;
}

.bluetitle {
background-image: url(pane_bg.jpg);
background-repeat: repeat-x;
height: 41px; 
vertical-align: middle;
}

.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: Times New Roman; 
font-weight: normal;
font-size: 18px; 
color: #261f6a; 
padding: 0px; 
margin: 0px; }


.WhiteHead                    
{ font-family: tahoma;
text-transform: uppercase; 
font-size: 11px;
font-weight: bold; 
color: #ffffff; 
padding-left: 16px;
padding-right: 2px; 
margin: 0px;  }

.AdHead
{
font-family: tahoma;
text-transform: uppercase; 
font-size: 10px;
font-weight: normal; 
color: #000000; 
padding-left: 16px;
padding-right: 2px; 
margin: 0px;
}

.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    ccolor: #860315;
	
}

/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #336799;
	text-decoration: none;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover, a.SubHead:visited:hover {
	color: #336799;
	text-decoration: underline;
   font-family: 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;
}

