@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #838383;
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

img {
border: 0;
}

a:link, a:active, a:visited {
	color: #7c7f23;
	text-decoration: underline;
}
a:hover {
	color: #7c7f23;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #6D6F37;
	/*color: #4E5023;*/
	/*color: #3C3F04;*/
	margin: 8px 0 15px 0;
}
h2 {
	font-size: 17px;
	color: #8c8e56;
	/*color: #1d1d1d;*/
	margin: 5px 0 15px 0;
}
h3 {
	font-size: 16px;
	color: #8c8e56;
}

ul {
	list-style: none;
	margin: 8px 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0 0 0 15px;
	background: 0 8px no-repeat url(/images/icon-arrow.gif);
}


input, select, textarea {
	border: 1px solid #a9a9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	padding: 4px;
}
textarea {
	width: 440px;
}
input.none {
	border: 0;
}
input.button {
	background: #1b1b1b top repeat-x url(/images/button-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eaebd0;
	border: 0;
	padding: 6px;
}
input.buttonalt {
	background: #c6c89d top repeat-x url(/images/button-alt-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	border: 0;
	padding: 6px;
}
input.buttonalt2 {
	width: 73px;
	background: top no-repeat url(/images/button-alt.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 0;
	padding: 1px;
}
input.buttonlink {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #343434;
	border: 0;
	border-bottom: 1px solid #343434;
	padding: 0;
	margin: 0 5px;
	cursor: pointer;
}

/* Link Button */
a.button:link, a.button:active, a.button:visited {
	background: #1b1b1b top repeat-x url(/images/button-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eaebd0;
	border: 0;
	padding: 6px;
	text-decoration: none;
}
a.button:hover {
	color: #FCC92C;
	text-decoration: none;
}
/* Link Button Alternate */
a.buttonalt:link, a.buttonalt:active, a.buttonalt:visited {
	background: #c6c89d top repeat-x url(/images/button-alt-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	border: 0;
	padding: 6px;
	text-decoration: none;
}
a.buttonalt:hover {
	color: #4279B5;
	text-decoration: none;
}

a.buttonalt2:link, a.buttonalt2:active, a.buttonalt2:visited {
	width: 73px;
	display: block;
	text-align: center;
	background: top no-repeat url(/images/button-alt.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 0;
	padding: 1px;
	text-decoration: none;
}
a.buttonalt2:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.clearboth {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.clearleft {
	clear: left;
	height: 1px;
	overflow: hidden;

}

.container {
	width: 950px;
	margin: 0 auto;
}



/* Standard Header */
#header {
	background: top center repeat-x url(/images/header-bg.jpg);
}
#header #sitemap {
	background: top center repeat-x url(/images/header.jpg);
	padding: 15px 0 115px 0;
}

/* Site Map */
#sitemap {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}
#sitemap a:link, #sitemap a:active, #sitemap a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px;
}
#sitemap a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#sitemap em {
	color: #B8B991;
	font-style: normal;
	padding-left: 5px;
}

/* Main Menu */
#menu {
	background: #272727 top center no-repeat url(/images/menu-bg.gif);
	font-size: 13px;
	color: #aaaaaa;
	text-align: center;
	padding: 17px 0 11px 0;
}
#menu a:link, #menu a:active, #menu a:visited {
	color: #aaaaaa;
	text-decoration: none;
	padding: 0 34px 0 36px;
}
#menu a:hover {
	color: #757858;
	text-decoration: none;
}

/* Tab Menu */
.tabs {
}
.tabs ul {
	margin: 0;
	height: 28px;
	border-bottom: 4px solid #9c9e74;
}
.tabs li {
	float: left;
	margin: 0 2px 0 0;
	padding: 5px 8px;
	width: 91px;
	color: #FFFFFF;
	background: top center no-repeat url(/images/menu-tab.gif);
	text-align: center;
}
.tabs a:link, .tabs a:active, .tabs a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.tabs a:hover {
	color: #fcc92c;
	text-decoration: none;
}
.tabs li.active {
	color: #000000;
	background: top center no-repeat url(/images/menu-tab-active.gif);
}
.tabs li.active a:link, .tabs li.active a:active, .tabs li.active a:visited {
	color: #fcc92c;
	text-decoration: none;
}
.tabs li.active a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Sub Menu - Vertical for Job Seekers & Employers */
.submenu-top {
	background: top center no-repeat url(/images/submenu-top.gif);
	background-color: #EAEBD0;
	height: 50px;

}
#submenu {
}
.submenu-end {
	clear: left;
	background: top center no-repeat url(/images/submenu-bottom.gif);
}

/* Content */
#content {
	padding: 0;
}

/* Side Panel */
#sidepanel {
	float: left;
	width: 272px;
	padding-top: 5px;
}
#sidepanel .top {
	background: #c9caae top center no-repeat url(/images/sidepanel-top.gif);
	padding: 9px 10px;
}
#sidepanel .bottom {
	background: top center no-repeat url(/images/sidepanel-bottom.gif);
	padding: 20px 0px;
}

.loginpanel {
	background: top center no-repeat url(/images/login-bg.gif);
	color: #5a5959;
	height: 157px;
	margin-bottom: 7px;
}
.loginpanel .option {
	padding: 20px 0 10px 0;
	text-align: center;
}
/*
.loginpanel .option a, .loginpanel .option a:link, .loginpanel .option a:visited {
	font-size: 13px;
	color: #5A5959;
	text-decoration: underline;
	font-weight: bold;
}
*/
.loginpanel .option a, .loginpanel .option a:link, .loginpanel .option a:visited {
	width: 73px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f18920;
	border: 0;
	padding: 1px;
}
.loginpanel .option a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.loginpanel strong {
	font-size: 13px;
	color: #c9caae;
	text-decoration: none;
	font-weight: bold;
}
.loginpanel a.active:hover {
	color: #c9caae;
	text-decoration: none;
}
.loginpanel table {
	width: 230px;
}
.loginpanel th {
	font-size: 11px;
	color: #c9caae;
	font-weight: normal;
	width: 63px;
	text-align: left;
}
.loginpanel td {
	padding: 2px 0 3px 0;
}
.loginpanel td a:link, .loginpanel td a:active, .loginpanel td a:visited {
	font-size: 11px;
	color: #aaaaaa;
	text-decoration: none;
	font-weight: normal;
}
.loginpanel td a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}
.loginpanel input {
	width: 156px;
	background: top left no-repeat url(/images/login-input-bg.gif);
	padding: 6px;
	border: 0;
	color: #FFFFFF;
}
.loginpanel input.button {
	float: right;
	width: auto;
	background: none;
	padding: 0;
}

.connectionpanel {
	margin-top: 7px;
	background: top center no-repeat url(/images/connection-bg.gif);
	padding: 70px 23px 0 23px;
	color: #747644;
	height: 48px;
}
.statspanel {
	margin-top: 7px;
	color: #4e5023;
	font-size: 32px;
}
.statspanel .jobseekercount {
	float: left;
	width: 122px;
	background: top center no-repeat url(/images/counter-jobseeker.gif);
	padding: 25px 0 0 0;
	height: 73px;
	text-align: center;
}
.statspanel .employersearches {
	width: 122px;
	float: right;
	background: top center no-repeat url(/images/counter-employer.gif);
	padding: 25px 0 0 0;
	height: 73px;
	text-align: center;
}
.clearpanel {
	background: top center no-repeat url(/images/clearpanel-bg.gif);
	padding: 10px 0 0 0;
	height: 79px;
	text-align: center;
	color: #6c6e45;
	margin: 7px 0 7px 0;
	font-size: 13px;
	font-weight: bold;
}
.clearpanel em {
	font-size: 32px;
	font-style: normal;
}
.clearpanel .datesince {
	font-weight: normal;
	margin-top: 19px;
	font-size: 12px;
}

/* Main Content Text Area */
#contentpanel {
	width: 657px;
	margin: 0 0 0 290px;
	padding-top: 5px;
	line-height: 21px;
}
#contentpanel .splitcol1 {
	float: left;
	width: 297px;
	padding-right: 32px;
}
#contentpanel .splitcol2 {
	width: 297px;
	margin: 0 0 0 357px;
}

/* Form */
.form {
	width: 500px;
}
.form th {
	width: 150px;
	font-weight: bold;
	color: #8f9165;
	text-align: left;
	vertical-align: top;
	padding: 4px 5px;
	border-bottom: 1px solid #dfdfdf;
}
.form td {
	padding: 4px 5px;
	border-bottom: 1px solid #dfdfdf;
}

.table {
	width: 500px;
}
.table th {
	width: 150px;
	font-weight: bold;
	color: #8f9165;
	text-align: left;
	vertical-align: top;
	padding: 4px 5px;
}
.table td {
	padding: 4px 5px;
}

.paging {
	width: 650px;
	text-align: right;
	color: #828633;
	margin: 5px 0;
}
.paging a:link, .paging a:active, .paging a:visited {
	color: #828633;
	text-decoration: none;
	margin: 0 4px;
}
.paging a:hover {
	color: #F17A22;
}
.paging em {
	font-style: normal;
	font-weight: bold;
}


/* Fields that are tagged by the validator */
.form input.tagged, .form textarea.tagged, .form select.tagged {
	border: 1px solid #e9701a;
	background-color: #eaebd0;
	color: #2e2e2e;
}


/* Footer */
#footer {
	background: #111111 top repeat-x url(/images/footer-bg.gif);
	padding: 12px 0 10px 0;
	color: #9c9b9b;
}
#footer h4 {
	margin: 0;
	padding: 17px 0 0 0;
	font-family: "Lucida Sans", verdana;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
}
#footer .share {
	float: right;
	background: top no-repeat url(/images/share-bg.gif);
	padding: 6px 8px;
}
#footer .partners {
}

#footer .partners .wrapper {
	float: left;
	margin: 20px 32px 0 0;
}

#footer .partners .wrapper .roundcorner {
	width: 130px;
	height: 130px;
	padding: 0;
	margin: 0;
}

#footer .partners .col6, #footer .partners .col12 {
	margin-right: 0;
}

#footer .partnersmore {
	clear: left;
	text-align: right;
	padding-top: 10px;
}

#footer-bottom {
	background-color: #000000;
	font-size: 11px;
	color: #5f5f5f;
	padding: 12px 0;
}
#footer-bottom a:link, #footer-bottom a:active, #footer-bottom a:visited {
	color: #5f5f5f;
	text-decoration: underline;
}
#footer-bottom a:hover {
	color: #5f5f5f;
	text-decoration: none;
}
#footer-bottom .footermenu {
	float: left;
	width: 640px;
}
#footer-bottom .footertag {
	float: right;
	width: 300px;
	text-align: right;
}
#footer-bottom .footertag a {
	text-decoration: none;
}

.error {
	border: 2px solid #000000;
	background: #282828 5px 6px no-repeat url(/images/icon-error.gif);
	color: #ffffff;
	padding: 8px 5px 8px 35px;
	margin: 2px 0;
}

.notification {
	/*border: 2px solid #437e26;*/
	border: 2px solid #96AF6D;
	background: #C8D7BC 5px 6px no-repeat url(/images/icon-notification.gif);
	padding: 8px 5px 8px 35px;
	color: #1A1A1A;
	margin: 2px 0;
}

.warning {
	border: 2px solid #C9CAAE;
	background: #ececec 5px 6px no-repeat url(/images/icon-warning.gif);
	color: #575c60;
	padding: 8px 5px 8px 35px;
	margin: 2px 0;
}

.resultslisting {
	width: 100%;
}

.resultslisting th {
	color: #3C3F04;
	text-align: left;
	padding: 5px;
	background-color: #C9CAAE;
	border-right: 1px solid #fff;
}

.resultslisting th a {
	color: #3C3F04;
}

.resultslisting td {
	padding: 5px;
	border-bottom: 1px solid #CFCFC2;
}

ul.inline-list {
	margin: 0;
	padding: 0;
}

.inline-list li {
}
	

/* Job Seeker and Job Listing */
.listing {
	margin-bottom: 20px;
}

.listing-header {
	background: top left no-repeat url(/images/listing-header.gif);
	height: 58px;
	padding: 5px 0 7px 14px;
	line-height: 18px;
}
.listing .job {
	padding: 5px 0 7px 8px;
}
.listing-header img {
	float: left;
	margin: 5px 18px 0 3px;
}
.listing-header .title {
	float: left;
	font-size: 16px;
	color: #eaebd0;
}

.job .title {
	float: none;
	overflow: hidden;
	margin-right: 5px;
	height: 20px;
}

.job .info .location {
	float: left;
}
.listing-header .title em {
	font-size: 12px;
	color: #a7a7a7;
	font-style: normal;
}
.listing-header .title a:link, .listing-header .title a:active, .listing-header .title a:visited {
	color: #eaebd0;
	text-decoration: none;
	font-weight: normal;
}
.listing-header .title a:hover {
	color: #eaebd0;
	text-decoration: underline;
}
.listing-header .area {
	margin-left: 280px;
	width: 350px;
	font-size: 13px;
	color: #a7a7a7;
	text-align: right;
}
.listing-header .area em {
	color: #eaebd0;
	font-style: normal;
}
.listing .listing-details {
	float: left;
	margin-bottom: 8px;
}
.listing ul {
	list-style: none;
	margin: 3px 0 0 50px;
	padding: 0;
}
.listing li {
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
	padding: 0 0 0 15px;
	background: 0 8px no-repeat url(/images/icon-tick.gif);
	color: #8f9165;
}
.listing .viewlink {
	width: 650px;
	text-align: right;
}

.listing p {
	margin: 2px 0 4px 0;
}

/* Inventory List */

#sitemap .inventorypanel {
position:absolute;
}
#sitemap .inventoryitems {
	float: left;
	width: 700px;
	margin-top: 55px;
	text-align: right;
	color: #c9caae;
}
#sitemap .inventoryactions { 
	margin: 5px 0 0 820px;
	padding: 0;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
}
#sitemap .inventoryactions .button {
	margin-top: 5px;
}
#sitemap .inventorypanel a:link, #sitemap .inventorypanel a:active, #sitemap .inventorypanel a:visited {
	text-decoration: none;
	padding: 0;
}
#sitemap .inventorypanel a:hover {
	color: #FCC92C;
}
#sitemap .inventorypanel img {
	margin: 0 0 0 6px;
}

/* Filter Panel */
.filterpanel-top {
	margin-top: 4px;
	background: top center no-repeat url(/images/filterpanel-top.gif);
	height: 33px;
}
.filterpanel {
	background: top center repeat-y url(/images/filterpanel-bg.gif);
	padding: 5px 12px;
}
.filterpanel-end {
	background: top center no-repeat url(/images/filterpanel-bottom.gif);
	padding-bottom: 4px;
}

.filterpanel input, .filterpanel select, .filterpanel textarea {
	border: 1px solid #2f2e2e;
	background-color: #5a5959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 4px;
	width: 218px;
}
.filterpanel input.none {
	width: auto;
	padding: 0;
	border: 0;
}
.filterpanel input.button {
	width: auto;
	background: #1b1b1b top repeat-x url(/images/button-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eaebd0;
	border: 0;
	padding: 6px;
}

.filterpanel dl {
	margin: 0 0 5px 0;
	padding: 0;
}
.filterpanel dl dt {
	margin: 5px 0 0 0;
	padding: 0;
}
.filterpanel dl dd {
	margin: 0;
	padding: 0;
}


.greeting {
	padding: 5px 3px 5px 20px;
}

.greeting img {
	margin: 5px;
}


.dashboardpanel {
	padding: 0 0 20px 70px;
	min-height: 120px;
}
.dashboardpanel h3 {
	margin: 0;
}
.dashboardpanel h3 a {
	text-decoration: none;
}

.dashboardpanel h3 a:hover {
	text-decoration: underline;
}

.banner {
	margin-top: 4px;
}

.feed {
  float: right;
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url(/images/feed-icon-14x14.png) no-repeat 0 50%;
} 

.steps {
	overflow: hidden;
	margin-bottom: 20px;
}
.steps ol {
	width: 650px;
	margin: 0;
	padding: 0;
}
.steps ol li {
	float: left;
	width: 175px;
	background: left no-repeat url(/images/step-bar.gif);
	list-style-position: inside;
	color: #FFFFFF;
	padding: 6px 6px 6px 13px;
	margin: 4px 10px;
}
.steps ol li a:link, .steps ol li a:active, .steps ol li a:visited {
	margin-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.steps ol li a:hover {
	color: #6c6c6c;
	text-decoration: none;
}
/* Complete style - tick icon */
.steps ol li.complete {
	background: left no-repeat url(/images/step-bar-complete.gif);
}
/* Highlighted style - active list option */
.steps ol li.active {
	background: left no-repeat url(/images/step-bar-active.gif);
}

/* Alternate styles for button - no list number */
.steps ol li.alt {
	width: 182px;
	background: left no-repeat url(/images/step-bar-alt.gif);
	list-style: none;
	padding: 6px;
	margin: 4px 10px;
}
.steps ol li.altactive {
	width: 182px;
	background: left no-repeat url(/images/step-bar-alt-active.gif);
	list-style: none;
	padding: 6px;
	margin: 4px 10px;
}

/* Job Board Banner */
.banner-jobboard {
	margin: 10px 0;
	background: top center no-repeat url(/images/banner-jobboard.gif);
}
.banner-jobboard a:link, .banner-jobboard a:active, .banner-jobboard a:visited {
	display: block;
	padding: 33px 10px 10px 70px;
	color: #b1b293;
	text-decoration: none;
}

.backbutton {
  float: right;
  margin-left: 5px;
  padding: 10px 0 0 40px;
  background: url(/images/button-back.gif) no-repeat 0 50%;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
