a:link, a:visited, a:active {
	font: 9pt Arial;
	color: #303D6F;
	text-decoration: none;
}
a:hover {
	font: 9pt Arial;
	color: #F20101;
	text-decoration: none;
}
td.PageHeader
{
	padding: 2px 2px 2px 0px;
	text-transform: uppercase;
	font: bold 9pt Tahoma;
	color: #666;
	text-align:left;
}
.MainHeading
{
	font-size: 10pt;
	color: #AC0101;
}
.Details
{
	background-color: #f7f7f7;
	font-size: 7pt;
	padding: 3px;
}
hr.divider
{
	height: 1px;
	color: #A2A1A1;
	width: 100%;
}
input.Buttons {
	font: bold 8pt Tahoma;
	color: black;
	text-align: center;
	background-image: url('../../SYS/Images/buttonBG.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #666;
	cursor: pointer;
	height: 20px;
}

/*FormStyles*/

input
{
    vertical-align: top;
    font: xx-small Tahoma;
	padding-left: 3px;
}
textarea
{
    vertical-align: top;
    font: xx-small Tahoma;
	border: 1px solid #999999;
	padding-left:3px;
}
select
{
    vertical-align: top;
    font: xx-small Tahoma;
}
.radiobutton 
{
	border-style: none;
	margin:0px;
	padding:0px;
}
.TableBorder
{
	width: 100%;
/*	margin-left: auto; 
	margin-right: auto; */
}
.TableBorder td
{
	padding: 2px;
	font-size: 8pt;
	vertical-align: top;
	margin: 0px;
}
.Label
{
	font-weight: bold;
	text-align : right;
	padding-right: 4px;
}
.LabelRequired
{
	font-weight: bold;
	text-align : right;
	padding-right: 4px;
	color: Maroon
}


td.TableHeader {
	font: bold 8pt Tahoma; color: #fff;
	background-color: #F20101;
	border-top: 1px solid #F86D6D;
	border-bottom: 1px solid #A70101;
	padding: 0px 8px 0px 8px;
	vertical-align:middle;
	height:20px;
}
td.TableHeaderCont {
	font: bold 8pt Tahoma; color: #fff;
	background-color: #F20101;
	border-top: 1px solid #F86D6D;
	border-bottom: 1px solid #A70101;
	padding: 0px 8px 0px 8px;
	vertical-align:middle;
	height:20px;
}
td.TableHeader a:link, td.TableHeader a:active, td.TableHeader a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	vertical-align:middle;
}
td.TableHeader a:hover {
	font-weight: bold;
	color: #eee;
	text-decoration: none;	
	vertical-align:middle;
}
td.TableHeaderCont a:link, 
td.TableHeaderCont a:active, 
td.TableHeaderCont a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
	vertical-align:middle;
}
td.TableHeaderCont a:hover {
	font-weight: bold;
	color: #eee;
	text-decoration: none;	
	vertical-align:middle;
}
td.TableHeaderSub
{
	padding: 0px 6px 0px 2px;
	vertical-align:middle;
	height:20px;
    background-color: #f7f7f7;
	font-weight: bold;
	font: bold 8pt Tahoma; color: #000;
	border: #999 solid 1px;
	border-right-style: none;
	border-left-style: none;
	margin:0px;
}
td.row0 {
    background-color: #f7f7f7;
	padding: 3px 8px 3px 8px;  
	font-size: 8pt;
}
td.row1 {
	background-color: #fff;
	padding: 3px 8px 3px 8px;  
	font-size: 8pt;
}

/*NEWS*/

.NewsPanel
{
	width: 186px;
	border-left: 1px solid #A2A1A1;
	vertical-align : top;
}
td.NewsItem
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 8pt;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: justify;
}

td.LoginPanelText
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 8pt;
	padding-bottom: 4px;
	padding-top: 4px;
}
td.NewsItem a:link a:visited
{
	font-weight: bold
}

td.NewsItem a:visited
{
	font-weight: bold
}

.Hidden
{
	display: none;
	visibility: hidden;
}

.Message
{
	font: bold 9pt Tahoma;
	color: #5171AF;
	padding-left: 12px;
	padding-right:12px;
}
table.TitleHeader {
	width: 100%;
}
table.clsInfo
{
	background-color: #FFF9E8;
	background-image: url('../Images/warning.jpg');
	background-position: bottom right;
	background-repeat:  no-repeat;
	border: 1px solid #F2D4A2;
	width: 500px;
}
table.clsInfo tr td
{
	font: bold 10pt Tahoma;
	padding: 10px;	
	vertical-align: middle;
	text-align: center;
}
td.clsInfoIcon {
	background-image: url('../Images/warning.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width:94px; height:67px;
}
table.clsError
{
	background-color: #FFF5F5;
	background-image: url('../Images/error.jpg');
	background-position: bottom right;
	background-repeat:  no-repeat;
	border: 1px solid #B40404;
	width:500px;
}
table.clsError tr td
{
	font: bold 10pt Tahoma;
	color: #B40404;
	padding: 10px;	
	vertical-align: middle;
	text-align: center;
}
td.clsErrorIcon {
	background-image: url('../Images/error.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width:94px; height:67px;
}
/*
Styles for tabs.
*/
.TabTemplate
{
	font-size: 9pt;
	margin: 10px 0px 0px;
	width: 96%;
	cursor: default;
	color: black;
	font-family: Tahoma;
	height: 17px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}
.TabTemplate .TabLeft
{
	border-right: gray 1px solid;
	background-color: #a9a8a8;
	border-bottom: black 2px solid
}
.TabTemplate .TabRight
{
	padding-left: 1px;
	background-color: #a9a8a8;
	border-left: white 1px solid;
	border-bottom: black 2px solid;
}
.TabTemplate .TabActive
{
	border-right: gray 1px solid;
	border-left: white 1px solid;
	border-bottom: black 2px solid;
	background-color: #a9a8a8;
	width: 90pt;
}
.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;
	border-left: white 1px solid;
	border-bottom: black 2px solid;
	background-color: #a9a8a8;
	width: 90pt;
	color: graytext;
}