/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_gray {
	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}
.blue {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1e4fd0;
}

.darkorange {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e66140;
}

.darkyellow {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cc8529;
}

.gray {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #797979;
}

.green {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8fcc29;
}
.lightblue {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2ca9d5;
}
.mauve {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c828bc;
}
.purple {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7927c9;
}
.rose {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c9286e;
}


.containerrow2_gray {
	background-color: #FFFFFF
}



.Head1{
	font-size:13px;
	font-weight:bold;
	color:#1e4fd0;
	font-family: Arial, Helvetica, sans-serif;
}


.Head2{
	font-size:13px;
	font-weight:bold;
	color:#e66140;
	font-family: Arial, Helvetica, sans-serif;
}
.line {
	border: 1px solid #cccccc;
}

.Head3{
	font-size:13px;
	font-weight:bold;
	color:#cc8529;
	font-family: Arial, Helvetica, sans-serif;
}
.Head4{
	font-size:13px;
	font-weight:bold;
	color:#797979;
	font-family: Arial, Helvetica, sans-serif;
}
.Head5{
	font-size:13px;
	font-weight:bold;
	color:#54830b;
	font-family: Arial, Helvetica, sans-serif;
}
.Head6{
	font-size:13px;
	font-weight:bold;
	color:#2ca9d5;
	font-family: Arial, Helvetica, sans-serif;
}
.Head7{
	font-size:13px;
	font-weight:bold;
	color:#c828bc;
	font-family: Arial, Helvetica, sans-serif;
}
.Head8{
	font-size:13px;
	font-weight:bold;
	color:#c9286e;
	font-family: Arial, Helvetica, sans-serif;
}
.Head9{
	font-size:13px;
	font-weight:bold;
	color:#7927c7;
	font-family: Arial, Helvetica, sans-serif;
}
