/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #DFE1DC;
	BORDER-RIGHT: #DFE1DC 1px solid; 
	BORDER-TOP: #DFE1DC 1px solid; 
	BORDER-LEFT: #DFE1DC 1px solid; 
	BORDER-BOTTOM: #DFE1DC 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: #DFE1DC;
}
.containerrow2_gray {
	background-color: #DFE1DC;
}
}
.containerrow1_gray_pink {
	background-color: #EAE5DA;
}
.containerrow2_gray_pink {
	background-color: #EAE5DA;
}


.containermaster_gray_pink {
	width: 100%;
	background-color: #EAE5DA;
	BORDER-RIGHT: #EAE5DA 1px solid; 
	BORDER-TOP: #EAE5DA 1px solid; 
	BORDER-LEFT: #EAE5DA 1px solid; 
	BORDER-BOTTOM: #EAE5DA 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;
}
