/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color:#eee;
	FONT-WEIGHT: bold;	
	FONT-SIZE: 14px;	
	COLOR: #333333;
	border:0px;	
	FONT-FAMILY: Arial;
	padding:0px;
	margin:0px;
}
.containerrow1 {
	background-color: #b7cae9;
	width: 100%;
	height: 35px;
}
.bottomContainer
{
	height:38px;
	width: 100%;
	background-color:#eee;
	FONT-SIZE: 12px;
}
.containerContentPane{
	width: 100%;
	background-color:#eee;
	FONT-SIZE: 12px;
	height:auto;
}

.containerActions
{
	padding:5px;
	text-align:left;
	width:auto;
	float:left
}
.containerIcon
{
	overflow:hidden;
	text-align:left;
	width: auto;
	float:left
}
.containerTitle
{
	overflow:hidden;
	text-align:left;
	width:auto;
	FONT-WEIGHT: bold;	
	FONT-SIZE: 10px;	
	COLOR: #333333;		
	FONT-FAMILY: Arial;
	padding-top:10px;
	vertical-align:middle;	
	float:left
}
.containerRight
{
	overflow:hidden;
	text-align:right;
	padding:5px;
	float:right
}
.containerSpacer
{
	 background:url(spacer.gif);
	 height:10px;
	 width:150px;
	 border:0px;
}












































































