/* 
================================
 Container Styles for DotNetNuke
================================
*/   

SPAN.Head   
{
    color:Black;
    font-size:12pt;
    font-family:Arial;
    font-weight:bold;
}
.content
{
    background-image: url('Cbg.png');
	background-repeat:repeat;
	vertical-align:top;
	
}
.Ctopleftcorner
{
	background-repeat: no-repeat; 
	background-image: url('cTopLeft.png');
    background-position: right;
    width:40px;
}

.Ctoprightcorner
{
	background-repeat: no-repeat; 
	background-image: url('cTopRight.png');
	width:40px;
}

.Ctopbar
{
	background-repeat: repeat-x; 
	background-image: url('Ctop.png');
	height: 38;
}
.Cleftbar
{
	background-repeat: repeat-y; 
	background-image: url('CleftSide.png');
    background-position: right;
    width:40px;
}

.Crightbar
{
	background-repeat: repeat-y; 
	background-image: url('Crightside.png');
    background-position:left;	
    width:40px;
}
.Cbottomleftcorner
{
	background-repeat: no-repeat; 
	background-image: url('cBotLeft.png');
    background-position: right;
}

.Cbottomrightcorner
{
	background-repeat: no-repeat; 
	background-image: url('CBotRight.png');
}

.Cbottombar
{
	background-repeat: repeat-x; 
	background-image: url('cBottom.png');
	 height: 40;
}





































































































































































