﻿body {
}
.clsHeader
{
	background-color: #022161;
	vertical-align: middle;
	font-family: Arial;
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bg_RoundedOrangeTopLeft
{
	width:11px;
	height:11px;
	background-image:url('../Images/BackgroundImages/yellow_round_top_left.png');
	background-repeat:no-repeat;
}
.bg_RoundedOrangeTop
{
	height:11px;
	background-image:url('../Images/BackgroundImages/yellow_round_top.png');
	background-repeat:repeat-x;
}
.bg_RoundedOrangeTopRight
{
	width:11px;
	height:11px;
	background-image:url('../Images/BackgroundImages/yellow_round_top_right.png');
	background-repeat:no-repeat;
}
.bg_RoundedOrangeLeft
{
	width:11px;
	height:100%;
	background-image:url('../Images/BackgroundImages/yellow_round_left.png');
	background-repeat:repeat-y;
}
.bg_RoundedOrangeBody
{
	background-color:#FFF3DD;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	padding-left:5px;
	height:100%;
}
.bg_RoundedOrangeRight
{
	width:11px;
	height:100%;
	background-image:url('../Images/BackgroundImages/yellow_round_right.png');
	background-repeat:repeat-y;
}
.bg_RoundedOrangeBottomLeft
{
	width:11px;
	height:11px;
	background-image:url('../Images/BackgroundImages/yellow_round_bottom_left.png');
	background-repeat:no-repeat;
}
.bg_RoundedOrangeBottom
{
	height:11px;
	background-image:url('../Images/BackgroundImages/yellow_round_bottom.png');
	background-repeat:repeat-x;
}
.bg_RoundedOrangeBottomRight
{
	width:11px;
	height:11px;
	background-image:url('../Images/BackgroundImages/yellow_round_bottom_right.png');
	background-repeat:no-repeat;	
}
