/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	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(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}

.TopL {height:9px;width:9px;background-image:url(TblCorn/TL.gif);min-width:9px;min-height:9px;}
.TopM {height:9px;background-image:url(TblCorn/TM.gif);}
.TopR {height:9px;width:9px;background-image:url(TblCorn/TR.gif);min-width:9px;min-height:9px;}
.MidL {width:9px;background-image:url(TblCorn/L.gif);min-width:9px;}
.MidM {padding:4px;text-align:left}
.MidR {width:9px;background-image:url(TblCorn/R.gif);min-width:9px;}
.BotL {height:9px;width:9px;background-image:url(TblCorn/BL.gif);min-width:9px;min-height:9px;}
.BotM {height:9px;background-image:url(TblCorn/BM.gif);}
.BotR {height:9px;width:9px;background-image:url(TblCorn/BR.gif);min-width:9px;min-height:9px;}
