/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.cx_master {
	width: 100%;
	background: transparent;
}

.cx_titlebar, .c1_titlebar, .c2_titlebar { }

.c1_titlebar{ 
background: transparent url(img/c1-T.png) repeat-x scroll top left; 
height: 22px;
width: 100%;
}

.c1-L{background: transparent url(img/c1-L.gif) repeat-y scroll top left; padding-left:11px;}
.c1-R{background: transparent url(img/c1-R.gif) repeat-y scroll top left; padding-right:11px;}

.c2_titlebar{
background: transparent url(img/c2-T.png) repeat-x scroll top left; 
width: 100%;
}




.cx_titlebar .Head, .c1_titlebar .Head, .c2_titlebar .Head{
color:black;
font-weight: bold;
}

.c1_titlebar .Head{
}
/* content padding */
.cx_content,.c1_content,.c2_content{ padding: 0 10px 0 10px; }
.c1_content{ background: #efefef; }
.c2_content{ background: white; border: 1px black solid;}


.c1_bottom{
width:100%;
background: url(img/c1-B.gif) repeat-x scroll top left; 
}

.c1-BR{background: url(img/c1-BR.gif) repeat-x scroll top left; }

