/*
 * YUI 3.7.3 (build 5687)
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * Licensed under the BSD License.
 * http://yuilibrary.com/license/
 * */
/*
 * 	TODO will need to remove settings on HTML since we can't namespace it.
 * 		TODO with the prefix, should I group by selector or property for weight savings?
 * 		*/
html{
	color:#000;
	background:#FFF;
}
/*
 * 	TODO remove settings on BODY since we can't namespace it.
 * 	*/
/*
 * 	TODO test putting a class on HEAD.
 * 			- Fails on FF. 
 * 			*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
 * 	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
 * 	*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	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;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }


    @font-face {
      font-family:'BWHaasHead';
      src: url('http://www.businessweek.com/assets/type/hinted/haas/bwhaasgroteskhead-95black.eot?#iefix') format('eot'),
           url('http://www.businessweek.com/assets/type/hinted/haas/bwhaasgroteskhead-95black.woff') format('woff'),
           url('http://www.businessweek.com/assets/type/haas/bwhaasgroteskhead-95black.ttf') format('truetype');
    
      font-style: normal;
      font-weight: 700;
      font-stretch: normal;
    }

#sh_job_widget { padding:0px; }
#sh_job_widget a { font-weight:bold; color:#000; text-decoration:none; }
#sh_job_widget .sh_heading { text-align:left; }
#sh_job_widget .sh_heading a { color:#999; text-transform:uppercase; text-align:left; }

/* widget title */
.wnItem {
padding: 0;
margin: 0 0 5px 0;
border-top: 3px solid #ccc;
border-bottom: 1px solid #ccc;
background-color:#fff;
line-height:14.4px;
overflow:hidden;
width:100%;
}

.wnItem .c_title {
float:left;
margin: 0;
display:inline-block;
padding: 8px 8px 8px 0;
background-position: left bottom;
background-repeat: no-repeat;
height: inherit;
font-weight: bold;
}
.wnItem .c_title .text {
    color:#6b7b84;     
    font-size:11px; 
    margin:0; 
    padding: 0 0 8px;
}

/* search results */
#sh_job_widget .sh_jobs { margin-bottom:10px; }
#sh_job_widget .sh_job { margin-bottom:8px; border-bottom:1px solid #cccccc; padding-bottom:13px; line-height:16px;}
#sh_job_widget .sh_job_line_1 a:hover { text-decoration:underline;}
#sh_job_widget .sh_job_line_2 span { font-size: 12px;}
#sh_job_widget .sh_job_line_2 a { font-weight:normal;}
#sh_job_widget .sh_title, #sh_job_widget .sh_title * { font-weight:bold; font-size:12px;}
#sh_job_widget .sh_location, #sh_job_widget .sh_dash, #sh_job_widget .sh_company { color:#000; font-size:13px;}

/* see all jobs links */
#sh_job_widget .sh_see_all_jobs {float:left; margin-top:6px;}
#sh_job_widget .sh_see_all_company_jobs { margin-bottom:10px; }
#sh_job_widget .sh_see_all_company_jobs a { text-transform:uppercase; font-family:Helvetica,Arial; font-size:11px; font-weight:normal; color:#000; padding-right:3px; text-decoration:underline; border:1px solid #FFF; padding-left:3px; }
#sh_job_widget .sh_see_all_company_jobs a:hover { border:1px solid #000; background-color:#CCC;  }
#sh_job_widget .sh_browse_all_jobs { border-top:1px solid #D6D6D6; padding-top:8px;}
#sh_job_widget .sh_browse_all_jobs a { font-family:Helvetica,Arial; font-size:16px; font-weight:bold; color:#6B7B84; padding-right:3px; text-decoration:none; border:1px solid #FFF; padding-left:3px; }

/* search form */
.search_box_gray { color:gray; }
.search_box_black {color:black; }

.sh_search_keywords, .sh_search_location {
    color:#888;
    width:39%;
    margin-right:5px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:2px;
    font-size:14px;
    height:15px;
}


.sh_search_button { cursor:pointer; background-color:#000; color:#FFF; font-family: Helvetica,Arial; font-size:15px; border:0; padding:5px; text-transform:uppercase; vertical-align:top;}
#sh_job_widget .sh_post_job { margin-top:9px; font-size:11px;}
.sh_powered_by {float:right; margin:0;}