﻿h1 {
    font-family: "Lato-Bold", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #182642;
    font-size: 2.5em;
}

body a {
    outline: none;
    color: #09a0db;
    text-decoration: none;
}



body a:hover {
	/*text-decoration: underline;
	font-family:arial, verdana, sans-serif;*/
}

.headerLeft h1, #divHeader {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
  padding-top: 10px;
  text-align: left;
}

.headerLeft {
  float: left;
  margin: 0 20px 0 7px;
}

.headerRight {
  float:right;
}

.prefText {
  color: #000000;
}

.PageRecExplanation {
  color: #444444;
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 3px;
  text-align: left;
}

.NewPageRecExplanation {
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 20px;
}

.btnPrefSelected {
  background-image: url("../../../images/js/jobrecommendations/RecHQButtonsSmall.gif");
  background-position: 0 0;
}

.btnPrefHover {
  background-image: url("../../../images/js/jobrecommendations/RecHQButtonsSmall.gif");
  background-position: 30px 0px;
}

.btnPrefNew {
  background-image: url("../../../images/js/jobrecommendations/RecHQButtonsSmall.gif");
  background-position: 0 0;
}

.JobInfo {
  color: #666666;
  font-size: 14px;
}

.DebugJobInfo {
  color: #227744;
  padding-bottom: 10px;
}

.jr_results_panel {
  margin-top: 5px;
  width: 100%;
}

.iconCellImageSm {
  cursor: pointer;
  float: left;
  height: 30px;
  width: 30px;
}

.Spacer5x30 {
  float: left;
  height: 30px;
  width: 5px;
}

.LeftAlign {
  text-align: left;
}

#tblToolbarRight a {
  color: #000000;
  font-size: 11px;
}

.ToolbarTable {
  padding: 0 5px 5px;
}

.iconCell {
  width: 100px;
}

.btnFeedSelected {
  background-image: url("../../../images/js/jobrecommendations/RecHQButtonsSmall.gif");
  background-position: 0 -30px;
}

.btnFeedHover {
  background-image: url("../../../images/js/jobrecommendations/RecHQButtonsSmall.gif");
  background-position: 30px -30px;
}

#pnlMainBody {
  width: 100%;
}

#tblResults {
  margin: 0 auto;
  width: 98%;
}

.divToolbarRight {
  float: right;
  margin-top: 25px;
}

#tblResultsWrapper {
  clear: both;
  margin: 0 auto;
  width:100%;
}

.hq_wideList {
  background-color: White;
  border: 1px solid #CCCCCC;
  vertical-align: top;
  width:100%;
}

.jr_listpanel {
  /*background: url("../../../images/intl/LightGrayGradient.jpg") repeat-x scroll 0 0 #FFFFFF;*/
  border-top: medium none;
}

.jr_listpanel.jr_slimmarkup {
    padding: 0px 10px 0px 10px;
    border: 1px solid #AAA;
}

.errorMessage {
    padding: 2em !important;
    text-align: center;
    color: rgb(254, 0, 0);
    font-size: 18px;
}

.jr_list {
  margin-left: 10px;
  margin-right: 10px;
}

.jr_listcaption {
  background-color: Transparent;
  color: #000000;
  font-family: arial;
  font-size: 12px;
  padding-top: 5px;
}

.jr_listwrapper {
  background: none repeat scroll 0 0 transparent;
  height: 100%;
  padding: 0 7px 0 0;
  width: 100%;
}

.captionRow {
  overflow: hidden;
  text-align: right;
  margin-top:10px;
}

#captionRow1 {
  float:right;
}

.recFeedback {
  font-size: 14px;
  font-weight: bold;
  margin: 3px 3px 3px 5px;
  text-align: left;
}

.recFeedback a {
  font-weight: bold;
}

.resultCounter {
  font-size: 12px;
  line-height: 12px;
  margin: 12px 0 12px 8px;
}

.jr_stackedheader {
    margin: 10px 0px 10px 0px;
}

table.results
{
	border-collapse: collapse;
	table-layout:fixed;
	margin:0;
	padding:0;
	font-family:arial, verdana, sans-serif;
	clear:both;
	background-color:transparent;
	width:100%;
}

table.results th {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #E4E4E4;
  border-collapse: collapse;
  font-size: 12px;
  height: 22px;
  padding-top: 2px;
  text-align: left;
}

a.columnHeader:link, a.columnHeader:active, a.columnHeader:visited {
  color: Black;
  font-weight: bold;
  text-decoration: underline;
}

table.results th.title, table.results td.title {
  width: 30% !important;
}

table.results th.company, table.results td.company {
  width: 20%;
}

table.results th.location, table.results td.location {
  width: 20%;
}

table.results th.date, table.results td.date {
  width: 15%;
}

table.results th.similarjob, table.results td.similarjob {
  width: 15%;
}

table.results tr.mainRow {
  margin-left: 10px;
}

table.results tr.mainRow td {
  border-top: 1px solid #E0E0E0;
}

table.results td {
  border-collapse: collapse;
  padding: 4px 3px 2px 0;
  text-align: left;
  font-size:11px;
  white-space: normal;
}

table.results td.title {
  font-size: 12px;
  padding: 10px 0 10px 10px;
}

table.results td.title a:link, table.results td.title a:active,
table.results td.company a:link, table.company td.title a:active,
table.results td.similarjob a:link, table.company td.similarjob a:active {
    outline: none;
    color: #09a0db;
    text-decoration: none;
}

table.results td.title a:visited,
table.results td.company a:visited,
table.results td.similarjob a:visited
{
	color: #662d91;
}

table.results td.title a:hover,
table.results td.company a:hover,
table.results td.similarjob a:hover
{
	text-decoration: underline;
}

table.results td.company a:link,
table.results td.company a:active,
table.results td.company a:visited
{
 	font-weight:normal;
}

table.results th.datebold, table.results td.datebold {
  font-weight: bold;
  width: 10%;
}

table.results td.similarjob {
  font-size: 10px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: left;
}

table.results td.jobDebugInfo {
  font-size: 12px;
  font-weight: bold;
  color: #227744;
  padding-left: 20px;
  padding-bottom: 7px;
}

.LegendWIR {
  /*padding: 4px 0 3px 5px;*/
  /*text-align: right;*/
}

.legendText {
  vertical-align: top;
}

.NoRecsPanel {
  color: #333333;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 0 auto;
  padding: 10px;
  width: 700px;
}

#recLeftColWrapper {
  background: url("../../../images/js/jobrecommendations/rec_bkgd_relax.jpg") no-repeat scroll left bottom transparent;
  float: left;
  width: 420px;
}

#recLeftCol {
  padding: 10px 10px 100px;
}

.NoRecsPanel h3 {
  color: #000066;
  font-size: 20px;
  font-weight: bold;
}

.NoRecsPanel h3, .NoRecsPanel h4, .NoRecsPanel p {
  margin: 12px 0;
}

#recLeftContent {
  padding: 0 10px;
}

#recBullets, recbullets h4 {
  font-size: 13px;
}

#recBullets {
  margin: 20px 0;
}

.NoRecsPanel h3, .NoRecsPanel h4, .NoRecsPanel p {
  margin: 12px 0;
}

.NoRecsPanel h4 {
  font-size: 13px;
  font-weight: bold;
}

.NoRecsPanel ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#recRightColWrapper {
  float: left;
  padding-top: 20px;
  text-align: center;
}

#recButtonLinkWrapper {
  height: 20px;
  margin: 20px 0;
}

#recButtonLink {
  background-image: url("../../../images/js/jobrecommendations/rec_bkgd_button.gif");
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
  text-decoration: none;
}

#recLeftColWrapper a:hover { text-decoration: underline; }
#recButtonLink:hover { text-decoration: underline; }

#LowAppJobs {
  font-size: 12px;
  padding: 2px 8px;
  text-decoration: none;
  border:1px solid;
  border-color:Gray;
  border-radius: 25px;
  overflow:auto;
 
}

#LowAppJobs a{
	font-weight:bold;
	}

#LowAppJobNav{
	margin: 3%;
    width: 50%;
    float: right;
}

#LowAppMsgHdr{
	color:Blue;
	padding-bottom:5px;
}
#companyNamelbl{
	float:left;
	padding-right:3px;	
}
	
#locationlbl{
	float:left;
	padding-right:3px;
}
#scrollText {
	position:absolute;
	right:65px;
	bottom:0px;
	padding-bottom: 5px;
}

#LowAppDesc{
	float:left;
	width:40%;
	padding:5px;   
}

#LowAppJob{
    float:left;
    color:#2364A7;
	width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}
	
#LowAppMsg{
	padding-bottom:10px;
}   
#jobTitle{
  font-size: 14px;
 }
#btnMoveRight, #btnMoveLeft{
	height:50px;   
	font-weight: bold;
}

#moveRight{	
    padding-top:10px;	
}

#moveLeft{
	float:left; 
    margin: 0 auto;
    text-align: center;
    padding-top:10px;	
}

.HeaderWrapper {
    position: relative;
}

.rec-settings {
    position: absolute;
    right: 0;
    top: -10px;
}

@font-face {
    font-family: "NeutraText-Bold";
    src: url("fonts/NeutraText-Bold.eot");
    src: url('fonts/NeutraText-Bold.woff') format('woff');
}
d
@font-face {
    font-family: "NeutraFaceText-Book";
    src: url("fonts/NeutrafaceText-Book.eot");
    src: url('fonts/NeutrafaceText-Book.woff') format('woff');
}

.defaultRecLocationArea {
display:inline-block;
font-size: 14px;
margin-left: 5px;
margin-bottom: 10px;
}
.defaultRecLocationArea * {
float:left;
margin-right:5px;
}
.locText {
font-weight: bold;
}
.changeLocationLink {
    font-weight: bold;
}
.secondLocChangeLink {
    float:right;
    font-weight:bold;
}