/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: transparent;
	padding:10px;
}
.containermaster2 {
	width: 100%;
	background-color: transparent;
	padding:10px;
	padding-bottom:0px;
}
.containermaster3 {
	width: 100%;
	background-color: transparent;
	padding:10px;
	padding-right:0px;
}
.padright {
	padding-right:10px;
}
.content {
	padding-top:0px; 
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
}
.content2 {
	padding-top:15px; 
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
}
.content3 {
	padding-top:5px; 
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
}
.content4 {
	padding-top:0px; 
	padding-right:7px;
	padding-left:7px;
	padding-bottom:7px;
}
.linegreen {
	border-top:3px solid #3F723A;
}
.none {
	display:none;
}
.pad {padding:7px;}
.padside {padding-left:5px; padding-right:5px;}
/* Titles */
.title_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	font-weight: bold;
	font-size:12px;
	line-height:normal;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	font-weight: normal;
	font-size:20px;
	line-height:normal;
	padding-bottom:30px;

}
.title_m {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	font-weight: normal;
	font-size:22px;
	line-height:normal;
	padding-bottom:10px;
	padding-left:3px;
	margin:0px;
}
.title_sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	font-weight: normal;
	font-size:17px;
	line-height:normal;
	padding-bottom:10px;
	margin:0px;
}
.print {
	display:none;
}
.shade_top {background-image:url(shade_top.gif); background-repeat:repeat-x;}
.shade_bottom {background-image:url(shade_bottom.gif); background-repeat:repeat-x;}
.shade_left {background-image:url(shade_left.gif); background-repeat:repeat-y;}
.shade_right {background-image:url(shade_right.gif); background-repeat:repeat-y;}
.shade_top_right {background-image:url(shade_top_right.gif); background-repeat:no-repeat;}
.shade_bottom_left {background-image:url(shade_bottom_left.gif); background-repeat:no-repeat;}
.shade_top_left {background-image:url(shade_top_left.gif); background-repeat:no-repeat;}
.shade_bottom_right {background-image:url(shade_bottom_right.gif); background-repeat:no-repeat;}

.green {background-color:#EDF4EC;}
.gshade_top {background-image:url(gshade_top.gif); background-repeat:repeat-x;}
.gshade_bottom {background-image:url(gshade_bottom.gif); background-repeat:repeat-x;}
.gshade_left {background-image:url(gshade_left.gif); background-repeat:repeat-y;}
.gshade_right {background-image:url(gshade_right.gif); background-repeat:repeat-y;}
.gshade_top_right {background-image:url(gshade_top_right.gif); background-repeat:no-repeat;}
.gshade_bottom_left {background-image:url(gshade_bottom_left.gif); background-repeat:no-repeat;}
.gshade_top_left {background-image:url(gshade_top_left.gif); background-repeat:no-repeat;}
.gshade_bottom_right {background-image:url(gshade_bottom_right.gif); background-repeat:no-repeat;}
