/*============================================================================
   layout.css
   SCA Job Opportunities
   Created by Starring on 2007-05-15.
============================================================================*/


html {
	min-width: 909px;
	min-height: 100%;
	background: #cfcfcf url('bg.png') 50% 0 repeat-y;
}

body {
	min-width: 909px;
	min-height: 521px;
	background: url('bg_top.png') 50% 0 no-repeat;
}

#header {
	width: 909px;
	height: 136px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: right;
	background: url('header_bg.gif') no-repeat;
}

#logo { 
margin: 15px 42px 0 0;
}

#content-wrapper {
	width: 849px;
	margin: 0 auto;
	padding: 0 20px 0 40px;
}

#content-main {
	float: left;
	width: 595px;
	padding-right: 55px;
	margin-bottom: 0.4em;
	background: url('bg_content-main.gif') 100% 0 repeat-y;
}

#content-main *
{
	font-family: Arial,Sans-Serif ! important;
	font-size: 10pt ! important;
	text-align: left ! important;
}

#content-secondary {
	float: right;
	width: 179px;
}

h2, h3 { clear: left; }

input,
select,
textarea { border: 1px solid #525252; }

input,
textarea { padding: 2px; }

option { padding: 1px; }
/*
fieldset.buttons input {
	background: #003876;
	color: #fff;
	padding: 2px !important;
}

a.button {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	padding-left: 9px;
	background: #003876 url('button_left.gif') 0 0 no-repeat;
}

a.button span {
	display: block;
	float: left;
	padding-right: 12px;
	background: url('button_right.gif') 100% 0 no-repeat;
}
*/

/* Content main ============================================================*/

.lnk_apply a {
	display: block;
	width: 88px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('btn_apply.gif');
}

#privacy-policy {
	padding-bottom: 3em;
}

/* Forms */

#form_search {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 1.2em;
	margin-bottom: 4em;
	padding-bottom: 1.3em;
	border-bottom: 1px solid #ccc;
}

#form_search.alerts {
	padding-bottom: 0;
	border-bottom: none;
}

#form_search fieldset {
	width: 476px;
	float: left;
	clear: left;
}

#form_search fieldset.single { width: 238px; }

#form_search fieldset.buttons {
	clear: none;
	width: 238px;
	position: absolute;
	left: 238px;
	bottom: 2.5em;
}

#form_search.alerts fieldset.buttons { bottom: 1.3em; }

#form_search div.fieldgroup {
	float: left;
	margin-right: 16px;
	width: 222px;
}

#form_search label { display: block; }

#form_search input,
#form_search select,
#form_search textarea { margin-bottom: 1.1em; }

#form_search input,
#form_search textarea {width: 216px; }

#form_search select { width: 222px; }

#form_search fieldset.buttons input {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}

.user-form {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

.user-form fieldset { float: left; }

.user-form .fieldgroup {
	float: left;
	margin-right: 16px;
	padding-bottom: 2em;
}

.user-form label { display: block; }

.user-form input { width: 216px; }

.user-form .password input { width: 154px; }

.user-form .checkradio input {
	width: auto;
	padding: 0;
	border: none;
	vertical-align: middle;
}

.user-form fieldset.buttons input {
	width: auto;
	float: left;
}

.user-form .password {
	width: 160px;
	overflow: hidden;
}

#form_signin fieldset.buttons {
	width: 188px;
	position: absolute;
	bottom: 3em;
	left: 413px;
}

#form_signin fieldset.buttons p { width: auto; white-space: nowrap; }

#form_signin fieldset.buttons p a {
	float: left;
	margin: 0 0 0 9px;
	padding-left: 9px;
	background: url('link_bullet.gif') 0 0.5em no-repeat;
}

#form_create {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
}


/* Alert info box */

.alert-info {
	float: left;
	clear: left;
	width: 555px;
	margin-bottom: 4em;
	padding: 0 20px 0 20px;
	background: #e6debd url('bg_alert-info_bottom.gif') 0 100% no-repeat;
}

.alert-info h3 {
	width: 555px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px 20px 0 20px;
	background: url('bg_alert-info_top.gif') 100% 0 no-repeat;
}

.alert-info input {
	padding: 0;
	border: none;
}

.alert-info table td.delete a {
	background: url('link_bullet_alert-info.gif') 0 60% no-repeat;
	padding-left: 9px;
}

.alert-info .buttons {
	float: left;
	clear: both;
	margin-bottom: 23px;
}

.alert-info a.button { background-image: url('button_left_alert-info.gif'); }

.alert-info a.button span { background-image: url('button_right_alert-info.gif'); }


/* Tables */

table#joblist {
	clear: left;
	width: 100%;
	margin-bottom: 4em;
}

table#joblist th,
table#joblist td {
	padding: 8px 12px;
}

table#joblist thead th {
	padding-bottom: 7px;
	background-color: #efefef;
}

table#joblist tbody td {
	border-top: 1px solid #efefef;
}

table#joblist tbody td.title,
table#joblist tbody td.publish { border-right: 1px solid #efefef; }

.alert-info table {
	width: 100%;
	clear: left;
	margin-bottom: 0.3em;
}

.alert-info table th {
	width: 22%;
}

.alert-info table th,
.alert-info table td {
	padding-bottom: 8px;
}


/* Content secondary =======================================================*/

#content-secondary ul li a {
	background: url('link_bullet.gif') 0 60% no-repeat;
	padding-left: 9px;
}

@media print {
	#header {width:auto;text-align:left; padding-left:30px;}
}

fieldset, img {
padding-left:40px;
}



