/* 
=========================================================
 Container Styles for DotNetNuke
 Modified by Mike Driver from DNN blue default container
=========================================================
*/   

.rda_container {
	width: 100%;
	background-color: #ffffff;
	border-right: #15694b 1px solid; 
	border-top: #15694b 1px solid; 
	border-left: #15694b 1px solid; 
	border-bottom: #15694b 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.rda_container_title{font: Verdana; font-size: 14px; font-weight: bold; color: #caded2;}

.rda_container_content{font: Verdana; font-size: 12px; color: #000000;}

a.rda_container_content:link{color:#15694b;text-decoration:none; font-family: Verdana; font-size: 9px}
a.rda_container_content:visited{color:#15694b;text-decoration:none; font-family: Verdana; font-size: 9px}
a.rda_container_content:hover{color:#15694b;text-decoration:underline; font-family: Verdana; font-size: 9px}
a.rda_container_content:active{color:#15694b;text-decoration:underline; font-family: Verdana; font-size: 9px}

.rda_containerarrow1 {
	background-color: #15694b;
}
.rda_containerarrow2 {
	background-color: #ffffff;
}

