/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #fff;
	border-right: #213886 1px solid; 
	border-top: #213886 1px solid; 
	border-left: #213886 1px solid; 
	border-bottom: #213886 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containermaster_red {
	width: 100%;
	background-color: #fff;
	border-right: #cc0000 1px solid; 
	border-top: #cc0000 1px solid; 
	border-left: #cc0000 1px solid; 
	border-bottom: #cc0000 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containercontent {
    padding: 10px 10px 10px 10px;
    background:#fff;
}
.containercontent_gray {
    padding: 10px 10px 10px 10px;
    background:#f5f5f5;
}
.containerbluebk {
    background-color: #213886;
    color: #fff;
}
.containerredbk {
    background-color: #cc0000;
    color: #fff;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	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: #C1D2EE;
}

.head {
    font-size: 11px;
    font-weight: bold;
    color: #000099;
    height: 16px;
}


/* CONTAINERS COMMON-SHARED */
.spacerhrz {
    color:#fcfcfc;
    visibility:hidden;
}

.containerwhitebgdbottomline {
    border-bottom: solid 1px #e8e8e8;
}

.containermaster_roundedcornersboxed_box {
	width: 100%;
	background-color: #fff;
	border: solid 1px #ccc;
	margin-bottom:4px;
}

.containermaster_roundedcornersboxed_box_borderless {
	width: 100%;
	background-color: #fff;
	margin-bottom:4px;
}

.containertitle 
{
    font-family:Arial,Verdana,Helvetica,Sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#333;
    vertical-align:middle;
}

.containertop {
	background: url('corner_TL.gif') #fff no-repeat left;
	overflow: hidden;
	height: 4px;
}

.containertop DIV {
	float: right;
	background: url('corner_TR.gif') no-repeat 0px 0px;
	overflow: hidden;
	width: 4px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
}

.containerbottom {
	background: url('corner_BL.gif') #fff no-repeat left;
	overflow: hidden;
	height: 4px;
}

.containerbottom DIV {
	float: right;
	background: url('corner_BR.gif') no-repeat 0px 0px;
	overflow: hidden;
	width: 4px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
}



/* CONTAINER ROUNDED CORNERS PLAIN */
.containermaster_roundedcornersplain {
	width: 100%;
	background-color: #fff;
}



/* CONTAINER ROUNDED CORNERS PLAIN WHITE */
.containermaster_roundedcornersplain {
	width: 100%;
	background-color: #fff;
}



/* CONTAINER ROUNDED CORNERS BOXED TITLE OUTSIDE */
.containermaster_roundedcornersboxed_titleoutside {
	width: 100%;
	background-color: #fff;
}




/* CONTAINER ROUNDED CORNERS BOXED TITLE INSIDE */
.containermaster_roundedcornersboxed_titleoutside {
	width: 100%;
	background-color: #fff;
}




