/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/*.containermaster_gray {
	width: 100%;
	background-color: #ffffff;
	border-right: #e1e1e1 1px solid;
	border-top: #e1e1e1 1px solid;
	border-left: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	color: #000033;
}*/
.containermaster_gray {
	width: 100%;
	background-color: #ffffff;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	color: #ffffff;
}

.containerrow1_gray {
	background-image: url();
}
.containerrow2_gray {
	background-color: #ffffff;
}
.head {
	color: #ffffff;
	font-family:tahoma;
	font-size: 12px;
	font-weight: bold;
}
.headline {
	color: #ffffff;
	font-family:tahoma;
	font-size: 14px;
	font-weight: bold;
}
.head2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
}
.head1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.head3 {
	color: #00886b;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.head4 {
	color: #000000;
	font-family: "trebuchet MS", tahoma;
	font-size: 12px;
	font-weight: bold;
}
.top1 {
	background-image: url(top1a.gif);
	background-repeat:no-repeat;
	background-position:left;
	height: 5;
	width: 5px;
}
.top2 {
	background-image: url(top2.gif);
	background-repeat:no-repeat;
	background-position:left;
	height: 5;
	width: 5px;
}