/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color:transparent;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:12px;
	padding-top:0px;
}
.simpletitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	line-height:22px;
	width:100%;
	padding-left: 5px;
}
.simpletitle2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF9700;
	line-height:22px;
	width:100%;
	padding-left: 5px;
}
.dotted {
	border-bottom: 1px dotted #CCCCCC;
}
.boxtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#c3c3c0;
	line-height:21px;
}
.box_left {
	background-image:url(container_left.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	width:22px;
	height:30px;
}
.box_back {
	background-image:url(container_back.jpg);
	background-repeat:repeat-x;
}
.box_right {
	background-image:url(container_right.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:8px;
	height:30px;
}
.content {
	padding:4px;
	padding-top:6px;
}


