/* --------- /stylesheets/semantic_forms.css --------- */ 
/* Start Forms */
form fieldset {
  width: 20em;
  font-size: 20px; 
  font-family: "Lucida Grande", Verdana;
}
form fieldset legend,
form label,
form input,	
form select,
form select option,
form textarea {
  font-family: "Lucida Grande", Verdana;
  font-size: 14px;
  font-color: #000; }
form  input[type=text],
form  input[type=password],
form select,
form textarea {
  border-top: 2px solid #999999;
  border-left: 2px solid #999999;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  font-size: 14px; }
form input[type=text],
form input[type=password] {
  width: 18em; }
form textarea {
  width: 27em; 
  font-size: 12px; 
}
form select {
  height: 1.8em; }
form input[type=submit],
form input[type=button] {
  background: #229316;
  color: #fff;
  border-top: 2px solid #55c649;
  border-left: 2px solid #55c649;
  border-right: 2px solid #006000;
  border-bottom: 2px solid #006000;
  margin: 0 2px; 
  padding: 2px;}
form input[type=submit][value=cancel] {
  border-top: 2px solid #e68582;
  border-left: 2px solid #e68582;
  border-bottom: 2px solid #801f1c;
  border-right: 2px solid #801f1c;
  color: #ffb8b5;
  background: #b3524f; }
form div.fieldWithErrors {
  display: inline; }
  form div.fieldWithErrors input, form div.fieldWithErrors select, form div.fieldWithErrors textarea, form div.fieldWithErrors radio{
    border-top: 2px solid #8F0600;
    border-left: 2px solid #8F0600;
    border-bottom: 2px solid #BB4036;
    border-right: 2px solid #BB4036;
    line-height: 1.5em; }
  form div.fieldWithErrors input, form div.fieldWithErrors select, form div.fieldWithErrors textarea, form div.fieldWithErrors radio{
    border-top: 2px solid #8F0600;
    border-left: 2px solid #8F0600;
    border-bottom: 2px solid #BB4036;
    border-right: 2px solid #BB4036;
    line-height: 1.5em;} 
.messagebox  form div.fieldWithErrors input, .messagebox form div.fieldWithErrors select, .messagebox form div.fieldWithErrors textarea, .messagebox form div.fieldWithErrors radio{
    border-top: 2px solid #8F0600;
    border-left: 2px solid #8F0600;
    border-bottom: 2px solid #BB4036;
    border-right: 2px solid #BB4036;
    line-height: 1.5em; 
    margin-left: 20px;}
form div.check-box-field,
form div.check-box-fields,
form div.date-field,
form div.datetime-field,
form div.file-field,
form div.password-field,
form div.radio-field,
form div.radio-fields,
form div.select-field,
form div.text-field,
form div.textarea-field,
form div.time-zone-select-field,
form div.submit-field {
  float: left;
  clear: both;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 14px; }
  form div.check-box-field div.input,
  form div.check-box-fields div.input,
  form div.date-field div.input,
  form div.datetime-field div.input,
  form div.file-field div.input,
  form div.password-field div.input,
  form div.radio-field div.input,
  form div.radio-fields div.input,
  form div.select-field div.input,
  form div.text-field div.input,
  form div.textarea-field div.input,
  form div.time-zone-select-field div.input{
    float: left;
    clear: right;
    text-align: left;
    width: 23em;
    padding-left: 5px; }
  form div.submit-field div.input {
    float: left;
    clear: right;
    text-align: left;
    width: 13em;
    padding-left: 5px; }
  form div.check-box-field label,
  form div.check-box-fields label,
  form div.date-field label,
  form div.datetime-field label,
  form div.file-field label,
  form div.password-field label,
  form div.radio-field label,
  form div.radio-fields label,
  form div.select-field label,
  form div.text-field label,
  form div.textarea-field label,
  form div.time-zone-select-field label,
  form div.submit-field label {
    float: left;
    display: block;
    width: 13em;
    padding-right: 10px;
    text-align: right; }
    form div.check-box-field label span.help,
    form div.check-box-fields label span.help,
    form div.date-field label span.help,
    form div.datetime-field label span.help,
    form div.file-field label span.help,
    form div.password-field label span.help,
    form div.radio-field label span.help,
    form div.radio-fields label span.help,
    form div.select-field label span.help,
    form div.text-field label span.help,
    form div.textarea-field label span.help,
    form div.time-zone-select-field label span.help,
    form div.submit-field label span.help {
      display: block;
      font-size: 70%;
      font-weight: normal;
      margin-top: 5px;
      line-height: 90%; }
form div.submit-field {
  border: none; }
form div.submit-field div.input {
  font-size: 24px;
  margin-left: 200px; 
}
*html form div.submit-field div.input {
  margin-left: 60px;
}
*+html form div.submit-field div.input {
  margin-left: 100px;
}
form div.check-box-fields div.input label,
form div.radio-fields div.input label {
  clear: left;
  width: auto;
  font-size: 100%;  /* radio select label */
}
form div.required {
  float: left;
  line-height: 1.5em; }
  form div.required label, form div.required p, form div.required span {
    color: #944;
    font-weight: bold; }
  form div.required label span.help {
    margin-top: 0; }

/* End Forms */
/* --------- /stylesheets/thickbox.css --------- */ 
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* --------- /stylesheets/my.css --------- */ 


@charset "UTF-8";


body {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 80%;
	background: #FFF;
	}

h1 {
	margin-bottom:8px;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size:16px;
	margin:0 0 5px 10px;
	font-weight:normal;
	padding:0;
}	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 
 a, a:visited {
	color: #06c;
}
a:hover {
	text-decoration:none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #36F;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #header {
	margin-bottom: 3px;
	*margin-bottom: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFCB5C;
	background-color: #FFF;
	height: 60px;
	margin-top: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px 0px;
}
.mainContent {
	width:600px;
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 15px 30px; /* remember that padding is the space inside the div 
	box and margin is the space outside the div box */
	*_padding: 20px 15px 30px;
	border-bottom:3px solid #BBD7EC; 
	border-left:3px solid #BBD7EC; 
	border-right:3px solid #BBD7EC; 
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	overflow: hidden;
	background-color:#EDF4F5;
} 
.mainContent-e {
	width:600px;
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 15px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:3px solid #BBD7EC; 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow: auto;
	background-color:#FFF;
}
.mainContent-b {
	width:570px;
	margin: 0 0 0 210px; 
	padding: 0px 0px 10px;
	border:0px solid #BBD7EC; 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
}
@media all and(min-width:0){
.mainContent, .mainContent-e, .mainContent-b {
margin: 0px 0 0 10px; /*Opera */
} 
}

.mainContent h1, .mainContent-e h1, .mainContent-b h1  {
	padding: 0 0px 10px 10px;
	font-size:20px;
}
.twoColFixLtHdr #footer {
	margin-top: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: 8px Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FC6;
	background-color: #FFC;
	font-size:12px;
	overflow:auto;
	height: 22px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #sidebar1 h3 {
	margin-bottom: 15px;
}

.menu {
	width: 200px;
	margin: 15px 0 15px 0;
	font: bold 12px  Verdana;
	}
.menutop {
	width: 190px;
	padding: 3px 0 3px 5px;
	font: 18px  "Trebuchet MS", Verdana;
	background-color: #FFFCF5;
	border:1px solid #FCF;
}
	
.menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
.menu li a:link, .menu li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(/images/menu.gif);
	padding: 8px 0 0 10px;
	}
	
.menu li a:hover {
	color: #FF9834;
	background:  url(/images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
div.headerright {
	height: 40px;
	width: 300px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #666;
	text-align: right;
	float:right;
}
div.logo {
	height: 50px;
	width: 400px;
	float:left;
}
.sub {
	width:540px;
	float:left;
	display:block;
}

.icons { display: block; width: 14px; height: 14px; background-image: url(/images/icons3.png); background-repeat: no-repeat; } 
.icon_1 { background-position: 0px -21px;} 
.icon_2 { background-position: -20px -21px;} 
.inplace_field-form input[type="text"] {
   width: 60px;
} 

.clean-ok{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
		margin: 5px 10px 10px 300px;
}

.icon-ok{
	width:320px;
	border:solid 1px #90ac13; 
	background:#eef4d3 url(/images/icon-green.png) 8px 6px no-repeat;
	color:#6b800d;
	font-weight:bold;
	padding:4px;
	text-align:center;
    margin: 5px 10px 10px 300px;

}

.icon-error{
	width:350px;
	border:solid 1px #CC0000; 
	background:#F7CBCA url(/images/icon-red.png) 8px 6px no-repeat;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
    margin: 5px 10px 10px 300px;

}

.form-padding {
	padding:10px;
}

.form-padding p {
	margin-top:5px;
}

.form-padding #rejected {
	margin-left:20px;
	color:#999;
}

.errorExplanation {
	border:solid 1px #CC0000; 
	background:#F7CBCA url(/images/icon-red.png) 8px 6px no-repeat;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	margin-bottom:15px;
	text-align:center;
}
.errorExplanation-messagebox {
	width:350px;
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	font-weight:bold;
	padding-left:4px;
	padding-bottom: 10px;
	margin-left:20px;
	margin-bottom:15px;
	text-align:left;
}
.table-can {
  width:550px;
  border-collapse: collapse;
}

.table-can td, th {
  padding: 2px;
}
.even {
  background:#E3F2FF;
}
.odd{
  background:#BFC1FD;
}
.hr-can {
  width: 95%;
  border-top:solid 1px #ccc;
  height: 1px;
  margin:5px auto 5px auto;
}
.messagebox {
	padding:5px;
	margin:20px 10px 20px 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow: auto;
}
.messagebox table, .messagebox p {
	margin-left:20px;
	font-size:12px;
}
.messagebox td {
	padding:2px;
}
.messagebox h3 {
	padding-top:20px;
	padding-left:20px!important;
	padding-left:0px;
	color:#333;
	text-decoration: underline;
	font-size:14px;
}
*+html .messagebox h3 {
	padding-left:0px!important;
}
.title {
	font-weight:bold;
	text-align:right;
	color:#666;
}
.receivers {
	padding: 1px 15px 5px 0px;
}

.messagebutton {
  background: #229316;
  color: #fff;
  border-top: 2px solid #55c649;
  border-left: 2px solid #55c649;
  border-right: 2px solid #006000;
  border-bottom: 2px solid #006000;
  margin: 0 5px; 
}

.link_button a {
  margin: 0 220px 0 auto;
  border:0;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #333;  
  border-right-width: 1px;
  border-right-color: #333; 
  padding: 3px 6px 3px 6px;
  color: #FFF;
  text-decoration: none;
  background-color: #390;
  float: right;
  font-size: 14px;
}
.link_button a:hover {
  text-decoration: underline;
}

div #link_button_in_box a {
  margin: 20px 0 0 20px;
  border:0;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #666;  
  border-right-width: 1px;
  border-right-color: #666; 
  padding: 3px 6px 3px 6px;
  color: #FFF;
  text-decoration: none;
  background-color: #ccc;
  float: left;
  font-size: 12px;
}
div #link_button_in_box a:hover {
  text-decoration: underline;
}


.job-show-row {
  clear: both;
  padding: 8px;
  overflow:auto;
  font-size:14px;
  line-height: 1.2;
  vertical-align:middle;
  
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;  
  /*
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;  
  
  background:#E3F2FF;
  */
  margin-bottom:2px;
 }

 *html .job-show-row {
  line-height: 1.8;
 padding:6px;	
 padding-bottom:10px;	
 border:0px;
}

.job-show-row-even {
  clear: both;
  padding:5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;  
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;  
  overflow:auto;
  font-size:1.2em;
  background:#E3F2FF;
  margin-bottom:8px;
 }

.job-show-row-top {
  border-top-width: 2px;
  border-top-style: dotted;
  border-top-color: #ccc; 
 }

.job-show-row span.label, .job-show-row-even span.label{
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 15px;
  color:#666;
  font-size:12px;
  }

.job-show-row span.content, .job-show-row-even span.content {
  width: 355px;
  float: left;
  text-align: left;
  } 

.resume-show-row {
  width:330px;
  clear: both;
  padding: 0px;
  overflow:auto;
  font-size:1.2em;
  /*
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;  
  
  background:#E3F2FF;
  */
  margin-top:2px;
 }

.resume-show-row span.label, .resume-show-row-even span.label{
  float: left;
  width: 120px;
  text-align: right;
  margin-right: 8px;
  color:#666;
  font-size:12px;
}
.resume-show-row span.content, .resume-show-row-even span.content{
  float: left;
  width: 200px;
  text-align: left;
  color:#000;
  font-size:12px;
}

img:hover {
background: transparent none repeat scroll 0 0;
}
img {
border: none;
}

.instructions {
	border: 1px solid #999;
	background-color: #EEE;
	width: 530px;
	float:left;
	margin-top:20px;
	padding:5px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.o_job_close {
	text-decoration:line-through;
}
.o_job {
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	border:2px solid #bbb;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#eee;
	padding:3px;
}
.o_job_title {
	font-size:14px;
}
.o_job_state {
	font-size:18px;
	border-bottom:2px solid #4F2412;
	padding:5px 5px 5px 0;
	color:#4F2412;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:15px;
}
.o_job_table{
	border-collapse:collapse;
	background-color:#fff;
	width:100%;
	color:#444;
}
.o_job_table td{
	padding:5px;
	vertical-align:top;
}
.o_job_table th{
	padding:5px;
	color:#C9A798;
	text-align:right;
	vertical-align:top;
}
.o_job_comment {
	background-color:#FFFEEE;
	font-size:10px;
	text-align:right;
	font-family:geneva,'Trebuchet MS',sans-serif;
}
.o_job_comments{
	background-color:#EEEFFF;
	/*background:  url(/images/o_comment3.png);*/
	color:#333;	
	padding:5px;
	border:2px solid #EEE;
}
.o_job a{
	color:#000;
}
.ad_job {
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#eee;
	padding:3px;
	width:570px;
	border:2px solid #D0CA9C;
}
.ad_job_table{
	border-collapse:collapse;
	background-color:#FFF;
	width:100%;
	color:#444;
}
.ad_job_table td{
	padding:5px;
	vertical-align:middle;
}
.ad_job_table th{
	padding:5px;
	color:#C9A798;
	text-align:right;
	vertical-align:middle;
}
.job_open {
	font-size:14px;
}
.ad_job a{
	color:#000;
}
label.comment  {
	width:100%;
}
span.comment_title {
	text-align:right;
	font-size:12px;
	font-weight:normal;
	margin-left:20px;
	vertical-align:top;
}
.o_comment_button {
	font: normal 10px Verdana,geneva,'Trebuchet MS',sans-serif;
}
.o_job_comments span.count {
	margin-left:5px;
	margin-right:10px;
	float:left;	
	width:20px;
	text-align:left;
}
.o_job_comments span.content {
	float:left;	
	width:360px;
}
.hostel_review span.count {
	margin-left:5px;
	margin-right:10px;
	float:left;	
	width:26px;
	text-align:left;
}
.hostel_review span.content {
	float:left;	
	width:360px;
}
.comment_list {
	width:95%;
	border-bottom:1px dashed #999;
	margin-bottom:10px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	color:#333;
}
.comment_time {
	color:#666;
	float:right;
	font: normal 10px georgia, Arial, Verdana;
}
*+html .comment_time {
	font: normal 8px Arial, Verdana, georgia;
}
*html .comment_time {
	font: normal 8px Arial, Verdana, georgia;
}
.o_job_say{
	width:170px;
	background-color:#EDEBD6;
	font: normal 12px geneva,'Trebuchet MS',sans-serif;
	padding:10px;
	color:#333;
	margin-bottom:15px;
	text-align:center;
}
.o_job_say a{
	color:#666;
}
.o_job_date{
	width:180px;
	background-color:#F4F7EC;
	font: normal 14px geneva,'Trebuchet MS',sans-serif;
	padding:5px;
	color:#333;
}
.o_job_date li{
	padding:2px;
	text-align:center;
}
.o_job_date a{
	color:#666;
}
.o_job_date a:hover{
	color:#333;
}
.o_job_comment_list {
	width:185px;
	background-color:#F3EFE0;
	font: normal 10px geneva,'Trebuchet MS',sans-serif;
	padding:5px 0 8px 5px;
	color:#333;
	margin-bottom:15px;
}
.o_job_comment_list p {
	font-size:12px;
	padding: 3px 0 3px 7px;
}
.o_job_comment_list a{
	color:#666;
}
.o_job_comment_list a:hover{
	color:#333;
}
.navigatorlink {
	clear:both;
	margin: 5px 0px 0 120px !important; /* 180  90 */
	font: normal 12px Arial;
}
.navigatorlink a {
	color:#454F8C;
}
.statelink {
	width:540px;
	margin: 10px auto 0 auto !important;
	margin: 10px auto 0 auto;
	font: normal 13px geneva,'Trebuchet MS',sans-serif;
	text-align:center;
	float:left;
}
.statelink a {
	color:#454F8C;
}
.job_closed {
	font: normal 9px Verdana,'Trebuchet MS',sans-serif;
	color:#37414A;
	padding-left:5px;
}

/* begin css tabs */

ul#tabnav { /* general settings */
width:628px;
text-align: left; /* set to left, right or center */
margin: 0 0 0 210px;
font: bold 11px "Lucida Grande", Tahoma, sans-serif; /* set font as desired */
border-bottom: 3px solid #BBD7EC; /* set border COLOR as desired */	
list-style-type: none;
padding: 3px 0px 3px 8px; /* THIRD number must change with respect to padding-top (X) below */
}
*+html ul#tabnav {
	padding: 5px 0px 3px 8px; /* THIRD number must change with respect to padding-top (X) below */	
}
*html ul#tabnav {
	padding: 5px 0px 3px 8px; /* THIRD number must change with respect to padding-top (X) below */	
}

ul#tabnav li { /* do not change */
display: inline;
}

div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab5 li.tab5 { /* settings for selected tab */
border-bottom: 1px solid #EDF4F5; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab5 li.tab5 a { /* settings for selected tab link */
background-color: #EDF4F5; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 3px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
font-size: 12px;
}

*+html div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab5 li.tab5 a { /* settings for selected tab link */
font-size: 12px;
}
*html div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab5 li.tab5 a { /* settings for selected tab link */
font-size: 11px;
}


ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 3px solid #BBD7EC; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #F9F9F9; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-left: 10px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
}

*+html ul#tabnav li a {
	margin-left: 0px; /* set additional spacing between tabs as desired */	
}

*html ul#tabnav li a {
margin-left: 0px;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

li.tab5 { 
margin-left:15px;
}


/* end css tabs */
.beta {
	color: #F56969;
	font-size:10px;
	padding-left:5px;
}
.job_link {
	width:500px;
	font: normal 10px Verdana,Arial;
	background-color:#FFFEEE;
}
.job_link form input[type="text"], form input[type="password"] {
	font: normal 10px Arial,sans-serif;
	width:350px;
	height:12px;
	padding:1px;
}
.job_link form input[type="text"], form input[type="password"], form select, form textarea {
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
}
.job_link form label {
	font: normal 11px Arial,sans-serif;
	font-weight:normal;
}
.job_link td, .job_link tr {
	padding:4px 0 4px 5px;
}
.hostel_link {
	width:580px;
	font: normal 10px Verdana,Arial;
	background-color:#FFFEEE;
}
.hostel_link form input[type="text"], .hostel_link form input[type="password"] {
	font: normal 10px Arial,sans-serif;
	width:490px;
	height:12px;
	padding:1px;
}
.hostel_link form input[type="text"], .hostel_link form input[type="password"], .hostel_link form select, .hostel_link form textarea {
	font: normal 10px Arial,sans-serif;
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	width:490px;
}
.hostel_link form label {
	font: normal 11px Arial,sans-serif;
	font-weight:normal;
}
.hostel_link td, .hostel_link tr {
	padding:4px 0 4px 5px;
}
span.hostel_name, span.hostel_name a{
	color:#333;
	font:bold 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.hostel_review {
	padding:6px;
}
.hostel_review .hostel_link {
	background-color:#EEE;
}

.hostel_review form input[type="text"], .hostel_review form input[type="password"], .hostel_review form select, .hostel_review form textarea {
	font: normal 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	width:490px;
}

.hostel_review form select {
	font: normal 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	width:200px;
}

.near_hostels{
}
.name_in_map{
	font:bold 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.s_link {
	float:left;
	width:250px;
}
.s_link, .s_link a, .s_link a:hover, .s_link a:visited{
	font:normal 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	margin-left:10px;
	width:230px;
	line-height: 160%;
}
.all_link {
	float:left;
	width:200px;
 	padding-left:10px;
}
.all_link, .all_link a, .all_link a:hover, .all_link a:visited{
	font:normal 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	line-height: 160%;
	
}
/* rounded buttons */
.round {
	color:#333;
	font:normal 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	background:url(/images/button.gif) no-repeat right top; 
	padding-right:30px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

.round span { 
	background:url(/images/button.gif) no-repeat left top; 
	height:27px;
	display:block;
	display:inline-block;
	padding-left:30px; line-height:27px;
}

a.round:hover {background-position:right -155px;color:#333;}
a.round:hover span {background-position:left -155px;color:#333;}
	
	/*button tag*/
	
	button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;}
	
/* end rounded buttons */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
background: transparent url(/images/oval-gray-left.gif) no-repeat top left;
display: block;
float: right;
font: normal 12px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url(/images/oval-gray-right.gif) no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden;
width: 100%;
}
#discussion_boards {
text-align:center;
font-size: 16px;
color: #f37f90;
margin: 3px 0 3px 0;
}
#discussion_boards span{
font-weight:bold;
}
#discussion_boards a {
	font-size: 14px;
}
#discussion_boards a span{
	font-size: 16px;
	margin: 5px 0 5px 0;
}
.mainContent-b a{
	font-size: 14px;
}
.mainContent-b table td{
	padding: 3px 3px 8px 0px;
}
.mainContent-b table td {
	border-bottom:1px dashed #ccc;
}
#footer a{
	color: #333;
}
.topic_main {
	color: #666;
	font-size: 10px;
}
.topic_main_time {
	color: #666;
	font-size: 9px;
}
.topic_reply {
	color: #999;
	font-size: 10px;
}
#reply_form form textarea {
	width: 33em;
	padding:5px;
	margin: 10px 0 15px 0;
	height: 15em;
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:2px;
}
.mainContent-b form textarea{
	width: 33em;
	padding:5px;
	margin: 10px 0 15px 0;
	height: 15em;
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:2px;
}
.mainContent-b form label {
	font-size: 12px;
	width:8em;
}
#reply_form{
	margin: 15px 0 0 20px;
	font-size:12px;
}
.mainContent-b form div.select-field label, .mainContent-b form div.text-field label, .mainContent-b form div.textarea-field label, .mainContent-b form div.submit-field label {
display:block;
float:left;
padding-right:10px;
text-align:right;
width:8em;
}
.mainContent-b form div.select-field, .mainContent-b form div.text-field, .mainContent-b form div.textarea-field, .mainContent-b form div.time-zone-select-field{
border-bottom:1px solid #CCCCCC;
clear:both;
float:left;
font-size:14px;
margin:0;
padding:10px;
width: 37em;
}
.mainContent-b form input[type="text"] {
	font-size:12px;
	padding: 3px;
	width:28em;
}
div.pagination {
	padding:3px;
	margin:15px 3px 3px 3px;
	text-align:right;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	font-size: 12px;
	text-decoration: none; 
	color: #555;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #ebebeb;
	color: #333;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}
#new_topic_link {
	float:left;
	float:left \9;
	margin: 0 0 15px 40px;
    *margin: 0 40px 15px 0px; 
    *float:none;
}
.new_topic {
	float:left;
}
.board_title{
	font-size:9px;
	color: #999;
}
.mainContent-b table td.table_center {
	text-align: center;
}
.mainContent-b .right a {
	font-size: 12px;
	float: right;
}
#tour {
	color: #555;
	line-height: 1.6em;
	font-size: 14px;
}
#tour h1 {
	font-size: 24px;
	padding:0;
	margin-bottom:15px;
}
#tour h2 {
	font-size: 16px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#tour h3 {
	margin-top: 10px;
	color: #4d4d4d;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
#tour img.tour{
	width:520px;
    height: auto;
	margin: 15px 0 8px 30px;
	border:1px;
}
#tour div.tour_link {
	font-size:24px;
	margin: 40px 0 20px 0px;
	font-weight: bold;
	color: #0044ba;
	text-align:center;
}



.clear {zoom:1; clear:both;} 
.clear:after {content:''; display:block; clear:both; visibility:hidden; height:0;}
