@charset "utf-8";

/*
E-FORMS ELEMENTS AND CONTENT
*/

.myPrintOnly {
	display:none;
}

.myHidden {
	display:inherit;
}

.myForm {
			/*t  r  b  l*/
	margin: 0;
	padding:  10px 20px 64px 20px;
	height: 1%;
	width:auto;
	background-image:url(/images/table-bottom-right.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E8E7E5;
	border-left-color: #E8E7E5;
	border-bottom:none;
	border-right:none;
}

.formSection {
			/*t  r  b  l*/
	margin: 0 0 14px 0;
	padding:  0 0 10px 0;
	border-bottom: solid 1px #83CEE9;
}

.formSection h1 {
			/*t  r  b  l*/
	margin: 0 0 0 0;
	padding:  10px 0 4px 0;
	font-size: 0.88em;
	font-weight:bold;
	color:#55BDE1;
}

.formSection h5 {
			/*t  r  b  l*/
	margin: 0;
	padding:  10px 0 0 10px;
	font-size: 0.81em;
	font-weight: bold;
	color:#55BDE1;
}

.formSection p {
			/*t  r  b  l*/
	margin: 0;
	padding:  10px 0 0 10px;
}

.formSection h1 a {
	text-decoration:underline;
	color:#55BDE1;
}

.h1NumberedItems {
	display:inline-block;
	text-align:center;
	padding-right:10px;
	padding-top:2px;
	width:30px;
	height:18px;
	background-image:url(/images/E-forms/heading-item.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
}

/*VALIDATION STYLES ONLY*/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	font-size: 0.88em;
	letter-spacing: 0.06em;
	background-color: #FFFFFF;
	border: thin inset #FFFFFF;
	text-indent: 4px;
}

.indicate-required {
			/*t  r  b  l*/
	margin:0 0 0 0;
	padding:10px 44px 0 20px;
	display:block;
	float:right;
	/*width: auto;
	height: 25px;*/
	background-image:url(/images/E-forms/required.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:0.81em;
	color:#F26624;
}

.form-row input.validation-failed, .form-row-required input.validation-failed, .form-row input.textarea.validation-failed, .form-row-required input.textarea.validation-failed {
	/*border: 1px solid #FF3300;*/
	color : #FFFFFF;
	background-color:#F3AC8A;
}


/*
OPTIONAL STYLE FOR FIELDS THAT HAVE VALIDATED
*/

/*input.validation-passed, textarea.validation-passed {
	background-color:#00F;
	color : #fff;
}*/


.validation-advice {
			/*t  r  b  l*/
	margin: -1px 0 0 120px;
	padding: 0;
	display:block;
	background-image: url(/images/E-forms/orange-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow:hidden;
	font-size: 1.13em;
	letter-spacing: 0.03em;
	color : #FFFFFF;
	width: 200px;
	height:auto;
	z-index:1;
}

.validation-advice span {
			/*t  r  b  l*/
	margin: 0;
	padding: 0;
	width: 200px;
	height: auto;
	display: block;
	color:#FFF;
	background-image:url(/images/E-forms/orange-top.gif);
	background-position: top left;
	background-repeat:no-repeat;
	overflow:hidden;
} 

.validation-advice span p {
			/*t  r  b  l*/
	margin: 0 10px 0 0;
	padding: 10px 0px 0px 18px;
	width: 170px;
	height: auto;
	display: block;
	color:#FFF;
	font-size: 0.88em;
	line-height: 1.06em;
} 

.custom-advice {
	margin: -25px 0 0 200px;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	width: 200px;
}

.form-row {
				/*t  r  b  l*/
	padding: 10px 0 10px 20px;	
	font-size:0.83em;
}

.form-row-med {
				/*t  r  b  l*/
	padding: 8px 0 2px 20px;	
	font-size:0.83em;
}

.form-row-small {
				/*t  r  b  l*/
	padding: 8px 0 2px 20px;	
	font-size:0.83em;
}

.form-row-hidden {
	display:none;
}

.form-row-required, .form-row-calendar-required {
				/*t  r  b  l*/
	padding: 10px 0 10px 20px;	
	font-size:0.83em;
	background-image:url(/images/E-forms/required.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.form-row-small-required, .form-row-med-required {
				/*t  r  b  l*/
	padding: 10px 0 2px 24px;	
	font-size:0.83em;
	background-image:url(/images/E-forms/required-small.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.form-row label, .form-row-required label, .form-row-calendar-required label {
	display:inline;
	width: 120px;
	padding-right:10px;
	float:left;
	line-height: 1.44em;
	margin-right: 0;
}

.form-row input, .form-row-required input {
	font-size: 1em;
	letter-spacing: 0.06em;
	color: #000000;
	background-color: #FFFFFF;
	border: thin inset #FFFFFF;
	text-indent: 4px;
	display:inline;
	width:auto;
}

.form-row select, .form-row-required select {
	font-size: 1em;
	letter-spacing: 0.06em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

.form-row-small label, .form-row-small-required label {
	width: 100px;
	line-height: 0.88em;
	margin-right: 0;
}

.form-row-small input, .form-row-small-required input {
			  /*t  r  b  l*/
	margin: -14px -10px 2px 110px;
	letter-spacing: 0.06em;
	color: #000000;
	text-indent: 2px;
	display:block;
	width: auto;
}

.form-row-med input, .form-row-med-required input {
			  /*t  r  b  l*/
	margin: -14px -10px 2px 350px;
	letter-spacing: 0.06em;
	color: #000000;
	text-indent: 2px;
	display:block;
	width: auto;
}

.form-row-calendar-required input {
	font-size: 1em;
	letter-spacing: 0.06em;
	color: #000000;
	background-color: #FFFFFF;
	border: thin inset #FFFFFF;
	text-indent: 4px;
	/*display:block;*/
	width:auto;
}

.myEtitle h1 {
			/*t  r  b  l*/
	margin:0;
	padding: 0 0 0 25px;
	background-image:url(/images/Etitle-banner-blu.gif);
	background-color: #AFAFAF;
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	line-height: 36px;
	width:auto;
	font-size: 1em;
	letter-spacing: 0.03em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-weight:900;
}

.myEtitle h1 span {
	height: 36px;
	display: block;
	background-image: url(/images/Etitle-banner-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 

.myEtitle h1 span span {
	background-image: url(/images/Etitle-banner-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 36px;
	display: block;
}

.submitBox {
	/*		t  l  b  r  */     
	margin: 10px 10px 10px 0;
	padding: 0;
	display:block;
	float:left;
	height: 32px;
	text-align: center;
	font-size:0.88em;	
} 

.submitBox h1 {
	/*		t  l  b  r  */     
	padding: 0;
	background-image:url(/images/submit-back.gif);
	background-color: #AFAFAF;
	background-repeat: repeat-x;
	background-position: left center;
	height: 32px;
	line-height: 32px;
	width:auto;
	font-size: 1em;
	letter-spacing: 0.03em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-weight:900;
	margin-top: 0;
}

.submitBox h1 span {
	height: 32px;
	display: block;
	background-image: url(/images/submit-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 

.submitBox h1 span span {
	background-image: url(/images/submit-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 32px;
	display: block;
}

.myButton {
	padding-top:6px;
	background:none;
	border:none;
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
	font-size: 1em;
	letter-spacing: 0.03em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-weight:900;
}

/*
CALENDAR STYLES
*/
	
#calendar
{
	/*		t  l  b  r  */
	margin: 1px 1px 1px 10px;
	padding: 8px 0 8px 2px;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	width: 241px;
	height: 198px;
	text-align: center;
	background-image:url(/images/table-bottom-right.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	position: absolute;
	font-size: 0.75em;
}

ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

#calendar img.closeCal {
	position: absolute;
	right: -2px;
	top: -6px;
}

.months, .emptM, .headDay, .dayNormal, .dayBlank, .dayDisabled, .dayWeekend, .dayCurrent, .monthDisabled, .currMonth/*, .currMonth a*/  
{
	margin: 1px 0 0 1px;
	padding: 0;
	width: 38px;
	height: 16px;
	line-height: 15px;
	float: left;
	text-align: center;
	display: inline;
}

.dayCurrent
{
	background-color: #0090C5;
	color: #fff;
	width: 32px;
}

.dayCurrent a, .currMonth a
{
	color: #fff;
	text-decoration: none;
	height:16px;
}

.dayCurrent a:hover 
{
	text-decoration:none;
	color:#646464;
	background-color: #fff;
	height:16px;
	display:block;
}

.currMonth
{
	background-color: #0090C5;
	color: #fff;
}

.currMonth a:hover {
	text-decoration:none;
	color:#646464;
	background-color: #fff;
	height:16px;
	display:block;
}

.months a
{
	color:#646464;
	text-decoration:none;
	background-color: #fff;
	display:block;
}

.months a:hover {
	text-decoration:none;
	color:#FFF;
	background-color: #0090C5;
	display:block;
}

.emptM, .dayDisabled, .monthDisabled
{
	color: #d7d6d5;
	background-color: #f2f2f2;
}
.headDay
{
	color: #646464;
	background-color: #CCC;
	width: 32px;
}
.dayNormal, .dayBlank, .dayWeekend, .dayNormal a, .dayBlank, .dayWeekend a
{
	color: #646464;
	background-color: #fff;
	text-decoration:none;
	display:block;
	width: 32px;
}

.dayNormal a:hover, .dayWeekend a:hover
{
	background-color:#0090C5;
	color:#FFF;
	text-decoration:none;
}

.dayBlank
{
	background-color: #f2f2f2;
}
	
#days
{
	margin-left: 1px;
	width: 238px;
}

#elements
{
	height: 150px;
}

.yearBrowse
{
	margin-left: 1px;
	margin-top:1px;
	/*padding-bottom:1px;*/
	width: 233px;
	height: 26px;
	background-color:#0090c5;
	float: left;
	text-align: center;
	display: inline;
}

.yearBlank
{
	margin-left: 1px;
	margin-top:1px;
	/*padding-bottom:1px;*/
	width: 280px;
	height: 26px;
	background-color:#000;
	float: left;
	text-align: center;
	display: inline;
}

.yearBlank a {
	margin: 0;
	padding: 0;
	text-align:center;
	display:inline-block;
	background-image:url(/images/item-button-small-over.png);
	background-repeat: repeat-x;
	background-position: right center;
	border:none;
	color:#fff;
	height: 20px;
	width: 60px;
	cursor:pointer;
	text-decoration:none;
	font-size: 1.5em;
}

#closeBtn 
{
	width: 240px;
	height: 16px;
}

.yearBrowse a {
	/*		t  l  b  r  */
	margin: 0;
	padding: 5px 0 0 0;
	text-align:center;
	display:inline-block;
	background:url(/images/item-button-small.png);
	background-repeat:no-repeat;
	background-position: right center;
	border:none;
	color:#0fa9d0;
	height: 20px;
	width: 60px;
	cursor:pointer;
	text-decoration:none;
	font-size: 1.13em;
	/*line-height: 1.5em;*/
}

.yearBrowse a:hover {
	/*		t  l  b  r  */
	margin: 0;
	padding: 3px 0 0 0;
	text-decoration: none;
	text-align:center;
	display:inline-block;
	background-image:url(/images/item-button-small-over.png);
	background-repeat:no-repeat;
	color:#fff;
	height: 20px;
	width: 60px;
}

.yearBrowse b {
	/*		t  l  b  r  */
	margin: 4px 12px 0 12px;
	padding: 0 6px 0 6px;
	height: 20px;
	display:inline-block;
	cursor:default;
	font-size:1.38em;
	background-color: #0090c5;
	color:#FFF;
	font-weight:bold;
}

/*
****** HELP POPUP STYLINGS ******
*/

.helpBlock {
	/*t  r  b  l*/
	padding: 0 0 20px 0;
	margin: 10px 0 0 20px;
	width: auto;
	position:relative;
	border-left:#d5d5d5 1px solid;
	border-top:#d5d5d5 1px solid;
	/*background-color: #fffcdb;*/
}

.helpBlock .helpContent {
	/*t  r  b  l*/
	padding: 10px 0 10px 5px;
	margin: 0 0 -20px 0;
	width: 100%;
	background-image:url(/images/E-forms/help-bak.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.helpContent .hilight {
	/*t  r  b  l*/
	padding-left:8px;
	margin-bottom:-12px;
	display:block;
	text-align: left;
	font-size: 0.81em;
	font-family: Arial, Helvetica, sans-serif;
	color:#55BDE1;
	font-weight:bold;
}

.helpContent img.cntrl {
	position:absolute;
	right: -6px;
	top: -5px;
}
