/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	border-right:  transparent 1px solid; 
	border-top: transparent 1px solid; 
	border-left: transparent 1px solid; 
	border-bottom: transparent 1px solid;
	/*-moz-border-radius: 9;*/
	padding-bottom: 0px;
}

.HeadBlue
{
font-family: Arial,Tahoma,Arial,Helvetica;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}
.containerrow1_cgsblue {
    /*-moz-border-radius: 8 8 0 0; */
	background-color: #0086CE;
	/*background-image: url(side_menu_backgroung_color.png);*/
}	


.HeadGrey
{
width: auto;
font-family: Calibri,Tahoma,Arial,Helvetica;
font-size: 24px;
font-weight: normal;
color: #ffffff;
}
.containerrow1_cgsgrey {
	background-color: #656565;
	/*background-image: url(tab_title_background_color.png);*/

}