/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #EEE3ED;
	BORDER-RIGHT: #EEE3ED 1px solid; 
	BORDER-TOP: #EEE3ED 1px solid; 
	BORDER-LEFT: #EEE3ED 1px solid; 
	BORDER-BOTTOM: #EEE3ED 1px solid; 
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_gray {
	background-color: #EEE3ED;
}
.containerrow2_gray {
	background-color: #EEE3ED;
}
}
.containerrow1_gray_pink {
	background-color: #EBEDE4;
}
.containerrow2_gray_pink {
	background-color: #EBEDE4;
}


.containermaster_gray_pink {
	width: 100%;
	background-color: #EBEDE4;
	BORDER-RIGHT: #EBEDE4 1px solid; 
	BORDER-TOP: #EBEDE4 1px solid; 
	BORDER-LEFT: #EBEDE4 1px solid; 
	BORDER-BOTTOM: #EBEDE4 1px solid; 
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}.

Title
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:12px;
    font-weight:Bold;
    color: #08495F;
}
.Head
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:12px;
    font-weight:Bold;
    color: #08495F;
}
.containerrow1_lightblue {
	background-color: #EAF1F2;
}
.containerrow2_lightblue {
	background-color: #EAF1F2;
}


.containermaster_lightblue {
	width: 100%;
	background-color: #EAF1F2;
	BORDER-RIGHT: #EAF1F2 1px solid; 
	BORDER-TOP: #EAF1F2 1px solid; 
	BORDER-LEFT: #EAF1F2 1px solid; 
	BORDER-BOTTOM: #EAF1F2 1px solid; 
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px

