/*
Title:		Office Depot - Talent Brew Site
Author:		TMP Worldwide - NY 
		  Lena Wan
		  lena.wan@tmp.com		
Creation:	2011-12-20
/*
GENERIC SETTINGS ------------------------------------------------------ 
*/
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 75%;
  line-height: 150%;
  color: black;
  background: white;
}
#divMain {
}
.js {
}
a {
  color: #000;
  text-decoration: none;
}
#srb a, .links a {
  color: #959595;
}
.breadcrumbs a, .jobs dt a {
  color: #fff;
}
.hide a {
  color: #707070;
}
.header a {
 color: #fff;
}
.socialButtons li a {
  color: #4e4e4e;
}
a:hover, #srb a:hover {
  text-decoration: none;
  color: #959595 !important;
}
.links a:hover {
  color: #707070 !important;
  text-decoration: none;
}
.listJobs .popmenu .hide p.all, .links a {
  text-decoration: underline;
  cursor: pointer;
}


:focus {
  outline: 0;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, td, span, th {
  cursor: default;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 {
  color: #d50e00;
  font-size: 1.4em;
  margin-bottom: 10px;
}
h5 {
  font-size: 1em;
  color: #959595;
 /* border-bottom: 1px dotted #959595;*/
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url(../../../images/portal/officeDepot1/dot.gif) repeat-x left bottom;
}
p, li {
  padding-bottom: 6px;
}
.hider {
  display: none;
}
/* 
START ------------------------------------------------------ 				
*/
.wrapper {
  margin: auto;
  width: 960px;
  *clear: both;
}
.wrapper .wrapper {
  *clear: both;
 /* padding-bottom: 222px;*/
  overflow: hidden;
}
/* 
HEADER ------------------------------------------------------ 				
*/
.header {
  height: 102px;
  clear: both;
}
.header ul {
  text-align:left;
}
.header ul li {
  float: left;
  margin-right: 2px;
  width: 118px;
  padding: 2px 0 0 10px;
  height: 30px;
  font-size: 11px;
  background: url(../../../images/portal/officeDepot1/navBg.png) no-repeat left top;
}
.header .home {
  clear: both;
  margin:0;
  padding: 19px 0 0 20px;
  float: left;
}
.header .home a img {
  border: 0;
}
.header ul li.first {
}
.header ul li.last {
}
.header ul li a {
  font-weight: bold;
  font-size:1.2em;
}

/* 
BANNER ------------------------------------------------------ 				
*/
.banner {
  z-index: 100;
  height: 399px;
  float: left;
  clear: both;
 *clear: both;
 *float: none;
}
.bannerMatching {
  z-index: 100;
  height: 245px;
  float: left;
  clear: both;
 *clear: both;
 *float: none;
  margin-bottom: 15px;
  margin-left: 20px;
}
.banner img {
align: center;
margin-left: 23px;
}
#list .banner {
 /* background: url(../job-images/4816/banner4.jpg) no-repeat left top;*/
}
#jobPage .banner, #searchPage .banner {
 /* background: url(../job-images/4816/banner3.jpg) no-repeat left top;*/
}
.bannerText {
  margin: 0 0 0 0;
  width: 595px;
  color: #000;
  z-index: 1000;
}
.bannerText p {
  font-size: 1em;
}

.bannerText h3, .bannerText h1 {
/*
  background: url(../job-images/4816/headingBg.gif) no-repeat left top;
  padding: 4px 10px 6px;
*/
  color: #fff;
  margin: 0;
  padding: 0;
}
.bannerText h3 div, .bannerText h1 div {
  padding: 4px 0 6px;
  float: left;
}
.bannerText h3 div.left, .bannerText h1 div.left {
  width: 8px;
  background: url(../../../images/portal/officeDepot1/titleLeft.png) no-repeat left top;
}
 .bannerText h3 div.right, .bannerText h1 div.right {
  width: 40px;
  background: url(../../../images/portal/officeDepot1/titleRight.png) no-repeat right top;
}
.bannerText h3 div.titleCenter, .bannerText h1 div.titleCenter {
  background: url(../../../images/portal/officeDepot1/titleBg.png) repeat-x left top;
}


.bannerText .boxtop {
  background: url(../../../images/portal/officeDepot1/BoxT.png) no-repeat top left;
  margin: 0;
  padding: 0;
  height: 8px;
clear: both;
}
.bannerText .inbox {
  background: url(../../../images/portal/officeDepot1/BoxB.png) no-repeat bottom left !important;
  padding: 2px 15px 15px !important;
  min-height: 240px;
}
.breadcrumbs {
  margin-top: 10px;
  font-size: 1.1em;
  text-transform: capitalize;
  background: #d50e00;
  padding: 5px 15px;
  color: #fff;
}
.breadcrumbs a.current {
  font-weight: bold;
}


/*----------------------------------------------------------------------  
        SEARCH WRAPPER / ADVANCED SEARCH  
----------------------------------------------------------------------*/ 
  .searchWrapper  {
          position: relative;
          margin:  6px 0px 0px 0;
          float: right;
  }

  body.page-search .searchWrapper {
          margin: 0px 0px 6px 0; 
          width: 275px; 
  }
    .searchWrapper label  {
          display: none;
          font-size: 1.1em;
          font-weight: bold;
          color:  #959595;
          vertical-align: middle;
          padding-bottom: 3px;
  }
    .searchWrapper .search label  {
          color:  #000;
  }
    .searchWrapper .input_text  {
          padding-left: 11px;
          cursor: pointer;
          display: block;
          height: 23px;
          width: 220px;
          padding-top: 2px;
          margin-left: 1%;
          font: 1.1em Arial,  Helvetica,  sans-serif;
          
          color: #959595;
          font-weight: bold;
          -webkit-box-shadow: inset 1px 2px 8px 0px rgba(226,110,110,110);
          -moz-box-shadow: inset 1px 2px 8px 0px rgba(226,110,110,110);
          box-shadow: inset 1px 2px 8px 0px rgba(226,110,110,110);
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          position: relative;
          right: 11px;
          top: -3px;
  }
    .searchWrapper .input_submit  {
          position: absolute;
          left:  auto;
          top:  57px;
          right: 0;
          border:  0;
          cursor: pointer;
          width: 34px;
          height: 25px;
          background:  url(../../../images/portal/officeDepot1/goBtn.png) no-repeat;
          text-indent:  -9999px;
  }
  .searchWrapper .advancedSearch .input_submit  {
          position: absolute;
          left: auto;
          top: 57px;
          right: 0;
  }
      .searchNav  {
          margin-top: 20px;
  }
    .header .searchNav li  {
          float: right;
          text-align:  center;
          padding: 0;
          padding-top: 5px;
          margin: 0px 5px 0px 0px;
          background: none;
          width: auto;
          height: auto;
          font-size: .9em;
  }
    .searchNav .advSearchLink,  .searchNav .searchLink  {
          font-size: .9em;
          font-weight: bold;
          color:  #000;
          padding:  7px 26px;
          /* background: url(http://seostatic.tmp.com/job-images/Article_2538/searchOff.png) no-repeat 121px 5px; */
          background: url(../../../images/portal/officeDepot1/searchOff.png) no-repeat bottom right;
          background-position: 100% 3px !important;
  }
    .searchNav .advSearchLink: hover,  .searchNav .searchLink:hover  {
          text-decoration: none;
          color:  #000;
  }

    .active {
          /* background: url(http://seostatic.tmp.com/job-images/Article_2538/searchOn.png) no-repeat 95px 5px !important; */
          background: url(../../../images/portal/officeDepot1/searchOn.png) no-repeat !important;
          background-position: 100% 3px !important;
}
    .searchWrapper .search,  .searchWrapper .advancedSearch  {
          padding: 13px 0px 15px 17px;
    }
    .searchWrapper .search  {
          display: none;
          height:  56px;
    }
    #basicsearch  {
          height:  60px;
          background:  #f5f5f5;
    }
    #basicsearch,  #advancedsearch  {
          -moz-border-bottom-colors:  none;
          -moz-border-left-colors:  none;
          -moz-border-right-colors:  none;
          -moz-border-top-colors:  none;
          border-color:  -moz-use-text-color #555556 #555556;
          border-image:  none;
          border-radius:  0 3px 3px 3px;
          border-right:  1px solid #555556;
          border-style:  none solid solid;
          border-width:  0 1px 1px;
          float:  left;
          padding:  13px 0 17px 17px;
          width:  627px;
  }
      #basicsearch > h2,    #advancedsearch > h2  {
          display:  none;
  }
      #advancedsearch .input_submit  {
          border:  1px solid #999999;
          left:  334px;
          position:  absolute;
          top: 153px;
  }
    #basicsearch label  {
          display:  none;
  }
    #basicsearch .input_text  {
          font-size:  0.82em !important;
  }
    #advancedsearch .keywordWrapper  {
          margin-top:  -5px;
  }
    .tabbernav li a  {
          color:  #FFFFFF;
          font-size:  1.33333em;
          font-weight:  bold;
  }
      .tabbernav li  {
          -moz-border-bottom-colors:  none;
          -moz-border-left-colors:  none;
          -moz-border-right-colors:  none;
          -moz-border-top-colors:  none;
          background-color:  #76767A;
          border-color:  #555556 #555556 -moz-use-text-color;
          border-image:  none;
          border-radius:  3px 3px 0 0;
          border-style:  solid solid none;
          border-width:  1px 1px 0;
          float:  left;
          height:  22px;
          margin:  0 5px 0 0;
          padding-top:  5px;
          text-align:  center;
          width:  156px;
  }
    .tabbernav  {
          margin-top:  20px;
  }
    .searchWrapper .search label  {
          display:  none;
  }
    #job_input_text_bg  {
          position: absolute;
          left:  12px;
          top:  60px;
  }
    .searchWrapper .advancedSearch  {
  }
    #advancedsearch  {
          height:  135px;
          background:  #4f4f51;
     /* Old browsers */    
       /* IE9 SVG,  needs conditional override of 'filter' to 'none' */   
          background:  url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiM0ZjRmNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDYwNjA2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
          background:  -moz-linear-gradient(top,   #4f4f51 10%,  #060606 100%);
     /* FF3.6+ */      background:  -webkit-gradient(linear,  left top,  left bottom,  color-stop(10%, #4f4f51),  color-stop(100%, #060606));
     /* Chrome, Safari4+ */      background:  -webkit-linear-gradient(top,   #4f4f51 10%, #060606 100%);
     /* Chrome10+, Safari5.1+ */      background:  -o-linear-gradient(top,   #4f4f51 10%, #060606 100%);
     /* Opera 11.10+ */      background:  -ms-linear-gradient(top,   #4f4f51 10%, #060606 100%);
     /* IE10+ */      background:  linear-gradient(top,   #4f4f51 10%, #060606 100%);
     /* W3C */      filter:  progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f51',  endColorstr='#060606', GradientType=0 );
     /* IE6-8 */  }
      .tabbernav li: nth-child(2)  {
          background:  #4f4f51;
  }

        /* --- ADVANCED SEARCH --- */
        .searchWrapper .advancedSearch .keywordWrapper  {
          margin-right: 17px;
          padding:  0 0 11px 0;
          width:  295px;
          margin-left: 11.5%;
        }
        .fieldWrapper {
          width: 95%;
          margin-bottom: 10px;
          margin-left: 5px;
        }
      .searchWrapper select  {
          cursor: pointer;
          width: 117px;
          padding-top: 2px;
          padding-bottom: 1px;
          margin-top: 3px;
          font: .9em Arial, Helvetica, sans-serif;
          font-weight: bold;
          color: #959595;
          border-radius: 3px;
          border: 1px solid #9e9fa2;
          -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .9);
          -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.9);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .9);
  }

#txtASKeywords {
margin-left: 15.5%;
}


#srb a, .links a {
  color: #959595;
}
#srb a:hover {
  text-decoration: none;
  color: #959595 !important;
}
/* 
POP UP ------------------------------------------------------         
*/
#searchHTML {
  height: 0 !important;
  line-height: 0;
  float: left;
}
#srb {
  clear: both;
  background: #ebebeb;
  overflow: hidden;
  width: 100%;
  position: absolute;
  height: auto;
  line-height: 150%;
  z-index: 10;
  border: 5px solid #c00;
  display: none !important;
}
#srb .header {
  height: 20px;
  padding: 6px 10px;
  width: auto;
  background: #c00;
}
#srb table.content {
  width: 100%;
}
#srb table tr:hover, .tableSearchResults tr:hover, .info-table tr:hover {
  background: #f6f6f6;
}
#srb table .srb-lastrow:hover {
  background: #ebebeb;
}
#srb h4 {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
#srb span.close a {
  float: right;
  margin-top: 0px;
  display: block;
  height: 24px;
  width: 54px;
  text-indent: -9999px;
  background: url(../../../images/portal/officeDepot1/JAclose.png) no-repeat 0% 0% !important;
}
#srb table td {
  border: 0;
  padding: 3px 10px;
}
#searchHTML #srb table tr.srb-lastrow a {
  float: left;
  margin: 0;
  padding-left: 0;
}
#srb table tr.srb-lastrow a {
  float: left;
  margin: 0;
  padding-left: 0;
  color: #9ff;
}
#srb a:hover {
  color: #000;
}

/* 
CONTENTS ------------------------------------------------------ 				
*/
.contents {
  float: right;
  width: 654px;
  clear: both;
  margin: -222px 0 15px 0;
  overflow: auto;
}
.contentsMatching {
  float: right;
  width: 634px;
  clear: both;
  margin: -12px 0 15px 0;
  overflow: auto;
  padding-right: 20px;
}
.contents .box {
  margin: 16px 0 0 0;
*height: 99%;
}
.contents .inbox {
  padding: 10px;
  /*border-bottom: 1px dotted #959595;*/
  padding: 10px 0 40px 0;
  background: url(../../../images/portal/officeDepot1/dot.gif) repeat-x left bottom;
}
.homeVideo {
    float: right;
    margin-top: -200px;
}
.listJobs {
  background: url(../../../images/portal/officeDepot1/content1.jpg) no-repeat right bottom;
  overflow: auto;
}
.no-js .listJobs {
 height: 400px;
}
.listJobs .inbox {
  padding: 20px 0 0 0;
  border: none;
  background: none;
}
.listJobs ul {

}
.listJobs .popmenu {
  width: 304px;
  margin: 0 0 10px 0;
  padding: 4px 0 0 6px;
  height: 48px;
  border: none;
  background: url(../../../images/portal/officeDepot1/pupmenuBg.jpg) no-repeat 0 0;
}
.listJobs .popmenu.over {
  border: none;
  background: url(../../../images/portal/officeDepot1/pupmenuBgOver.jpg) no-repeat 0 0;
}
.listJobs .popmenu h2 {
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  padding: 12px 5px 5px 6px;
  margin: 0 5px 0 0;
  text-transform: none;
  border: none;
}
.listJobs .popmenu.over h2 {
  color: #959595;
}
.listJobs .popmenu h2 span {
  font-weight: normal;
  font-size: 17px;
}
.listJobs .popmenu h2 span span {
  font-size: 12px;
}
.listJobs .popmenu .hide {
  background: #e1e1e1;
  width: 280px;
  padding: 0 10px 10px 10px;
  height: 308px;
  overflow: auto;
  margin: -42px 0 0 316px;
  border: 1px solid #707070;
}
.js .listJobs .popmenu .hide {
  display: none;
  position: absolute;
  z-index: 1000;
}
.no-js .listJobs .popmenu .hide {
  height: 100px;
}
.no-js .listJobs .byLoc .hide {
margin-top: 30px;
}
.no-js .listJobs .byGrp .hide {
margin-top: 100px;
}

.listJobs .popmenu .hide ul li {
  border-bottom: 1px solid #707070;
  padding: 6px 0;
}
.listJobs .popmenu .hide a {
  color: #707070;
  font-weight: bold;
  font-size: 0.9em;
}
.listJobs .popmenu .hide a:hover {
  color: #c00 !important;
}
li.LIheaderlocation {
  font-size: 1.2em;
  font-weight: bold;
  padding: 9px 0 6px;
}
li.LIheaderlocation p {
  padding: 0;
}
.listJobs ul.pagination {
  clear: both;
}
.listJobs ul.pagination li {
  background: transparent;
  padding: 0;
  width: auto !important;
  float: none !important;
}
.hide p.all, a.pagination-more, a.numberedNext, a.pagination-back, a.numberedPrev, #srb table tr.srb-lastrow a, a.viewall {
  background: url(../../../images/portal/officeDepot1/pagination-more.gif) no-repeat 100% 60%;
  padding: 2px 9px;
  font-weight: bold;
  float: right;
  height: auto;
  color: #0072bc;
}
a.pagination-back, a.numberedPrev, a.viewall {
  background: url(../../../images/portal/officeDepot1/pagination-back.gif) no-repeat 0% 60%;
  float: left;
}
#numberedPagination {
  text-align: center;
  padding: 10px;
}
.numberedPrev {
    float: left;
}

.numberedNext {
   float:right;
}
.hide p.all {
  float: none;
  margin: 10px 0;
  display: inline;
  padding-left: 0;
}
ul.pagination li a {
  background: none;
  margin: 0;
  display: inline;
}
.box.table h1 {
  margin: 0;
  padding:10px 15px;
}
.jobs .inbox {
  border: none !important;
  background: none;
  overflow: auto;
}
.jobs dl {
}

.jobs dt {
}
.jobs dt a, .jobs dd {
float: left;
background: #CC0000 !important;
padding: 10px 3px 10px 6px;
overflow: hidden;
margin: 0;

}
.jobs dt a {
font-size: 1.1em;
font-weight: bold;
height: 50px;
width: 206px;
border-right: 2px solid #fff;
}
.jobs dt:last-child a {
border-right: 0;
}

.jobs dd {
margin-left: -217px;
margin-top: 68px;
width: 206px;
color: #fff;
height: 66px;
border-bottom: 6px solid #c00;
/*
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
*/
}

.jobs ul {
  padding-bottom:15px;
}
.jobs ul li {
  
}

.table {
  background: url(../../../images/portal/officeDepot1/tableBg.jpg) repeat-x bottom;
  border: 1px solid #c3c2c2;
 margin-bottom: 10px;
}
.table td.pagination {
 padding-bottom: 10px !important;
}
.jobDesc {
  height: 99%;
}
.jobDesc h1 {
/*border-bottom: 1px dotted #959595;*/
  padding-bottom: 15px;
  color: #000000;
  background: url(../../../images/portal/officeDepot1/dot.gif) repeat-x left bottom;
}
#jobDesc {
  padding-bottom: 20px;
  font-size: 1.1em;
}
#jobDesc ul {
  list-style-position: inside;
  list-style-type: disc;
}
.apply {
  width: 107px;
  height: 28px;
  background: url(../../../images/portal/officeDepot1/applyBG.gif) no-repeat left top;
  display: block;
  float: right;
  text-indent: -9999px;
  margin:0;
}
.apply.top {
  float: right;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  background: #c00;
  text-align: left;
  padding: 10px 5px 10px 15px;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: bold;
  color: #fff;
}
th.first, th.thJobTitle {
  background-position: left top;
  border: none;
}
th.last {
  background-position: right top;
  border: none;
}
.tableSearchResults th {
  border: 0;
}
td {
  padding: 5px 10px 5px 15px;
  text-align: left;
  vertical-align:top;
  background: transparent;
}
.tableSearchResults, .tableSearchResults td {
  border: 0;
  border-collapse: collapse;
}
.trFilterResults {

}
.trFilterResults .td0 {
display: none;
}
.trFilterResults .td4 {
padding: 6px 0 0 0;
}
.trFilterResults input[type=text]{
padding: 2px 4px;
border: 1px solid #c00;
}
td.jobTitle, .tableSearchResults td.td1 {
}
td.location {
}
.alt td.location {
}
td.date {
  width: 70px;
}
#btGo, #btReset {
  margin: 5px;
  background: #c00;
  display:inline;
  margin: 5px;
  padding: 4px 8px;
  color: #fff;
}
#noResultsFund {
  display:block;
  padding: 10px;
}
.morecontent {
  display: none;
}
.moreellipses {
  color: #06c;
  cursor: pointer;
}
/* 
RAIL ------------------------------------------------------ 				
*/
.rail {
  float: left;
  width: 270px;
  margin: 0 0 0 15px;
  background: url(../../../images/portal/officeDepot1/railBottom.png) no-repeat 1px bottom;
  padding: 0 0 30px;
}
.railMatching {
  float: left;
  width: 270px;
  margin: 0 0 0 20px;
  padding: 0 0 30px;
}
#jobPage .rail {
  
}
.rail .railBody {
  background: url(../../../images/portal/officeDepot1/railBody.png) repeat-y left;
  padding-left: 8px;
  float: left;
}
.rail h3, .rail h2, .rail h1 {
  background: url(../../../images/portal/officeDepot1/pin.jpg) no-repeat left top;
  padding: 4px 8px 8px 28px;
}
.rail .box {
  padding-top: 10px;
  float: left;
  width: 100%;
}
.rail .inbox {
  padding: 0 20px 10px 30px;
}
.rail .inbox .divider {
  background: url(../../../images/portal/officeDepot1/dot.gif) repeat-x left bottom;
  /*border-bottom: 1px dotted #959595; */
  margin-right: 10px;
  float: left;
  width: 96%;
}
.rail ul {
  list-style-type: square;
  color: #c00;
}
.tagcloud {
  text-align: left;
}
.tagcloud a {
  line-height: 150%;
  margin: 0 15px 0 0;
 /* white-space:nowrap;*/
*white-space:normal;
  color: #0066cb;
}
.tagcloud a.cloud-Tiny {
  font-size: 1em;
  color: #c00;
}
.tagcloud a.cloud-Small {
  font-size: 1.2em;
  color: #333;
}
.tagcloud a.cloud-Medium {
  font-size: 1.1em;
  font-weight: bold;
  color: #c00;
}
.tagcloud a.cloud-Big {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
}
.subscribe {
}
.subscribe label {
  display: block;
  padding-bottom:5px;
  color: #959595;
}
.subscribe #txtEmail {
  width: 168px;
  font-size: 10px;
  color: gray;
  border: 0;
  vertical-align: middle;
  padding: 2px 4px 3px 6px;
  background: url(../../../images/portal/officeDepot1/subInputBG.gif) no-repeat top left;
}
.subscribe #btnSubscribe {
  background: url(../../../images/portal/officeDepot1/subscribeBG.gif) no-repeat left center;
  border: 0;
  width: 110px;
  height:  28px;
  text-indent: -9999px;
  cursor: pointer;
  line-height: 0;
  display: inline;
  margin: 10px 0 10px -4px;
  vertical-align: middle;
}
.subscribe .sharedLinks img {
  padding: 3px;
}
.rail .common, .jobs, .rail .location {
  border-bottom: none !important;
}
/* 
SOCIAL SHARE BUTTONS (BALLOONS) ---------------------------------------------
*/
.socialButtons ul {
overflow: auto;
}
.socialButtons li a {
  font-weight: bold;
  padding: 10px 4px 20px 50px;
  line-height: 44px;
}
.socialButtons li.twitter a {
  background: url(../../../images/portal/officeDepot1/social_buttons.png) no-repeat 0 0;
}
.socialButtons li.twitter a:hover {
  background-position: 0 -150px;
}
.socialButtons li.facebook a {
  background: url(../../../images/portal/officeDepot1/social_buttons.png) no-repeat 0 -50px;
}
.socialButtons li.facebook a:hover {
  background-position: 0 -200px;
}
.socialButtons li.youtube a {
  background: url(../../../images/portal/officeDepot1/social_buttons.png) no-repeat 0 -100px;
}
.socialButtons li.youtube a:hover {
  background-position: 0 -250px;
}
#list .socialButtons li, #jobPage .socialButtons li, #searchPage .socialButtons li

{
display: inline;
}
#list .socialButtons li a, #jobPage .socialButtons li a, #searchPage .socialButtons li a {
 float: left;
 line-height: 44px;
 text-indent: -9999px;
 width: 42px;
 padding: 0;
 margin-right: 25px;
}
#list .socialButtons li.youtube a, #jobPage .socialButtons li.youtube a, #searchPage .socialButtons li.youtube a
 {
margin-right: 0;
}

.socialButtons li.facebook {
}
.socialButtons li.facebook iframe {
}
.socialButtons li.linkedinShare .IN-widget span:first-child {
}
.socialButtons li.googleplus {
}
/* 
FOOTER ------------------------------------------------------ 				
*/
.footer {
  clear: both;
  text-align: right;
  padding: 10px 20px;
  font-size: 0.9em;
  background: #c00;
  color: #fff;

}
.footer ul, .footer li {
  display: inline;
}
/* 
ERROR ------------------------------------------------------ 				
*/
#errorPage {
  background:white;
}
#divError {
  width: 600px;
  margin: 50px auto;
  border: 1px solid gray;
  padding: 20px;
  font-family: 'Trebuchet MS', Arial, Sans-serif !important;
}
#divError h3 {
  background:url(../../../images/portal/officeDepot1/errorPage.gif) no-repeat left top;
  color:#666666;
  font-size:2em;
  padding:0 40px 20px;
  margin:0;
  border:0;
}
#divError p {
  color:#666666;
  font-size:1em;
  padding:0;
  margin:0 0 6px 0;
  border:0;
}
#divError a {
  color:#3399CC;
  font-size:1em;
  padding:0;
  margin:0;
  border:0;
}
.rowBrake {
  clear: left !important;
  width: 100% !important;
  overflow: hidden !important;
  float: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}
.wai {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  text-indent: -999em !important;
  padding: 0 !important;
  background: transparent !important;
}
div.box {
  _height: 99%;
}

.breadcrumbs {
margin-top:0px !important;
}
/* ==========================================================================
   JobAlertPopup 
   ========================================================================== */

#cboxLoadedContent, #cboxContent, #cboxWrapper {
height: auto !important;
width:550px !important;
background: transparent !important;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
display: none !important;
}
#cboxLoadedContent iframe {
height:600px !important;
width:550px !important;
}
#cboxClose {
right:40px !important;
top:30px !important;
background: url("../../../images/portal/officeDepot1/JAclose.png") no-repeat !important;
background-image: url("../../../images/portal/officeDepot1/JAclose.png") !important;
width: 54px !important;
height: 24px !important;
}
#JobAlertPopup-Body {
background: transparent;
}
.JobAlertPopup-Wrapper {
width: 550px;
color: #a1a1a1;
margin: auto;
}
#inline_Password.JobAlertPopup-Wrapper {
margin: 0;
}
.curveTop {
background: url(.../../../images/portal/officeDepot1/JAtop.png) no-repeat !important;
height: 32px;
overflow: hidden;
}
.curveBot {
background: url(../../../images/portal/officeDepot1/Jabot.png) no-repeat 50% bottom !important;
height: 32px;
overflow: hidden;
}
.JobAlertPopup {
background: url(../../../images/portal/officeDepot1/JAmid.jpg) repeat-y !important;
height: 99%;
}
.JobAlertPopup table {
width: 100%;
width: 90%\9;
}
.JobAlertPopup-Header, .JobAlertPopup-Body, .JobAlertPopup-Footer {
padding: 0 40px;
}
.JobAlertPopup-Header {
background: url(../../../images/portal/officeDepot1/JobAlertPopup-HeaderBG.jpg) no-repeat center bottom;
padding-bottom: 12px;
}
.JobAlertPopup-Header img{

background-color: #fff;
}
.JobAlertPopup-Wrapper #top {
display: none;
}
.JobAlertPopup-Header #cboxClose {
float: right;
cursor: pointer;
}
#lblTitle {
font-size: 11px;
color: #cc0000;
}
.JobAlertPopup-Body {
padding-top: 0px;
overflow: auto;
}
.JobAlertPopup-Box {
width: 469px;
padding-bottom: 10px;
}
.JobAlertPopup-Box.half {
width: 219px;
float: left;
}
.JobAlertPopup-Box.half.right {
float: right;
}
.JobAlertPopup h2 {
padding: 5px 0 10px 0;
font-weight: bold;
font-size: 15px;
color: #cc0000 !important;
margin-bottom: 0px;
text-align: left !important;
}
.JobAlertPopup-Box h3 {
background: url(../../../images/portal/officeDepot1/JobAlertPopupBoxTopL.png) no-repeat left bottom;
padding: 10px 0 20px 5px;
font-weight: bold;
font-size: 11px;
color: #cc0000 !important;
margin-bottom: 0px;
}
.JobAlertPopup-Box.half h3 {
background: url(../../../images/portal/officeDepot1/JobAlertPopupBoxTop.png) no-repeat left bottom;
}
.JobAlertPopup-Box div {
background: url(../../../images/portal/officeDepot1/JobAlertPopupBoxBotL.png) no-repeat left bottom;
float: none;
width: auto;
display: block;
padding:0 15px 20px 0;
}
.JobAlertPopup-Box div div {
background: none;
padding:0;
}
.JobAlertPopup-Box.half div {
background: url(../../../images/portal/officeDepot1/JobAlertPopupBoxBot.png) no-repeat left bottom;
}
.JobAlertPopup-Box ul {
padding-right: 10px;
margin-left: 10px;
width: auto;
float: none;
display: block;
height: 65px;
overflow-y: auto;
overflow-x: hidden;
margin-top: -5px;
}
.JobAlertPopup-Box.half ul {
height: 90px;
}
.JobAlertPopup-Box input {
vertical-align: middle;
}
.JobAlertPopup-Box label {
padding-left: 3px;
font-size: 11px;
color: #464646;
cursor: pointer;
vertical-align: middle;
}
.JobAlertPopup-Form td {
padding: 0;
}
#chkUserSubscribedJobAlerts td {
width: 50%;
vertical-align: top;
}
#divHolder #btnSubscribe.submit {
text-indent: -9999px !important;
line-height: 0 !important;
cursor: pointer !important;
background: url("../../../images/portal/officeDepot1/JAsubscribe.png") no-repeat left bottom !important;
width: 78px !important;
height: 24px !important;
margin: 16px 0 0 16px !important;
display: block;
}
.button {
text-indent: -9999px !important;
line-height: 0 !important;
cursor: pointer !important;
border: 0;
}
#btnAddJobAlert {
background: url("../../../images/portal/officeDepot1/JAsubscribe.png") no-repeat left bottom !important;
width: 78px;
height: 24px;
}
#btnDeleteJobAlert {
background: url("../../../images/portal/officeDepot1/JAunsubscribe.png") no-repeat left bottom !important;
width: 91px;
height: 24px;
float: left;
}
#btnSubmit {
background: url("../../../images/portal/officeDepot1/JAsave.png") no-repeat left bottom !important;
width: 102px;
height: 24px;
float: right;
}
#btnPreviousPage {
background: url("../../../images/portal/officeDepot1/JAprevious.png") no-repeat left bottom !important;
width: 101px;
height: 24px;
float: left !important;
}
.JobAlertPopup-Footer {
text-align: center;
color: #bb0000;
}
#SubscribeSignUp {
overflow: hidden;
}
#SubscribeSignUp label {
vertical-align: middle;
font-size: 11px;
color: #464646;
}
#SubscribeSignUp #txtUserPassword {
background: url(../../../images/portal/officeDepot1/JobAlertPopupField.jpg) no-repeat left top;
border: 0;
padding: 3px 7px 8px 4px;
vertical-align: middle;
}
.JobAlertPopup .submit {
background: url(../../../images/portal/officeDepot1/JAlogin.png) no-repeat left top !important;
height:22px !important;
margin:10px 0 0 0 !important;
text-indent:-9999px;
vertical-align:middle;
width: 50px !important;
margin-right: 15px;
border: 0 !important;
}
.JobAlertPopup .ForgotPassword {
color: #cc0000;
text-decoration: underline;
font-size: 10px;
display: inline-block;
margin-top: 5px;
vertical-align:middle;
}
.JobAlertPopup .ForgotPassword:hover {
text-decoration: none;
}
.JobAlertPopup-Box .spanOSFControlLabel {
color: #464646;
font-size: 11px;
}
#divOSFFormHolder h3 {
display: none;
}
#divOSFFormHolder p {
}
#divOSFFieldsHolder {
overflow: auto;
}
#divOSFFieldsHolder p {
display: block;
float: left;
padding: 6px 0 0 4%;
width: 45%;
}
#divOSFFieldsHolder p input {
background: none repeat scroll 0 0 white;
border: 1px solid #DDDDDD;
padding: 2px 6px;
width: 190px;
}
#divOSFFieldsHolder p select {
display: block;
width: 203px;
border: 1px solid #DDDDDD;
}
#inline_Password img.logo {

}
#inline_Password .JobAlertPopup-Header {
padding-bottom: 40px;
}
#colorbox {
height: 595px !important;
}

.hidesearch {
   display:none;
}

.mergernews {
    background: none repeat scroll 0 0 #CC0000;
    color: #FFFFFF;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
    width: 210px !important;
}

.mergernews a {
    color: #FFFFFF;
    text-decoration: underline;
    word-wrap: break-word;
}

.mergernews a:hover {
   color:#e0e0e0;
}


.mergernews h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 20px;
}


.keywordWrapper {
    margin-top: 48px;
}



#Job_SearchSwap {
    position: absolute;
    right: 0;
    width: 150px;
    cursor:pointer;
}

#txtASKeywords {
  position: absolute;
  right: 45px;
  bottom: 41px;
  top: auto;
}


.fieldWrapper {
    display: inline;
    position: relative;
    top: 3px;
}

.ada {
padding:0 25px;
}


 /*----------------------------------------------------------------------
    CAREER RESOURCE CENTER BOX
    ----------------------------------------------------------------------*/
  .career-toggle, .careerResourceBox {
               width: 95%;
  }
  .career-toggle {
               padding: 10px 0 12px 0px;
               cursor: pointer;
               float: left;
               z-index: 1;
               background-image: url("../../../images/portal/officeDepot1/redBtn.png") !important;
               background-repeat: no-repeat !important;
               background-position: 94% 50% !important;
  }
  .career-toggle.active {
               background: url("../../../images/portal/officeDepot1/redBtn.png"), rgb(255,255,255) !important; /* Old browsers */
               background: url("../../../images/portal/officeDepot1/redBtn.png"), -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,232,234,1) 100%) !important; /* FF3.6+ */
               background: url("../../../images/portal/officeDepot1/redBtn.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,232,234,1))) !important; /* Chrome,Safari4+ */
               background: url("../../../images/portal/officeDepot1/redBtn.png"), -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,232,234,1) 100%) !important; /* Chrome10+,Safari5.1+ */
               background: url("../../../images/portal/officeDepot1/redBtn.png"), -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,232,234,1) 100%) !important; /* Opera 11.10+ */
               background: url("../../../images/portal/officeDepot1/redBtn.png"), -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,232,234,1) 100%) !important; /* IE10+ */
               background: url("../../../images/portal/officeDepot1/redBtn.png"), linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,232,234,1) 100%) !important; /* W3C */
               filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe8ea',GradientType=0 ); /* IE6-9 */ 
               background-repeat: no-repeat !important;
               background-position: 94% 50% !important;
  }
  .careerResourceBox {               
               background-color: #ce0100;
               top: 45px;
               padding-bottom: 25px;
               margin-top: -24px;
               margin-bottom: 20px;
               z-index: 1;
               color: #fff;
               -webkit-border-bottom-right-radius: 10px;
               -webkit-border-bottom-left-radius: 10px;
               -moz-border-radius-bottomright: 10px;
               -moz-border-radius-bottomleft: 10px;
               border-bottom-right-radius: 10px;
               border-bottom-left-radius: 10px;
  }
  .career-toggle, .careerResourceBox {
               float: left;
  }
        .career-toggle h3 {
               cursor: pointer;
               width: 100%;
        }
        .careerResourceBox ul {
               list-style-tupe: square;
               color: #fff;
               margin-left: 0px;
               background: url(../../../images/portal/officeDepot1/whiteDottedBorder.gif) repeat-x 0px 21px;
        }
  .careerResourceBox ul li {
               margin-top: 6px;
               padding-bottom: 7px;
               margin-left: 14%;
               font-size: 1.0em;
  }
  .careerResourceBox ul li a {
               color: #fff;
  }

.linkmail {
text-decoration:underline;
color:#0000FF;
}

#js > div > div.wrapper > div.contents > div.homeVideo > iframe {
	position: relative;
	z-index: 0;
}

div.box.video h3 {
	height: 17px;
}



/* 
Job Matching ------------------------------------------------------ 				
*/
.jobmatching .columnRight2 {
width: 714px;
}

.jobmatching .columnLeft2 {
width: 242px;
}

.reccomendations-prompt {
width:300px;
margin-bottom:20px;
padding-left:10px;
font-size:11px;
}

.bump-down {
margin-top:12px;
}

.prompt-headline {
font-size:17px;
color: #335F86;
font-weight:bold;
}

#prompt-box {
float:left;
padding-bottom:10px;
}


.container-jobs-matched
{
width:69%;
float:right;
}

.top-jobs-matched {
width:100%;
height: 61px;
display: block;
background: #295476;
border-left:1px solid #003768;
border-right:1px solid #003768;
border-radius: 1em 1em 0em 0em;
}

.top-jobs-matched span, .top-recent-jobs span{
display:block;
float:right;
font-size:16px;
margin:11px 12px 0px 0px;
}

.top-jobs-matched a, .top-recent-jobs a {
color:white;
font-weight:normal;

}

.current-place {
font-size:110%;
font-weight:bold;
display:inline;
}
.top-jobs-matched a:hover {
text-decoration:underline;
}
.container-search-facets {
width:225px;
float:left;
}

.top-search-facets {
width:225px;
height:61px;
background: #295476;
border-left:1px solid #003768;
border-right:1px solid #003768;
border-radius: 1em 1em 0em 0em;
}
.logged-in-as div {
float:left;
margin-right:5px;
}
.text-top-bars {
color:white; 
padding:10px;
}



#photo-user {
width:31px;
height:31px;
background: url(../../../images/portal/officeDepot1/profile-picture-default.jpg) no-repeat bottom left !important;
}

.expanding {
width:10px;
height:20px;
padding:3px;
cursor:pointer;
}

.name-container {

}

.padding-facets-top {
padding-top:16px;
padding-left:14px;
padding-bottom:0px;
}

.content-matching {
width:100%;
border-radius: 0px 0px 15px 15px;
border: 1px solid #cdcccc;
border-top:none;
margin-bottom:10px;
padding-bottom:20px;
float:left;

}

.sign-me-out-label {
    color: #03477b !important;
    float: left;
    font-size: 12px !important;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1em;
    margin-right: 0.3em;
    margin-top: 1.6em;
    padding-bottom: 0 !important;
    width: 57%;
    border: 0 !important;
    text-transform: none !important;
    background: none !important;
}

.padding-content-matching {
padding:8px 10px 10px 15px;
}

.content-matching  h3 {
font-weight:bold;
color: #9FA1A4;
font-size:13px;
line-height:145%;
margin-top:1em;
}
.content-matching h4 {
font-size:19px;
color:#ff7b4a;
margin:.8em 0 .8em 0;
text-transform:uppercase;
}

.content-matching table {

border-collapse:collapse;
}

/*.content-matching table tr th, td {*/
/*font-size:14px;*/
/*border-bottom:1px solid #cdcccc;*/
/*}*/

.content-matching td a {
width:210px; 
display:block;
}


.content-matching tr th {
color: #ff7b4a;
border-bottom:1px solid #cdcccc;
text-align:left;
padding-left:5px;
padding-bottom:8px;
}


.content-matching td {
padding:3px 0px 2px 5px;
}

.job-list td:last-child {
text-align:right !important;

}

#top-of-relevancy th:last-child {
text-align:right !important;
padding-right:5px;
}

.job-list th:last-child {
text-align:right !important;
padding-right:42px;
}

.job-list tr:last-child td, .container-search-facets tr:last-child td {
border-bottom:0px !important;
}


.dots {
width:49px;
height:17px;
float:right;
margin-right:15px;
}

.dots-four {
background: url(../../../images/portal/officeDepot1/dots-four.jpg) no-repeat bottom left !important;
}

.dots-three {
background: url(../../../images/portal/officeDepot1/dots-three.jpg) no-repeat bottom left !important;
}

.dots-two {
background: url(../../../images/portal/officeDepot1/dots-two.jpg) no-repeat bottom left !important;
}

.dots-one {
background: url(../../../images/portal/officeDepot1/dots-one.jpg) no-repeat bottom left !important;
}

.list-experience td:first-child {
width:10%;
vertical-align:top;
padding-top:5px;
}/*Delete this if old class is never used anymore*/


.facet-list td:first-child {
width:10%;
vertical-align:top;
padding-top:5px;
}
.container-search-facets table td {
color: #003768;
font-size:12px;
border:0px none;
}

.container-search-facets table span {
font-size:11px;
text-transform:none;
}
.list-locations input {
vertical-align: middle;
margin-right:5px;
}/*Delete this if this class is no longer used 2-27-2013*/

.facet-list input {
vertical-align: middle;
margin-right:5px;
}

.sorry-no-matches {
width:81%;
display:block;
padding:45px;
font-size:20pt;
color:#d2d2d2;
text-align:center;
margin:0 auto;
text-transform:uppercase;
}

#findJobForMeButton {
width:158px;
height:37px;
text-indent:-9999px;
}

li #findJobForMeButton {
display:inline;
text-indent:0px !important;
background:none transparent !important;
margin-top:0px !important;
float:none !important;
}


.list-heading-text {
float:left;
display:block;
margin:.4em 0 0 .6em;
}

.findJob-BeforeClick {
width:154px;
cursor:pointer;
height:37px;
margin-top:12px;
background:url(../../../images/portal/officeDepot1/jobsForMeBtn.gif) no-repeat scroll left top transparent;
float: left;
}

.findJob-AfterClick {
width:154px;
height:37px;
margin-top:12px;
cursor:progress;
float: left;
background:url(../../../images/portal/officeDepot1/findjobs4me.jpg) no-repeat scroll left top transparent;
background-position:0 -42px;
}

.photo-user {
width:41px;
height:41px;
float:left;
}

.user-name-text {
font-size: 18px !important;
display:block;
float:left;
margin-left: 1em;
margin-top: .5em;
color: #fff;
}

#cwuc_faceturlusercontrol span {
display:block;
color: #333;
margin-top:.8em;
font-size:16px;
width: 100%;
font-weight: bold;
}

.padding-content-matching table {
margin-bottom:8px;
border-top:1px solid #CDCCCC;
}

.sign-me-out-control {
width: 100%;
clear: both;
}

.padding-content-matching input {
margin-right:.5em;
}

.sign-out-filter-control {
cursor:pointer;
background-color: #c00;
float: right;
margin: 1.6em 1em 0 0;
padding:.4em;
font-weight: bold;
color: #fff;
text-transform: uppercase;
}

.ui-autocomplete {
margin-top:2em;
}


.jobformehome p {
width:260px;
}

#cwuc_faceturlusercontrol_1_lblAddLocation {
    float: left;
}

.jobsformeleft, .jobsformeright {
border: 1px solid #cdcccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 9px;
background:url(../../../images/portal/officeDepot1/jobmatchingBG.gif) repeat-x left top transparent;
}

.jobsformeright {
margin-top:1em;
}

.jobsformeright th, .jobsformeright .tableSearchResults th {
border-bottom: 1px solid #cdcccc;
color: #ed1a3b;
background: #fff;
}

.jobsmatchedforme {
    margin: 10px 10px 24px 5px;
}
.jobsformeright h3 {
    margin-bottom: 2px;
    font-size: 12px;
    border-bottom: 1px solid #cdcccc;
}

#cwuc_faceturlusercontrol_1_lblposition,#cwuc_faceturlusercontrol_1_lblskill,#cwuc_faceturlusercontrol_1_lbllocation {
    border-bottom: 1px solid #cdcccc;
}
.jobsformeleft td {
    border: 0;
}
.cf{
  clear: both;
}
.right-map-image{
  float: right;

}
.left-map-text{
  width: 187px;
  position: absolute;
  top: 25px;
  font-weight: normal;
}
.map-box{
 
  position: relative;

}
strong {
  font-weight:bold;

}