/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 5px;
	height: 5px;
	background: transparent
}

.dialog_n {
	height: 5px;
	background: transparent
}

.dialog_ne {
	width: 3px;
	height: 3px;
	background: transparent
}

.dialog_e {
	width: 5px;
	background: transparent
}

.dialog_w {
	width: 5px;
	background: transparent
}

.dialog_sw {
	width: 5px;
	height: 5px;
	background: transparent
}

.dialog_s {
	height: 5px;
	background: transparent
}

.dialog_se {
	width: 5px;
	height: 5px;
	background: transparent
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
  display: none;
}

.dialog_content {
	overflow:auto;
	background: transparent;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    



#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 150px;*/
float: left;
}

#menu a, #menu h2 {
font-family: 'Trebuchet MS', Arial, sans-serif;
font-weight: bold;
font-size: 15px;
display: block;
margin: 0 0 0 0;
padding: 5px 8px
}

#menu h2 {
	color: #666;
}

#menu h2 img {
	margin-left: 3px;
	vertical-align: middle;
}

#menu ul ul li a {
	font-size: 12px;
	font-weight: normal;
}

#menu a {
text-decoration: none;
}

#menu li:hover h2 {
  color: #fff;
	background-color: #009bd0;
}

#menu li {
	position: relative;
}

#menu ul .shadow {
	position: absolute;
	z-index: 500;
	background: url(/images/shadow-alpha.png) no-repeat bottom right !important;
	margin: 5px 0 0 5px;
}

#menu ul ul {
	width: 200px;
	margin: -5px 5px 0px -5px;
	padding-bottom: 5px;
}

#menu ul ul a {
	color: #4ba9d2;
	background-color: #f2f2f2;
}

#menu ul ul li:hover a {
  color: #fff;
	background-color: #009bd0;
}

div#menu ul .shadow ul
{display: none;}

div#menu ul li:hover .shadow ul
{display: block;} 

body {
  margin: 0 auto; }

th, td {
  border: none; }

ul li, ol li {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0; }

.sortable li {
  list-style-type: none;
  cursor: move; }

form.button-to, form.in_place_editor_form, form.in_place_editor_form div {
  display: inline; }
  form.button-to div,   form.in_place_editor_form div,   form.in_place_editor_form div div {
    display: inline; }

.auto_complete {
  width: 350px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  z-index: 10000; }
  .auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none; }
    .auto_complete ul li {
      margin: 0;
      padding: 3px;
      list-style-type: none; }
    .auto_complete ul li.selected {
      background-color: #ffb; }
    .auto_complete ul strong.highlight {
      color: #800;
      margin: 0;
      padding: 0; }

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

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }


a {
  color: #43a8d3;
  text-decoration: none; }

a:active {
  outline: none; }

a:hover {
  text-decoration: underline; }

a.close_dialog {
  float: right;
  margin-right: 10px; }

a.more {
  color: #f0a345;
  font-size: 11px; }

a.cancel {
  color: #f0a345; }

a.profile {
  font-weight: bold; }

a.resume_link {
  color: #f0a345; }

h2 a.more {
  font-size: 14px; }

a.reach {
  color: #f0a345;
  font-size: 12px;
  font-weight: bold; }

a.signin {
  font-weight: bold; }

a.submit {
  color: #fff;
  font-weight: bold;
  background-color: #009bd0;
  padding: 10px 20px;
  text-decoration: none; }

body {
  width: 975px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #404040;
  background: #fff; }

html {
  background: #ccc; }

.module .module_content table.fields {
  width: 98%; }

table.fields {
  margin-right: 20px; }
  table.fields thead {
    font-size: 14px;
    font-weight: bold; }
    table.fields thead td.description {
      border-color: transparent; }
  table.fields td {
    vertical-align: top;
    padding-bottom: 1em; }
  table.fields td.label {
    width: 20%; }
  table.fields td.input textarea.text {
    width: 250px; }
  table.fields td.description {
    width: 40%;
    padding-left: 5px;
    padding-right: 5px;
    border-width: 0px 1px 0 1px;
    border-style: solid;
    border-color: #666; }
  table.fields tr.first td.description {
    padding-top: 5px;
    border-top-width: 1px; }
  table.fields tr.last td.description {
    padding-bottom: 5px;
    border-bottom-width: 1px; }

fieldset .description {
  float: right;
  width: 40%;
  margin-right: 20px;
  padding: 5px; }

.fieldset.first .description {
  border-width: 1px 1px 0 1px; }

.fieldset.last .description {
  .border-width: 0 1px 1px 1px; }

input.text, textarea.text {
  border: 1px solid #b4b4b4;
  padding: 5px;
  width: 250px; }

textarea.text {
  height: 100px;
  width: 400px;
  vertical-align: top; }

input.submit {
  color: #fff;
  font-weight: bold;
  background-color: #009bd0;
  padding: 5px 20px;
  border: none;
  cursor: pointer; }

span.separator {
  color: #43a8d3; }

span.separator.more {
  color: #f0a345; }

select {
  vertical-align: top; }

td, th {
  padding: 0 0.5em 0.5em 0; }

th {
  text-align: left; }

table.unboxed {
  width: 100%; }
  table.unboxed th, table.unboxed td {
    padding: 5px; }
  table.unboxed thead tr {
    background-color: #f2f2f2; }
  table.unboxed tbody tr td {
    border-bottom: 1px solid #43a8d3; }

.header {
  margin-top: 0px;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 20px; }
  .header .user {
    float: right;
    margin-bottom: 20px; }
    .header .user .wrapper {
      float: right; }
  .header .navigation {
    width: 100%;
    float: left;
    margin-top: -15px; }
    .header .navigation .banner {
      float: left;
      margin-right: 40px; }
    .header .navigation #menu {
      float: left;
      margin-top: 30px; }
    .header .navigation #menu.guest {
      margin-left: 40px;
      margin-top: 30px; }
  .header .login {
    float: right;
    margin-bottom: 20px; }
    .header .login a {
      font-family: 'Trebuchet MS', Arial, sans-serif; }
  .header .free {
    font-weight: bold;
    float: left;
    margin-top: 40px;
    margin-left: 20px; }

.avatar {
  margin-bottom: 20px;
  float: right; }
  .avatar img {
    vertical-align: middle;
    float: right; }
  .avatar .avatar_links {
    margin: 0 10px;
    float: right; }
    .avatar .avatar_links .avatar_title {
      font-size: 15px;
      font-family: 'Trebuchet MS', Arial, sans-serif;
      font-weight: bold; }

.main {
  min-height: 500px; }

.footer {
  line-height: 14px; }
  .footer h3 {
    margin-top: 0;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    margin-bottom: 10px; }
  .footer .sitemap {
    border-top: 1px solid #b4b4b4; }
  .footer a {
    color: #009bd0; }
  .footer .about {
    float: left;
    width: 140px;
    min-height: 100px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #d7d7d7; }
    .footer .about a img {
      border: 1px solid #d7d7d7;
      vertical-align: middle; }
  .footer .about.first {
    border-left: none;
    margin-left: 0;
    padding-left: 0; }
  .footer .seal {
    float: right;
    margin-top: 10px; }
  .footer .copyright {
    clear: both;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial, sans-serif; }

.errorExplanation {
  border: 2px solid #f00;
  padding: 1em;
  margin: 1em;
  background-color: #faa; }

.fieldWithErrors {
  display: inline; }
  .fieldWithErrors input, .fieldWithErrors select {
    border: 1px solid #f00; }

.formError {
  color: #f00; }

#flash_notice {
  color: #666;
  font-size: 15px;
  float: left;
  clear: left; }

#flash_error {
  color: #f33;
  font-size: 15px;
  float: left;
  clear: left; }

#inbox_unread {
  float: left;
  margin-bottom: 20px; }

.tabs {
  margin-left: 50px; }

.tab {
  float: left;
  margin: 0 4px;
  font-size: 13px;
  font-weight: bold; }
  .tab .top div {
    font-size: 0;
    height: 8px;
    width: 8px; }
  .tab .content {
    padding: 0px 8px 4px 8px; }

.activetab {
  background-color: #f2f2f2; }
  .activetab a {
    color: #404040; }

.tab_content {
  display: none; }

.activetabcontent {
  display: block; }

.module {
  clear: both;
  margin-bottom: 30px; }
  .module .module_header {
    clear: both;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
    height: 20px; }
    .module .module_header .module_title {
      font-size: 15px;
      font-weight: bold;
      font-family: 'Trebuchet MS', Arial, sans-serif;
      float: left; }
    .module .module_header .module_actions {
      float: left;
      margin-left: 18%; }
    .module .module_header .module_filters {
      float: right;
      margin-top: 3px; }
      .module .module_header .module_filters a {
        padding: 8px 16px 3px 16px;
        text-decoration: none; }
      .module .module_header .module_filters a.selected {
        font-weight: bold; }
      .module .module_header .module_filters a.selected, .module .module_header .module_filters a:hover {
        color: #009bd0;
        background-color: #f2f2f2; }
  .module .module_description {
    clear: both;
    margin-bottom: 20px; }
  .module .module_navigation {
    clear: left;
    float: left;
    width: 20%;
    border: 1px solid #d7d7d7;
    padding: 2px; }
    .module .module_navigation a.add_link {
      float: right; }
    .module .module_navigation label {
      font-weight: bold;
      font-size: 15px; }
  .module .module_content {
    float: right;
    width: 78%; }
    .module .module_content table {
      width: 100%; }
  .module .module_content.expanded {
    width: 100%; }
  .module .module_footer {
    clear: both; }

.box {
  width: 100%; }
  .box tr, .box td {
    padding: 0; }
  .box .nw {
    width: 20px;
    height: 20px;
    background: url(/images/rounded-nw.png) no-repeat; }
  .box .n {
    height: 20px;
    background: url(/images/rounded-n.png) repeat-x; }
  .box .ne {
    width: 20px;
    height: 20px;
    background: url(/images/rounded-ne.png) no-repeat; }
  .box .w {
    width: 20px;
    background: url(/images/rounded-w.png) repeat-y; }
  .box .c {
    background-color: #f2f2f2; }
  .box .e {
    width: 20px;
    background: url(/images/rounded-e.png) repeat-y; }
  .box .sw {
    width: 20px;
    height: 20px;
    background: url(/images/rounded-sw.png); }
  .box .s {
    height: 20px;
    background: url(/images/rounded-s.png) repeat-x; }
  .box .se {
    width: 20px;
    height: 20px;
    background: url(/images/rounded-se.png); }

.popup {
  padding: 1em;
  min-width: 400px; }
  .popup .box_content {
    max-height: 600px;
    overflow-y: auto; }

#popup_content {
  font-weight: normal; }
  #popup_content tr {
    border-bottom: none; }
    #popup_content tr th, #popup_content tr td {
      padding: 0; }

.job_flags.popup .box_content {
  overflow-y: hidden; }

.pagination {
  float: right;
  margin-top: 20px; }

#guest_job_search_form {
  height: 85px; }
  #guest_job_search_form input.submit {
    margin-top: 13px;
    margin-right: 20px; }
  #guest_job_search_form fieldset.keywords, #guest_job_search_form fieldset.location {
    margin-top: 20px; }
    #guest_job_search_form fieldset.keywords label, #guest_job_search_form fieldset.keywords input,     #guest_job_search_form fieldset.location label, #guest_job_search_form fieldset.location input {
      display: block;
      float: left;
      border: 1px solid #b4b4b4;
      background-color: #fff;
      padding: 6px;
      width: 50px; }
    #guest_job_search_form fieldset.keywords select,     #guest_job_search_form fieldset.location select {
      display: block;
      float: left;
      border: 1px solid #b4b4b4;
      background-color: #fff;
      padding: 5px; }
    #guest_job_search_form fieldset.keywords label,     #guest_job_search_form fieldset.location label {
      border-right: none;
      font-weight: bold;
      font-size: 15px; }
    #guest_job_search_form fieldset.keywords input, #guest_job_search_form fieldset.keywords select,     #guest_job_search_form fieldset.location input, #guest_job_search_form fieldset.location select {
      width: 275px; }
  #guest_job_search_form fieldset {
    float: left;
    margin-right: 15px; }
  #guest_job_search_form .search_controls {
    float: left;
    margin-top: 10px; }

#quick_job_search_form input.text, #quick_job_seeker_search_form input.text {
  width: 90%; }
#quick_job_search_form input.submit, #quick_job_seeker_search_form input.submit {
  margin-right: 10px; }

.message_status #message_body {
  width: 265px;
  height: 44px;
  vertical-align: middle; }

.update .update_avatar {
  float: left;
  margin-right: 20px; }
.update .update_info .update_timestamp {
  float: left;
  margin-top: 10px;
  font-size: 11px; }
.update .update_info .update_actions {
  float: left; }
.update .update_info .update_comments {
  float: right;
  margin-top: 10px;
  font-size: 11px; }
  .update .update_info .update_comments a {
    color: #f0a345; }

body.updates .update_comments {
  margin-right: 45%; }

.reached_module th.date {
  width: 15%; }
.reached_module th.user {
  width: 25%; }
.reached_module th.subject {
  width: 40%; }
.reached_module th.job {
  width: 20%; }

.recommendations_list {
  background-color: white;
  padding: 20px;
  margin-right: 8px;
  margin-bottom: 10px;
  max-height: 400px;
  overflow-y: auto; }

.recommendation {
  padding: 20px; }

.recommendation.even {
  background-color: #eee; }

.recommendation.odd {
  padding: 20px 10px;
  margin: 20px 0;
  border-top: 1px dashed;
  border-bottom: 1px dashed; }

.job_seeker_experience {
  background-color: white;
  padding: 20px;
  margin-right: 8px;
  margin-bottom: 10px;
  max-height: 400px;
  overflow-y: auto; }

.update form.new_message {
  clear: both;
  width: 70%;
  margin-left: 75px; }
  .update form.new_message textarea {
    width: 265px;
    height: 44px;
    vertical-align: middle; }
.update table.box {
  clear: both;
  width: 70%;
  margin-left: 75px; }

.jobs_show .description {
  float: right;
  width: 65%; }
  .jobs_show .description label {
    font-weight: bold;
    font-size: 14px; }
.jobs_show .employer {
  float: right;
  width: 25%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-right: 10px; }
  .jobs_show .employer .employer_logo, .jobs_show .employer .employer_avatar {
    margin-bottom: 20px; }
    .jobs_show .employer .employer_logo img,     .jobs_show .employer .employer_avatar img {
      vertical-align: middle; }
.jobs_show table.details.mine {
  width: 32%; }
  .jobs_show table.details.mine th {
    width: 50%; }
.jobs_show table.details {
  width: 68%;
  margin-top: 20px; }
  .jobs_show table.details th {
    width: 25%; }
.jobs_show #reached_me th.user, .jobs_show #reached_me th.date, .jobs_show #reached_me th.status, .jobs_show #reached_out th.user, .jobs_show #reached_out th.date, .jobs_show #reached_out th.status {
  width: 20%; }
.jobs_show #reached_me th.subject, .jobs_show #reached_out th.subject {
  width: 40%; }
.jobs_show .job_description label {
  font-weight: bold; }

.training_classes_show .company_left {
  float: left;
  width: 65%; }
  .training_classes_show .company_left table.company th {
    width: 20%; }
.training_classes_show .details {
  clear: both;
  margin-top: 20px; }
  .training_classes_show .details h2 {
    background-color: #f2f2f2;
    padding: 5px;
    margin-right: 10px; }
.training_classes_show .company_right {
  float: right;
  width: 25%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-right: 10px; }
  .training_classes_show .company_right .map #map_canvas {
    height: 244px;
    width: 244px; }
  .training_classes_show .company_right .map .map_title {
    font-weight: bold;
    margin-left: 10px; }
  .training_classes_show .company_right .similar {
    border: 1px solid #ccc; }
    .training_classes_show .company_right .similar .similar_title {
      background-color: #f2f2f2;
      padding: 10px; }
    .training_classes_show .company_right .similar a {
      display: block;
      padding: 5px 10px; }

.ad {
  text-align: center; }

body.no_ads .ad {
  display: none; }

.header .ad {
  float: right;
  clear: right;
  width: 468px;
  height: 60px; }

body.home_index .ad {
  margin-bottom: 20px; }

.footer .ad {
  width: 728px;
  height: 90px;
  text-align: center;
  margin-left: 124px;
  margin-bottom: 10px;
  margin-top: 30px; }
