/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.container {
	text-align:left;
	margin-bottom:16px;

}

.containerHeader {
}

.containerBody {
	text-align:left;
}

.containerFooter {
	display:none;
}






.containerHeaderBar {
}


.containerHeaderBarLeftA{
/* background-image: can be used to fill behind left side, before menu, icon, title*/
}

.containerHeaderBarLeftB{
/* background-image: can be used to fill behind left side, behind image, */
}

.containerHeaderBarLeftC{
/* background-image: can be used to fill behind left side, behind menu, icon, title, */
}

.containerHeaderBarLeftD{
/* background-image: can be used to fill behind left side, after menu, icon, title, */
}


.containerHeaderBarFiller{
	width:100%;
/* background-image: can be used to create filler between left and right side of menu bar*/
}


.containerHeaderBarRightA{
/* background-image: can be used to fill behind right side, before action icons */
}

.containerHeaderBarRightB{
/* background-image: can be used to fill behind right side, behind action icons */
}

.containerHeaderBarRightC{
/* background-image: can be used to fill behind right side, after action icons */
}


.containerFooterHR {
	display:none;
}


.containerFooterBar {
	display:block;
	position:relative;
}

.containerFooterBarLeftA {
}
.containerFooterBarLeftB {
}
.containerFooterBarLeftC {
}

.containerFooterBarFiller {
	width:100%;
}

.containerFooterBarRightA {
}
.containerFooterBarRightB {
}
.containerFooterBarRightC {
}



img.containerImage {
	width:32;
	height:32;
}


img.containerIcon{
}

.containerTitle{
}


.containerVisibility {
 /*What's the point??? */
display:none;
}


.containerActionsMenu {
}

.containerActionsHelp {
}



.containerActionsAddContent {
 /*Already in ActionsMenu*/
}

.containerActionsSyndicate {
}

.containerActionsPrint {
 /*Already in ActionsMenu*/
display:none;
}





