/*FormStyles*/
input {
	font-size:8pt;
	border: 1px solid #999;
	padding-left: 3px;
	padding-right: 3px;
}
textarea {
	font-size:8pt;
	border: 1px solid #999;
	padding:3px;
}
select {
	font-size:8pt;
}
input.radiobutton {
	border-style: none;
	margin:0px;
	padding:0px;
}
input.Buttons {
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-align: center;
	background-image: url('../../SYS/Images/buttonBG.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #5e5e61;
	cursor: pointer;
	height: 20px;
}

table.TableBorder {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom:8px;
}
table.TableBorder td {
	padding: 2px 2px 2px 6px;
	font-size: 8pt;
}
.Label {
	font-weight: bold;
	text-align : right;
	padding-right: 4px;
}
.LabelRequired {
	font-weight: bold;
	text-align : right;
	padding-right: 4px;
	color: #025883;
}
table.TableBorder td.TableHeader {
	font: bold 8pt Tahoma; color: #fff;
	background-image:url("../Images/tableheader.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #0067a5;
	padding: 2px 8px 2px 6px;
	height:18px;
}
table.TableBorder td.TableHeaderCont {
	font: bold 8pt Tahoma; color: #fff;
	background-image:url("../Images/tableheader.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #0067a5;
	padding: 2px 8px 2px 6px;
	height:18px;
}
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;
}
table.TableBorder td.TableHeaderSub
{
	font-weight:bold;
	color: #333;
	padding: 0px 8px 0px 8px;
	vertical-align:middle;
	height:18px;
	background-image:url("../Images/bg_titlesubheader.gif");
	background-repeat:repeat-x;
	background-position:top left;
	background-color: #6c6c6c;
}
td.row0 {
    background-color: #f7f7f7;
	padding: 2px 6px 2px 6px;
	font-size: 8pt;
}
td.row1 {
	background-color: #fff;
	padding: 2px 6px 2px 6px;
	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;
}
.TitleHeader
{
	width: 95%;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
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;
}

/*-------------------------------------
Service Page Styles
---------------------------------------*/

table.ServiceForm
{
	width:100%;
	margin:3px 0px 3px 0px;
}

table.ServiceForm td.Desc
{
	padding-right:5px;
	text-align:right;
	width:150px;
	font-weight:bold;
	font-size:11px;
}

table.ServiceForm td.Data
{
	text-align:left;
}

table.ServiceForm input.SmallText
{
	width:153px;
	height:13px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url("../Images/bg_formfield-s.gif");
	padding:0px;
	margin:0px;
}

table.ServiceForm input.LargeText
{
	width:211px;
	height:13px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url("../Images/bg_formfield-l.gif");
	padding:0px;
	margin:0px;
}

table.ServiceForm input.LargeText
{
	width:211px;
	height:13px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url("../Images/bg_formfield-l.gif");
	padding:0px;
	margin:0px;
}

table.ServiceForm .BigArea
{
	width:309px;
	height:90px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url("../Images/bg_formfield-m.gif");
}

table.ServiceForm input.Checkbox
{
	border-style:none;
}

input.ServiceSubmitButton
{
	height:25px;
	width:172px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url("../Images/bg_buttonsubmit.gif");
	font-size:13px;
	font-weight:bold;
	border-style:none;
}