/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;	
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	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;
}
.red_cont
{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#ffffff;
}
.yellow_cont
{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#00602D;
}
.green_cont
{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#00602D;
	
	}
	.ConRep
	{
		width:260px;
		height:25px;
		background-image:url(Repcon.jpg);
		background-repeat:repeat-y;
	}