/* 
================================
 Container Styles for DotNetNuke
================================
*/

.title_block
{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
}

.block_contTopL
{
	width: 17px;
	height:36px;
	background: url(block_contTopL.png) no-repeat top left;
	
}
.block_contTopR
{
	width: 7px;
	height:36px;
	background: url(block_contTopR.png) no-repeat top left;
	
}
.block_contTopC
{
	background:url(block_contTopC.png) repeat-x;
	height:36px;
}
.left_contTopL
{
	width: 28px;
	height:29px;
	background: url(left_contTopL.gif) no-repeat top left;
	
}
.left_contTopR
{
	width: 7px;
	height:29px;
	background: url(left_contTopR.gif) no-repeat top left;
	
}
/* MODULE Links */
A.Normal
{
	font-size: 11px;
	font-family: tahoma;
}
A.Normal:link
{
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
A.Normal:visited
{
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
A.Normal:active
{
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
A.Normal:hover
{
	font-weight: bold;
	color: #ff3300;
	text-decoration: underline;
}
.block_blue
{
	background:url(left_contTopC.png) repeat-x;
	height:28px;
	padding-top:4px;
}
.title
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-top:10px;
	
}
/*end block left*/
.containermasterred 
{
	
	width: 100%;
	background: #960403 url(redcont_bg.jpg) no-repeat;
	padding:10px;
	color:White;
	font-family:Tahoma;
	font-size:19px;

}
.containerrowred{
	background:#960403 url(redtop_bg.jpg) no-repeat;
	height:53px;
/*	border-bottom:#fff 1px solid;*/
}
.containerrowredb{
	background:#960403;
	height:9px;
}

.containermasterblack 
{
	
	width: 100%;
	background: #2f2f2f url(blackcont_bg.jpg) no-repeat;
	padding:10px;
	color:White;
	font-family:Tahoma;
	font-size:19px;

}
.containerrowblack{
	background:#2f2f2f url(blacktop_bg.jpg) no-repeat;
	height:53px;
/*	border-bottom:#fff 1px solid;*/
}
.containerrowblackb{
	background:#2f2f2f;
	height:9px;
}
.white_head{
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
} 
.white_head_leftpane{
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
}     

.containermaster1 {
	width: 100%;
	background: #1e3f71 url(cont_bg.jpg) no-repeat;
	padding:10px;
	color:White;
	font-family:Tahoma;
	font-size:19px;

}
.containermaster2 {
	width: 100%;
	background-color: #ffffff;
	color:Black;
	font-family:Tahoma;
	font-size:12px;

}

.containerrow2 {
	background-image: url(title_bg.jpg);
	height:39px;
	background-repeat:repeat-x;

}
.containerrow1{
	background:#1e3f71 url(top_bg.jpg) no-repeat;
	height:53px;
	border-bottom:#fff 1px solid;
}
.containerrow1b{
	background:#1e3f71;
	height:9px;
}
#ContentPane {
	width: 100%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/   
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #3e5b00; 
	font-family: Tahoma, Arial, Helvetica; 
	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_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: 12px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}







































































































