/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 3px;
}

.containermasterplain {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.containermasterSearch {
	width: 325px;
	background-color: transparent;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 45px;
	vertical-align: bottom;
	text-align: right;
}

.containermasterPane {
	width: 225px;
}

.containermasterNewsPane {
	height: 275px;
	width: 275px;
}


.bluetitle {
height: 32px; 
vertical-align: middle;
background-color: #a2b4e4;
padding-left: 12px;
}

.newstitle {
height: 42px; 
vertical-align: middle;
background-color: #0b2467;
padding-left: 12px;
}


.bluebox {
color: #ffffff;
background-color: #0d3493;
padding-left: 4px;
}

a.bluebox, a.bluebox:visited, a.redbox, a.redbox:visited {
text-decoration: none;
color: #ffffff;
}

a.bluebox:hover, a.bluebox:visited:hover, a.redbox:hover, a.redbox:visited:hover {
text-decoration: none;
color: #a2b4e4;
}


.blueboxlight {
color: #0b2467;
background-color: #7994d7;
padding-left: 12px;
padding-right: 6px;
}

a.blueboxlight, a.blueboxlight:visited {
text-decoration: none;
color: #0b2467;
}

a.blueboxlight:hover, a.blueboxlight:visited:hover {
text-decoration: underline;
color: #0b2467;
}

.redbox {
vertical-align: middle;
background-color: #741918;
color: #e0e2bb;
padding-left: 12px;
}

.redboxtitle {
color: #e0e2bb;
font-weight: bold;
}

.redboxtext {
color: #e0e2bb;
}

a.redboxlink, a.redboxlink:visited {
color: #e0e2bb;
text-decoration: none;
}

a.redboxlink:hover, a.redboxlink:visited:hover {
color: #e0e2bb;
text-decoration: underline;
}

.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: verdana; 
font-weight: bold;
font-size: 14px;
text-transform: uppercase; 
color: #0d3493; 
padding: 0px; 
margin: 0px; }


.GrayHead                    
{ font-family: verdana;
font-size: 11px;
font-weight: bold; 
color: #535250; 
}

.BeigeHead                    
{ font-family: verdana; 
font-weight: bold;
font-size: 14px;
text-transform: uppercase;   
color: #e0e2bb; 
}

.WhiteHead {
font-family: verdana; 
font-weight: bold;
font-size: 14px;
text-transform: uppercase; 
color: #ffffff; 
 }


.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: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #741918;
	
}

/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #0d3493;
	text-decoration: none;
    font-family:verdana;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover, a.SubHead:visited:hover {
	color: #741918;
	text-decoration: none;
   font-family: verdana;
    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;
}
