/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.Left_Title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  14px;
    font-weight:    bold;
    color:#000066;
}

.containermaster_L {
	width: 100%;
	background-color: #B6C7F3;
	border-right: #94CA6C 0px solid; 
	border-top: #94CA6C 0px solid; 
	border-left: #94CA6C 0px solid; 
	border-bottom: #94CA6C 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_L {
	background-color: #ffffff;
}
.containerrow2_L {
	background-color: #B6C7F3;
}
