/**********
 *        *
 * Global *
 *        *
 **********/

body {
  margin:0;
  padding:0 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:1.4em;
  text-align:center;
 color:#414141;
  background:#EDE8E2;
}

body,table {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 12px; line-height: 1.4em;
        color: #333333;
}

body#page {
	margin:0px;
padding:0px;
}

body#popup {
	background-color: white;
}

body#component {
	background-color: white;
}

h1 {
  font-size: 18px;
  padding-left: 5px;
  margin-bottom:4px;
}

a {text-decoration:none;}

a:link {
	color: #0000CC;
}

a:visited { 
	color: #0000CC;
}

a:active { 
	color: #0000CC;
}

a:hover {
	color: #0000CC;
}

a.offset:link, a.offset:visited, a.offset:active {
	text-decoration: none;
}

a.offset:hover {
	text-decoration: underline;
}

/*********
 *       *
 * Input *
 *       *
 *********/

.input_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.input_button_highlight {
	color: #ffffff;
	background-color: #ea481c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 145px;
	height: 35px;
	border-style: none;
	text-align: center;
	vertical-align: middle;
	background-image:url('files/site_images/145823/145823_bt_blank.gif');
	background-repeat: no-repeat;
	margin:10px;
	margin-right:0px;
}

.input_button_negative {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.input_select {
	font-family: Verdana;
	font-size: 80%; line-height: 1.4em;
}

.input_select_multiple {
	font-family: Verdana;
	font-size: 10px;
}

.input_text {
	font-family: Verdana;
	font-size: 80%; line-height: 1.4em;
}

.input_checkbox {
	font-family: Verdana;
	font-size: 10px;
}

.input_radio {
	font-family: Verdana;
	font-size: 10px;
}

.input_textarea {
	font-family: Verdana;
	font-size: 10px;
}

.input_upload {
        font-family: Verdana;
        font-size: 12px; line-height: 1.4em;
}

/***************
 *	       *
 * Text styles *
 *	       *
 ***************/

span.referral-reward {
	font-weight: bold;
}

span.company-name {
}

span.location {
}

span.date {
}

span.reference-identifier {
}

span.field-name-required {
	font-weight: normal;
}

span.field-name-optional {
	font-weight: normal;
}

span.completed {
	color: #aaaaaa;
}

span.subscribed {
}

span.opted-in, option.opted-in {
	font-weight: bold;
}

span.opted-out, option.opted-out {
	color: red;
	background-color: inherit;
}

span.error, div.error {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 12px; line-height: 1.4em;
        color: #FF0000;
}

a.job-link {
	font-weight: bold;
}

/****************
 * Page headers *
 ****************/

span.page-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;line-height:22px;
	font-weight: bold;
}

span.page-subheader, input.page-subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;line-height:22px;
	font-weight: bold;
}

span.page-subsubheader, input.page-subsubheader {
	color: inherit;
	background-color: inherit;
	font-weight: normal;
}

span.text-header {
	font-size: 18px;line-height:22px;
	font-weight: bold;
}

span.text-subheader {
	font-weight: bold;
}

/**********
 *        *
 * Blocks *
 *        *
 **********/

/********************************************
 * Content Block, general content container *
 ********************************************/

div.content-block {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
padding-top:5px;
border-bottom:1px solid #dedede;
}

div.content-block-first {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
padding-top:5px;
border-bottom:1px solid #dedede;
}

div.content-block-last {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
padding-top:5px;
border-bottom:1px solid #dedede;
}

div.content-block-header {
	color: #414141;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



/*********************************************************************
 * Unchangeable Block, used to display standard, unchangable content *
 *********************************************************************/

div.unchangeable-block {
	border: 1px solid black;
	background-color: #d3d3d3;
	width: 100%;
	padding: 3px;
}

/************************
 * Content offset block *
 ************************/

div.content-offset-block {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
}
	
.content-offset-block td {
align:left;
text-align:left;
}

/**************
 * Info block *
 **************/

div.info-block {
	background-color: #e6e6e6;
	border: 1px solid #999999;
	padding: 5px 10px;
	width: 375px;
}

/*******************
 * Job Description *
 *******************/

div.job-description {
color:#414141;
padding:10px;
}

/*********
 * Panel *
 *********/

div.panel-block {
	display: none;
	background: white;
	border: 1px solid black;
	padding: 5px;
	width: 125px;
	text-align: left;
	position: absolute;
	z-index: 10;
}

div.panel-block span.panel-header, div.panel-block span.panel-header a:link, div.panel-block span.panel-header a:visited, div.panel-block span.panel-header a:active, div.panel-block span.panel-header a:hover {
}

/**************
 * Toggle box *
 **************/

a.toggle-link {
	text-decoration: none;
}

div.toggle-box {
	display: none;
	padding: 5px;
}

div.toggle-box-expanded {
	padding: 5px;
}

/**********
 * Footer *
 **********/

div.footer {
	color: #e5ac6a;
	background-color: inherit;
	width: 90%;
	margin-top: 20px;
}

div.footer table {
	color: #e5ac6a;
	background-color: inherit;
}

div.footer a:link, div.footer a:visited, div.footer a:active, div.footer a:hover {
	color: #e5ac6a;
	background-color: inherit;
	text-decoration: none;
}

/********
 *      *
 * Site *
 *      *
 ********/

table.main-table {
	width:860px;
  margin:0 auto;
  padding:10px 30px 0 30px;
  text-align:left;
  border-left-style:solid;
  border-right-style:solid;
  border-left-color:#DDD;
  border-right-color:#DDD;
  border-left-width:1px;
  border-right-width:1px;
  padding-top:0;
  border-top:0px solid white;
  background:white;
} 

table.main-table td.main-table-header {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-left-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-center {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-right-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-footer {
	vertical-align: top;
}

table.interior-table {
	width: 100%;
}

table.interior-table td.interior-table-left {
	/*
	width: 30%;
	border-right: 1px solid #999999;
	padding-right: 10px;
	*/
	vertical-align: top;
}

table.interior-table td.interior-table-center {
	/* padding-left: 10px; */
	padding-right: 20px;
	vertical-align: top;
}

table.interior-table td.interior-table-right {
	width: 300px;
	vertical-align: top;
        padding-top: 174px;
}

a.name-header:link, a.name-header:active, a.name-header:visited {
	color: #333333;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;line-height:22px;
	font-weight: bold;
	text-decoration: none;
}

div.search-block {
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 10px;
}

div.search-block span.search-block-field-name-required {
	color: #414141;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;line-height:22px;
	font-weight: bold;
}

div.search-block span.search-block-field-name-optional {
	color: #414141;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;line-height:22px;
	font-weight: bold;
}

div.featured-block {
	color: inherit;
	background-color: #eaeaea;
	font-size: 16px;line-height:22px;
	padding: 10px;
	margin-bottom: 15px;
}

div.featured-block span.featured-block-featured-job {
	color: #414141;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.featured-block a.job-link {
	font-size: 16px;
	font-weight: bold;
}

div.heading-block, div.heading-block table {
	color: #414141;
	background-color: inherit;
	font-weight: bold;
	vertical-align: middle;
}

div.heading-block {
	padding: 2px 5px;
	margin-bottom: 5px;
}

div.heading-block-alt {
	padding: 10px;
padding-bottom:5px;
margin-bottom:0px;
	border: 1px solid #dedede;
	border-bottom: 0px none;
}

div.subheading-block {
	padding: 10px;
padding-top:0px;
margin-top:0px;
	border: 1px solid #dedede;
	border-top: 0px none;
}


div.heading-block span.heading-block-text {
	color: #414141;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;line-height:22px;
	font-weight: bold;
}

div.heading-block a:link, div.heading-block a:visited, div.heading-block a:active, div.heading-block a:hover {
	font-weight: normal;
	text-decoration: none;
	padding-right: 2px;
	vertical-align: middle;
}

table.jobs-list {
	border-collapse: separate;
	margin-bottom: 10px;
}

table.jobs-list span.date {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

table.jobs-list tr td {
}

table.jobs-list tr.pre-break td {
	border-bottom: none;
}

table.jobs-list tr.break td {
	border-top: 1px solid #cccccc;
}

table.jobs-list tr.pre-break-break td {
	border-top: 1px solid #cccccc;
	border-bottom: none;
}

div.nav-block {
	display:block;
  font-style:normal;
right no-repeat;
margin-bottom: 20px;
}

div.nav-block div.nav-block-header {
margin:10px 0 10px 0;
padding-left:5px;
  font-family:Georgia,serif;
  font-size:12px;
font-weight:bold;
  color:white;
  background:#999999 url('files/site_images/145823/145823_nav-block-bg.gif') top left no-repeat;
}

div.nav-block div.nav-block-body {
	margin-top: 5px;
}

#nav-block-post div.nav-block-body {
width:144px;
text-align:left;
}


ul.bulleted {
	list-style:none;
	line-height: 18px;
	margin-top: 0;
	margin-left:5px;
	padding-left:0px;
	font-weight:bold;
}

div.shading-block {
	color: inherit;
	background-color: #eeeeee;
	padding: 3px 5px;
}

.alternate1 {
	color: inherit;
	background-color: #efefef;
}

.alternate2 {
	color: inherit;
	background-color: #ffffff;
}

div.nav-block table.nav-block-table {
}

div.nav-block table.nav-block-table td.nav-block-content {
}

div.nav-block table.nav-block-table td.nav-block-top-left {
}

div.nav-block table.nav-block-table td.nav-block-top-center {
}

div.nav-block table.nav-block-table td.nav-block-top-right {
}

div.nav-block table.nav-block-table td.nav-block-side-left {
}

div.nav-block table.nav-block-table td.nav-block-side-right {
}

div.nav-block table.nav-block-table td.nav-block-bottom-left {
}

div.nav-block table.nav-block-table td.nav-block-bottom-center {
}

div.nav-block table.nav-block-table td.nav-block-bottom-right {
}

div#nav-about {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
	padding-bottom: 20px;
}

span.nav-about-header {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;line-height:22px;
	font-weight: bold;
	margin-bottom: 10px;
}

/***** Other *****/

td.heading-block-right a:link {font-size:11px;font-weight:bold;}
	
#lost-remote-header {
  height:68px;
  width:950px;
  padding:0 0 0 0;
}

#lost-remote-container {
  /*width:950px;*/
  margin:0 auto;
 /* padding:10px 30px 0 30px;*/
  text-align:left;
 /* border-left-style:solid;*/
/*  border-right-style:solid;*/
/*  border-left-color:#DDD;*/
/*  border-right-color:#DDD;*/
/*  border-left-width:1px;*/
/*  border-right-width:1px;*/

}

#lost-remote-container {
  padding-top:0;
  border-top:0px solid white;
  background:white;
}


#lost-remote-navigation {
  height:2.3em;
  line-height:2.3em;
}

#lost-remote-navigation ul {
  margin:0;
  padding:0;
}

#lost-remote-navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
}

#lost-remote-navigation li a {
  display:block;
  padding:0 11px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:1px;
}

* html #lost-remote-navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#lost-remote-navigation form {
  float:right;
  height:100%;
  width:274px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}

#lost-remote-navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:2px;
  border:0 solid; /* Opera */
}

* html #lost-remote-navigation form fieldset {margin-top:5px;}

#lost-remote-navigation #lost-remote-s {
  height:1.5em;
  width:180px;
  margin:0 0 0 0;
  padding:0;
  border:1px solid;
  font-size:10px;;
  vertical-align:middle;
}

#lost-remote-navigation #lost-remote-searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
  border:1px solid;
  font-size:8px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
}


#lost-remote-navigation {background-color:#999999;}

#lost-remote-navigation li {border-color:white;}

#lost-remote-navigation a {color:white;}

#lost-remote-navigation .lost-remote-selected,
#lost-remote-navigation a:hover
  {background-color:#DE2810}

#lost-remote-navigation form {
  border-color:white;
  background:#DE2810 url('files/site_images/145823/145823_corner_bottom_right.gif') bottom right no-repeat;
}

#lost-remote-navigation #lost-remote-s {border-color:#FFF9EA;}

#lost-remote-navigation #lost-remote-searchbutton {
  color:white;
  background-color:#999999;
}


#lost-remote-content {
  float:left;
  width:520px;
  padding-top:22px;
}

		
	#lost-remote-footer {
  clear:both;
  padding:25px 0 5px 0;
}

#lost-remote-footertext {
  clear:both;
  font-size:0.9em;
  text-align:center;
  padding: 10px 0 0 0;
}
	#lost-remote-footer p {
  padding:5px 0 18px 0;
}

#lost-remote-footer strong {font-weight:normal;}
	
	.lost-remote-low {height:10px;visibility:hidden;}
	
#lost-remote-footer {
  color:#A0A0A0;

}


#lost-remote-footer p {border-top:2px solid #EEEEEE;}

#lost-remote-footer a {color:#A0A0A0;}

#lost-remote-footer a:hover {color:#414141;}

#lost-remote-footer strong {color:#A0A0A0;}
