/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 3px;
}


.containermasterSearch {
	width: 200px;
	background-color: transparent;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 38px;
	vertical-align: middle;
}

.containermasterPane {
	width: 188px;
	padding-left: 30px;
}

.containerFeatures {
padding: 0;
width: 100%;
padding-left: 7px;
padding-right: 7px;
}

.featurestop {
background-image: url(centertop.gif);
background-repeat: repeat-x;
height: 33px;
}

.featuresbtm {
background-image: url(bottom.gif);
background-repeat: repeat-x;
height: 14px;
}

.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: tahoma; 
	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: tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}

.Head                        
{  font-family: "Times New Roman", Times, serif;
font-weight: normal;
font-size: 18px; 
color: #82af49; 
padding: 0px; 
margin: 0px; }


.BrownHead                    
{ font-family: arial;
text-transform: uppercase; 
font-size: 11px;
font-weight: bold; 
color: #624d44; 
}


.WhiteHead
{
font-family: arial;
text-transform: uppercase; 
font-size: 12px;
font-weight: bold; 
color: #ffffff; 
padding-left: 0px;
padding-right: 2px; 
margin: 0px;
}

.SubHead    {
    font-family: arial, tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #5b4840;
	
}

/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #3b4da0;
	text-decoration: none;
    font-family: arial, tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover, a.SubHead:visited:hover {
	color: #092541;
	text-decoration: none;
   font-family: arial, tahoma;
    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;
}
