/* These don't need a background image  */
DIV.Section_Title_Area {
	position: relative;
	margin-left: 51px;
	margin-right: 51px;
	height: 50px;
	}
DIV.Section_Title_Area_Text {
	height: 50px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	margin-top: 10px; /* This is here for IE, since IE doesn't use display: table-cell */
	}

/* All three Section types use the same layout, but with different background images */
/* So set the layout with one primary set of tags, then include a second tag with just the image/color */
IMG.Section_Title_Left {
	width: 51px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -51px;
	}
IMG.Section_Title_Center {
	position: absolute;
	width: 100%;
	height: 50px;
	background-repeat: repeat-x;
	z-index: -1;
	}
IMG.Section_Title_Right {
	width: 51px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: -51px;
	}
DIV.Section_Border_Area {
	position: relative;
	padding-top: 7px;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	}
IMG.Section_Border_Left {
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
IMG.Section_Border_Right {
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	}
IMG.Section_Border_Bottom {
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	}
IMG.Section_Border_CornerLeft {
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	}
IMG.Section_Border_CornerRight {
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	}

IMG.Section_Normal_Title_Left {
	background-image: url(Section_Normal_Title_Left.png);
	}
IMG.Section_Normal_Title_Center {
	background-image: url(Section_Normal_Title_Center.png);
	}
IMG.Section_Normal_Title_Right {
	background-image: url(Section_Normal_Title_Right.png);
	}
DIV.Section_Normal_Border_Area {
	background-color: #000000;
	}
IMG.Section_Normal_Border_Left {
	background-image: url(Section_Normal_Border_Left.png);
	}
IMG.Section_Normal_Border_Right {
	background-image: url(Section_Normal_Border_Right.png);
	}
IMG.Section_Normal_Border_Bottom {
	background-image: url(Section_Normal_Border_Bottom.png);
	}
IMG.Section_Normal_Border_CornerLeft {
	background-image: url(Section_Normal_Border_CornerLeft.png);
	}
IMG.Section_Normal_Border_CornerRight {
	background-image: url(Section_Normal_Border_CornerRight.png);
	}

IMG.Section_Error_Title_Left {
	background-image: url(Section_Error_Title_Left.png);
	}
IMG.Section_Error_Title_Center {
	background-image: url(Section_Error_Title_Center.png);
	}
IMG.Section_Error_Title_Right {
	background-image: url(Section_Error_Title_Right.png);
	}
DIV.Section_Error_Border_Area {
	background-color: #FF0000;
	color: #000000; /* Default-red text looks bad on this background */
	}
IMG.Section_Error_Border_Left {
	background-image: url(Section_Error_Border_Left.png);
	}
IMG.Section_Error_Border_Right {
	background-image: url(Section_Error_Border_Right.png);
	}
IMG.Section_Error_Border_Bottom {
	background-image: url(Section_Error_Border_Bottom.png);
	}
IMG.Section_Error_Border_CornerLeft {
	background-image: url(Section_Error_Border_CornerLeft.png);
	}
IMG.Section_Error_Border_CornerRight {
	background-image: url(Section_Error_Border_CornerRight.png);
	}

IMG.Section_Success_Title_Left {
	background-image: url(Section_Success_Title_Left.png);
	}
IMG.Section_Success_Title_Center {
	background-image: url(Section_Success_Title_Center.png);
	}
IMG.Section_Success_Title_Right {
	background-image: url(Section_Success_Title_Right.png);
	}
DIV.Section_Success_Border_Area {
	background-color: #FFFFFF;
	color: #000000; /* Default-red text looks bad on this background */
	}
IMG.Section_Success_Border_Left {
	background-image: url(Section_Success_Border_Left.png);
	}
IMG.Section_Success_Border_Right {
	background-image: url(Section_Success_Border_Right.png);
	}
IMG.Section_Success_Border_Bottom {
	background-image: url(Section_Success_Border_Bottom.png);
	}
IMG.Section_Success_Border_CornerLeft {
	background-image: url(Section_Success_Border_CornerLeft.png);
	}
IMG.Section_Success_Border_CornerRight {
	background-image: url(Section_Success_Border_CornerRight.png);
	}
