/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_green_dark_border_dark_header
{
	border-right: #9ecfaf 1px solid;
	border-top: #9ecfaf 1px solid;
	border-left: #9ecfaf 1px solid;
	width: 100%;
	border-bottom: #9ecfaf 1px solid;
	background-color: #9ecfaf;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_green_dark_border_light_header
{
	border-right: #9ecfaf 1px solid;
	border-top: #9ecfaf 1px solid;
	border-left: #9ecfaf 1px solid;
	width: 100%;
	border-bottom: #9ecfaf 1px solid;
	background-color: #d0e8d9;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_green_dark_noborder
{
	width: 100%;
	background-color: #9ecfaf;
}

.containermaster_green_light_noborder
{
	width: 100%;
	background-color: #d0e8d9;
}

.containermaster_green_transparent_darkborder
{
	width: 100%;
	border-right: #9ecfaf 1px solid;
	border-top: #9ecfaf 1px solid;
	border-left: #9ecfaf 1px solid;
	border-bottom: #9ecfaf 1px solid;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_green_transparent_noborder
{
	width: 100%;
	background-color: transparent;
}

.containerrow1_green_image {
	BACKGROUND-IMAGE: url(GreenGradient.jpg);
}

.containerrow2_green_light {
	background-color: #d0e8d9
}

.containerrow2_transparent {
	background-color: transparent
}

.Head
{
	font-weight: bold;
	font-size: 14px;
	color: midnightblue;
	font-family: Tahoma, Arial, Helvetica;
}

