﻿BODY
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
	color: white;
	background-color: black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.PrintBody
{
	font-family: 'Arial';
	font-size: 13px;
	color: black;
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
}

.TermsBody
{
	font-family: 'Arial';
	font-size: 13px;
	color: black;
	background-color: white;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: normal;
}

.PrintBodyTable
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-family: 'Arial';
	font-size: 13px;
	color: black;
	background-color: white;
	font-weight: normal;
}

H1, H2, H4, A:link, A:visited
{
	color: White;
}

H3 
{
	color: #264886;
	font-style: italic;
}

A:link, A:visited
{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #b8cce5;
	text-decoration: none;
}

A:hover
{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: white;
	text-decoration: none;
}

.FormSection
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
}

.FormButton
{
	border-right: darkblue 1px solid;
	border-top: darkblue 1px solid;
	border-left: darkblue 1px solid;
	border-bottom: darkblue 1px solid;
	background-image: url(../../Images/buttonBg.gif);
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	height: 22px;
	cursor: hand;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.FormButtonHover
{
	border-right: #b4b4b4 1px solid;
	border-top: #b4b4b4 1px solid;
	border-left: #b4b4b4 1px solid;
	border-bottom: #b4b4b4 1px solid;
	background-image: url(../../Images/buttonBgHover.gif);
	color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	height: 22px;
	cursor: hand;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.FormInput, 
.FormInputFocus, 
.FormInputHover, 
.FormInputReadOnly,
.FormInputConfirm,
.FormInputBold
{
	font: 12px Arial;
	height: 21px;
	border-width: 1px;
	vertical-align: middle;
}

.FormInputMultiLine
{
	font: 12px Arial;
	color: black;
	background: #b9cde5;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.FormInput, .FormInputBold
{
	color: black;
	background: #b9cde5;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	height: 21px;
}

.FormInputBold
{
	text-align: center;
	font-weight: bold;
	height: 21px;
}

.FormInputHover
{
	color: black;
	background: blue;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	height: 21px;
}

.FormInputBoldHover
{
	color: black;
	background: blue;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	text-align: center;
	font-weight: bold;
	height: 21px;
}

.FormInputReadOnly
{
	color: #b9cde5;
	background: black;
	border-right: #b9cde5 1px solid;
	border-top: #b9cde5 1px solid;
	border-left: #b9cde5 1px solid;
	border-bottom: #b9cde5 1px solid;
	font-weight: bold;
	vertical-align: middle;
	height: 21px;
}

.FormInputFocus
{
	color: black;
	background: white;
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	height: 21px;
}

.FormInputBoldFocus
{
	color: black;
	background: white;
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	text-align: center;
	font-weight: bold;
	height: 21px;
}

.FormInputConfirm
{
	color: #b9cde5;
	background: black;
	border-right: #b9cde5 1px solid;
	border-top: #b9cde5 1px solid;
	border-left: #b9cde5 1px solid;
	border-bottom: #b9cde5 1px solid;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	height: 21px;
}

.FormLabel, .FormLabelWithTip
{
	font-size: 13px;
	font-weight: bolder;
	color: white;
	font-family: Arial;
	height: 21px;
}
.FormLabelInformation
{
	font-size: 12px;
	font-weight: normal;
	color: white;
	font-family: Arial;
}
.FormLabelWithTip
{
	cursor: default;
}

.FormTitle
{
	font-size: 14px;
	font-weight: bold;
	color: white;
	font-family: Arial;
}

.FormTitleHighlight
{
	font-size: 14px;
	font-weight: bold;
	color: #0677be;
	font-family: Arial;
	font-style: italic;
}

.FormTitleSmall
{
	font-size: 11px;
	font-weight: bold;
	color: white;
	font-family: Arial;
}
hr
{
	color: #4a4848;
	height: 1px;
}
.DisclaimerText
{
	font-size: 10px;
	color: white;
	text-align: right;
	cursor: hand;
}
.DisclaimerTextHover
{
	font-size: 10px;
	color: #0677be;
	text-align: right;
	cursor: hand;
}

.Copyright
{
	font-size: 9px;
	color: silver;
	text-align: right;
	cursor: hand;
	font-family: Arial;
}

.PageTitle
{
	font-size: 18px;
	color: #a6a6a6;
	font-style: italic;
	font-family: Arial;
	position: absolute; 
	margin-top: -15; 
	margin-left: -18;
	z-index: 5;
}

.FormValidationText
{
	font-size: 10px;
	color: red;
	font-family: Arial;
}

.GridPrice
{
	font: bold 16px tahoma;
	border-bottom: #2c2d2f 1px solid;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 1px;
	padding-top: 1px;
}

.GridPrice th, .GridPrice th a
{
	font: bold 16px Tahoma;
	color: #0677be;
	vertical-align: bottom;
	text-align: center;
	border-bottom: #2c2d2f 1px solid;
}

.GridPrice td, .GridPrice td a
{
	font: bold 16px tahoma;
	border-bottom: #2c2d2f 1px solid;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 1px;
	padding-top: 1px;
}

.GridPriceHeader
{
	color: #1663ca;
	background: black;
}
.GridPriceRow
{
	color: White;
	background-color: black;
	cursor: hand;
}
.GridPriceAltRow
{
	color: White;
	background-color: black;
	cursor: hand;
}
.GridPriceSelectedRow
{
	background-color: #656565;
	color: white;
}

