/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	/*background-color: #dfe5f2;*/
	background-color: #FFFFFF;
	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 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;
}

/*start containers*/
.cmenuTree
{
	margin-left:20px;
	font-size:12px;
	margin-top:4px;	
}

#preloadImages {
width: 0px;
height: 0px;
display: inline;
background-image: url("../../Img/menuBelowItems/banner_brochure/normal_state.jpg");
background-image: url("../../Img/menuBelowItems/banner_brochure/hover_state.jpg");
background-image: url("../../Img/menuBelowItems/request_quote/request_normal.jpg");
background-image: url("../../Img/menuBelowItems/request_quote/request_hover.jpg");
background-image: none;
}

.cmenuTree table
{
	border: 0px;
	border-collapse:collapse;
}

.cmenuTree td
{
	border: 0px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.cmenuTree div
{	
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

.cmenuTree tr
{
	height: 25px;
}

.cmenu
{
	float:left;
	font-weight:bold;
	width:230px;
	font-size:14px;
	height: auto;
}



.rightMenuHR
{
	background-image:url('../../Img/hr.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	height:15px;	
}
.cmenu a
{
	text-decoration:none;
}

.cmenu a:visited
{
	text-decoration:none;
}

.cmenu a:hover
{
	text-decoration:underline;
}

.cmenu a:active
{
	text-decoration:none;
}

table.expand a
{
	text-decoration:none;
}
table.expand a:hover
{
	text-decoration:underline;
}
table.expand a:link
{
	text-decoration:underline;
}
table.expand a:active
{
	text-decoration:underline;
}
table.expand a:visited
{
	text-decoration:underline;
}
.opentItem
{
	text-decoration: underline;
}


.siteMap a
{
	text-decoration:none;
}
.siteMap a:link
{
	text-decoration:none;
}
.siteMap TABLE a:hover
{
	text-decoration:underline;
}
.siteMap a:visited
{
	text-decoration:none;
}
.siteMap a:active
{
	text-decoration:none;
}

.rightMenuHeaderText
{
	margin-left:22px;
	vertical-align:middle;
	top:20px;	  
	font-family: Arial;
	font-size: 14px;
	color: #757575;	
	font-weight: 900;	
}

.rightMenuHeader
{
	background-image:url('block.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width:231px;
	height:28px;
}

.siteMap
{
	margin-top:25px;
	margin-left:50px;	
}

.downloadBrochure
{
	float:left;
	background-image: url('../../Img/menuBelowItems/banner_brochure/normal_state.jpg');
	background-position:right;
	width:105px;
	height:34px;
	margin-top:45px;
}
.downloadBrochure:hover
{
	background-image: url('../../Img/menuBelowItems/banner_brochure/hover_state.jpg');
	width:105px;
	height:34px;
}

.requestAQuote
{
	float:left;
	background-image: url('../../Img/menuBelowItems/request_quote/request_normal.jpg');
	background-position:right;
	width:105px;
	height:34px;
	margin-left:18px;
	margin-top:45px;
}

.requestAQuote:hover
{
	background-image: url('../../Img/menuBelowItems/request_quote/request_hover.jpg');
	background-position:right;
	width:105px;
	height:34px;
}
a.selectedItem, a.selectedItem:visited
{
	text-decoration: underline;
}

a.Normal, a:visited.Normal, a:active.Normal
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8e8e8e;
}

a.NormalUnderlined, a:visited.NormalUnderlined, a:active.NormalUnderlined
{
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8e8e8e;
}

a:hover.Normal, a:hover.NormalUnderlined
{
	text-decoration: underline;
	color: #444444;
}


.ContentDiv
{
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: auto;
}


.Link a.selectedItem, a.selectedItem:visited
{
	text-decoration: underline;
		color: #8e8e8e;
}

.Link a, .Link a:visited, .Link a:active, .Link a:link
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8e8e8e;
}

.Link
{
	color: #8e8e8e;
	height: 24px;
}

.Link a.NormalUnderlined
{
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8e8e8e;
}

.Link a:hover
{
	text-decoration: underline;
	color: #444444;
}

.EmptyContentDiv
{
	/*margin-left: 40px;
	margin-bottom: 20px;*/	
	clear: both;
}

.EmptyCmenu
{
	font-weight:normal;
	font-size:12px;
	font-family :Arial
	height: auto;
}

.EmptyRightMenuHeader
{
	background-image:url('block.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
}

/*end containers*/


td.emptyskin_content_row
{
	text-align: left;
	font-family: Arial;
	font-size: small;
}

.empty_mastertable
{	
	border-collapse:collapse;
	margin:0pt 0px 10px;
	width:100%;
}
