/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red_dark_border_dark_header
{
	border-right: #CC0000 1px solid;
	border-top: #CC0000 1px solid;
	border-left: #CC0000 1px solid;
	width: 100%;
	border-bottom: #CC0000 1px solid;
	background-color: #CC0000;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_red_dark_border_light_header
{
	border-right: #CC0000 1px solid;
	border-top: #CC0000 1px solid;
	border-left: #CC0000 1px solid;
	width: 100%;
	border-bottom: #CC0000 1px solid;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_red_dark_noborder
{
	width: 100%;
	background-color: #CC0000;
}

.containermaster_red_light_noborder
{
	width: 100%;
	background-color: #FFFFFF;
}

.containermaster_red_transparent_darkborder
{
	width: 100%;
	border-right: #CC0000 1px solid;
	border-top: #CC0000 1px solid;
	border-left: #CC0000 1px solid;
	border-bottom: #CC0000 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_red_transparent_noborder
{
	width: 100%;
	background-color: transparent;
}

.containerrow1_red_image {
	BACKGROUND-IMAGE: url(RedGradient.jpg);
}

.containerrow2_red_light {
	background-color: #FFFFFF
}

.containerrow2_transparent {
	background-color: transparent
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #ffffff;
}



