/* ROUND CORNER STYLES */
.tl, .tr, .bl, .br
{
	background: url(images/corners.gif);
	width: 12px;
	height: 12px;
	font-size: 0;
}
.tl, .bl
{
	float: left;
}
.tr, .br
{
	float: right;
}
.tl
{
	margin-top: -2px;
	margin-left: -2px;
}
.tr
{
	margin-top: -2px;
	margin-right: -2px;
}
.bl
{
	margin-bottom: -2px;
	margin-left: -2px;
}
.br
{
	margin-bottom: -2px;
	margin-right: -2px;
}
* html .box-content
{
	height: 1%;
}
.scroll
{
	overflow: auto;
}


/* GREEN BOX /W WHITE BG */
.grn_whbg
{
	background-color: #d6e387;
	border: solid 2px #fff;
	padding-bottom: 10px;
}
.grn_whbg .tl
{
	background-position: 168px 0px;
}
.grn_whbg .tr
{
	background-position: 156px 0px;
}
.grn_whbg .bl
{
	background-position: 168px 12px;
}
.grn_whbg .br
{
	background-position: 156px 12px;
}

/* BABY BLUE BOX /W WHITE BG */
.bblu_whbg
{
	background-color: #d3eefb;
	border: solid 2px #fff;
	padding-bottom: 10px;
}
.bblu_whbg .tl
{
	background-position: 144px 0px;
}
.bblu_whbg .tr
{
	background-position: 132px 0px;
}
.bblu_whbg .bl
{
	background-position: 144px 12px;
}
.bblu_whbg .br
{
	background-position: 132px 12px;
}

/* PURPLE BOX /W WHITE BG */
.pur_whbg
{
	background-color: #ac7bb5;
	border: solid 2px #fff;
	padding-bottom: 10px;
}
.pur_whbg .tl
{
	background-position: 96px 0px;
}
.pur_whbg .tr
{
	background-position: 84px 0px;
}
.pur_whbg .bl
{
	background-position: 96px 12px;
}
.pur_whbg .br
{
	background-position: 84px 12px;
}

/* BABY BLUE BOX /W WHITE BG + BLUE HEADER */
.bblu_whbgh
{
	background-color: #d3eefb;
	border: solid 2px #fff;
	padding-bottom: 10px;
}
.bblu_whbgh .tl
{
	background-position: 120px 0px;
}
.bblu_whbgh .tr
{
	background-position: 108px 0px;
}
.bblu_whbgh .bl
{
	background-position: 144px 12px;
}
.bblu_whbgh .br
{
	background-position: 132px 12px;
}
.bblu_whbgh .header
{
	height: 10px;
	background-color: #b7cfeb;
	text-align: center;
	overflow: visible;
}
.bblu_whbgh .box-content
{
	margin-top: -5px;
	background-image: url(images/head_bg.gif);
	background-repeat: repeat-x;
}
.Content
{
	background-color: Transparent;
}

/* DARK ORANGE BOX /W ORANGE BG */
.dor_orbg
{
	background-color: #f16531;
	border: solid 2px #fdc85a;
	padding-bottom: 10px;
}
.dor_orbg .tl
{
	background-position: 72px 0px;
}
.dor_orbg .tr
{
	background-position: 60px 0px;
}
.dor_orbg .bl
{
	background-position: 72px 12px;
}
.dor_orbg .br
{
	background-position: 60px 12px;
}

/* LIGHT ORANGE BOX /W ORANGE BG */
.lor_orbg
{
	background-color: #fdc85a;
	border: solid 2px #f16531;
	padding-bottom: 10px;
}
.lor_orbg .tl
{
	background-position: 48px 0px;
}
.lor_orbg .tr
{
	background-position: 36px 0px;
}
.lor_orbg .bl
{
	background-position: 48px 12px;
}
.lor_orbg .br
{
	background-position: 36px 12px;
}

/* GREEN BOX /W ORANGE BG */
.grn_orbg
{
	background-color: #d6e387;
	border: solid 2px #f16531;
	padding-bottom: 10px;
}
.grn_orbg .tl
{
	background-position: 24px 0px;
}
.grn_orbg .tr
{
	background-position: 12px 0px;
}
.grn_orbg .bl
{
	background-position: 24px 12px;
}
.grn_orbg .br
{
	background-position: 12px 12px;
}
