/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	margin-top: 5px;
}
.containerrow1_blue {
}
.containerrow2_blue {
}

.ContainerSideBody {
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(/Portals/_default/Containers/VBD/images/containers-12.gif);
	background-repeat: repeat-x;
	background-color: #D4DCE2;
}

.ContainerTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2B2B2B;
	font-size: 12px;
	font-weight: bold;
}

.ContainerSideBody a:link{
	color: #836654;
	text-decoration: underline;
}

.ContainerSideBody a:visited{
	color: #836654;
	text-decoration: underline;
}

.ContainerSideBody a:active{
	color: #836654;
	text-decoration: underline;
}

.ContainerSideBody a:hover{
	color: #836654;
	text-decoration: underline;
}

