/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/* content padding */
.cx_content{
padding: 0 10px 0 10px;
}

.c2bg{
background-color: #eaeaff;
}
.c2bg{
background-color: #fff;
}

.c3_leftside, .c3_rightside{
background-image: url(img/c3-sidebar.gif);
background-repeat: repeat-y;
}
.c3_rightside{
background-position: top right;
}

.c3_leftside{
background-color: #82c0f7;
}


.c3-BC{
background-image: url(img/c3-BC.gif);
background-repeat: repeat-x;
}

.c1_titlebar{
background-image: url(img/c1-bar-mid.gif);
background-repeat: repeat-x;
}
.c2_titlebar{
background-image: url(img/c2-bar-mid.gif);
background-repeat: repeat-x;
}

.c3_titlebar{
background-image: url(img/c3-bar-mid.gif);
background-repeat: repeat-x;
}

.containerrow_transparent {
	background-color: transparent;
}


.containermaster {
	width: 100%;
	background-color: transparent;
}
.blackborder_thin {
	border: 2px #9a9aa8 solid;
} 
.border_thin {
	border: 2px #9a9aa8 solid;
	} 
.blackborder_medium{
	border: medium black solid;	
} 

.containerrow_blackborder{
	border-bottom: thick black solid;
}


.sides {
	width:5px;
}
.padded{
	padding: 0 5px 0 5px;
}




