/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparant;
	border-right: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containercontent {
	padding-left: 10px; 
	padding-right: 15px;
	padding-top: 6px;
}

.containerheader {
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	height: 34px;
	padding-top: 6px;
	padding-left: 2px;
}

.titlewhite {
	color: white;
	font-family: Trebuchet MS, verdana;
	font-size: 13px;
	font-weight: bold;
}

.titleblack {
	color: black;
	font-family: Trebuchet MS, verdana;
	font-size: 13px;
	font-weight: bold;
}