/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_bluedashed{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #5A5FB0 1px dashed; 
	border-top: #5A5FB0 0px dashed; 
	border-left: #5A5FB0 1px dashed; 
	border-bottom: #5A5FB0 1px dashed; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_nooutline{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #5A5FB0 0px solid; 
	border-top: #5A5FB0 0px solid; 
	border-left: #5A5FB0 0px solid; 
	border-bottom: #5A5FB0 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.plainheader_blue {
	border-right: #5A5FB0 1px solid; 
	border-top: #5A5FB0 1px solid; 
	border-left: #5A5FB0 1px solid; 
	border-bottom: #5A5FB0 1px solid; 
}

.Head{
    font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #333333;
}





