/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; !important;
	color: #361e02;  !important;
}



.containermaster_rel70 {
	width: 85%;
	background-color: transparent;

	}
.containerrow1_rel70 {
	background-color: transparent;
	max-height: 1px;
} 
.containerrow2_rel70 {
	background-color: transparent;
	text-align: center;
}
.containermaster_rel70bg {
	width: 85%;
	background-color: #361e02;

	}
.containerrow1_rel70bg {
	background-color: #361e02;
	max-height: 1px;
} 
.containerrow2_rel70bg {
	background-color: #361e02;
	text-align: center;
	text-color: black;
}


TABLE TR TD#dnn_ctr476_ContentPane DIV DIV P A {
font-weight: bold;
color: #cc0000;
text-decoration: underline;
}

TABLE TR TD#dnn_ctr476_ContentPane DIV DIV P A:link {

color: #cc0000;

}
TABLE TR TD#dnn_ctr476_ContentPane DIV DIV P A:visited {

color: #aa0000;

}
TABLE TR TD#dnn_ctr476_ContentPane DIV DIV P A:hover {

color: #ff0000;
text-decoration: underline; !important;
}
TABLE TR TD#dnn_ctr476_ContentPane DIV DIV P A:active {
color: #ff0000;
}


.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #cc0000; 
	font-family: Verdana, 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: #ad722b; 
	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: #ad722b; 
	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: #ad722b; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #cc0000; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #ad722b;
}