/* 
================================
 Container Styles for DotNetNuke
================================
*/
.container_title_underline
{
	background:url('container_title_underline.gif') repeat-x;
	height:6px;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#437B4A;
}
.container_title_underline2
{
	background:url('container_title_underline2.gif') repeat-x;
	height:6px;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#437B4A;
}
.Container_cp1
{
	background-color:#D7E9C1;
	padding:0px 10px;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#437B4A;
}
.Container_cp2
{
	background-color:#FFFFFF;
	padding:0px 10px;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#437B4A;
}
.containermaster_uh1 {
	width: 100%;
	background-color: #D7E9C1;
}
.containermaster_uh2 {
	width: 100%;
	background-color: #FFFFFF;
}
.Contaner_header1
{
	background:url('header_grad1.gif') repeat-x;
	height:28px;
}
.Contaner_header2
{
	background:url('header_grad2.gif') repeat-x;
	height:28px;
}
.containerUH_title1
{
	width:100%;
	text-align:left;
	padding:0px 10px;
}
.ContainerTitleSpan1
{
	color:#ffffff;
	font-family:Arial;
	font-size: 13px;
	font-weight: 900;
}
.container_footer1
{
	padding:0px 10px;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#437B4A;
}
.containermaster_green
{
	color:#005636;
	background-color:#005636;
	border:0px;
	height:1px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.left_round1
{
	background:url('left_round1.gif');
	height:11px;
	width:11px;
}
.left_round2
{
	background:url('left_round2.gif');
	height:11px;
	width:11px;
}
.container_bottom1
{
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#437B4A;
	background-color:#D7E9C1;
	width:100%;   
}
.container_bottom2
{
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#437B4A;
	background-color:#FFFFFF;
	width:100%;   
}
.right_round1
{
	background:url('right_round1.gif');
	height:11px;
	width:11px;
}
.right_round2
{
	background:url('right_round2.gif');
	height:11px;
	width:11px;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	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; 
	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;
}
