/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_plain {	width: 100%;}
.Compact {width: 100%; margin-bottom:0; padding-bottom:0;}

.Left {	width: 95%; padding:0 15px 15px 10px; }
.Small img {padding-right:0; margin-right:0;}
.Small .Head {font-size:14px; font-weight:bold; color:#507C8F; font-family: Arial, Helvetica, sans-serif; }
.Small hr {height:2px; color: #A8C4CF; background-color:#A8C4CF;}

.containermaster_plainwhite {
	width: 100%;
	background-color: #FFFFFF
	BORDER-RIGHT: #FFFFFF 1px solid; 
	BORDER-TOP: #FFFFFF 1px solid; 
	BORDER-LEFT: #FFFFFF 1px solid; 
	BORDER-BOTTOM: #FFFFFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow2_plainwhite {
	background-color: #FFFFFF
}
.containermaster_plainW {
	width: 100%;
	background-color:#FFFFFF;
	BORDER-RIGHT: 0px solid; 
	BORDER-TOP: 0px solid; 
	BORDER-LEFT: 0px solid; 
	BORDER-BOTTOM:0px solid; 

	padding-left:10px;
	padding-bottom:0px;
	padding-top:5px;

}


/*========================================================*/
/*     Container Design Elements for PlainIcon                        */
/*========================================================*/


/*-- conatiner title token             --*/ .BCC_MINIPS_NoBorder01Title { font-size: 11px; font-family: tahoma; color: #555; font-weight: bold; }
/*-- container title cell              --*/ .BCC_MINIPS_NoBorder01TitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .BCC_MINIPS_NoBorder01ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .BCC_MINIPS_NoBorder01Content { font-size: 11px; font-family: tahoma; color: #444; padding: 2px 4px 15px 4px;}
/*-- container Icons cell              --*/ .BCC_MINIPS_NoBorder01Icons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}

/*-- top center section                --*/ .BCC_MINIPS_NoBorder01T { vertical-align:top; height: 17px; padding: 1px 3px 0 3px; }

/*========================================================*/
