/*
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red {
	width: 100%;
	background-image: url(Dark_Pink.gif);
	BORDER-RIGHT: #864568 1px solid;
	BORDER-TOP: #864568 1px solid;
	BORDER-LEFT: #864568 1px solid;
	BORDER-BOTTOM: #864568 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containermaster_yellow {
	width: 100%;
	background-image: url(Dark_Yellow.gif);
	BORDER-RIGHT: #864568 1px solid;
	BORDER-TOP: #864568 1px solid;
	BORDER-LEFT: #864568 1px solid;
	BORDER-BOTTOM: #864568 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	}
.containerrow1_red {
	BACKGROUND-IMAGE: url(navbar.jpg); height:30px;
}
.title{
	font-family: Footlight MT Light;
    font-size:  16px;
    font-weight:  bold;
    color: #F6CB2D;
}
.yellowtitle{
	font-family: Footlight MT Light;
    font-size:  16px;
    font-weight:  bold;
    color: #000000;
}
.containerrow2_red {
	background-color: #FFFFFF
}

