/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: transparent;
	padding-top:5px; 
	padding-left:15px; 
	padding-right:0px; 
	padding-bottom:15px;
}
.containermaster2 {
	width: 100%;
	background-color: transparent;
	padding-top:5px; 
	padding-left:0px; 
	padding-right:0px; 
	padding-bottom:15px;
}
.padding {
	padding-left:14px; 
	padding-right:14px; 
}
.content {
	padding-top:10px; 
	padding-right:0px;
	padding-left:0px;
	padding-bottom:10px;
}
.content2 {
	padding-top:10px; 
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
}
#invert .content {
	padding-top:10px; 
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
}

/* Box White */
#moss .box1 { background-image: url(moss_pix.gif); background-position:top; background-repeat:repeat-x; background-color:#FFFFFF;}
#moss .box2 { background-image: url(moss_pix.gif); background-position:bottom; background-repeat:repeat-x; background-color:transparent;}
#moss .box3 { background-image: url(moss_pix.gif); background-position:left; background-repeat:repeat-y; background-color:transparent;}
#moss .box4 { background-image: url(moss_pix.gif); background-position:right; background-repeat:repeat-y; background-color:transparent;}
#moss .box5 { background-image: url(moss_top_left.gif); background-position:top left; background-repeat:no-repeat; background-color:transparent;}
#moss .box6 { background-image: url(moss_top_right.gif); background-position:top right; background-repeat:no-repeat; background-color:transparent;}
#moss .box7 { background-image: url(moss_bottom_left.gif); background-position:bottom left; background-repeat:no-repeat; background-color:transparent;}
#moss .box8 { background-image: url(moss_bottom_right.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent; padding-bottom:5px;}

/* Box */
#moss .box1_2 { background-image: url(moss_pix.gif); background-position:top; background-repeat:repeat-x; background-color:#E9F4D1;}
#moss .box2 { background-image: url(moss_pix.gif); background-position:bottom; background-repeat:repeat-x; background-color:transparent;}
#moss .box3 { background-image: url(moss_pix.gif); background-position:left; background-repeat:repeat-y; background-color:transparent;}
#moss .box4 { background-image: url(moss_pix.gif); background-position:right; background-repeat:repeat-y; background-color:transparent;}
#moss .box5_2 { background-image: url(moss_top_left2.gif); background-position:top left; background-repeat:no-repeat; background-color:transparent;}
#moss .box6_2 { background-image: url(moss_top_right2.gif); background-position:top right; background-repeat:no-repeat; background-color:transparent;}
#moss .box7_2 { background-image: url(moss_bottom_left2.gif); background-position:bottom left; background-repeat:no-repeat; background-color:transparent;}
#moss .box8_2 { background-image: url(moss_bottom_right2.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent; padding-bottom:5px;}


/* Titles */
#moss .title {
	color:#49650D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	height:30px;
	font-weight:normal;
	padding-left:0px;
	padding-right:0px;
}
#box .title {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	height:30px;
	font-weight:normal;
	padding-left:3px;
	padding-right:0px;
}
#invert .title {
	color:#FFFF33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	height:30px;
	font-weight:normal;
	padding-left:0px;
	padding-right:0px;
}
#moss .line {	
	border-bottom:1px solid #49650D;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
}
#moss .line2 {
	background-image:url(moss_pix.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}
#moss .box_title {
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	height:57px;
	background-image:url(moss_top.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:30px;
}

