/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid;
	border-top: #8f9092 1px solid;
	border-left: #8f9092 1px solid;
	border-bottom: #8f9092 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
.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, 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: 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, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #DDDDDD;
}

/* Rounded Box */
/*-------------------------------------------------------*/
/* outer table on banner container */ 
.RoundedTable { width:100%; }
/* top left corner */ 
.RoundedTL { width:12px; height:12px; background: url(images/common/controunded-tl.gif) no-repeat bottom left; }
/* top edge */ 
.RoundedT { height:12px; background: url(images/common/controunded-t.gif) repeat; }
/* top right corner */ 
.RoundedTR { width:12px; height:12px; background: url(images/common/controunded-tr.gif) no-repeat bottom right; }
/* left edge */ 
.RoundedL { width:12px; background: url(images/common/controunded-l.gif) repeat; }
/* content area */ 
.RoundedTM { }
/* content area */ 
.RoundedM { padding: 4px 5px 2px 5px; }
/* right edge */ 
.RoundedR { width:12px; background: url(images/common/controunded-r.gif) repeat; }
/* bottom left corner */ 
.RoundedBL { width:12px; height:12px; background: url(images/common/controunded-bl.gif) no-repeat top left; }
/* bottom edge */ 
.RoundedB { height:12px; background: url(images/common/controunded-b.gif) repeat; }
/* bottom right corner */ 
.RoundedBR { width:12px; height:12px; background: url(images/common/controunded-br.gif) no-repeat top right; }


/**********************************************
**********************************************
**********************************************/

.SitemapContainer {}
.SitemapContainer .h1 .Head {float:left; color:#FFFFFF; line-height: 53px; height: 58px; font-weight: normal;}
.SitemapContainer .h1 {color:#FFFFFF; font-weight: normal; font-size: 14px;}
.SitemapContainer ul, 
.SitemapContainer li, 
.SitemapContainer ul.CommonList, 
.SitemapContainer ul.CommonList li { margin: 0px; padding:0px; list-style:none; background:none;}
.SitemapContainer ul.CommonList li a {  margin: 0px; padding:3px 0px 0px 10px; display:block; font-size:110%; color:#204d88; font-weight:bold; text-decoration: none; text-transform:uppercase; width: 160px; }
/**********************************************
**********************************************
**********************************************/

.ColourHeaderContainer { background-image: url(images/contv1-m.gif);}
.ColourHeaderContainer .h1 .Head {float:left; line-height: 58px; height: 58px; font-weight: normal;}
.BlueHeaderContainer .h1 {color:#FFFFFF;}

.BlueHeaderContainer { height: 58px; background: #1e3c96 url(img/Container_blue_bg.gif) repeat-x top center;}
.BlueHeaderContainer .left {height: 58px; width:15px; float: left; background: url(img/Container_blue_left.gif) no-repeat top left;}
.BlueHeaderContainer .right {height: 58px; width:15px; float: right; background: url(img/Container_blue_right.gif) no-repeat top right;}
.ColourHeaderContainer .main {min-height: 50px; padding: 15px;}
