/*
================================
 Container Styles for DotNetNuke
================================
*/   

.vg_blue_con {
	width: 100%;
   	border-right: #bacae1 1px solid;
	border-top: #bacae1 1px solid;
	border-left: #bacae1 1px solid;
	border-bottom: #bacae1 1px solid;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.vg_blue_title {
	background-color:   #bacae1;
	font-size: 11px;
}
.HotNews_Title{
font-size: 11px;
}

