/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width:100%;
	background-color:#dfe5f2;
	border-right:#7994cb 1px solid; 
	border-top:#7994cb 1px solid; 
	border-left:#7994cb 1px solid; 
	border-bottom:#7994cb 1px solid; 
	-moz-border-radius-bottomleft:15px; 
	-moz-border-radius-bottomright:15px; 
	-moz-border-radius-topleft:3px; 
	-moz-border-radius-topright:3px;
}

.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;   /*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;
}

/* RTC Container Styles */

.container_fixedwidth {
	width:225px;
	margin-top:10px;
}

.container_fullwidth {
	width:100%;
	margin-top:10px;
}

.container_email {
	width:402px;
	margin-top:10px;
}

.container_header .moreresults a {

	color:#b20838;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	display:block;
}

.container_header .Head {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px;
}

.container_header ul {
	padding:0;
	margin:0;
	height:1%;
}

html>/**/body .container_header ul {
	height:auto;
}

.container_header li {
	list-style-type:none;
	float:left;
}

/* Red Tab */

.container_header span {
	display:block;
	background:#b20838 url(images/RedBack.png) repeat-x 0 0;
}

.container_header span span {
	display:block;
	background:url(images/RedLeft.png) no-repeat 0 0;
}

.container_header span span span {
	background:url(images/RedRight.png) no-repeat 100% 0;
}

/* Purple Tab */

.container_header.purple span {
	background:#b20838 url(images/PurpleBack.png) repeat-x 0 0;
}

.container_header.purple span span {
	background:url(images/PurpleLeft.png) no-repeat 0 0;
}

.container_header.purple span span span {
	background:url(images/PurpleRight.png) no-repeat 100% 0;
}

.container_header ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.container_body_withpadding_withborder_nobkgrd {
    min-height:220px;
    height:auto !important;
    height:220px;
	padding:10px;
	border:1px solid #999;
}

.container_body_nomargin {
    min-height:220px;
    height:auto !important;
    height:220px;
	border:1px solid #999;
}

/*============================================================
RTC MOD: 21/05/2009
============================================================*/
.container_body_nomargin_noheight {
    min-height:50px;
    height:auto !important;
	border:1px solid #999;
}

.container_body_withpadding_withborder_nobkgrd_noheight {
	min-height:50px;
    height:auto !important;
	padding:10px;
	border:1px solid #999;
}
/*=============== END OF MOD ===============================*/

.container_body_withpadding_withbkgrd {
    min-height:150px;
    height:auto !important;
    height:150px;
	padding:10px;
	background:url(images/BlueFade.png) repeat-x;
}

.container_body_accordion {
    min-height:220px;
    height:auto !important;
    height:220px;
	padding:0px;
	border:1px solid #999;
}

.container_body_sector {
    min-height:220px;
    height:auto !important;
    height:220px;
	border-right:1px solid #999;
	border-left:1px solid #999;
}

.container_body_news {
    min-height:220px;
    height:auto !important;
    height:220px;
	padding:0px;
	border:1px solid #999;
}

.container_body_nopadding_withbkgrd {
    min-height:220px;
    height:auto !important;
    height:220px;
	background:url(images/BlueFade.png) repeat-x;
}

.container_bodysearchresults {
	border:1px solid #999;
	background-color:#fff;
}

.searchresultstab {
	margin-top:10px;
}

.container_bodysearchresults .list {
	padding:0;
}

.actions_bottom {
	float:right;
}

.clear {
	clear:both;
}
