/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width:100%;
	background-color: transparent;
	padding:10px;
	padding-bottom:0px;
	text-align:left;
}
#dnn_SidePane .containermaster {
	width:100%;
	background-color:transparent;
	padding:0px;
	text-align:left;
}
.containerwidth {
	width:150px;
}

.content {
	padding-top:3px; 
	padding-right:1px;
	padding-left:1px;
	padding-bottom:0px;
	text-align:left;
}
.content2 {
	padding-top:10px; 
	padding-right:15px;
	padding-left:15px;
	padding-bottom:0px;
	text-align:left;
}

/* Titles */
.title {
	color:#595959;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:15px;
}
.blue .title {
	color:#4F91CD;
}
.navy .title {
	color:#013E7F;
}
.purple .title {
	color:#711371;
}
.orange .title {
	color:#D26f1A;
}
.invert .title {
	color:#FFFFFF;
}
.box .title {
	font-size:14px;
}
.news .title {
	font-size:17px;
	background-image:url(news.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:28px;
	line-height:15px;
}
/* Boxes */
.box {
	padding:11px;
}
.news .box {
	padding:11px;
	padding-bottom:4px;
}
.bar {
	padding:11px;
	background-color:#FFFFFF;
	height:25px;
}
.nobox {
	padding:0px;
}
.white .box,
.white .nobox {
	background-color:#FFFFFF;
}
.silver .box,
.silver .nobox {
	background-color:#D1D2D4;
}
.blue .box,
.blue .nobox {
	background-color:#4F91CD;
}
.navy .box,
.navy .nobox {
	background-color:#013E7F;
}
.purple .box,
.purple .nobox {
	background-color:#711371;
}
.orange .box,
.orange .nobox {
	background-color:#D26f1A;
}
.gradient .nobox {
	padding-top:5px;
}
.flash {
	width:227px;
}
#dnn_RightPane .box {
	border:1px solid #BDBCC1;
}

.print {display:none;}

/* Container Alignment Through Admin Fix */
.DNNAligncenter {text-align:center;}
.DNNAlignright {text-align:right;}
.DNNAlignleft {text-align:left;}

.hidethis {display:none;}

