/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray
{
	border-right: #8f9092 1px solid;
	border-top: #8f9092 1px solid;
	border-left: #8f9092 1px solid;
	width: 100%;
	border-bottom: #8f9092 1px solid;
	background-color: white;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}

.containerModern
{
	position: relative;
	padding: 20px 15px 30px 15px;
	border: #8f9092 1px solid;

	text-align: left;
}

.containerOuter
{
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 10px;
	padding-right: 10px;
}

.containerTitle .Head
{
	color: #000000;
}

.containerTitle
{
	position: absolute;
	top: -15px;
	left: 25px;
	padding: 0px 50px 4px 25px;
	border: 0px #666666 solid;
	background: #ffffff;
	/*background: -moz-linear-gradient(top,#696666, #000000);
	background: -webkit-gradient(linear,left top, left bottom, from(#696666), to(#000000));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696666', endColorstr='#000000');*/
}

.containerMenu
{
	display: inline;
	float:left;
	width:25px;
	height:14px;
}

.containerContent
{
	width: 100%;
}

.containerFooterLeft
{
	float: left;
}

.containerFooterRight
{
	float: right;
}
