/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue_dark_border_dark_header
{
	width: 100%;
	border-right: #b0c4de 1px solid;
	border-top: #b0c4de 1px solid;
	border-left: #b0c4de 1px solid;
	border-bottom: #b0c4de 1px solid;
	background-color: #b0c4de;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_blue_dark_border_light_header
{
	width: 100%;
	border-right: #b0c4de 1px solid;
	border-top: #b0c4de 1px solid;
	border-left: #b0c4de 1px solid;
	border-bottom: #b0c4de 1px solid;
	background-color: #d8e4f8;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_blue_dark_noborder
{
	width: 100%;
	background-color: #b0c4de;
}

.containermaster_blue_light_noborder
{
	width: 100%;
	background-color: #d8e4f8;
}

.containermaster_blue_transparent_darkborder
{
	width: 100%;
	border-right: #b0c4de 1px solid;
	border-top: #b0c4de 1px solid;
	border-left: #b0c4de 1px solid;
	border-bottom: #b0c4de 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_blue_transparent_noborder
{
	width: 100%;
	background-color: transparent;
}

.containerrow1_blue_image {
	BACKGROUND-IMAGE: url(BlueGradient.jpg);
}

.containerrow2_blue_light {
	background-color: #d8e4f8
}

.containerrow2_transparent {
	background-color: transparent
}

.Head
{
	font-weight: bold;
	font-size: 14px;
	color: midnightblue;
	font-family: Tahoma, Arial, Helvetica;
}


