/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: transparent;
	padding:8px;
	padding-bottom:12px;
}
#banner .containermaster {
	width: 100%;
	background-color: transparent;
	padding:10px;
	padding-top:14px;
	padding-bottom:7px;
}
.containerwidth {
	width:150px;
}
.content {
	padding-top:8px; 
	padding-right:4px;
	padding-left:4px;
	padding-bottom:8px;
	text-align:left;
}
.content2 {
	padding-top:8px; 
	padding-right:10px;
	padding-left:10px;
	padding-bottom:8px;
	text-align:left;
}

/* Titles */
.title {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:25px;
	padding-left:4px;
	padding-right:5px;
}
.Blue .title {
	color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	padding-right:10px;
	text-align:left;
}
#banner .title {
	color:#FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	padding-right:10px;
	text-align:left;
}
.t_grey .title {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	padding-right:10px;
	text-align:left;
}
.t_silver .title {
	color:#BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	padding-right:10px;
	text-align:left;
}
.padtop {
	padding-top:4px;
}
/* Main Box */
.mainbox .top {
	background-image:url(w_top.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
.mainbox .bottom {
	background-image:url(w_bottom.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom;
}
.mainbox .top_left {
	background-image:url(w_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
	padding:8px;
	padding-top:6px;
	height: auto !important;
	height:45px;
}
.mainbox .basic {
	background-color:transparent;
	padding:8px;
	padding-top:6px;
}
.mainbox .bottom_left {
	background-image:url(w_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
}
.mainbox .top_right {
	background-image:url(w_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
.mainbox .bottom_right {
	background-image:url(w_bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}
/* grad bottom colour */
.grad .Blue_bottom {
	background-image:url(Blue/c_bottom.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom;
}
.grad .Blue_bottom_left {
	background-image:url(Blue/c_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
	padding:8px;
	padding-top:4px;
	height: auto !important;
	height:35px;
}
.grad .Blue_bottom_right {
	background-image:url(Blue/c_bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}
/* grad bottom colour */
.gradg .bottom {
	background-image:url(g_bottom.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom;
}
.gradg .bottom_left {
	background-image:url(g_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
	padding:8px;
	padding-top:4px;
	height: auto !important;
	height:35px;
}
.gradg .bottom_right {
	background-image:url(g_bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}
/* Dotted */
.dotted .bottom {
	background-color:transparent;
	padding-bottom:3px;
	border-bottom:1px dotted #CCCCCC;
}

/* title box */
.titlebox_Blue  {
	background-image:url(Blue/c_top.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
.titlebox_Blue_left  {
	background-image:url(Blue/c_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
}
.titlebox_Blue_right  {
	background-image:url(Blue/c_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
.titlebox_grey  {
	background-image:url(g_top.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
	margin-bottom:2px;
}
.titlebox_grey_left  {
	background-image:url(g_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
}
.titlebox_grey_right  {
	background-image:url(g_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
.titlebox_silver  {
	background-image:url(s_top.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
.titlebox_silver_left  {
	background-image:url(s_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
}
.titlebox_silver_right  {
	background-image:url(s_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}

.print {}

/* Container Alignment Through Admin Fix */
.DNNAligncenter {text-align:center;}
.DNNAlignright {text-align:right;}
.DNNAlignleft {text-align:left;}

