/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: White;
	border-right: #C0C0C0 0px solid; 
	border-top: #C0C0C0 0px solid; 
	border-left: #C0C0C0 0px solid; 
	border-bottom: #C0C0C0 0px solid; 
		 
}
.containerrow1_blue {
	 background-image: url(c1.gif);
	 height: 24px;
	 border-bottom: #C0C0C0 1px solid; 
	 background-repeat: repeat-x;
	 border-right: #256AB5 1px solid; 
	 border-left: #256AB5 1px solid; 
}

.content {
	background-color: #ffffff;
	 padding-left: 3px;
	 padding-bottom:3px;
	 padding-right:3px;
	 padding-top:3px;
	border-right: #C0C0C0 1px solid; 
	border-top: #C0C0C0 0px solid; 
	border-left: #C0C0C0 1px solid; 
	border-bottom: #C0C0C0 1px solid; 
}


.ModulesTitle
{
	 font-family: Tahoma, Times New Roman;
	 font-size: 11px;
	 font-weight: bold;	
	 color: White ;
}

/*---------C2--------*/
.containermaster_C2 {
	width: 100%;
}


.content_C2 {
	background-color: #ffffff;
	 padding-left: 3px;
	 padding-bottom:3px;
	 padding-right:3px;
	 padding-top:3px;
	 width:100%;
}


.ModulesTitle_C2
{
	 font-family: Tahoma, Times New Roman;
	 font-size: 11px;
	 font-weight: bold;	
	 color: #cd1010 ;
	 padding-left:3px;
}

.c2_tLeft {
	 background-image: url(c2_tl.gif);
	 height: 24px;
	 width:5px;
	 background-repeat: no-repeat;	
	 background-position: left top; 
}

.c2_tCenter {
	 background-image: url(c2_tc.gif);
	 height: 24px;
	 width:100%;
	 background-repeat: repeat-x;	
	 background-position: left top; 
}

.c2_tRight {
	 background-image: url(c2_tr.gif);
	 height: 24px;
	 width:5px;
	 background-repeat: no-repeat;	 
	 background-position: right top;
}

.c2_mLeft {
	 background-image: url(c2_ml.gif);
	 background-repeat: repeat-y;	
	 width:5px; 
	 background-position:  left top;
}

.c2_mRight {
	 background-image: url(c2_mr.gif);	 
	 background-repeat: repeat-y;	 
	 background-position: right top;
	 width:5px;
}

.c2_bLeft {
	 background-image: url(c2_bl.gif);
	 height: 10px;
	 width:5px;
	 background-repeat: no-repeat;	
	 background-position: left bottom; 
}

.c2_bCenter {
	 background-image: url(c2_bc.gif);
	 height: 10px;
	 width:100%;
	 background-repeat: repeat-x;	
	 background-position: left bottom; 
}

.c2_bRight {
	 background-image: url(c2_br.gif);
	 height: 10px;
	 width:5px;
	 background-repeat: no-repeat;	 
	 background-position: right bottom;
}