@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css");

/*
//////////////////////////////
// jobs specific containers //
//////////////////////////////
*/

/* Colors
89ccee - Lightblue, like h2 in the footer
39A0CC - Dark blue for headings and links
231b18 - Charcoal grey, like in the weather box
*/

.bottom{
	padding:10px;
}

.search-box,
.news-box,
.featured-box {
	padding: 10px 0;
	border-bottom: 1px solid #d7d7d7;
	clear: both;
	overflow: hidden;
}
.search-box {
	border-top: 0;
}
.three-across-box {
	overflow: auto;
	padding: 10px 0;
	border-bottom: 1px solid #d7d7d7;
	clear: both;
	width: 640px;
}
.SEO-box {
	border-bottom: 1px solid #d7d7d7;
	height: 100px;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}
body#jobs #main a {
	color: #39A0CC;
	border-bottom: 1px dotted;
	text-decoration: none;
}
body#jobs #main .four-across-ads img a,
body#jobs #main .three-across-box img a {
	border-bottom: 0;
	text-decoration: none;
}
body#jobs #main .login-box a {
	color: #9e0b0f;
	border-bottom: 1px dotted;
	text-decoration: none;
}

body#jobs #main #homepage_publications a{
  border:none !important;
}
/* Search Stuff
-------------------------------------------------------------*/

.search-box h2 {
	color: #9e0b0f;
	text-transform: uppercase;
	font-size: 25px;
}
.search-box h3,
.news-box h3 {
	color: #9e0b0f;
	text-transform: uppercase;
	font-size: 10px;
}
.search-box h1 {
	color: #9e0b0f;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.search-box h3 {
	margin: 10px 0 0 0;
}
#jobs .search-box-button {
	background: #9e0b0f url('../img/button-bg.gif') top left repeat-x;
	color: #fff;
	border: 0;
	padding: 3px 6px;h
	margin: 5px 0;
	height: 28px;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #666;
	cursor: pointer;
}
#jobs .search-box-button:hover  {
	background: #9e0b0f url('../img/button-bg-over.gif') top left repeat-x;
}
#jobs .search-box #search-form {
	width: 330px;
	padding: 0 0 5px 0;
}
#jobs .search-box #map {
	width: 300px;
	padding: 0 0 5px 0;
}
#jobs .search-box table {
	margin: 5px 0;
}
#jobs input.search-term {
	padding: 3px;
	width: 220px;
	margin: 0 0 5px 0;
}  

#jobs p{
  margin: 0 !important;
}

/* Login Stuff
-------------------------------------------------------------*/
#jobseeker-login,
#employer-login {
	background: #b7e8fc url('../img/login-box-bg.gif') bottom center no-repeat;
	padding: 10px;
}
#employer-login {
	display: none;
}
.login-box {
	clear: both;
	width: 310px;
	padding: 0;
	overflow: auto;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
}
.login-box td.list {
	padding: 0 0 0 10px;
	background: url('../img/hairline.gif') left no-repeat;
	text-shadow: 1px 1px 1px #fff;
	font-size: 10px;
}
.login-box td.list a {
	text-decoration: none;
	color: #0072ac;
	font-weight: bold;
}
.login-box td.list a:hover {
	border-bottom: 1px dotted;
}
.login-box td.form {
	padding: 0 10px 0 0;
}
.login-box .search-box-button{
	display: block;
	margin: 5px 0 0 0;
}
ul#login-controls-tabs {
	margin: 0;
	padding: 0;
}
ul#login-controls-tabs li {
	float: left;
	padding: 5px;
	margin: 0 3px 0 0;
	font-size: 12px;
	font-weight: bold;
	background: #86c2d9;
	cursor: pointer;
	cursor: hand;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
}
ul#login-controls-tabs li.active {
	background: #b7e8fc;
}
/* News Stuff
-------------------------------------------------------------*/

.news-box h2,
.featured-box h2,
.rect h2,
body#jobs #rightColumn h2,
.news-box h2 a,
.featured-box h2 a,
.rect h2 a,
body#jobs #rightColumn h2 a
 {
	color: #9e0b0f;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
}
.news-box .left {
	float: left;
	width: 380px;
	padding: 0 5px 0 0;
}
.news-box .right {
	float: right;
	width: 220px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #d7d7d7;
}

/* Featured Stuff
-------------------------------------------------------------*/

.featured-box .left {
	float: left;
}
.featured-box .right {
	float: right;
}
#rounded-box-jobs {
	background: #fff;
	border: 2px solid #efefef;
	width: 290px;
	padding: 10px;
	height: 200px;
	margin: 0 0 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#rounded-box-employers {
	background: #fff;
	border: 2px solid #efefef;
	width: 290px;
	height: 200px;
	padding: 10px;
	margin: 0 0 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}
body#jobs #main #staging-box a {
	color: #222;
	text-decoration: none;
	border: 0;
}
body#jobs #main #staging-box table {
	margin: 0 0 10px 0;
}


/* Three-Across box
-------------------------------------------------------------*/

.three-across-box .small-box {
	width : 190px;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #fff;
	padding: 10px;
	height: 250px;
	float: left;
	overflow: hidden;
}
.three-across-box .small-box:first-child {
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	padding: 10px;
	display: table-cell;
}
.three-across-box p {
	font-size: 11px;
	text-align: left;
	padding: 0;
	margin: 0;
}
.three-across-box .small-box h3 {
	background: #efefef;
	border-bottom: 1px solid #d7d7d7;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin: -10px -10px 5px -10px;
}
/* Misc
-------------------------------------------------------------*/
table.rect {
	width: 300px;
	float: left;
	padding: 0;
	margin: 10px 10px 0 0;
}
table.rect td.hirise {
	padding: 0 0 0 10px;
}
.rect p {
	text-align: left;
	margin: 0 0 10px 0;
}
.four-across-ads {
	clear: both;
	width: 640px;
	height: 245px;
	border-bottom: 1px solid #d7d7d7;
}
.ad-position {
	padding: 0;
	margin: 0;
}
.ad-position img {
	padding: 0;
	margin: 0;
}
.jlink {
	display: block;
	text-decoration: none;
}
.small-ad {
	margin: 7px 10px;
}
select {
	margin: 10px 0;
	padding: 0;
}
label {
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
input.text {
	margin: 0 0 3px 0;
	padding: 3px;
}
.boxSubTop md_text {
	height: 100px;
}
a#fold-down-trigger {
	font-weight: bold;
	color: #0072ac;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
body#jobs #featuredFrame{
	width: 300px;
}
.prefCompanyTxt a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.prefCompanyViewAll a {
	color: #000;
	font-weight: lighter;
	text-decoration: none;
}
.videoBackground {
	background: #222;
}
td.browseFeaturedCompanyBox {
	height: 90px !important;
}
.teaser-img {
	float: right;
	clear: both;
	background: #efefef;
	border: 1px solid #d7d7d7;
	padding: 3px;
	margin: 0 0 10px 10px;
}
#dos,
#tres {
	display: none;
}
.job-promo {
	width: 210px;
	height: 70px;
}
body#jobs .weather-bug a {
	font-size: 16px;
	text-align: left;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/*
//Career News
 */
.career_news{
	width:100%;
	clear:both;
	display:none;
}
div .career_news img{
	float:left;
	border:0;
	width:250px;
	margin-bottom:10px;
	padding-right:15px;
}

div .career_spot{
	background-color:#cccccc;
	border: 1px solid #999999;
	height:auto;
	width:40%;
	float:left;
	padding:5px;
	margin-right:15px;
}

div .career_spot img{
	height:75px;
	width:100px;
	float:left;
	margin-right:2px;
	border: 1px solid #99999;
}

div .career_links{
	width:350px;
	float:right;
}

div .career_links li{
	margin-bottom:3px; 
	list-style:disc inside none;
}

div .career_links ul li a:link{
	font-size: 12px;
	text-align: left;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif !important;
	text-decoration: none !important;
	color:#333333 !important;
}

div .career_links li a:visited{
	font-size: 12px;
	text-align: left;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	color:#333333;
}

div .career_links li a:hover{
	font-size: 12px;
	text-align: left;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	text-decoration: underline;
	color:#666666;
}
/*
// EDU ADS
*/
.divLoader img{
	padding:10px;
	margin-top:10px;
	margin-left:230px;
	margin-right:5px;
	vertical-align:-20px;
}
.eduWrapper{
	display:none;
}
.edu_ads{
	width:100%;
}
div .edu_ads_img img{
	float:left;
	border:0;
	width:120px;
	margin-bottom:10px;
	padding-right:15px;
}
.edu_ads_desc{
	border:0;
}
div .edu_ads_desc a{
	float:right;
}
div .edu_ads_header{
	font-family:"Helvetica";
	font-size:18px;
	color:#660000;
	border-bottom:1px solid #cccccc1;
}

div .edu_ads_header strong{
	font-family:"Helvetica";
	font-size:18px;
	font-weight:bold;
	color:#cc0000;
}
.edu_topper{
	background:url("../img/topper_bg.jpg") repeat scroll 0 0 transparent;
	height:29px;
	width:100%;
}
div .edu_topper img{
	margin-top:5px;
	margin-left: 15px;
}
div .edu_topper a{
	float:right;
	margin:2px;
	padding:2px;
}
div .edu_topper a:link{
	color:#ffffff !important;
	text-decoration:none !important;
}
div .edu_topper a:visited{
	color:#ffffff !important;
	text-decoration:none !important;
}
div .edu_topper a:hover{
	color:#ffffff !important;
	text-decoration:underline !important;
}
.degree_finder{
	background-color:#c8a87f;
	padding:5px;
	display:none;
};
div .degree_finder ul{
	background-color:#e8d7bb !important;
}
div .degree_finder ul li a{
		background-color:#e7d7bb;
		display:block;
		padding:4px;
		font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
		font-size:12px;
		font-weight:bold;
		border-bottom:1px solid #eddec5 !important;
}
div .degree_finder ul li a:link{
	color:#222222 !important;
}
div .degree_finder ul li a:visited{
	color:#222222 !important;
}
div .degree_finder ul li a:hover{
	color:#513c16 !important;
	}
div .degree_finder ul li a:active{
	display:block;
	color:#674914 !important;
}

div .degree_finder h2{
	padding:8px;
	font-size: 16px;
	text-align: left;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#660000;
};
