body
{
  text-align: center; /* centering in IE */
}

/* shared */

.msgbox
{
  width: 600px;
	margin: 0 auto; /* centering in firefox */
	text-align: center;
}

.msgbox .banner
{
  padding: 2px;
}

.msgbox .accent
{
  color: blue; 
	font-weight: bold;
}

.msgbox .note
{
  font-size: 10px;
	font-style: italic;
}

.msgbox h1
{
  font-size: 14px;
	background: none;
	text-align: left;
	color: #000;
}

.msgbox table
{
  text-align: left;
}

.banner input
{
  font-weight: normal;
}

/* dsp_apply_1_input.cfm */

/* BEGIN "CLASSES" */

.if_yes {
	background: white;
	padding: 3px;
	margin: 5px 0px 5px 20px;

}

.inline_questions {
	padding-top: 10px;
	padding-bottom: 10px;
}

.inline_questions fieldset {
	width: 1px;
	border: none;
}

.inline_questions label {
	
	float: left;
	text-align: right;
	width: 48%;
	padding-right: 4px;
	margin-bottom: 10px;
}

.required_message
{
	padding: 20px;
	margin: 10px;
	border: 1px dotted red;

	color:#FF0000;
	background: #FFF9F9;
}
.required_message h2
{
	padding: 0px 0px 0px 10px;
	margin-left: 0px;
}
.required_message A
{
	color:#FF0000;
	text-decoration:none;
}
.required_message A:hover {font-weight:bold; color:#FF0000;}

.required_message ul
{
	padding: 0px;
	margin: 0px;
}
.required_message li
{
	padding-left: 0px;
	margin-left: 0px;
}

.required {
	color:#ff0000;
	font-size: 16px;
	font-weight: bold;
}

.simple_table td {
	text-align: center;
}

.subsection_questions {
	text-align: center;
}

/* END "CLASSES" */

/* BEGIN "IDS" */

#app_container {
  margin: 0 auto; 
  padding: 0px;
  text-align: left;
  border: 1px solid #000;
  width: 660px;
}

#position_applied_for {
	background: #EEEEEE;
}

#position_applied_for h3
{
	text-decoration: underline;
	font-size: 12px;
}

#position_applied_for ul
{
	list-style: none;
	margin: 0px;
	
}

#position_applied_for strong
{
	color: #FF0000;
	font-weight: normal;
}

#resume_questions
{
	margin-left: 10px;
	margin-top: 10px;
}

#resume_questions h2
{
	margin: 0px;
	padding: 0px;
}
/* END "IDS" */

/* BEGIN "SELECTORS" */

body input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

br {
	clear: left;
}

h1 {
  display: block;
  padding: 2px;
  background-color: #0668A5;
  color: #FFFFFF;
  font-weight:bold;
  font-size: 12px;
  margin: 4px 0px 4px 0px;
}

h2 {
  display: inline;
  font-weight: bold;
  font-size: 12px;
  padding-left: 8px;
}

img {
	border: 0px;
}

table {
  border: 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;	
}

table td {
	padding: 2px;
}

textarea {
	overflow:auto;
}

/* END "SELECTORS" */

/* dsp_apply_previous_app_confirm.cfm */
	
.container_checkbox
{
  float: left;
	width: 20%;
	text-align: right;
}

.container_checkbox_desc
{
  text-align: left;
}

.container_checkbox_desc h1
{
  padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	background: none;
	color: #000;
}

.container_checkbox_desc .desc
{
	font-size: 10px;
	margin-left: 20%;
}

/* dsp_apply_2_error.cfm */

.error_box
{
  border: 1px solid #000000; 
	width: 600px; 
	padding: 20px;
	text-align: left;
	margin: 0px auto;
}

.error_box h1
{
  font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	background: none;
	color: #000;
}

.error_box ul
{
  list-style: none;
	margin: 0px;
	padding: 0px;
	color: #ff0000;
	font-weight: bold;
}

.error_box input
{
  margin-top: 20px;
}

/* dsp_apply_eeo.cfm */

.eeo_form
{
  width: 500px;
	background: #fff;
	border: groove 1px;
	text-align: left;
	padding: 20px;
	margin: 0px auto;
}

.eeo_form h1
{
  color: #ff0000;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;
	background: none;
}
	
.eeo_form h2
{
	font-size: 14px;
	text-align: center;
	background: none;
	display: block;
}

.eeo_form .category ul
{
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  list-style: none;
}
	
.eeo_form ul ul
{
  padding: 0px 0px 0px 15px;
	margin: 0px;
	font-weight: normal;
	list-style: none;
}	

.eeo_form dl
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

/* dsp_apply_finish.cfm */

.msgbox_finish
{
  width: 600px;
	text-align: left;
	border: 2px navy solid;
	margin: 0px auto;	
}

.msgbox_finish .banner
{
  padding: 3px;
}

.msgbox_finish p
{
  padding-left: 6px;
}

.msgbox_finish span
{
  font-style: italic;
	font-weight: bold;
}

/* dsp_apply_partial_save_button.cfm */

#spa_btn
{
  width: 120px;
	border: 1px solid black;
	text-align: center;
}

#spa_btn .banner span
{
  font-weight: normal;
}

#spa_btn input
{
  width: 100%;
}

/* dsp_career_mail_login.cfm */

.cm_help
{
  width: 450px;
	text-align: left;
	font-size: 10px;
}

.cm_edit_job_title
{
  text-transform: uppercase;
}