.Header1 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 14pt;
}
div.Header2 {
	font-weight: bold;
	font-size: 9pt;
	color:#222;
	margin-bottom:2px;
}
div.Header2 a {
	color:#fff;
}
div.Header2 a:hover {
	color:#55a2ff;
}
.Header3 {
	font-size: 7pt;
}

.MainHeading {
	font-size: 10pt;
	color: #ac0101;
}
.line {
	border-right: 1px solid #ccc;
}
hr.divider {
	height: 1px;
	color: #a2a1a1;
	width: 98%;
}



/*FormStyles*/

input.Buttons {
	font: bold 8pt Tahoma;
	color: #000;
	background-image: url('../../SYS/Images/buttonBG.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #5e5e61;
	border: 1px solid #666;
	cursor: pointer;
	vertical-align:middle;
	padding: 2px 6px;
}

input {
    font: 8pt Arial;
	border: 1px solid #999;
	padding:1px 2px;
	vertical-align:middle;
}
textarea
{
    font: 8pt Arial;
	border: 1px solid #999;
	padding:1px 2px;
}
select {
    font: 8pt Arial;
	border: 1px solid #999;
	padding:1px 2px;
	vertical-align:middle;
}

.TableKPI
{
	font-size: 8pt;
	border: #069 solid 1px;
	width: 70%;
	border-collapse: collapse;
}

table.TableBorder {
	width: 100%;
	border-collapse: collapse;
}
table.TableBorder td {
	padding: 2px 8px;
}
table.TableBorder td.row0 {
    background-color: #545454;
	border: 1px solid #313131;
}
table.TableBorder td.row1 {
	background-color:#464646;
	border: 1px solid #313131;
}


.Label
{
	font-weight: bold;
	text-align : right;
	padding-right: 4px;
}
.LabelRequired {
	text-align: right;
	font-weight: bold;
	color: #d00;
}


td.TableHeader {
	background-color: #555;
	font-weight: bold;
	color: #fff;
}
td.TableHeader a:link,
td.TableHeader a:active,
td.TableHeader a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
td.TableHeader a:hover {
	font-weight: bold;
	color: #dcf3ff;
	text-decoration: none;	
}
td.TableHeaderCont {
	font-weight: bold;
	background-color: #555;
	color: #fff;
	padding: 3px 6px 3px 6px;
}
td.TableHeaderCont a:link, 
td.TableHeaderCont a:active, 
td.TableHeaderCont a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}
td.TableHeaderCont a:hover {
	font-weight: bold;
	color: #dcf3ff;
	text-decoration: none;	
}

td.TableHeaderSub {
	padding: 3px 3px 4px 3px;
    background-color: #f7f7f7;
	font-weight: bold;
	font-weight: bold; 
	color: #000;
	border: 1px solid #999;
	border-right-style: none;
	border-left-style: none;
	margin:0px;
}


.Hidden
{
	display: none;
	visibility: hidden;
}
.Message {
	font-weight: bold;
	color: #d60019;
	padding-bottom: 3px;
}

table.TitleHeader {
	width: 100%;
	border-collapse:collapse;
}
td.PageHeader {
	font-weight: bold;
	font-size:10pt;
	color:#555;
	padding-bottom:3px;
}
table.TitleHeader td {
	padding-right:6px;
}
table.TitleHeader td a:link,
table.TitleHeader td a:active,
table.TitleHeader td a:visited {
	font-weight: bold;
	color:#D31145;
	text-decoration:none;
}
table.TitleHeader td a:hover {
	font-weight: bold;
	color:#D31145;
	text-decoration:underline;
}

.TabTemplate
{
	font-size: 9pt;
	margin: 10px 0px 0px;
	width: 96%;
	cursor: default;
	color: black;
	height: 17px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}
.TabTemplate .TabLeft
{
	border-right: gray 1px solid;
	background: #a9a8a8;
	border-bottom: black 2px solid
}
.TabTemplate .TabRight
{
	padding-left: 1px;
	background: #a9a8a8;
	border-left: white 1px solid;
	border-bottom: black 2px solid;
}
.TabTemplate .TabActive
{
	border-right: gray 1px solid;
	background: #a9a8a8;
	border-left: white 1px solid;
	width: 90pt;
	border-bottom: black 2px solid;
}
.TabTemplate .TabActive A
{
	text-decoration: none
}
.TabTemplate .TabActive A:Hover
{
	text-decoration: underline
}
.TabTemplate .TabSelected
{
	border-right: gray 1px solid;
	width: 90pt
}
.TabTemplate .TabDisabled
{
	border-right: gray 1px solid;
	background: #a9a8a8;
	border-left: white 1px solid;
	width: 90pt;
	color: graytext;
	border-bottom: black 2px solid;
}
input.radiobutton {
	border-style: none;
	cursor:pointer;
	vertical-align:middle;
	margin:0 4px 4px 0;
	padding:0;
}
