/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
}
.containermaster_white {
	width: 100%;
	background-color: white;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	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: 0.8em;
	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: 0.8em;
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}

.headerfooter_1 {
	background-color: #4d8658;
	color: white;
	padding: 4px;
}
.headerfooter_2 {
	background-color: #c69f4b;
	color: white;
	padding: 4px;
}
.headerfooter_3 {
	background-color: #b1a4af;
	color: white;
	padding: 4px;
}
.headerfooter_4 {
	background-color: #a45d80;
	color: white;
	padding: 4px;
}
.headerfooter_5 {
	background-color: #788bb2;
	color: white;
	padding: 4px;
}
.headerfooter_6 {
	background-color: #6d37c0;
	color: white;
	padding: 4px;
}
.headerfooter_text {
	color: white;
}
div.PPDContainer {
	background-color: white;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 13px;
}
div.PPDContainer H1 {
	display: inline;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	font-weight: normal;
}
div.PPDContainerContents {
	font-size: 13px;
}
div.PPDContainerLeft {
	float: left;
}
div.PPDContainerRight {
	float: right;
}
.clear_main{
	background: ;
}
.lightblue_main{
	background: #EDF7F9;
}
.lightblue_topleft {
	background-image: url('topleft.jpg');
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.lightblue_topright {
	background-image: url('topright.jpg');
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.lightblue_botleft {
	background-image: url('botleft.jpg');
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.lightblue_botright {
	background-image: url('botright.jpg');
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.white_main{
	background: #FFFFFF;
}

div#lightbluecontainer .Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size: 1.2em;
   font-weight: normal;
   color: #3F5C6E;
}
div#lightbluecontainer .normal {
	color: #737D7F;
}
.transparent_main{
	background: transparent;
}
div#transparentcontainer .Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size: 1.2em;
   font-weight: normal;
   color: #364852;
}
div#transparentcontainer .normal {
	color: #737D7F;
}


