/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.leftlist{
width:100%;
font-weight: bold;
bottom-border: 1px solid red;
}

#left {
float: left;
width: 100%;
border: 0px solid red;
}




.containermaster_blue {
	width: 100%;
	background-color: white;
	color: white;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containermaster_linklist {
	width: 100%;
	background-color: #669999;
	color: white;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	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(file:///D|/DNNWEB/DNN480/Website/Portals/4/Containers/DNN-Blue/gradient_LtBlue.jpg);
	color: white
}
.containerrow2_blue {
	background-color: #ffffff;
	color: white;
	

}

.containerrow3_blue {
	background-color: #ffffff;
	color: white;

}


.conTitle {
color:white
background: #006699;
border-bottom: 3px solid red;

}
