/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
}
.containermaster_color {
	width: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #008080 1px solid; 
	BORDER-TOP: #008080 1px solid; 
	BORDER-LEFT: #008080 1px solid; 
	BORDER-BOTTOM: #008080 1px solid; 
}
.containerheader {
	width: 100%;
	BORDER-BOTTOM: #C0C0C0 1px solid; 
}
.containerheader_color {
	width: 100%;
	background-color: #c9ffc8;
}
.containerheader_left {
	width: 100%;
	background-color: #CCCCCC;
}
.containerheader_title {
	font-size: medium;
	font-family: verdana, arial, helvetica, Sans-Serif;
	font-weight: bold;
}
.containerfooter {
	width: 100%;
}

