@CHARSET "UTF-8";
body {
	background-color: #fffff0;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h1 {
	color: #8B0000;
	font-size: 16px;
	margin: 0 0 10px 0;
}
h1 em {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #612101;
}
h2 {
	color: #612101;
	font-size: 14px;	
}
h2 em {
	font-style: normal;	
}
h2 em.right {
	float: right;
	font-size: 12px;
}
h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 12px;
	margin: 0;
}
div.breadcrumbs {
	font-size: 90%;
	margin-bottom: 20px;
}
a, a:hover {
	color: #000;
}
a.link-ext {
	padding-right: 16px;
	background: url(/images/icon-link-external.gif) right center no-repeat;
}
a.add {
	padding-left: 12px;
	background: url(/images/icon-add.gif) 0 2px no-repeat;
}
a.add-dark {
	padding-left: 12px;
	background: url(/images/icon-add-dark.gif) 0 2px no-repeat;
}
a.edit {
	padding-left: 12px;
	background: url(/images/icon-edit.gif) 0 3px no-repeat;
}
a.delete {
	padding-left: 12px;
	background: url(/images/icon-delete.gif) 0 3px no-repeat;
}
p {
	margin: 0 0 20px;
}
.align_right {
	text-align: right;
}
div.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
.clear {
	clear: both;
}
/******** SITE CONTAINER ********/
div#container {
	width: 780px;
	margin: 20px;
}

/********* HEADER *************/
div#header_container {
	height: 100px;
	background: #cc6633;
}
div#header_container img {
	float: left;
	margin: 15px 30px 0 15px;
	border: none;
}
div#header_container h1 {
	padding-top: 30px;
	font-size: 19px;
	color: #fff;
}
/********* COL LEFT *********/
div#col_left_container {
	clear: left;
	float: left;
	width: 190px;
	font-weight: bold;
}
div#col_left_container h3 {
	margin: 20px 20px 0 0;
	padding: 2px 10px;
	background: #000;
	color: #fff;
}
div#col_left_container ul {
	margin: 0 20px 0 0;
	padding: 0;
	border-top: 1px solid #000;
	list-style-type: none;
}
div#col_left_container ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}
div#col_left_container ul li a {
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}
div#col_left_container ul li a.active {
	background-color: #fcdaad;
}
div#col_left_container ul li a:hover {
	background-color: #fcdaad;
}

/********* COL RIGHT *********/
div#col_right_container {
	clear: right;
	width: 590px;
	float: right;
	position: relative;
}


/******** ALERT BOX *********/
div.error, div.confirm {
	font-family: "Lucida Grande", Verdana, sans-serif;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 15px 10px 35px;
	margin: 15px 0;
	text-transform: none;
	letter-spacing: 0;
}
div.error {
	border-color: #FF9690;
	color: #333;
	background: #FFD7CE url(/images/icon-alert-error.gif) no-repeat 12px 10px;
}
div.error h4 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	text-align: left;
	border: none;
}
div.error ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}
div.error ol li b {
	font-size: 9px;
}
div.confirm {
	font-size: 110%;
	padding-left: 35px;
	color: #667938;
	border-color: #CDDDA8;
	background: #E5EED1 url(/images/icon-alert-confirm.gif) no-repeat 12px 10px;
}

/***** FORM TABLE ******/
form table td {
	vertical-align: top;
}
form table td.label {
	text-align: right;
	width: 100px;
}
form table td p {
	margin: 0 0 4px 0;
}
form table td.element {
	text-align: left;
	width: auto;
	padding-left: 10px;
}
form table td.element p.note {
	clear: both;
	font-size: 90%;
	color: #8B0000;
}
form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form fieldset legend {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 8px;
}

div.container a {
	clear: both;
}

/****** UL LIST ******/
ul.list {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	clear:both;
}
ul.list li {
	clear: both;
	margin-bottom: 4px;
}
ul.list li label {
	display: block;
	float: left;
	width: 100px;
	font-style: italic;
	margin-bottom: 1px;
}
ul.list li p {
	float: left;
	margin: 0;
}

/******* TABNAV ******/
ul.tabnav {
	height: 24px;
	margin: 0 0 20px 0;
	padding: 0 10px 0 10px;
	background: url(/images/icon-tabnav-bg2.gif) repeat-x bottom;
}
ul.tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}	
ul.tabnav a:link, ul.tabnav a:visited {
	float: left;
	background: #EA9D6D;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	margin-right: 4px;
	border: 1px solid #666;
	text-decoration: none;
	color: #000;
}
ul.tabnav a:link.active, ul.tabnav a:visited.active {
	border-bottom: 1px solid #FFFFF0;
	background: #FFFFF0;
	color: #000;
}
ul.tabnav a:hover {
	background: #fff;
}

/******* PAGINATION CONTROLS *******/
p.paginator {
	margin: 10px 0 30px 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	
}
p.paginator a, p.paginator strong.active {
	margin: 0 0 5px 2px;
	padding: 2px 5px;
	font-weight: normal;
	border: 1px solid #C2C2C2;
	background: #fff;
	text-decoration: none;
}
p.paginator a:hover {
	border: 1px solid #666;
}
p.paginator strong.active {
	background: #FCEBD1;
}

/******** INDEX ********/
div#index_container {
	width: 470px;
	margin: 0 auto;
}
div#index_container h2 {
	text-align: center;
}
div.index_box {
	background-color: #FCDAAD;
	width: 260px;
	height: 100px;
	padding: 20px 0px;
	margin-bottom: 20px;
	font-weight: bold;
}
div.index_box h2 {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
div.index_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
div.index_box ul li {
	margin: 0 0 10px 0;
	padding: 0;
}
div#index_employee_container {
	float: left;
}
div#index_employer_container {
	float:right;
	margin-right: 20px;
}

/******** SIGNUP - CONFIRM ********/
div#signup_confirm ul.list li label {
	width: 150px;
}
div#signup_confirm h3 {
	margin-bottom: 5px;
}
div#signup_confirm div.container {
	background: white;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2; 
	margin-bottom: 20px;
	padding: 10px;
}
div#signup_confirm p.create {
	font-size: 120%;
	text-align: center;
}
div#signup_confirm p.create a {
	padding: 5px;
}
	



/******** LOGIN ********/
div#login_container div#login_content {
	border-bottom: 1px solid #B86A3B;
}
div#login_container div#login_content div.error ol {
	padding: 0;
}

/******** SEARCH BOX ********/
div.search {
	background-color: #FCDAAD;
	margin-bottom: 20px;
}
div.search form {
	
}
div.search form h3 {
	margin: 0 0 6px 4px;
}
div.search form {
	margin: 0;
	padding: 10px;
}
div.search form div.wrap {
	float: left;
	padding-right: 10px;
}
div.search form div.wrap label {
	padding-left: 4px;
	display: block;
}

/******** JOBS LIST ********/

div#jobs_list {
}
div#jobs_list div.job_item {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
div#jobs_list div.job_item div.action {
	float: right;
}
div#jobs_list div.job_item div.action a {
	margin-left: 10px;
}
div#jobs_list div.job_item img.logo {
	float: right;
	margin-bottom: 5px;
}
div#jobs_list div.job_item h2 {
	margin: 0 0 10px 0;
}
div#jobs_list div.job_item ul.job_summary {
	list-style: none;
}
div#jobs_list div.job_item ul.job_summary li {
}
div#jobs_list div.job_item ul.job_summary li label {
	display: block;
	width: 150px;
	float: left;
}
div#jobs_list div.job_item div.job_details {
}
div#jobs_list div.job_item a.job_more_info {
	clear: both;
	display: block;
	text-align: right;
}

/******** JOB ITEM *********/
img#employer_logo {
	position: absolute;
	right: 20px;
	width: 100px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #666;
}

/******** JOB APPLY *********/
form#form-apply table td.element {
	padding: 0;
}


/******** CVS LIST ********/
div#cv_list {
}
div#cv_list div.cv_item {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}
div#cv_list div.cv_item div.cv_date {
	float: left;
	padding-right: 14px;
}
div#cv_list div.cv_item p {
	margin: 0 100px 0 68px;+
}
div#cv_list div.cv_item a.cv_more_info {
	float:right;
}

/******** CV ITEM *********/
a.file {
	padding-left: 20px;
	padding: 2px 0 2px 20px;
	background: url(/images/icon-file-file.gif) no-repeat 0 0;
}
a.file_doc, a.file_docx {
	background-image: url(/images/icon-file-doc.png);	
}
a.file_pdf {
	background-image: url(/images/icon-file-pdf.png);	
}
a.file_xls {
	background-image: url(/images/icon-file-xls.png);
}
a.file_html {	
	background-image: url(/images/icon-file-html.png);
}
a.file_txt {
	background-image: url(/images/icon-file-txt.png);
}

/******** FOOTER *********/
div#footer_container {
	border-top: 1px solid #666;
	margin: 50px 0 40px 0;
	padding-top: 15px;
	font-size: 95%;
	clear: both;
}

/******** JOB TICKER *********/
div#ticker_container {
	clear: both;
	position: fixed;
	height: 30px;
	background: #cc6633;
	width: 100%;
	bottom: 0;
	overflow: hidden;
}

ul#ticker {
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0;
}
ul#ticker li {
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul#ticker li a {
	font-size: 130%;
	text-decoration: none;
	color: #fff;
	display: block;
}

