﻿html, body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #000000;
	margin: 20px 10px 20px 10px;
	text-align: left;
	background: #fff none;
	background-image: none;
}
h1 {
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #003366;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 30px;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #003366;
	margin: 21px 20px 12px 0px;
	padding-bottom: 5px;
	background: transparent url(/Images/forms/hr.gif) repeat-x 0 25px;
}
h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #003366;
	margin: 21px 0px 12px 0px;
	padding-bottom: 5px;
	background: transparent url(/Images/forms/hr.gif) repeat-x 0 25px;
}
a {
	color: #003366;
}
table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
select {
	font-size: 12px;
}
textarea {
	width: 352px;
	font-family: Arial, Helvetica, Sans-Serif;
}
#wrapper {
	position: absolute;
	overflow: hidden;
	padding-bottom: 20px;
}

#leftcontent {
	float: left;
	width: 465px;
}
#rightcontent {
	width: 150px;
	float: left;
	background: transparent;
	background-color: transparent;
}
#rightbottom {
	width: 150px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	padding-bottom: 20px;
}

.disclaimer {
    width: 150px;
	position: absolute;
	bottom: 100px; 
	right: 0px;
	text-align: center;
	padding-bottom: 20px;

}

.formfooter {
	float: left;
	width: 95%;
}

.instruction {
	font-size: 12px;
}
.instruction-blue {
	font-size: 12px;
	color: #036;
}
.instruction-i {
	font-size: 11px;
	font-style: italic; 
}
.instruction-header {
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #036; 
	font-weight: 800;
	line-height: 20px;
}
.button {
	text-align: left;
	padding-top: 10px;
}
.fieldRequired {
	background: transparent url(/Images/blasterisk.gif) no-repeat left 6px;
	padding-bottom: 10px;
	text-align: left;
	width: 15px;
}
.fieldNotRequired {
	padding-bottom: 10px;
	text-align: left;
	width: 15px;
}
.fieldLabel {
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
	width: 75px;
}
.fieldLabelWide {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 3px;
	text-align: left;
	vertical-align: top;
}
.wideField {
	width: 352px;
}
.fieldLabelTop {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 3px;
	text-align: left;
	vertical-align: top;
	width: 75px;
}
.field {
	text-align: left;
	padding-bottom: 10px;
}
.field input {
	font-size: 12px;
}
.error .fieldRequired {
	background: transparent url(/Images/asterisk.gif) no-repeat left 6px;
	padding-bottom: 10px;
	text-align: left;
	width: 15px;
}
.error .fieldLabel {
	color: #cc0000;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
	width: 75px;
}
.error .fieldLabelWide {
	color: #cc0000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 3px;
	text-align: left;
	vertical-align: top;
}
.error .fieldLabelTop {
	color: #cc0000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 3px;
	text-align: left;
	vertical-align: top;
	width: 75px;
}
.error .field input, .error .field textarea, .error .field select {
	border: solid 2px #cc0000;
	font-size: 12px;
	text-align: left;
}
.formValidator {
	border: solid 2px #cc0000;
	color: #cc0000;
	width: 431px;
	padding: 5px;
	margin-bottom: 20px;
}
.formValidator ul {
	margin: 0px 0px 0px 35px;
}
.hr {
	margin-right: 10px;
	height: 5px;
	padding-bottom: 5px;
	background: transparent url(/Images/forms/hr.gif) repeat-x 0 0;
}
/* Select Agent Control Styles */
.hideDiv {
	display: none;
	visibility: hidden;
	left: 0px;
	top: 0px;
	float: left;
}
.showDiv {
	display: inline;
	visibility: visible;
}
#divSelectAgentControlWrapper {
	padding-top: 6px;
	padding-bottom: 20px;
}
#ctl00_MainFormContent_ucSelectAgent_divLabel, #ctl00_MainFormContent_ucSelectAgent_divSelectPrefAgent {
	float: left;
	padding-right: 5px;
}
#ctl00_MainFormContent_ucSelectAgent_divSelectPrefAgent {
	float: left;
}
#ctl00_MainFormContent_ucSelectAgent_divSelectAgent, #ctl00_MainFormContent_ucSelectAgent_divSelectAgentTeam {
	width: 275px;
	float: left;
}
#ctl00_MainFormContent_ucSelectAgent_divDisplayClearAgent, #ctl00_MainFormContent_ucSelectAgent_divDisplayClearTeam {
	white-space: nowrap;
}
#spnDisplayAgent {
	font-weight: bold;
}
#lnkClearAgent {
	padding-left: 5px;
}
#spnDisplayTeam {
	font-weight: bold;
}
#lnkClearTeam {
	padding-left: 5px;
}
ul.buttons {
	list-style: none;
	margin: 0;
	padding: 0px;
}
ul.buttons-right {
	float: right;
}
ul.buttons li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
a.button-large, a.button-large-gray {
	background: transparent url('/Images/skin/btn-lg.gif') no-repeat scroll right top; /* Sliding right image */
	display: block;
	float: left;
	clear: both;
	text-align: center;
	height: 38px; /* => image height */
	padding-right: 15px; /* => right image width */
	/* margin-right: 6px; FONT PROPERTIES */
	text-decoration: none;
	color: #fff !important;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	outline: none;
}
a.button-large-gray {
	background: transparent url('/Images/skin/btn-lgG.gif') no-repeat scroll right top;
}
a.button-large span, a.button-large-gray span {
	background: transparent url('/Images/skin/btn-lg.gif') no-repeat; /* Background left image */
	display: block;
	line-height: 38px; /* => image height */
	padding: 0px 0px 0px 15px;
}
a.button-large-gray span {
	background: transparent url('/Images/skin/btn-lgG.gif') no-repeat;
}
a.button-large:hover span, a.button-large-gray:hover span {
	text-decoration: none;
	_color: #fff !important;
	font-size: 18px;
}
a.button-large:hover, a.button-large-gray:hover {
	background-position: right -38px;
	outline: none;
}
a.button-large:hover span, a.button-large-gray:hover span {
	background-position: left -38px;
}
a.button-large:focus, a.button-large:active, a.button-large-gray:focus, a.button-large-gray:active {
	background-position: right -76px;
	outline: none;
}
a.button-large:focus span, a.button-large:active span, a.button-large-gray:focus span, a.button-large-gray:active span {
	background-position: left -76px;
}
a.button-med, a.button-med-gray {
	background: transparent url('/Images/skin/btn-md.gif') no-repeat scroll right top; /* Sliding right image */
	display: block;
	float: left;
	clear: both;
	text-align: center;
	height: 30px; /* => image height */
	padding-right: 15px; /* => right image width */
	/*margin-right: 6px;  FONT PROPERTIES */
	text-decoration: none;
	color: #fff !important;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	outline: none;
}
a.button-med-gray {
	background: transparent url('/Images/skin/btn-mdG.gif') no-repeat scroll right top;
}
a.button-med span, a.button-med-gray span {
	background: transparent url('/Images/skin/btn-md.gif') no-repeat; /* Background left image */
	display: block;
	line-height: 30px; /* => image height */
	padding: 0px 0px 0px 15px;
}
a.button-med-gray span {
	background: transparent url('/Images/skin/btn-mdG.gif') no-repeat;
}
a.button-med:hover span, a.button-med-gray:hover span {
	text-decoration: none;
	_color: #fff !important;
	font-size: 14px;
}
a.button-med:hover, a.button-med-gray:hover {
	background-position: right -30px;
	outline: none;
}
a.button-med:hover span, a.button-med-gray:hover span{
	background-position: left -30px;
}
a.button-med:focus, a.button-med:active, a.button-med-gray:focus, a.button-med-gray:active{
	background-position: right -60px;
	outline: none;
}
a.button-med:focus span, a.button-med:active span, a.button-med-gray:focus span, a.button-med-gray:active span{
	background-position: left -60px;
}
a.button-ok-med {
	background: transparent url('/Images/skin/ok-btn.gif') no-repeat;
	display: block;
	clear: both;
	height: 30px; 
	outline: none;
}
a.button-ok-med:hover 
{
    background: transparent url('/Images/skin/ok-btn-rollover.gif') no-repeat;
}
a.button-small, a.button-small-gray {
	background: transparent url('/Images/skin/btn-sm.gif') no-repeat scroll right top; /* Sliding right image */
	float: left;
	clear: both;
	text-align: center;
	height: 25px; /* => image height */
	padding-right: 10px; /* => right image width */
	margin-right: 0px; /* FONT PROPERTIES */
	text-decoration: none;
	color: #fff !important;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	outline: none;
}
a.button-small-gray {
	background: transparent url('/Images/skin/btn-smG.gif') no-repeat scroll right top;
}
a.button-small span, a.button-small-gray span {
	background: transparent url('/Images/skin/btn-sm.gif') no-repeat; /* Background left image */
	display: block;
	line-height: 25px; /* => image height */
	padding: 0px 0px 0px 10px;
}
a.button-small-gray span {
	background: transparent url('/Images/skin/btn-smG.gif') no-repeat;
}
a.button-small:hover span, a.button-small:hover span{
	text-decoration: none;
	_color: #fff !important;
	font-size: 12px;
}
a.button-small:hover, a.button-small-gray:hover {
	background-position: right -25px;
	outline: none;
}
a.button-small:hover span, a.button-small-gray:hover span{
	background-position: left -25px;
}
a.button-small:focus, a.button-small:active, a.button-small-gray:focus, a.button-small-gray:active{
	background-position: right -50px;
	outline: none;
}
a.button-small:focus span, a.button-small:active span, a.button-small-gray:focus span, a.button-small-gray:active span {
	background-position: left -50px;
}
