.top
{
	background-image: url('../Images/Background-Images/top.gif');
	background-position: center top;
	background-repeat: repeat-x;
	padding: 1px;
	width: 100%;
}
.top-left
{
	background: transparent url('../Images/Background-Images/top-left.gif') repeat scroll left top;
	background-repeat: no-repeat;
	padding: 0pt 10px 0pt 0pt;
}
.header-top-left
{
	background: transparent url('../Images/Background-Images/header-top-left.gif') repeat scroll left top;
	background-repeat: no-repeat;
	padding: 0pt 10px 0pt 0pt;
}
.top-right
{
	background: transparent url('../Images/Background-Images/top-right.gif') repeat scroll left top;
}

.header-top-right
{
	background: transparent url('../Images/Background-Images/header-top-right.gif') repeat scroll left top;
}
.left
{
	background-image: url('../Images/Background-Images/left.gif');
	background-position: left bottom;
	background-repeat: x-repeat;
}
.header-left
{
	background-image: url('../Images/Background-Images/header-left.gif');
	background-position: left bottom;
	background-repeat: x-repeat;
}

.right
{
	background-image: url('../Images/Background-Images/right.gif');
	background-position: right bottom;
}
.header-right
{
	background-image: url('../Images/Background-Images/header-right.gif');
	background-position: right bottom;
}

.bottom
{
	background-image: url('../Images/Background-Images/bottom.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 1px;
	width: 100%;
}

.bottom-right
{
	background-image: url('../Images/Background-Images/bottom-right.gif');
	background-position: right bottom;
	padding: 0pt 10px 0pt 0pt;
}

.header-bottom-right
{
	background-image: url('../Images/Background-Images/header-bottom-right.gif');
	background-position: right bottom;
	padding: 0pt 10px 0pt 0pt;
}
.bottom-left
{
	background-image: url('../Images/Background-Images/bottom-left.gif');
	background-position: left bottom;
}

.header-bottom-left
{
	background-image: url('../Images/Background-Images/header-bottom-left.gif');
	background-position: left bottom;
}
.header-font
{
	font-family: Arial;
	font-size: 18px;
	color: White;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}
.clsTableHeaderFontLeft
{
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
.clsTableHeaderFontCenter
{
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: center;
}
.clsTableContentFontLeft
{
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 3px;
	background-color: #ededed;
}
.clsTableContentFontCenter
{
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
	background-color: #ededed;
}
