/* 
================================
 Container Styles for SDHCA Right Pane
================================
*/   

.containermaster_pink {
	width: 100%;
	background-color: #E5FBFC;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border: 11px solid #FEEFF2;
	color: #000000;
	padding-bottom: 8px;
}
.containerrow1_pink, .containerrow2_pink {
	background-color: #E5FBFC;
	color: #000000;
}

.containerrow1_pink .Head {
   color: #055451;
	font-size: 16px;
	font-weight: bold;
}

.containermaster_blue {
	width: 100%;
	background-color: #4078C2;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border: 11px solid #B3D8F7;
	color: #ffffff;
	padding-bottom: 8px;
}
.containerrow1_blue, .containerrow2_blue {
	background-color: #4078C2;
	color: #ffffff;
}

.containerrow1_blue .Head {
   color: #8CC1EC;
	font-size: 16px;
	font-weight: bold;
}

.containermaster_white {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border: 11px solid #cccccc;
	color: #333333;
	padding-bottom: 8px;
}
.containerrow1_white, .containerrow2_white {
	background-color: #ffffff;
	color: #333333;
}

.containerrow1_white .Head {
   color: #333333;
	font-size: 16px;
	font-weight: bold;
}


