/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_rnn {
	width: 100%;
	/*background-image:url(Con-Images/CBGG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;*/
	background-color:#ffffff;
	padding:2px;
	
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_rnn {
 	width:100%;
	height:25px; 
	background-image: url(Con-Images/MiniBar.png);
	
}
.containerrow2_rnn {
	/*background-color: #ffffff;*/
}
.containerrow3_rnn {
	/*background-color: #ffffff;*/
}
.containertitle{
	font-family: Arial, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	padding-left:4px
}
.containertitletext{
	font-family: Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	color: #0CB196;
}