/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.titleText {
	background-color: transparent;
	text-align: center;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: medium;
}
.containerrow2_white {
	background-color: #FFFFFF;
	border: none transparent 0;
	font-family: "Times New Roman", sans-serif, Verdana, Helvetica;
}
.container_blue {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	text-align: center;
	color: #000000;
	font-size: medium;
	border: solid #0379D3 1;
	vertical-align: middle;
}
.containerrow1_blue {
	background-image: url(BlueHeader.jpg);
	height: 32px;
	background-position: top left;
	background-repeat: repeat-x;
}
.containerrow2_blue {
	background-color: #ECF6FE;
	border: none transparent 0;
}
.container_green {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	text-align: center;
	color: #000000;
	font-size: middle;
	border: solid #668800 1;
	vertical-align: middle;
}
.containerrow1_green {
	background-image: url(GreenHeader.jpg);
	height: 32px;
	background-position: top left;
	background-repeat: repeat-x;
}
.containerrow2_green {
	background-color: #EDFFC3;
	border: none transparent 0;
}
.container_orange {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	text-align: center;
	color: #000000;
	font-size: middle;
	border: solid #e04d00 1;
	vertical-align: middle;
}
.containerrow1_orange {
	background-image: url(OrangeHeader.jpg);
	height: 32px;
	background-position: top left;
	background-repeat: repeat-x;
}
.containerrow2_orange {
	background-color: #ffe8d8;
	border: none transparent 0;
}

