/*
	purple: #532d80
	red:	#f20d2f
	yellow (req field): #f5f002
*/
.spacer {
	clear: both;	
}
body {
	background-color: #cccc99;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#center {
	width: 960px;
	margin: 0px auto;
}
#logo {
	float: left;
	width: 260px;
	height: 127px;
	background: url(../images/bg/logo.gif) 0 8px no-repeat;
	text-align: right;
	color: #cccc99;
	padding: 8px;
}
#printLogo {
	display: none;	
}
#title {
	float: right;
	font-size: 24px;
	color: #532d80;
	text-shadow: 1px 1px 1px #ffffff;
	padding-top: 112px;
}
h3 {
	font-size: 20px;	
}
.privacyLink {
	padding-top: 20px;
	font-size: 11px;
}
#column {
	clear: left;
	width: 936px;
	padding: 12px;
	background-color: #ffffff;
	text-align: left;
	height: 1%;
	overflow: auto;
}
#column p {
	margin: 9px 0px 9px 15px;
	font-size: 12px;
	line-height: 22px;
}
	#column p.em { font-size: 15px; font-weight: bold; font-style: normal; }
#column fieldset p {
	margin: 0;	
}
ul.bulleted {
	margin: 9px 0px 9px 45px;
	list-style: disc;
}
ul.bulleted li {
	font-size: 12px;
	line-height: 22px;
}
.application {
	width: 912px;
	background-color: #e6e6e6;
	margin: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.application legend {
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}
legend span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 888px;
	padding: 6px 12px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	white-space: nowrap;
	background-color: #532d80;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}
.application ol, #statement {
	padding: 3.5em 1em 0 1em;
}
.application li {
	display: block;
	margin: 6px;
	padding: 6px;
	border-bottom: 1px solid #6e6e6e;
	overflow: auto;
	height: 1%;
	position: relative;
}
.application li.last {
	border-bottom: none;
}
.application label, .fakeLabel {
	display: block;
	float: left;
	clear: left;
	width: 300px;
	font-size: 12px;
	line-height: 22px;
	text-align: right;
	padding-right: 15px;
}
.application input, .application select, .application textarea, .fakeInput {
	float: left;
	padding: 3px;
	font-size: 14px;
	width: 350px;
	margin-right: 10px;
}
.application input, .application select, .application textarea {
	border: 1px solid #b8b8b8;	
}
.application textarea {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
}
.application input:hover, .application select:hover, .application textarea:hover,
.application input:focus, .application select:focus, .application textarea:focus {
	border: 1px solid #515151;	
}
.application li span {
	font-size: 12px;
	/*text-transform:capitalize;*/
}
/* Submit, Next, Back and Add Buttons */

.submitbut, .nextbut, .addbut {
	border: none;
	background: #532d80;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	margin: 10px 0 10px 15px;
}
.nextbut, .addbut {
	float: right;
	margin: 0px 15px;
}
.backbut {
	float: left;
	margin: 0px 15px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px 6px;
	background: none;
	color:#900;
	text-decoration:underline;
	cursor: pointer;
}
.backbut:hover {
	color: #532d80;
}
.addbut {
	background: #090;
}
/* Checkboxes and Radio Buttons */

.radioGroup {
	margin-left: 315px;
	width: 160px;
}
.application .radioGroup label {
	float: none;
	clear: none;
	text-align: left;
	width: 85px;
	display: inline;
}
.application .radioGroup input {
	float: none;
	clear: none;
	text-align: left;
	width: 15px;
	border: none;
}
.checkbox input {
	width: 15px;
}
/* For Validation */
.application input.required, .application select.required, .application textarea.required, html body li.required .RadInput_Default .riTextBox {
	background-color: #faf79b;	
}
span.required, span.required2 {
	background-color: #C00;
	color: #fff;
	padding: 0px 5px;
	line-height: 24px;
	position: absolute;
	left: 690px;
}
span.required2 {
	background-color: #999;	
}
span.invalid {
	background-color: #FC0;
	color: #000;
	padding: 0px 5px;
	line-height: 24px;
	position: absolute;
	left: 690px;
}
.popupbg {
	background-color: #000000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
.popupdiv {
	padding: 30px;
	background-color: #f3f3f3;
	border: 10px solid #f20d2f;
	width: 450px;
}
.popupdiv h2 {
	font-size: 18px;
	color:#900;
	margin-bottom: 10px;
}
.popupdiv p {
	font-size: 12px;
	line-height: 18px;
	margin: 8px 0;
}
.popupdiv ul {
	margin: 10px 30px;
}
.popupdiv li {
	list-style-type:square;
	padding: 5px;
	font-size: 12px;
	color: #333;
	text-transform:capitalize;
}
/* Used on Confirmation and Step 3 */
h4.confirm {
	font-size: 14px;
	margin: 20px 15px 10px;
	padding-top: 10px;
}
ol.confirm, ol.offenses {
	clear: both;
	padding-top: 1em;
	list-style: disc;
}
ol.offenses { list-style: none; }
ol.confirm li, ol.offenses li {
	line-height: 18px;
	margin: 0 20px;
	font-size: 12px;
	border: none;
	padding: 10px;
}
ol.confirm li strong, ol.offenses li strong {
	margin-right: 15px;
}
ol.confirm li.indent, ol.offenses li.indent {
	padding-left: 25px;
}
.employerList {
	clear: both;
	margin: 50px 50px 12px;
	padding: 10px 0;
	border-top: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
}
.employerList h4 {
	padding: 10px;
}
.employerList li.section {
	background-color: #666;
	color: #fff;
}
.employerList .buttons {
	background-color: #ebebeb;
}
.employerList .buttons a {
	margin-right: 10px;
}
/* Shift boxes in Step 1 */
.shiftGroup {
	height: 1%;
	overflow: auto;
}
.shiftGroup label {
	width: 30px;
}
/* Used in the Applicant's Statement on Step 4 */
p.fakeList {
	padding: 10px 0 10px 30px;	
}
/* Used on Step 5 */
ul.two-col {
	width: 40%;
	float: left;
	margin: 0;
	display: block;
	padding: 1em 2em;
}
ul.two-col li {
	border: none;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
	margin: 0;
}
/* Used in Step 7 */
div.checkboxGroup {
/*width: 50%;
	float: left;*/
}
.application .checkboxGroup label {
	width: 45%;/*text-align: left;*/
}

/* Status Bar */
#statusBar {
	width: 936px;
	height: 48px;
	overflow: auto;
}
#statusBar li {
	display: block;
	float: left;
	width: 117px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 5px solid #e9e9e9;
}
#statusBar li.current {
	font-weight: bold;
	border-color: #532d80;
}

/* Video Page */
#player {
	display: block;
	width: 436px;
	height: 320px;
	margin: 18px 0 0 250px;
}
#chapters {
	display: block;
	float: right;
	width: 450px;
	padding-top: 18px;
}
#chapters li {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #666666;
	padding-left: 36px;
}
#chapters li.complete {
	color: #000000;
	background: url(../images/check.gif) 6px 6px no-repeat;
}
#chapters li.current {
	color: #000000;
	background: url(../images/arrow.gif) 6px 6px no-repeat;
}

/* Steps List (Index Page) */
ul.stepsList {
	margin-left: 18px;	
}
ul.stepsList li {
	line-height: 36px;
	height: 36px;
}
ul.stepsList li.stopSign {
	height: auto;	
}
ul.stepsList li a {
	display: block;
	float: left;
	clear: left;
	width: 280px;
}
ul.stepsList a:hover {
	color: #f20d2f;
	text-decoration: none;
}
ul.stepsList .completion {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 8px 8px 0 0;
	text-indent: -9999em;
}
.isNotComplete {
	background: url(../images/x.gif) 0 0 no-repeat;	
}
.stopSign .isNotComplete {
	background: url(../images/stop.gif) 0 0 no-repeat;	
}
.isComplete {
	background: url(../images/check.gif) 0 0 no-repeat;	
}

/* Career Fair Callout (on jobs.aspx page) */
#careerFairs {
	float: right;
	width: 220px;
	padding: 30px;
}
#careerFairs p {
	padding: 12px;
	background-color: #cccc99;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
}
#careerFairs strong {
	display: block;
	background-color: #532d80;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding: 4px;	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* Admin Page Styles */
#grdApplications, #grdJobs {
	margin: 12px;
	background-color: #e6e6e6;
}
.gridHdr td {
	background-color: #532d80;
	padding: 6px;
	color: #ffffff;
}
.gridCell td {
	padding: 6px;
	font-size: 12px;
}
.gridAlt td {
	padding: 6px;
	font-size: 12px;
	background-color: #ffffff;
}
#grdApplications .submitbut, #grdJobs .submitbut {
	margin: 0;
}
/* :::::::::::: Datagrid Pager Styles ::::::::::::: */
.gridFtr {
	font-size: 11px;
	background: #ffffff; /* row background color */
	padding: 7px 4px;
}
.gridFtr td {
	padding: 7px 4px;
}
.gridFtr a {
	padding: 3px 7px;
	margin: 2px;
	text-decoration:none;
	border: 1px solid #532d80; /* link border color */
}
.gridFtr a:hover {
	text-decoration: none;
	background: #532d80; /* hover link background color */
	color: #ffffff;
}
.gridFtr span {
	padding: 4px 8px;
	background: #532d80; /* current page background color */
	color: #ffffff;
	font-weight: bold;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::: */
