/* legacy css &amp;import url("/css/cbw_stylesheet.css");*/

body {
	font-family: verdana, arial, helvetica, "sans serif";
	font-size: 10pt;
	font-weight: normal;
	padding: 0em;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

body.sa_face {
	width: 100%;
	background-color: #EEEEEE;
}


/* links */
a { color: #3300CC; }
a:link { color: #3300CC; }
a:visited { color: #330099; }
a:active { color: #000033; }
a:hover { cursor:pointer; }

.line {
	display: none;
}

.small {
	font-size: xx-small;
}

input, select {
	border-radius: .25em;
}

/******** standard headers and footers ********/
.sa_face .header, .sa_face .header2  {
	background: url(../images/face-header.jpg) no-repeat top left;
	margin: 0 auto;
	width: 980px;
	height: 205px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

.sa_face .header h1,  .sa_face .header2 h1 {
	position: relative;
	margin: 0 auto;
	top: 15px;
	width: 826px;
	height: 86px;
}

.sa_face .header h1 a{
	float: right;
	display: inline-block;
	color: white;
	margin: -0.5em 1.5em 0 0;
	font-size: 60%;
	text-decoration: none;
	font-weight: 100;
}

#disclosure {
	font-weight: bold;
	clear: both;
	float:left;
	margin-top:20px;
	padding: 1em 0 0 0;
	width:100%;
	text-align: center;
	color: black;
	background-color: white;
	
}
#legal_attribution {
	font-size: xx-small;
	clear: both;
	float:left;
	margin-top:20px;
	padding: 1em 0 0 0;
	width:100%;
	text-align: center;
	color: black;
	background-color: white;
}
#footer {
	font-size: smaller;
	clear: both;
	padding: 1em 0 1em 0;
	width: 100%;
	text-align: center;
	color: black;
	background-color: white;
}

/******** end of headers and footers ********/

.clear {
	clear: both;
}

/******** containers, columns, and boxes ********/
.container {
	position: relative;
	text-align: left;
	width: 980px;
	background-color: white;
	margin: 1em auto 0 auto;
}

.wrapper {
	position: relative;
	top: -7.5em;
	width: 100%;
	padding: 0;
}

.columns {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin-left: 0em;
	margin-right: 0em;
	padding: 0em;
	background: white;
}

.column_left {
	position: relative;
	float: left;
	width: 40%;
	margin: 0 0 0 1em;
	text-align: left;
}

.column_right {
	position: relative;
	float: right;
	width: 50%;
	margin-right: 5em;
	text-align: left;
}

.title {
	font-size: 140%;
	color: #660409;
	text-decoration: none;
	margin: 0 1em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box {
	width: 95%;
	position: relative;
	margin-left: 3em;
	margin-bottom: 1em;
	float: left;
	border: 1px solid silver;
	background-color: #EEEEEE;
	border-radius: .25em;
}

.box .list, .header_box .list  {
    display: block;
    position: relative;
    margin: 0 auto 2em 2em;
	height: auto;
	width: 90%;
}

.header_box {
	position: relative;
	margin: 0 auto 1.5em auto;
	padding: 1em 1em 1em 1em;
	width: 95%;
	background-color: white;
	border-radius: .25em;
	border: 1px solid silver;
}

.welcome {
	width: 936px;
	height: 270px;
	margin: 0 auto 3em auto;
	position: relative;
	background: white;
	border-radius: .25em;
	border: 1px solid silver;
	box-shadow: 0px 2px 2px silver;
}

.header_box .title, .form_box .title, .welcome .title {
	font-size: 160%;
	color: #660409;
	font-weight: 100;
	text-decoration: none;
	text-align: center;
}

.header_box .title span, .form_box .title span, .welcome .title span {
	text-transform: uppercase;
}

.header_box .text, .form_box .text {
	margin: 0 1.5em 1em 1.5em;
	font-size: 9pt;
}

.header_box .centertext, .form_box .centertext {
	text-align: center;
	margin: 0 1.5em 1em 1.5em;
	font-size: 10pt;
}

.header_box .text span {
	margin-left: 0em;
	text-align: left;
}

.form_box {
	width: 33em;
	margin: 0 auto;
	position: relative;
	background: white;
	border-radius: .25em;
	border: 1px solid silver;
	box-shadow: 0px 2px 2px silver;
}

.form_box .form_field, .form_box .phone_field  {
	text-align: left;
	clear:both;
	margin: 0 0 1em auto;
	border-radius: 1em;
}

.form_field span , .phone_field span {
	clear: right;
	text-align: left;
	padding-left: 2em;	
	margin-left: 0em;	
}

.form_field label, .phone_field label {
	color: gray;
	font-weight: 100;
	font-size: 80%;
	text-align: left;
	float: left;
	margin-left: 3.5em;	
	margin-bottom: 1em;	
	width: auto;
}

.form_field input, .form_field select{
	width: 28em;
}

.phone_field input {
	width: 3em;
}

.form_field #password-strength {
    padding-left: 2em;
    width: 26em;
}

.bgimage {
	background-color: white;
	vertical-align: top;
	overflow: hidden;
	height: 0px;
	width: 50px;
	padding-top: 50px;
	padding-left: 5px;
	margin-left: 5px;
}

/******** button definitions ********/
.button_group {
	position: relative;
	padding: 1em;
	clear: both;
}

.button_group .button {
	font-size: 9pt;
	font-weight: bold;
	position: relative;
	border: none;
	margin: 1em auto;
	padding: 1em;
	text-transform: uppercase;
	color: white; 
	width:9em; 
	height:1em; 
}

.button_group input.button {
	font-size: 9pt;
	font-weight: bold;
	position: relative;
	border: none;
	margin: 1em auto;
	padding: 1em;
	text-transform: uppercase;
	color: white; 
	width:11em; 
	height:3em; 
}

.button_group .primary_btn {
	background-color: #660409;
	padding: 1em;
	border-radius: .25em;
	text-align: center;
}

.button_group .secondary_btn {
	background-color: gray;
	padding: 1em;
	border-radius: .25em;
	text-align: center;
}

.button_group  .primary_btn a, .button_group  .secondary_btn a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

.button_group  .primary_btn:hover, .button_group  input.primary_btn:hover {
    background-color: #920609;
}

.button_group  .secondary_btn:hover, .button_group  input.secondary_btn:hover {
    background-color: #920609;
}

/* dropdown definition */
.dropdown {
}

.dropdown_btn {
    background-color: gray;
    color: white;
    padding: .55em 1.5em;
    font-size: 16px;
    border: none;
	border-radius: .25em;
    cursor: pointer;
}

.dropdown_content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 26em;
	border: 1px solid silver;
	box-shadow: 0px 2px 2px silver;
    z-index: 1;
}

.dropdown_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown_content a:hover {
	background-color: gray;
}

.dropdown:hover .dropdown_content {
    display: block;
}

.dropdown:hover .dropdown_btn {
    background-color: #920609;
}

/******** table definitions ********/
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.divTableHead { 
	color: #660409;
    text-align: left;
    font-size: larger;
    font-weight: normal;
}

.divTableCell, .divTableHead {
	padding: .25em 1em;
}

.divTableCell .text, .divTableHead .text { 
	font-size: 9pt;
}

.divTableCell .type, .divTableHead .type { 
	font-size: 9pt;
}

.divTableCell .list, .divTableHead .list { 
	font-size: 9pt;
}

/******** jump page specifics ********/
.jump .welcome .image {
	position: relative;
	background: url(../images/face-welcome.jpg) no-repeat top left;
	border-radius: .25em;
	height: 230px;
	width: 450px;
	top: 5px;
	margin: 15px;
}

.jump .welcome .text {
	position: relative;
	float: right;
	width: 425px;
	margin-top: -250px;
	left: -15px;
}

.jump .login_btn {
	margin-left: 2em;
	float: left;
}

.jump .register_btn {
	margin-right: 2em;
	float: right;
}

/******** end of jump page specifics ********/

/*------------------------- login page specific styles ----------------------------*/
body.login {
	margin-top: -1.105em;
	
}

.login .form_field label {
	margin-left: 1.5em;
}

.login .form_field input, .login .form_field select {
    width: 31em;
}

.login #continue {
	float: none;
}

.login .continue_btn {
	float: none;
	top: -2em;
	left: -1em;
}

.login .pass_forget {
	text-align: center;
}

.login .register_btn {
	float: none;
}

/*------------------------- landing page-specific styles ----------------------------*/
.landing .resources_dropdown {
    position: relative;
	margin-left: 1em;
	float: left;
}

.landing .maintenance_dropdown {
    position: relative;
	margin-left: 1em;
	float: left;
}

.landing .logout_btn {
	position: relative;
	top: -1em;
	margin-right: 1em;
	float: right;
}

.landing .additionalServicesList {
	width: 90%;
	min-height: 10em;
}


/*------------------------- enrollment services page-specific styles ----------------------------*/
.enrollment .form_field label {
	margin-left: 1em;
}

.enrollment input.secondary_btn {
	margin-left: 1em;
	float: left;
	width: 9em;
}

.enrollment input.continue_btn {
	margin-right: 1em;
	float: right;
	width: 9em;
}


.challenge_select .form_box, #authChallenge .form_box {
	width: 51em;
}

.confirmation .form_box  {
	width: 60em;
}

#authToken .form_box {
	width: 40em;
}

#authToken .form_field input {
	width: 30em;
}

#authToken .form_field label {
	margin-left: 1.5em;
}

#authChallenge .form_box {
	width: 51em;
}

#authChallenge .form_field input {
	width: 40em;
}

#authChallenge .form_field label {
	margin-left: 1.5em;
}

#authChallenge .link_wrong {
	margin-left: 2em;
}

#authChallenge .link_forgot {
	float: right;
	margin-right: 4em;
}

.challenge_select .form_group, .confirmation .form_group {
}

.challenge_select .form_group .title, .confirmation .form_group .title {
	font-size: initial;
}

.challenge_select .form_field input, .challenge_select .form_field select {
	width: 49em;
}

.confirmation .button_group, #passwordChange .button_group, #passwordChangeSuccess .button_group, #token_setup .button_group, #authChallenge .button_group {
	margin: 1em;
}

.confirmation input.secondary_btn, #passwordChange input.secondary_btn, #passwordChangeSuccess input.secondary_btn, #token_setup input.secondary_btn, #authChallenge input.secondary_btn {
	margin-left: 1em;
	margin-top: -2em;
	float: left;
	width: 9em;
}

.confirmation input.continue_btn, #passwordChange input.continue_btn, #token_setup input.continue_btn, #authChallenge input.continue_btn {
	margin-right: 1em;
	margin-top: -2em;
	float: right;
	width: 9em;
}

#token_request_step_one .button_group, #token_request_step_two .button_group, #token_request_confirmation .button_group {
	margin: 1em;
}

#token_request_step_one input.continue_btn, #token_request_step_two input.continue_btn, #token_request_confirmation input.continue_btn {
	margin-right: 1em;
	margin-top: -2em;
	float: right;
	width: 9em;
}

#token_request_step_one input.secondary_btn, #token_request_step_two input.secondary_btn, #token_request_confirmation input.secondary_btn {
	margin-left: 1em;
	margin-top: -2em;
	float: left;
	width: 9em;
}

#token_request_step_one .form_box, #token_request_step_two .form_box, #token_request_confirmation .form_box {
	width: 45em;
}

#denyPage .continue_btn, #authToken .continue_btn {
	margin-top: -2em;
	margin-left: -1em;
	float: none;
}

#passwordChangeSuccess input .continue_btn {
	margin-top: -2em;
	margin-left: -1em;
	float: none;
}

/*--------------------- error handling -----------------*/
.error {
	color: red;
}

.error_header {
    font-size: 9pt;
	color: red;
    width: 95%;
    text-align: center;
}

.error_field {
	background-color: pink;
}

.error_text {
    font-size: 9pt;
	color: red;
    margin-left: 5.25em;
}

.error #errorImage {
	background-image: url("../images/msg_error.gif");
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	overflow: hidden;
	vertical-align: top;
	float: left;
	padding-left: 5px;
	margin-left: 5px;
}

.error .title {
	width:95%;
	text-align:center;
}

.error img {
	width: 40px;
    height: 40px;
    margin-right: 1.25em;
}

.error .list {
	clear: both;
	width:95%;
	text-align:center;
}

.error input.continue_btn {
	width: 9em;
}

.errorComponent {
	background-color: #EEEEEE;
	width: 100%;
	float: left;
	padding-top: 5px;
}

.errorComponent_graphic {
	background-color: #EEEEEE;
	padding-top: 40px;
	height: 0px;
	overflow: hidden;
	background-image: url(../images/msg_error.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	float: left;
	padding-left: 5px;
	margin-left: 5px;
	width: 50px;
}

.errorComponent_output {
	background-color: #EEEEEE;
	float: left;
	color: black;
	padding-left: 10px;
	width: 85%;
}

.errorComponent_header {
	font-weight: bold;
}

/*--------------------- security component (captcha) -----------------*/
.captcha .form_box {
	width: 35em;
}

.captcha .bgimage {
	background-image:url(../images/ForYourSecurity.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;            
}

.captcha_widget {
	display: inline-block;
	text-align: center;
	margin: .5em 6em;
	height: auto;
	min-height: 6em;
}

.captcha .button_group {
	margin: 1em;
}

.captcha input.back_btn {
	margin-left: 1em;
	margin-top: -2em;
	float: left;
	width: 9em;
}

.captcha input.continue_btn {
	margin-right: 1em;
	margin-top: -2em;
	float: right;
	width: 9em;
}

/*--------------------- redirect pages -----------------*/
#redirectPage_explainText {
	color: black;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding-top: 1em;
}

#redirectPage_progressText {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	padding-top: 1em;
}

#redirectPage_retryText {
	font-size: smaller;
	text-align: center;
}

h1#redirectPage_progressImage span {
	display: none;
}

h1#redirectPage_progressImage {
	height: 10px;
	background-image: url("../images/dots.gif");
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}

.public_creds_label {
	float: left;
	width: 25%;
}
 
.public_creds {
	font-weight: bold;
	color: green;
}

/*--------------------- password reset pages -----------------*/
#passreset_questionChallenge .form_box, #passreset_tokenChallenge .form_box, #passreset_externalChallenge  .form_box {
	width: 51em;
}

#passreset_questionChallenge .form_field input, #passreset_tokenChallenge .form_field input, #passreset_externalChallenge .form_field input  {
	width: 40em;
}

.passreset .form_field label {
	margin-left: 1.5em;
}

.passreset .form_field input, .passreset .form_field select {
    width: 31em;
}

.passreset .button_group {
	margin: 1em;
}

.passreset input.secondary_btn {
	float: left;
	margin-top: -2em;
	width: 9em;
}

.passreset input.continue_btn {
	float: right;
	margin-top: -2em;
	width: 9em;
}

.passreset #passreset_success #continue {
	float: none;
}

.passreset #passreset_success .continue_btn {
	float: none;
	top: -2em;
	left: -1em;
}

/*--------------------- legacy css -----------------*/
#progressbar {
	text-align:center;
	padding-top:10px;
}

div span  {
	text-align: left;
	margin-left: 4px;
}
/*--------------------- end - legacy css -----------------*/
