/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width:100%;
	background-color: transparent;
	padding:4px;
	text-align:left;
}
.rightcolumn .containermaster {
	width:183px;
	background-color: transparent;
	padding:0px;
	text-align:left;
}
.content {
	padding-top:8px; 
	padding-right:4px;
	padding-left:4px;
	padding-bottom:8px;
	text-align:left;
}
.contentbutton {
	padding-top:0px; 
	padding-right:3px;
	padding-left:3px;
	padding-bottom:0px;
	text-align:left;
	height:94px;
}
.contentclient {
	padding-top:0px; 
	padding-right:17px;
	padding-left:17px;
	padding-bottom:7px;
	text-align:left;
}
.containerwidth {
	width:150px;
}
.dotted {
	padding:4px;
	border-bottom:1px dotted #EEEEEE;
}
.morepad {
	padding:4px;
}
/* Titles */
.title_gold {
	color:#A19565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:20px;
	padding-left:3px;
}
.title_blue {
	color:#0168B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:20px;
	padding-left:3px;
}
.title_blue2 {
	color:#0168B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	padding-left:3px;
}
.titlepad {
	padding-top:0px;
	padding-bottom:4px;
	padding-left:2px;
	border-bottom:1px dotted #dddddd;
}
.basic {
	background-color:transparent;
	padding:12px;
	padding-top:8px;
}
/* Main Box */
.b_top {
	background-image:url(b_top.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:top;
}
.b_bottom {
	background-image:url(b_bottom.gif);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom;
}
.b_left {
	background-image:url(b_left.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	background-position:left;
}
.b_top_left {
	background-image:url(b_top_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top left;
}
.b_bottom_left {
	background-image:url(b_bottom_left.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom left;
	padding:10px;
	padding-top:8px;
	min-height:80px;
}
.b_right {
	background-image:url(b_right.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position:right;
}
.b_top_right {
	background-image:url(b_top_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top right;
}
.b_bottom_right {
	background-image:url(b_bottom_right.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom right;
}


.clientback {
	background-image:url(clients_back.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.clientbottom {
	background-image:url(clients_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:150px;
}
.print {display:none;}
.none {display:none;}
