﻿* {
	padding:0;
	margin:0;
}

body {
	background-color: #E4E5E6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/eagle_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#000000;
}

.txtHelp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #005596;
	text-decoration: none;
}
.tdTopNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-align: right;
	background-color: #FFFFFF;
	height: 20px;
	padding-right: 15px;
	vertical-align: middle;
}
a {
	color: #005596;
	text-decoration: none;
}
a:visited {
	color: #005596;
	text-decoration: none;
}
a:hover {
	color: #85200F;
	text-decoration: none;
}
a.TopNav{
	color: #85200F;
	text-decoration: none;
}
a.TopNav:visited {
	color: #85200F;
	text-decoration: none;
}
a.TopNav:hover {
	color: #005596;
	text-decoration: none;
}
#PageContentInCalc {
	height: 200px;
	width: 400px;
	padding: 0 18px 0 18px;
	text-align: left;
}

.txtCalcColHead {
	color: #005596;
	text-align: center;
	vertical-align: middle;
}

.tdCalcForm {
	vertical-align: top;
	text-align: left;
	width: 752px;
	padding:0 6px 0 6px;
}
.tdCalcForm #Panel1 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #005596;
	text-decoration: none;
}
.tdCalcFormLeftCol {
	text-align: left;
	vertical-align: middle;
	width: 210px;
	height: 26px;
}
.tdCalcFormMidCol {
	text-align: center;
	vertical-align: middle;
	width: 180px;
	height: 26px;
}
.tdCalcFormRtCol {
	text-align: center;
	vertical-align: middle;
	width: 180px;
	height: 26px;
}
#BackToTop a{
	padding-left:13px;
	background:url(images/arrow_top.gif) no-repeat 0 2px;
	font-size:11px;
	color:#85200F;
	text-decoration: none;
	}
	
#BackToTop {
	text-align:center;
	padding-top:30px;
	padding-bottom:18px;
}
.txtHeadPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005596;
	padding: 47px 18px 18px 18px;
}
.txtHeadPage2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005596;
	padding: 8px 0px 18px 0px;
}
.sidebarCalc {
	float:right;
	width: 302px;
	height: 100px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color: #005596;
	margin-top: 3px;
}
.tdCopyright2 {
	background-image:url(images/botbar_shadow.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	vertical-align: middle;
	height: 20px;
	padding-left: 15px;
}
#tdtell h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #005596;
	text-decoration: none;
}
.hiddenpnl
{
    display: none; 
    width: 656px;    
}
/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox 
{
	background-color : #e3eef8;
	padding: 10px;
}
.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}

.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #e3eef8;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}
.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 120px;
}
