/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #FFFFFF;
	border: #FFFFFF 0px none; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
	border-bottom: #C6C6C6 1px solid;
}

.contentpane {
	background-color: #FFFFFF;
}

table.content_blank {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}

td.content_blank {
	background-color: #FFFFFF;
}



.head {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	font-style: normal; 
	line-height: 22px; 
	font-weight: normal; 
	color: #750000; 
	text-decoration: none; 
	/*
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #c6c6c6;
	*/
}

