/*
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red {
	width: 100%;
	background-color: #D1D1D1;
	BORDER-RIGHT: #D1D1D1 1px solid;
	BORDER-TOP: #D1D1D1 1px solid;
	BORDER-LEFT: #D1D1D1 1px solid;
	BORDER-BOTTOM: #D1D1D1 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: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:  normal;
    color: #EEEEEE;
}
.containerrow2_red {
	background-color: #FFFFFF
}

