/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: transparent; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containermaster_padless {
	width: 100%;
	background-color: transparent; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
	border: solid 0px black;
}

.containerrow2_gray {
	background-color: transparent;
	padding: 10 20 10 20;
}

.containerrow3_gray {
	background-color: transparent;
	padding: 0 4 0 4;
}

.HeadTitle
{
	border-top: 2px none #999999;
	border-right: 2px none #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px none #999999;
}

.SideHead
{
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}