/*
 * eias.css
 *
 * EIAS (ETS Single User Sign-On) styles.
 *
 * requires ets.org styles.
 *
 */

body.eias {
	background: #e1dada url(../img/wrap/ets-background.gif) repeat-y center center;
	}

[disabled] { /* disabled form fields */
	color: #adaa9c;
	background-color: #efebde;
	border: 1px solid #7b9ebd;
	}

#home-column-box {
    border: 1px solid #999;
    padding: 12px;
	}

#home-column-box div.container-330 {
	margin-right: 25px;
	margin-top: -20px; /* undoes the h2 margin-top */
	}


div#audience-header {}
div#audience-header img {
	padding-top: 25px;
	}


/* -- */

ul#section-nav { display: inline-block; }
div#section-navigation div#user-id {
	margin: 7px 1.5em 0 0;
	padding: 0;
	font: normal normal bold 11px/11px arial, helvetica, sans-serif;
	/* inline display hackz */
	display: -moz-inline-stack;
	display: inline-block;
   vertical-align: top;
   zoom: 1;
   *display: inline;
	color: #660019;
	}

/* -- */

div#page-contents #signin-returning-user a {
	text-decoration: underline;
	}
div#page-contents #signin-returning-user a:hover {
	text-decoration: none;
	}

/* -- */

div#eias-navigation {
	float: right;
	clear: right;
	margin: 0 0 0 20px;
	height: 20px;
	}

div#eias-navigation.core-brand-home-page {
	margin-top: -346px;
	}

ul#eias-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul#eias-nav li {
	font: normal normal bold 11px/11px arial, helvetica, sans-serif;
	list-style: none;
	}

ul#eias-nav li.a {
	color: #666;
	text-decoration: none;
	}

ul#eias-nav li.last a {
	border: 0;
	}

ul#eias-nav li:hover a,
ul#eias-nav li.sfHover a {
	}

ul#eias-nav li:hover ul a,
ul#eias-nav li.sfHover ul a {
	}

ul#eias-nav li:hover ul a:hover,
ul#eias-nav li.sfHover ul a:hover {
	}

.eias-nav,
.eias-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.eias-nav {
	position: relative;
	z-index: 100;
	}

.eias-nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

.eias-nav li a,
.eias-nav li a:link,
.eias-nav li a:active,
.eias-nav li a:visited {
	display: block;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	text-decoration: none;
	line-height: 25px; /* key value */
	color: #666;
	background: white url(../img/wrap/corp-top-nav-border.gif) no-repeat center right;
	}

.eias-nav li a:hover {
	color: #003082; /* not #3072be */
	text-decoration: underline;
	}

.eias-nav > li:hover a {
	color: #003082; /* not #3072be */ /* add the color/underline to the anchor */
	text-decoration: underline;       /* at the top of the selected drop-down */
	}

.eias-nav ul.subnav {
	position: absolute;
	top: -999em;
	left: -12px; /* aligns subnav text with topnav text */
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
	width: 140px;
	background: #fff; /* yes, you need this here */
	border: 1px solid #999;
	}

.eias-nav ul.subnav li {
	background: #d7d7d7 url(../img/wrap/ets_rule_gray.png) repeat-x bottom left;
	text-transform: none;
	}

.eias-nav ul.subnav li a,
.eias-nav ul.subnav li a:link,
.eias-nav ul.subnav li a:active,
.eias-nav ul.subnav li a:visited {
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	line-height: normal; /* .subnav line height */
	border: 0;
	background-image: url(../img/wrap/ets_rule_gray.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	}

.eias-nav li.last a,
.eias-nav ul.subnav li.last,
.eias-nav ul.subnav li.last a {
	background-image: none; /* remove the dotted background image from the last subnav -- see the js file */
	}

.eias-nav li:hover ul,
.eias-nav li.sfHover ul {
	top: 25px; /* how far down off of the corp-nav-top the dropdown nav should position */
	}

.eias-nav ul li {
	border: 0;
	float: none;
	}

.eias-nav ul a {
	width: 120px; /* 220 + 20px of padding in '.corp-nav-top ul.subnav li a' = 240 */
	}

.eias-nav ul a:hover {
	color: #fff;
	background: #003082; /* not #3072be */
	}


.eias-nav li a.user-id,
.eias-nav a.user-id {
	color: #660019;
	text-decoration: none;
	text-transform: none;
	}

/* -- */

input.field-error {
    background: none repeat scroll 0 0 #FFBFBF;
}

/* -- */

div.eias-row {
	clear: both;
	margin: 0 0 0.3em 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif; /* this is here to catch things not wrapped in paragraph tags */
	width: 100%;
	}

div.eias-row fieldset legend {
	display: inline;
	float: left;
	}

div.eias-td-required,
fieldset legend span.eias-td-required {
	display: block;
	float: left;
	width: 1em;
	overflow: hidden;
	text-align: center;
	padding-top: 0.5em;
	color: red;
	font-family: arial, helvetica, sans-serif; /* this is here to catch things not wrapped in paragraph tags */
	}


div.eias-td-label,
fieldset legend span.eias-td-label {
	display: inline-block;
	float: left;
	font-family: arial, helvetica, sans-serif; /* this is here to catch things not wrapped in paragraph tags */
	width: 12em;
	}
div.eias-td-label label {
	display: block;
	margin-top: .5em;
	line-height: 1.2;
	}

div.eias-td-field {
	display: inline-block;
	float: left;
	font-family: arial, helvetica, sans-serif; /* this is here to catch things not wrapped in paragraph tags */
	width: 18em;
	}
div.eias-td-field input,
div.eias-td-field select {
	margin-top: 2px;
	margin-right: 5px;
	border: 1px solid #7b9ebd;
	}

div.eias-td-field input.small {  width: 5em; }
div.eias-td-field input.normal { width: 16em; }
div.eias-td-field input.input-text-file { width: 16em; }
div.eias-td-field input.large {  width: 18em; }

select.size-medium { width: 7.5em; }
select.size-large { width: 16.5em; }

div.eias-td-field input.error {
	}

div.eias-td-combo {
	display: inline-block;
	float: left;
	font-family: arial, helvetica, sans-serif; /* this is here to catch things not wrapped in paragraph tags */
	}

div.eias-td-combo label.checkbox {
	display: inline-block;
	line-height: 1.5;
	margin-top: 0.5em;
	}
div.eias-td-combo label.disabled {
	color: #adaa9c;
	}

div.eias-td-combo label.checkbox input {
	vertical-align: top;
	}

div.eias-td-desc {
	display: inline-block;
	float: left;
	width: 32em;
	font-family: arial, helvetica, sans-serif; /* this is here to catch things not wrapped in paragraph tags */
	line-height: 1.5;
	}


div.eias-error {
	clear: both;
	padding-top: 0.2em;
	margin-left: 13em; /* same width as div.eias-label +  diveias-td-required */
	font-family: arial, helvetica, sans-serif; /* this is here to catch things not wrapped in paragraph tags */
	color: red;
	white-space: normal;
	width: 45em;
	}

div.eias-error span {
	display: block;
	padding: 0.5em 0 0.8em 0;
	}


div.eias-login { margin-bottom: 0.8em; }
div.eias-login div.div.eias-row {  width: 100%; }
div.eias-login div.eias-td-label { width: 6em; }
div.eias-login div.eias-td-field { width: 18em; }
div.eias-login div.eias-td-wide { width: 24em; }
div.eias-login div.eias-td-combo { width: 24em; /* label + field widths */ }
div.eias-login div.eias-error {    width: 18em; margin-left: 7em;}
div.eias-login fieldset legend span.eias-td-label { width: 8em; }


div.eias-noright { margin-bottom: 0.8em; }
div.eias-noright div.div.eias-row {  width: 100%; }
div.eias-noright div.eias-td-label { width: 12em; }
div.eias-noright div.eias-td-field { width: 18em; }
div.eias-noright div.eias-td-wide { width: 25em; }
div.eias-noright div.eias-td-combo { width: 60em; /* label + field widths */ }
div.eias-noright div.eias-error {    width: 51em;}
div.eias-noright fieldset legend span.eias-td-label { width: 11em; }

/* -- */