/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.Head {
/* Default class for Title header */
	color: #000000;
	font-family: Verdana, sans-serif, Arial, Helvetica; 
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
}

.PlainCntnr {
	background-color: #FFFFFF
	color: #000000;
	font-family: Verdana, sans-serif, Arial, Helvetica; 
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	BORDER-RIGHT: #FFFFFF 0px solid; 
	BORDER-TOP: #CCCCCC 0px solid; 
	BORDER-LEFT: #FFFFFF 0px solid; 
	BORDER-BOTTOM: #CCCCCC 0px solid; 
}

.containermaster_plain {
	width: 100%;
	color: #000000;
	font-family: Verdana, sans-serif, Arial, Helvetica; 
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
	BORDER-RIGHT: #333333 0px solid; 
	BORDER-TOP: #333333 0px solid; 
	BORDER-LEFT: #333333 0px solid; 
	BORDER-BOTTOM: #333333 0px solid; 
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

