h2.boxHeader
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 12px;
}

/* Outer Div's */
div.outerTopLeftDivHomeTop
{
	background: #517D96 url(../../Images/CustomControls/RoundedCorners/OuterTopLeft.gif) no-repeat left top;
}

div.outerTopRightDiv
{
	background: url(../../Images/CustomControls/RoundedCorners/OuterTopRight.gif) no-repeat right top;
}

div.outerTopLeftDivHomeBottom
{
	background-color: #517D96;
}

div.outerBottomRightDivHomeBottom
{
	height: 100%;
	padding: 5px;
}

div.outerTopLeftDiv
{
	margin-bottom: 18px;
	background: #517D96 url(../../Images/CustomControls/RoundedCorners/OuterTopLeft.gif) no-repeat left top;
}

div.outerTopRightDiv
{
	background: url(../../Images/CustomControls/RoundedCorners/OuterTopRight.gif) no-repeat right top;
}

div.outerBottomLeftDiv
{
	background: url(../../Images/CustomControls/RoundedCorners/OuterBottomLeft.gif) no-repeat left bottom;
}

div.outerBottomRightDiv
{
	height: 100%;
	padding: 5px;
	background: url(../../Images/CustomControls/RoundedCorners/OuterBottomRight.gif) no-repeat right bottom;
}

/* Inner Div's */
div.innerTopLeftDiv
{
	background: #FFFFFF url(../../Images/CustomControls/RoundedCorners/InnerTopLeft.gif) no-repeat left top;
}

div.innerReceiptDivLine
{
	background: url(../../Images/CustomControls/RoundedCorners/receiptLineBG.gif) repeat-x left 55px;
}

div.innerReceiptDivLeft
{
	background: url(../../Images/CustomControls/RoundedCorners/receiptStampLeft.gif) no-repeat left center;
}

div.innerReceiptDivRight
{
	background: url(../../Images/CustomControls/RoundedCorners/receiptStampRight.gif) no-repeat right center;
}

div.innerBottomRightDiv
{
	background: url(../../Images/CustomControls/RoundedCorners/InnerBottomRight.gif) no-repeat right bottom;
}

div.innerBottomLeftDiv
{
	background: url(../../Images/CustomControls/RoundedCorners/InnerBottomLeft.gif) no-repeat left bottom;
}

div.innerTopRightDiv
{
	height: 100%;
	padding: 12px;
	background: url(../../Images/CustomControls/RoundedCorners/InnerTopRight.gif) no-repeat right top;
}

div.innerBottomRightDiv h2
{
	margin: 0 !important;
}

/* Same as innerTopRight div, but to display top right icon */
div.sectionImageDiv
{
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 53px;
}

/* Receipts */
div.divReceiptNumber1of3
{
	background: url(../../Images/CustomControls/RoundedCorners/receiptNumber1of3.gif) no-repeat 96% center;
}

div.divReceiptNumber2of3
{
	background: url(../../Images/CustomControls/RoundedCorners/receiptNumber2of3.gif) no-repeat 96% center;
}

div.divReceiptNumber3of3
{
	background: url(../../Images/CustomControls/RoundedCorners/receiptNumber3of3.gif) no-repeat 96% center;
}

div.divReceiptNumber1of2
{
	background: url(../../Images/CustomControls/RoundedCorners/receiptNumber1of2.gif) no-repeat 96% center;
}

div.divReceiptNumber2of2
{
	background: url(../../Images/CustomControls/RoundedCorners/receiptNumber2of2.gif) no-repeat 96% center;
}
