/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 	0px;
	padding-top: 10px;
}

.containermasterHome {
	width: 100%;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
}

.containermasterpic {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.containermasterpoint {
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
}

.containermasterSearch {
	width: 236px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
}

.containermasterPane {
	width: 242px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.containermasterPane2 {
	width: 235px;
	padding-right: 10px;
	Padding-left: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.bluetitle {
height: 21px; 
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: 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; 
font-weight: normal;
font-size: 18px; 
line-height: 22px;
color: #092440; 
padding: 0px; 
margin: 0px; }


.GrayHead                    
{ font-family: tahoma;
text-transform: uppercase; 
font-size: 11px;
font-weight: bold; 
color: #313131; 
}


.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: tahoma, arial;
    font-size: 11px;
    font-weight: bold;
    color: #092440;
	
}

/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #3b4da0;
	text-decoration: none;
    font-family:tahoma, arial;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover, a.SubHead:visited:hover {
	color: #3b4da0;
	text-decoration: underline;
   font-family: tahoma, arial;
    font-size: 11px;
    font-weight: normal;
}

a, a:link, a:visited {
	font-family: tahoma;
	color: #3b4da0;
	font-size: 11px;
	text-decoration: none;
}

a:hover, a:visited:hover {
	font-family: tahoma;
	color: #3b4da0;
	font-size: 11px;
	text-decoration: underline;
}


#rule 
{ background: url(rule.gif) repeat-x; height: 9px; margin: 10px 0px 10px 0px; }

img.feature {
position: relative;
top: 5px;
}

.OtherTabs {
	Font-family: tahoma;
	Font-size: 8pt;
	Font-weight: normal;
	Color: #acc1e7;
	text-decoration: none;
}
    
A.OtherTabs:link {
	Font-family: tahoma;
	Font-size: 8pt;
	Font-weight: normal;
	Color: #acc1e7;
	text-decoration: none;
}

A.OtherTabs:visited  {
	Font-family: tahoma;
	Font-size: 8pt;
	Font-weight: normal;
	Color: #acc1e7;
	text-decoration: none;
}

A.OtherTabs:active   {
	Font-family: tahoma;
	Font-size: 8pt;
	Font-weight: normal;
	Color: #acc1e7;
	text-decoration: none;
}

A.OtherTabs:hover    {
	Font-family: tahoma;
	Font-size: 8pt;
	Font-weight: normal;
	Color: #acc1e7;
	text-decoration: underline;
}

A.OtherTabs:visited:hover    {
	Font-family: tahoma;
	Font-size: 8pt;
	Font-weight: normal;
	Color: #acc1e7;
	text-decoration: underline;
}

















