/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/* Outline */
.outlinemenu {

}

.outlinecontentpane {
	border-right: #b2b2b2 2px solid; 
	border-top: #b2b2b2 2px solid; 
	border-left: #b2b2b2 2px solid; 
	border-bottom: #b2b2b2 2px solid;
	margin-bottom: 10px;
}

/* White */
.containermaster_white {
	width: 100%;
	background-color: #dddddd;
	border-right: #b2b2b2 2px solid; 
	border-top: #b2b2b2 2px solid; 
	border-left: #b2b2b2 2px solid; 
	border-bottom: #b2b2b2 2px solid; 
	margin-bottom: 10px;
}

.containerrow2_white {
	background-color: #ffffff;
}

/* White No Bar */
.containermaster_white_nobar {
	width: 100%;
	background-color: #dddddd;
	border-right: #b2b2b2 2px solid; 
	border-top: #b2b2b2 2px solid; 
	border-left: #b2b2b2 2px solid; 
	border-bottom: #b2b2b2 2px solid; 
	margin-bottom: 10px;
}
.containerrow1_white_nobar {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_white_nobar {
	background-color: #ffffff;
	padding-left: 10px;
}

/* White No Bar Plain*/
.containermaster_white_nobar_plain * p {
font-size: 10px;
}

.containermaster_white_nobar_plain {
	width: 100%;
	margin-bottom: 10px;
}
.containerrow1_white_nobar_plain {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_white_nobar_plain {
	padding-left: 10px;
}

.cpheader{
	font-size: 11px;
	font-weight:bold;
}

.profile{
	font-size: 10px;
	font-weight:bold;
}

/* Blue */
.containermaster_blue {
	width: 100%;
	background-color: #e2e2e2;
	border-right: #b2b2b2 2px solid;
	border-top: #b2b2b2 2px solid;
	border-left: #b2b2b2 2px solid;
	border-bottom: #b2b2b2 2px solid;
	margin-bottom: 10px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
/* Blue No Bar */
.containermaster_blue_nobar {
	background-color: #e2e2e2;
	border-right: #b2b2b2 2px solid;
	border-top: #b2b2b2 2px solid;
	border-left: #b2b2b2 2px solid;
	border-bottom: #b2b2b2 2px solid;
	margin-bottom: 10px;
}

.containermaster_blue_nobar td{
	padding: 0px;
}

.containermaster_blue_nobar td p{
	padding: 5px;
}

.containerrow1_blue_nobar {
	background-image: url(gradient_LtBlue.jpg);
}

.containerrow1_blue_nobar table tr td {
	background-image: url(gradient_LtBlue.jpg);
	padding-bottom: 7px;
	padding-top: 6px;
}

.containerrow2_blue_nobar {
	background-color: #ffffff;
}

/* Blue n White */
.containermaster_bnw {
	width: 100%;
	background-color: #ffffff;
	border-right: #b2b2b2 2px solid;
	border-top: #b2b2b2 2px solid;
	border-left: #b2b2b2 2px solid;
	border-bottom: #b2b2b2 2px solid;
	margin-bottom: 10px;
}

.containerrow1_bnw {
	background-image: url(gradient_LtBlue.jpg);
	background-repeat: repeat-x;
}

.containerhr_bnw {
	height: 2px;
	color: #b2b2b2;
	border-style: solid;
}

/* DNN Menu Style */
.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: #DDDDDD;
}







