/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #f9fafc;
	border-right: #00334D 1px solid; 
	border-top: #00334D 1px solid; 
	border-left: #00334D 1px solid; 
	border-bottom: #00334D 1px solid; 
}
.containerrow1_blue {
	background-image: url(Images/tabBlue.gif);
	background-repeat: repeat-x;
	background-color: #00334D;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.splashItem {
	background-image: url(Images/SplashItem.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
}
.containermaster_grey {
	width: 100%;
	background-color: #f9fafc;
	border-right: #B6B6B6 1px solid; 
	border-left: #B6B6B6 1px solid; 
	border-bottom: #B6B6B6 1px solid; 
}
.containermaster_grey50 {
	width: 50%;
	background-color: #f9fafc;
	border-right: #B6B6B6 1px solid; 
	border-left: #B6B6B6 1px solid; 
	border-bottom: #B6B6B6 1px solid; 
}
.containerrow1_grey {
	background-image: url(Images/tabGrey.gif);
}
.containerrow2_grey {
	background-color: #ffffff;
}

.ModuleTitle_MenuBar
 {
	cursor: pointer; 
    height:9px;
    background-color: Transparent;
}

.ModuleTitle_MenuContainer
{
    border: none; 
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	color: black; 
	font: bold 11px Tahoma; 
	height: 27px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	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; 
	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; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.NewsIcon{
z-index: 1;
background-image: url(Images/news.gif);
background-repeat: no-repeat;
width: 19px;
height: 19px;
}

.EventIcon{
z-index: 1;
background-image: url(Images/event.gif);
background-repeat: no-repeat;
width: 19px;
height: 19px;
}
.BlueTitle{
color:white;
text-decoration:none;
font: normal 11px Tahoma;
vertical-align: middle;
}
.GreyTitle{
color:#00334D;
text-decoration: none;
font: bold 11px Tahoma;
vertical-align: middle;
}
.BarText{
color: #FFFFFF;
text-decoration:none;
font: bold 11px Tahoma;
}
.splashItemIcon{
background-image: url(Images/splash.gif);
background-repeat: no-repeat;
width: 19px;
height: 19px;
}


/*links & buttons*/
.ContentPane a:visited img{border:0px solid Transparent}
.ContentPane{
	font: normal 11px Tahoma;
}
a:link{color:#00334D;text-decoration:none;}
a:visited{color:#00334D;text-decoration:none;}
a:hover{
	color:#00334D;text-decoration:underline;
}
a:active{color:#00334D;text-decoration:none;}
a.CommandButton{font-size:11px;font-weight:bold;}
a.CommandButton:link{color:#00334D;text-decoration:none;}
a.CommandButton:visited{color:#00334D;text-decoration:none;}
a.CommandButton:hover{
	color:#00334D;text-decoration:underline;
	font: bold 11px Tahoma;
}
a.CommandButton:active{color:#00334D;text-decoration:underline;}
a.StandardButton:hover{
	color:#00334D;text-decoration:underline;
	font: bold 11px Tahoma;
}
.StandardButton {
	color:#00334D;;
	font: bold 11px Tahoma;
}


