/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color:transparent;
}
.boxtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#6666CC;
}
.boxtitle1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}
.white {
	color:#FFFFFF;
}
.aqua {
	color:#339999;
}
.lilac {
	color:#6666CC;
}
.content {
	padding:0px;
	padding-top:6px;
}
.content2 {
	padding:0px;
	padding-right:115px;
	padding-top:6px;
}

.box {width:100%; padding: 6px;}
.box_back_white {width:100%; background-color:#FFFFFF;}
.box_back_lilac {width:100%; background-color:#F5F3FF;}
.box_back_aqua {width:100%; background-color:#E8F7F7;}
.box_grad_lilac {width:100%; background-color:#FFFFFF; background-image: url(grad_lilac.gif); background-position:bottom; background-repeat:repeat-x;}
.box_grad_aqua {width:100%; background-color:#FFFFFF; background-image: url(grad_aqua.gif); background-position:bottom; background-repeat:repeat-x;}
/* medicine pot */
.box_pot {width:100%; height:175px; background-image:url(pot.gif); background-position:bottom right; background-repeat:no-repeat;  background-color:transparent;}
.box_pot_lilac {width:100%; height:175px; background-image:url(pot_lilac.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}
.box_pot_aqua {width:100%; height:175px; background-image:url(pot_aqua.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}
/* salts */
.box_salt {width:100%; height:80px; background-image:url(salt.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}
.box_salt_lilac {width:100%; height:80px; background-image:url(salt_lilac.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}
.box_salt_aqua {width:100%; height:80px; background-image:url(salt_aqua.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}

/* Box Frame Aqua */
.box2-top-left { width:13px; height:13px; background-image:url(box2_top_left.gif); background-repeat:no-repeat; background-position:top left;}
.box2-top { height:13px;  border-top: 2px solid #B2E5E5; background-color:transparent;}
.box2-top-right { width:13px; height:13px; background-image:url(box2_top_right.gif); background-repeat:no-repeat; background-position:top right; background-color:transparent;}
.box2-left { width:13px;  border-left: 2px solid #B2E5E5; background-color:transparent;}
.box2-right { width:13px;  border-right: 2px solid #B2E5E5; background-color:transparent;}
.box2-bottom-left { width:13px; height:13px; background-image:url(box2_bottom_left.gif); background-position:bottom left; background-repeat:no-repeat; background-color:transparent;}
.box2-bottom { height:13px;  border-bottom: 2px solid #B2E5E5; background-color:transparent;}
.box2-bottom-right { width:13px; height:13px; background-image:url(box2_bottom_right.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}
.box2-bottom-right-img { width:13px; height:13px; background-image:url(box2_bottom_right_img.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}

/* Box Frame Lilac */
.box3-top-left { width:13px; height:13px; background-image:url(box3_top_left.gif); background-repeat:no-repeat; background-position:top left;}
.box3-top { height:13px;  border-top: 2px solid #D9D1FF; background-color:transparent;}
.box3-top-right { width:13px; height:13px; background-image:url(box3_top_right.gif); background-repeat:no-repeat; background-position:top right; background-color:transparent;}
.box3-left { width:13px;  border-left: 2px solid #D9D1FF; background-color:transparent;}
.box3-right { width:13px;  border-right: 2px solid #D9D1FF; background-color:transparent;}
.box3-bottom-left { width:13px; height:13px; background-image:url(box3_bottom_left.gif); background-position:bottom left; background-repeat:no-repeat; background-color:transparent;}
.box3-bottom { height:13px;  border-bottom: 2px solid #D9D1FF; background-color:transparent;}
.box3-bottom-right { width:13px; height:13px; background-image:url(box3_bottom_right.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}
.box3-bottom-right-img { width:13px; height:13px; background-image:url(box3_bottom_right_img.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent;}


