/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 180px;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containertop_blue {
	background-color: #006699;
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.containerbottom_blue {
	background-color: #FFFFFF;
	color: #000066;
	font-size:10px;
	BORDER-RIGHT: #006699 1px solid; 
	BORDER-TOP: #006699 1px solid; 
	BORDER-LEFT: #006699 1px solid; 
}

.containerheader_blue {
	background: #006699;
	height: 25px;
}
.containerfooter_blue {
	background: url(/images/trailsforhealth/bluebox_bottom.jpg) bottom left no-repeat;
	height: 25px;
	BORDER-RIGHT: #006699 1px solid; 
	BORDER-LEFT: #006699 1px solid; 
	BORDER-BOTTOM:#006699 1px solid; 
}

.containermaster_green {
	width: 180px;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containertop_green {
	background-color: #6E9845;
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.containerheader_green {
	background: #6E9845;
	height: 25px;
}
.containerfooter_green {
	background: url(/images/trailsforhealth/greenbox_bottom.jpg) bottom left no-repeat;
	height: 25px;
	BORDER-RIGHT: #6E9845 1px solid; 
	BORDER-LEFT: #6E9845 1px solid; 
	BORDER-BOTTOM:#6E9845 1px solid; 
}

.containerbottom_green {
	BORDER-RIGHT: #6E9845 1px solid; 
	BORDER-TOP: #6E9845 1px solid; 
	BORDER-LEFT: #6E9845 1px solid; 
	background-color: #FFFFFF;
	color: #000066;
	font-size:10px;
}
.containerwhitetext {
	color: #FFFFFF;
}
.containerwhitebackground {
	background-color: #FFFFFF;
}



.containermaster_skyblue {
	width: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #6699CC 1px solid; 
	BORDER-TOP: #6699CC 1px solid; 
	BORDER-LEFT: #6699CC 1px solid; 
	BORDER-BOTTOM:#6699CC 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containertop_skyblue {
	background-color: #6699CC;
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.containerbottom_skyblue {
	background-color: #FFFFFF;
	color: #6699CC;
	font-size:10px;
}

