/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerborder_grey {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: #5f5f5f 1px solid; 
	BORDER-TOP: #5f5f5f 1px solid; 
	BORDER-LEFT: #5f5f5f 1px solid; 
	BORDER-BOTTOM: #5f5f5f 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.container_grey {
	width: 100%;
	background-color:transparent;
}

.container_bgGrey {
	width: 100%;
	background-color: #e0e0e0;
}
.container_bgGreyHeader{
	background-color: #c0c0c0;
	border-color: #fff;
	border-bottom-style: solid;
	border-width: 1px;
}


/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
 font-size: 12px; 
line-height: 125%; 
margin-bottom: 1em; 
 color: black; 
}

/*overrides DNN default for the inout box titles */
.subhead{
font-size: 12px;
color: #222;
}


