/* CSS Document */

/* Blue Outline Light Green Inside */
.boxTop_blueGreen{
	background-image: url(../images/public/side_top_blue-green.gif);
	background-repeat: repeat-x;
	height: 18px;
	position: relative;
}
.boxTopLeft_blueGreen{
	background-image: url(../images/public/crn_leftTop_blue-green.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.boxTopRight_blueGreen{
	background-image: url(../images/public/crn_rightTop_blue-green.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.boxMiddle_blueGreen{
	border-right: 1px solid #0C69AD;
	border-left: 1px solid #0C69AD;
	background-color: #F0FFED;
	padding-right: 8px;
	padding-left: 8px;
}
.boxBottom_blueGreen{
	background-image: url(../images/public/side_bottom_blue-green.gif);
	background-repeat: repeat-x;
	height: 18px;
	position: relative;
}
.boxBottomLeft_blueGreen{
	background-image: url(../images/public/crn_leftBottom_blue-green.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.boxBottomRight_blueGreen{
	background-image: url(../images/public/crn_rightBottom_blue-green.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Green Outline Light Green Inside */
.boxTop_greenGreen{
	background-image: url(../images/side_top.gif);
	background-repeat: repeat-x;
	height: 19px;
	position: relative;
	left: 0px;
	top: 0px;
}
.boxTopLeft_greenGreen{
	background-image: url(../images/cnr_topLeft.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.boxTopRight_greenGreen{
	background-image: url(../images/cnr_topRight.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.boxMiddle_greenGreen{
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #87C91F;
	border-left: 1px solid #87C91F;
	background-color: #F0FFED;
}
.boxBottom_greenGreen{
	background-image: url(../images/side_bottom.gif);
	background-repeat: repeat-x;
	height: 19px;
	position: relative;
}
.boxBottomLeft_greenGreen{
	background-image: url(../images/cnr_bottomLeft.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.boxBottomRight_greenGreen{
	background-image: url(../images/crn_bottomRight.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	position: absolute;
	right: 0px;
	top: 0px;
}



/* Green Outline White Inside */
.boxTop{
	background-image: url(../images/public/side_top.gif);
	background-repeat: repeat-x;
	height: 18px;
	position: relative;
}
.boxTopLeft{
	background-image: url(../images/public/crn_leftTop.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.boxTopRight{
	background-image: url(../images/public/crn_rightTop.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.boxMiddle{
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #87C91F;
	border-left: 1px solid #87C91F;
	background-color: #FFFFFF;
}
.boxBottom{
	background-image: url(../images/public/side_bottom.gif);
	background-repeat: repeat-x;
	height: 18px;
	position: relative;
}
.boxBottomLeft{
	background-image: url(../images/public/crn_leftBottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.boxBottomRight{
	background-image: url(../images/public/crn_rightBottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	right: 0px;
	top: 0px;
}
