/* Career center template default */
div.clearer {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
h2.departmentHeader {
	margin-bottom:3px;
}
h2.departmentHeader span.notCategorized {
	font-style:italic;
}
div.jobBlock {
	margin-bottom:3px;
}
span.jobTitleBlock {
	font-weight:bold;
	display:block;
}
span.companyNameBlock {
	display:block;
}
span.locationBlock {
	display:block;
}

/* Application layout default */
#apply-form div,#apply-form dl,#apply-form dt,#apply-form dd,#apply-form ul,#apply-form ol,#apply-form li,#apply-form h1,#apply-form h2,#apply-form h3,#apply-form h4,#apply-form h5,#apply-form h6,#apply-form pre,#apply-form code,#apply-form form,#apply-form fieldset,#apply-form legend,#apply-form input,#apply-form button,#apply-form textarea,#apply-form p,#apply-form blockquote,#apply-form th,#apply-form td{margin:0;padding:0;}
#apply-form table{border-collapse:collapse;border-spacing:0;}#apply-form fieldset,#apply-form img{border:0;}
#apply-form address,#apply-form caption,#apply-form cite,#apply-form code,#apply-form dfn,#apply-form em,#apply-form strong,#apply-form th,#apply-form var,#apply-form optgroup{font-style:inherit;font-weight:inherit;}
#apply-form del,#apply-form ins{text-decoration:none;}
#apply-form li{list-style:none;}
#apply-form caption,#apply-form th{text-align:left;}
#apply-form h1,#apply-form h2,#apply-form h3,#apply-form h4,#apply-form h5,#apply-form h6{font-size:100%;font-weight:normal;}
#apply-form q:before,#apply-form q:after{content:'';}
#apply-form abbr,#apply-form acronym{border:0;font-variant:normal;}
#apply-form sup{vertical-align:baseline;}#apply-form sub{vertical-align:baseline;}
#apply-form legend{color:#000;}
#apply-form input,#apply-form button,#apply-form textarea,#apply-form select,#apply-form optgroup,#apply-form option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
#apply-form input,#apply-form button,#apply-form textarea,#apply-form select{*font-size:100%;}
#apply-form {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
#apply-form select,#apply-form input,#apply-form button,#apply-form textarea,#apply-form button{font:99% arial,helvetica,clean,sans-serif;}
#apply-form table{font-size:inherit;font:100%;}
#apply-form pre,#apply-form code,#apply-form kbd,#apply-form samp,#apply-form tt{font-family:monospace;*font-size:108%;line-height:100%;}
#apply-form h1{font-size:138.5%;}
#apply-form h2{font-size:123.1%;}
#apply-form h3{font-size:108%;}
#apply-form h1,#apply-form h2,#apply-form h3{margin:1em 0;}
#apply-form h1,#apply-form h2,#apply-form h3,#apply-form h4,#apply-form h5,#apply-form h6,#apply-form strong,#apply-form dt{font-weight:bold;}
#apply-form optgroup{font-weight:normal;}
#apply-form abbr,#apply-form acronym{border-bottom:1px dotted #000;cursor:help;}
#apply-form em{font-style:italic;}
#apply-form del{text-decoration:line-through;}
#apply-form blockquote,#apply-form ul,#apply-form ol,#apply-form dl{margin:1em;}
#apply-form ol,#apply-form ul,#apply-form dl{margin-left:2em;}
#apply-form ol li{list-style:decimal outside;}
#apply-form ul li{list-style:disc outside;}
#apply-form dl dd{margin-left:1em;}
#apply-form th,#apply-form td{border:0}
#apply-form th{font-weight:bold;text-align:center;}
#apply-form caption{margin-bottom:.5em;text-align:center;}
#apply-form p,#apply-form fieldset,#apply-form table,#apply-form pre{margin-bottom:1em;}
#apply-form button,#apply-form input[type="checkbox"],#apply-form input[type="radio"],#apply-form input[type="reset"],#apply-form input[type="submit"]{padding:1px;}

#apply-form {
	text-align:left;
}

#apply-form label {
	float:left;
}	
#apply-form input[type="text"],#apply-form select,#apply-form textarea {
	float:left;
	clear:both;
}
#apply-form textarea,#apply-form input[type="text"] {
	width:300px;
}
#apply-form textarea {
	height:60px;
	max-height:200px;
	font-size:13px;
	line-height:16px;
}
#apply-form input[type="checkbox"],#apply-form input[type="radio"] {
	margin:0 3px 0 20px;
}
#apply-form .question {
	padding:2px;
	float:left;
	width:275px;
	clear:both;
}
#apply-form .wide {
	width:100%;
	padding:5px 0 15px 0;
}
#apply-form .question label{
	width:100%;
	min-width:500px;
	clear:both;
	text-align:left;
}
#apply-form .wide label {
	width:100%;
	float:left;
	clear:both;
}
#apply-form label.required {
	font-weight:bold;
}
#apply-form label.error{
	color:red;
}
#apply-form .question input {
	clear:none;
}
#apply-form label.inline {
	float: none;
	clear:none;
	width: auto;
	display: inline;
	min-width:0;
}
#apply-form .question div {
	float:left;
	clear:both;
}
#apply-form .multi-header {
	font-size:1.3em;
	background: #eee;
	border:solid #000 1px;
	width:593px;
	font-weight:bold;
	padding-left:3px;
	margin-top:10px;
}
#apply-form .multi-container{
	border-left:solid #000 1px;
	border-right:solid #000 1px;
	border-bottom:solid #000 1px;
	padding-left:2px;
	width:594px;
	position:relative;
}
#apply-form .multi-container div.question{
	padding:0;
	width:100%;
}
#apply-form .addAnother {
	display:block;
	float:right;
	background:transparent url(/images/actions/add.gif) 0 3px no-repeat;
	padding:4px 2px 0 20px;
	font-size:72%;
	font-weight:normal;
	text-decoration:none;
	height:18px;
}
#apply-form .removeLink {
	position:relative;
	text-align:right;
	float:right;
	display:block;
	height:19px;
	padding:2px 5px 1px 20px;
	margin:0;
	font-size:93%;
	font-weight:normal;
	text-decoration:none;
	background:transparent url(/images/actions/delete.gif) no-repeat;
}
#apply-form .removeLink:hover {
	text-decoration:underline
}
#apply-form .inner-form {
	width:594px;
	padding:3px 0;
}
.ui-datepicker-current-day {
	font-weight:bold;
}
