
/****************************************************************************************/
/*							START DEFAULT STYLES										*/
/****************************************************************************************/
    
* {
    font-size: 10px;
}
.clear {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.visibility-hidden {
    visibility: hidden;
}
.display-none {
    display: none;
}
.display-inline {
    display: inline;
}
.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
}
.border-top-0 {
    border-top: 0;
}
.border-top-1 {
    border-top: 1px;
}
.border-top-2 {
    border-top: 2px;
}
.border-top-3 {
    border-top: 3px;
}
.border-top-4 {
    border-top: 4px;
}
.border-right-0 {
    border-right: 0;
}
.border-right-1 {
    border-right: 1px;
}
.border-right-2 {
    border-right: 2px;
}
.border-right-3 {
    border-right: 3px;
}
.border-right-4 {
    border-right: 4px;
}
.border-bottom-0 {
    border-bottom: 0;
}
.border-bottom-1 {
    border-bottom: 1px;
}
.border-bottom-2 {
    border-bottom: 2px;
}
.border-bottom-3 {
    border-bottom: 3px;
}
.border-bottom-4 {
    border-bottom: 4px;
}
.border-left-0 {
    border-left: 0;
}
.border-left-1 {
    border-left: 1px;
}
.border-left-2 {
    border-left: 2px;
}
.border-left-3 {
    border-left: 3px;
}
.border-left-4 {
    border-left: 4px;
}
.border-radius-1 {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.border-radius-2 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.border-radius-3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.border-radius-4 {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.border-radius-5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.border-radius-6 {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.border-radius-7 {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.border-radius-8 {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.border-radius-9 {
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
.border-radius-10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.margin-auto {
	margin: 0 auto;
}
.margin-0 {
    margin: 0;
}
.margin-1 {
    margin: 1em;
}
.margin-2 {
    margin: 2em;
}
.margin-3 {
    margin: 3em;
}
.margin-top-neg-3 {
    margin-top: -3em;
}
.margin-top-neg-2 {
    margin-top: -2em;
}
.margin-top-neg-1 {
    margin-top: -1em;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-top-1 {
    margin-top: 1em;
}
.margin-top-2 {
    margin-top: 2em;
}
.margin-top-3 {
    margin-top: 3em;
}
.margin-right-neg-3 {
    margin-right: -3em;
}
.margin-right-neg-2 {
    margin-right: -2em;
}
.margin-right-neg-1 {
    margin-right: -1em;
}
.margin-right-0 {
    margin-right: 0;
}
.margin-right-1 {
    margin-right: 1em;
}
.margin-right-2 {
    margin-right: 2em;
}
.margin-right-3 {
    margin-right: 3em;
}
.margin-bottom-neg-3 {
    margin-bottom: -3em;
}
.margin-bottom-neg-2 {
    margin-bottom: -2em;
}
.margin-bottom-neg-1 {
    margin-bottom: -1em;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-1 {
    margin-bottom: 1em;
}
.margin-bottom-2 {
    margin-bottom: 2em;
}
.margin-bottom-3 {
    margin-bottom: 3em;
}
.margin-left-neg-3 {
    margin-left: -3em;
}
.margin-left-neg-2 {
    margin-left: -2em;
}
.margin-left-neg-1 {
    margin-left: -1em;
}
.margin-left-0 {
    margin-left: 0;
}
.margin-left-1 {
    margin-left: 1em;
}
.margin-left-2 {
    margin-left: 2em;
}
.margin-left-3 {
    margin-left: 3em;
}
.padding-0 {
    padding: 0;
}
.padding-1 {
    padding: 1em;
}
.padding-2 {
    padding: 2em;
}
.padding-3 {
    padding: 3em;
}
.padding-top-0 {
    padding-top: 0;
}
.padding-top-1 {
    padding-top: 1em;
}
.padding-top-2 {
    padding-top: 2em;
}
.padding-top-3 {
    padding-top: 3em;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-right-1 {
    padding-right: 1em;
}
.padding-right-2 {
    padding-right: 2em;
}
.padding-right-3 {
    padding-right: 3em;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.padding-bottom-1 {
    padding-bottom: 1em;
}
.padding-bottom-2 {
    padding-bottom: 2em;
}
.padding-bottom-3 {
    padding-bottom: 3em;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-left-1 {
    padding-left: 1em;
}
.padding-left-2 {
    padding-left: 2em;
}
.padding-left-3 {
    padding-left: 3em;
}
.padding-left-4 {
    padding-left: 4em;
}
.width-10 {
	width: 10%;
}
.width-15 {
	width: 15%;
}
.width-25 {
	width: 25%;
}
.width-33 {
	width: 33%;
}
.width-40 {
	width: 40%;
}
.width-50 {
	width: 50%;
}
.width-66 {
	width: 66%;
}
.width-75 {
	width: 75%;
}
.width-80 {
	width: 80%;
}
.spacer {
    background: none;
}
.spacer-10 {
    height: 10px;
}
.spacer-20 {
    height: 20px;
}
.spacer-30 {
    height: 30px;
}
.spacer-40 {
    height: 40px;
}
.spacer-50 {
    height: 50px;
}
.spacer-60 {
    height: 60px;
}
.spacer-70 {
    height: 70px;
}
.spacer-80 {
    height: 80px;
}
.spacer-90 {
    height: 90px;
}
.spacer-100 {
    height: 100px;
}
.hr-thin {
    border-bottom: 1px solid #ccc;
}
.hr-medium {
    border-bottom: 2px solid #ccc;
}
.hr-thick {
    border-bottom: 4px solid #ccc;
}
.b {
    font-weight: bold;
}
.u {
    text-decoration: underline;
}
.i {
    font-style: italic;
}
.uc {
    text-transform: uppercase;
}
.lc {
    text-transform: lowercase;
}
.lt {
    text-decoration: line-through;
}
.trechubet {
    font-family: "Trechubet MS", Arial, Heletvica, sans-serif;
}
.verdana {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.georgia {
    font-family: Georgia, "Times New Roman", Times, serif;
}
.font-s {
    font-size: 1em;
}
.font-m {
    font-size: 1.2em;
}
.font-l {
    font-size: 2em;
}
.font-xl {
    font-size: 3em;
}
.font-xxl {
    font-size: 4em;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

/****************************************************************************************/
/*								END DEFAULT STYLES										*/
/****************************************************************************************/

/****************************************************************************************/
/*								START FONT STYLES										*/
/****************************************************************************************/

.font-subhead {
	font-family: "Times New Roman", serif;
	font-size: 2.2em;
	font-weight: regular;
	font-style: italic;
	color: #222c80;
}

.font-header {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #fff;
}

.hero-area-title {
	font-family: Verdana, sans-serif;
	font-size: 2.7em;
	font-weight: bold;
	font-style: normal;
	color: #66a4ae;
}

.hero-area-text {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #222c80;
}

.body-copy {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: regular;
	font-style: normal;
	color: #000;
	line-height: 1.6em;
}

.content-header-tab {
	font-family: Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

a.blue-link:link,
a.blue-link:visited,
a.blue-link:hover,
a.blue-link:active {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: regular;
	font-style: normal;
	color: #222c80;
	text-decoration: none;
}

a.black-link:link,
a.black-link:visited,
a.black-link:hover,
a.black-link:active {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: regular;
	font-style: normal;
	color: #000;
	text-decoration: none;
}

/****************************************************************************************/
/*									END FONT STYLES										*/
/****************************************************************************************/

/****************************************************************************************/
/*							START APP ERROR SECTION STYLES								*/
/****************************************************************************************/

.app-validation-error-wrap {
	margin-top: 10px;
	padding: 1px;
	background: #ff0000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.app-validation-error-wrap .app-validation-error {
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}
.app-validation-error-wrap .app-validation-error .inner-padding {
	padding: 0 46px
}
.app-validation-error-wrap .app-validation-error .inner-padding .header {
	width: 28px;
	float: left;
}
.app-validation-error-wrap .app-validation-error .inner-padding .icon img {
	margin: 0 auto;
	display: block;
}
.app-validation-error-wrap .app-validation-error .inner-padding .messages {
	margin-left: 38px;
}
.app-validation-error-wrap .app-validation-error .inner-padding .messages h2 {
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.app-validation-error-wrap .app-validation-error .inner-padding .messages p {
	padding: 0px;
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
}

.expandable-content-divider {
 	height: 0;
 	overflow: hidden;
 	border-bottom: 1px solid #f00;
 }
 
.expandable-content-wrap {
	
}
.expandable-content-last {
	margin-bottom: 0;
	border: none;
}
.expandable-content-wrap .expandable-content {
	
}
.expandable-content-last .expandable-content {
	padding-bottom: 0;
}
.expandable-content-wrap .expandable-content .expandable-header-wrap {
	
}
.expandable-content-wrap .expandable-content .expandable-header-wrap .expandable-header {
	
}
.expandable-content-wrap .expandable-content .expandable-header-wrap .expandable-header .icon-spacer {
	width: 42px;
	float: left;
}
.expandable-content-wrap .expandable-content .expandable-header-wrap .expandable-header h2 {
	padding-top: 2px;
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.expandable-content-wrap .expandable-content .expandable-header-wrap .expandable-header img {
	margin-top: -2px;
	margin-right: 8px;
	margin-left: 6px;
	display: block;
	float: left;
}
.expandable-content-wrap .expandable-content .expandable-content-body-wrap {
	overflow: hidden;
}
.expandable-content-wrap .expandable-content .expandable-content-body-wrap .expandable-content-body {
	padding: 0px 56px;
	height: auto;
}
.expandable-content-wrap .expandable-content .expandable-content-body-wrap .expandable-content-body p {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

/****************************************************************************************/
/*							END APP ERROR SECTION STYLES								*/
/****************************************************************************************/

/****************************************************************************************/
/*							START TRANSACTION BUTTON STYLES								*/
/****************************************************************************************/

.transaction-buttons {
	padding-top: 10px;
	height: 24px;
	line-height: 24px;
}
.transaction-buttons .dep-life-cancel-link {
	float: left;
}
.transaction-buttons .cancel-link {
	width: 20%;
	float: left;
}
.transaction-buttons .cancel-link a:link,
.transaction-buttons .cancel-link a:visited,
.transaction-buttons .dep-life-cancel-link a:link,
.transaction-buttons .dep-life-cancel-link a:visited {
	color: #222c80;
	font-size: 12px;
	text-decoration: underline;
}
.transaction-buttons .cancel-link a:hover,
.transaction-buttons .cancel-link a:active,
.transaction-buttons .dep-life-cancel-link a:hover,
.transaction-buttons .dep-life-cancel-link a:active {
	color: #005293;
	text-decoration: underline;
}
.transaction-buttons .buttons {
	width: 80%;
	float: right
}
.transaction-buttons .buttons-left {
	width: 80%;
	float: left
}

/****************************************************************************************/
/*							END TRANSACTION BUTTON STYLES								*/
/****************************************************************************************/

/****************************************************************************************/
/*							START LOADING IMAGE STYLES									*/
/****************************************************************************************/

img.loading {
	margin: 0 auto;
	display: block;
}
p.loading {
	padding: 6px 0 0 0;
	color: #005293;
	font-size: 1.1em;
	font-weight: bold;
}

/****************************************************************************************/
/*							END LOADING IMAGE STYLES									*/
/****************************************************************************************/


/****************************************************************************************/
/*							START BUTTON STYLES											*/
/****************************************************************************************/

a.submit-button {
	padding: 0px 12px;
	display: inline-block;
	height: 24px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	background: #222c80;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
a.submit-button:link,
a.submit-button:visited {
	text-decoration: none;
}
a.submit-button:hover,
a.submit-button:active {
	text-decoration: none;
	background: #005293;
	border: none;
	outline: none;
}
a.submit-button:focus {
	text-decoration: none;
	background: #005293;
}
a.disabled-submit-button:link,
a.disabled-submit-button:visited,
a.disabled-submit-button:hover,
a.disabled-submit-button:active {
	padding: 0px 12px;
	display: inline-block;
	height: 24px;
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	background: #005293;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: none;
	outline: none;
	cursor: text;
}
a.cancel-link
{
	font-size: 12px;
	font-family: Verdana;
	color: #222C80;
}

img.submit-button-img {
	display: block;
	padding-top: 4px;
}

a.search-submit-button {
	vertical-align: bottom;
}

/****************************************************************************************/
/*							END BUTTON STYLES											*/
/****************************************************************************************/

.transaction-status-wrap {
	margin-bottom: 10px;
	padding: 1px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.warning-transaction-status-wrap {
	background: #ffd23d;
}
.success-transaction-status-wrap {
	background: #10972d;
}
.transaction-status-wrap .transaction-status {
	padding: 10px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.transaction-status-wrap .transaction-status .id-cards {
	
}
.transaction-status-wrap .transaction-status .id-cards a:link,
.transaction-status-wrap .transaction-status .id-cards a:visited,
.transaction-status-wrap .transaction-status .id-cards a:hover,
.transaction-status-wrap .transaction-status .id-cards a:active {
	margin-top: 10px;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-bottom: 1px;
	color: #222c80;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #2e7fa5;
}
.transaction-status-wrap .transaction-status .transaction-status-icon {
	width: 28px;
	float: left;
}
.transaction-status-wrap .transaction-status .transaction-status-icon img {
	margin: 0 auto;
	display: block;
}
.transaction-status-wrap .transaction-status .transaction-status-messages {
	margin-left: 38px;
}
.transaction-status-wrap .transaction-status .transaction-status-messages h2 {
	margin-bottom: 8px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.transaction-status-wrap .transaction-status .transaction-status-messages h2.title-case{
	text-transform: capitalize;
}
.transaction-status-wrap .transaction-status .transaction-status-messages p {
	margin-bottom: 8px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
}
.transaction-status-wrap .transaction-status .transaction-status-messages p.note-message {
	padding-left: 12px;
}

/****************************************************************************************/
/*							END TRANSACTION STATUS STYLES								*/
/****************************************************************************************/



/* INPUT STYLES */

.input-text {
	padding: 2px;
	font-size: 12px;
	line-height: 1.1em;
	border: 1px solid #999;
	text-transform: uppercase;
}
.input-error {
	padding: 2px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	background: #fff3f3;
	border: 1px solid #ff0000;
}
input[disabled] {
    background: #EDEFEF;
}
select[disabled] {
    background: #EDEFEF;       
}


select.select-options {
	/* Chrome/Firefox fix: javascript toUpper() was not working on dropdowns, so we're doing it in CSS */
	text-transform: uppercase;
	padding: 1px;
	font-size: 12px;
}
select.select-options-normal {
	 width: 180px;
}
select.select-options-wide {
	 width: 240px;
}
select.select-options-normal option,
select.select-options-wide option,
select.select-options option {
	padding: 1px;
	font-size: 12px;
	text-transform: uppercase;
}
select.select-error {
	padding: 1px;
	font-size: 12px;
	background: #fff3f3;
	border: 1px solid #ff0000;
}
select.select-error option {
	padding: 1px;
	font-size: 12px;
	text-transform: uppercase;
}

p.validation-error, span.validation-error, span.normal {
	padding-top: 2px;
	padding-left: 2px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	clear: left;
}
p.validation-error, span.validation-error {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}
p.validation-error {
	display: block;
}


/****************************************************************************************/
/*							START TOOLTIP STYLES										*/
/****************************************************************************************/

a.tooltip-trigger,
a.tooltip-trigger:link,
a.tooltip-trigger:visited,
a.tooltip-trigger:hover,
a.tooltip-trigger:active {
	padding-bottom: 1px;
	color: #222c80;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #2e7fa5;
}
a.tooltip-trigger:hover {
	color: #005293;
}
.tooltip-temp {
	display: none;
	padding: 2px;
	width: 300px;
	text-align: left;
	color: #333;
	font-size: 12px;
	background-color: #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 999999999;
}
.tooltip-temp .tooltip-pad {
	padding: 10px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tooltip-temp .tooltip-pad p {
	padding-bottom: 10px;
	font-size: 11px;
}
.tooltip-temp .tooltip-pad p b {
	font-weight: bold;
	font-size: 1em;
}

.tooltip-temp .tooltip-pad .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
}
.tooltip-temp .tooltip-pad .arrow-top {
	background-image: url(../images/tooltip/arrow_top.gif);
	top: -20px;
	left: 48%;
}
.tooltip-temp .tooltip-pad .arrow-left {
	background-image: url(../images/tooltip/arrow_left.gif);
	top: 50%;
	left: -20px;
}
.tooltip-temp .tooltip-pad .arrow-bottom {
	background-image: url(../images/tooltip/arrow_bottom.gif);
	bottom: -20px;
	left: 48%;
}
.tooltip-temp .tooltip-pad .arrow-right {
	background-image: url(../images/tooltip/arrow_right.gif);
	top: 50%;
	right: -20px;
}

.tooltip-container {
	padding-top: 2px;
}

.tooltip-full {
	padding-bottom: 2px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	font-size: 12px; 
	font-family: Verdana,sans serif;
	text-align: center;
}


/****************************************************************************************/
/*								END TOOLTIP STYLES										*/
/****************************************************************************************/

/****************************************************************************************/
/*								START MODAL STYLES										*/
/****************************************************************************************/

.modal-wrapper {
	margin: 0;
	display: none;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}

.modal-header {
	padding: 8px 14px;
	position: relative;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: #2d6795;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}
.modal-header .close {
	position: absolute;
	top: 7px;
	right: 4px;
	cursor: pointer;
}
.modal-body {
	margin: 0 20px;
	padding: 10px 0;
	position: relative;
	font-size: 12px;
	background: #fff;
	overflow: auto;
}
.modal-body img.ajax {
	position: absolute;
	top: 6px;
	right: 0px;
}
.modal-buttons {
	margin: 20px 20px 0 20px;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}
.modal-buttons .modal-cancel {
	color: #222c80;
	font-size: 12px;
}

.custom-modal-header {
	padding: 8px 14px;
	position: relative;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background: #2d6795 !important;
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 6px;
	filter: none; /* IE FIX */
}

.ui-button-disabled,
.ui-dialog button.custom {
	color: #fff;
	font-weight: 400;
	text-align: center;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: none;
	outline: none;
	filter: none; /* IE FIX */	
}

/* custom disabled button state*/
.ui-button-disabled {
	background: #7d9ec0 !important;
}

/* custom enabled button state*/
.ui-dialog button.custom {
	background: #222c80;
}

/****************************************************************************************/
/*								END MODAL STYLES										*/
/****************************************************************************************/
