/* =====================< Box Definitions >======================= */

.clearfloat
{
	clear:both;
}

.box
{
	margin-left:0px;
	margin-right:0px;
	padding: 10px;
	text-align: left;
}

.boxhdr
{
	height: 28px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial;
	background-image: url(../SiteGraphics/fade_box_hdr.jpg);
	background-repeat:no-repeat ;

}

.boxdark
{
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	background-color: #DBDBDB;
	height: 150px;
}

.boxftrfade
{
	height: 12px;
	background-image: url(../SiteGraphics/fade_box_ftr.jpg);
	background-repeat:no-repeat ;

}

.boxcnt
{
	padding-top: 0px;
/*	padding-left: 5px; */
	text-align: left;
	border-right: #d2b48c 0px solid;
	border-top: #d2b48c 0px solid;
	border-left: #d2b48c 0px solid;
	border-bottom: #d2b48c 0px solid; 
}



/* ====================================================================================== */
/*                              Rounded / Square Corner Boxes                             */
/* ====================================================================================== */

.bl
{
	background: url(../SiteGraphics/bl.gif) #cbe793 no-repeat 0px 100%;
	width: 100%;
}
.br {background: url(../SiteGraphics/br.gif) 100% 100% no-repeat}
.tl {background: url(../SiteGraphics/tl.gif) 0 0 no-repeat}
.tr {background: url(../SiteGraphics/tr.gif) 100% 0 no-repeat; padding:10px}

.niftybox
{
	background-color: #E3EAF0;
	padding: 15px;
	width: 90%;
}

.SquareBox
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #ededd5;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}



/* ====================================================================================== */
/*                              Standard Boxes                                            */
/* ====================================================================================== */

.FadedBox
{
	padding: 10px;
	background-color: #ffffff;
/*	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid; */
	margin-bottom: 15px;
	width: 92%;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	background-image: url(../SiteGraphics/BoxHdrFade.jpg); 
	background-position: top;
	background-repeat: repeat-x;
}
