/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width:100%;
	background-color:transparent;
	padding:5px;
	padding-bottom:0px;
	padding-top:15px;
	text-align:left;
}
.containermaster2 {
	width:100%;
	background-color:transparent;
	padding-left:20px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:10px;
	text-align:left;
}
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#FFFFFF;
}
#invert .title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}
.Onyx .title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#030303;
}
.grey .title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#555555;
}
.dotted {
	border-bottom:1px dotted #FFFFFF;
}
.dotted_grey {
	border-bottom:1px dotted #CCCCCC;
}
.Onyxtopbox {
	background-image:url(Onyx_back.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:31px;
}
.greytopbox {
	background-image:url(grey.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:31px;
}
.darkgreytopbox {
	background-image:url(darkgrey.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:31px;
}
.topsimple {
	padding-left:7px;
	padding-right:7px;
	height:30px;
}
.container_content {
	padding-left:0px;
	padding-right:0px;
	padding-bottom:2px;
	padding-top:12px !important;
}
.container_content_simple {
	padding-left:7px;
	padding-right:7px;
	padding-bottom:2px;
	padding-top:12px !important;
}

.print {}

/* Container Alignment Through Admin Fix */
.DNNAligncenter {text-align:center;}
.DNNAlignright {text-align:right;}
.DNNAlignleft {text-align:left;}
