

/* jobs */
.link {
 font-size:11px;
}
.link a {
 text-decoration: underline;
}
/* Vacancies */
 #list {
  margin-left:15px;
  width:400px;
 }
 #list tr.tablerow1 {
  background: #fff;
 }
 #list tr.tablerow2 {
  background: #e2e2e2;
 }
 #list td {
  padding:3px 4px;
 }
 
 #list div.hover {
  display: block;
  position: absolute;
  background: #000;
  right: -250px;
  bottom:-15px !important;
  bottom:-4px;
  width: 300px; 
 }
 
 #list td .hover p {
  color:#c7c7c7;
  line-height:14px; 
  margin: 8px 4px 8px 4px;
 }
 
 #contentRight #list h2 {
  color:#009dff;
  font-size:17px;
  margin-left:4px;
 }
 #list h4 {
  font-size:13px;
  font-weight:bold;
  margin: 0px 4px 8px 4px;
 }
 #list td .hover p.details {
  color:#009dff;
  font-size:11px;
  margin:14px 0px 14px 14px;
 }
 
 #list b {
  display:block;
 } 
 
 #list p b {
  display:inline;
 } 

 #list b span {
  color:#c7c7c7;
  font-size:10px;
  font-weight:lighter;
 }
 
 #contentRight #list h4 a {
  color:#009dff;
 }
 
 #list .arrow {
  position:absolute;
  bottom:16px;
  left:-12px;
  display:block;
  background: url(http://www.jagex.com/img/corporate/images/arrow_corner.gif) no-repeat;
  width:12px;
  height:18px;
 }
 #list th.pointers a {
  background: url(http://www.jagex.com/img/corporate/images/list_arrows.gif) no-repeat right;
  padding-right:25px;
 }
 #list div.scroll {
  display:block;
  padding:10px;
 }
 
 #list span.scroll-old {
  overflow-y:auto;
  height:150px;
  display:block;
 }
 
 #list td a {
  display:block;
 } 
/* xVacancies */
/* xjobs*/

.tpLftCnr {
 display:block;
 background: url(http://www.jagex.com/img/corporate/images/vacancies_Cnrs.gif) no-repeat;
 width:5px;
 height:5px;
 position:absolute;
 top:0px;
 left:0px;
 font-size:0px; 
}

.tpRghtCnr {
 display:block;
 background: url(http://www.jagex.com/img/corporate/images/vacancies_Cnrs.gif) no-repeat 0px -20px;
 width:5px;
 height:5px;
 position:absolute;
 top:0px;
 right:0px;
 font-size:0px;
}
.btLftCnr {
 display:block;
 background: url(http://www.jagex.com/img/corporate/images/vacancies_Cnrs.gif) no-repeat 0px -10px;
 width:5px;
 height:5px;
 position:absolute;
 bottom:0px;
 left:0px;
 font-size:0px;
}
.btRghtCnr {
 display:block;
 background: url(http://www.jagex.com/img/corporate/images/vacancies_Cnrs.gif) no-repeat 0px -30px;
 width:5px;
 height:5px;
 position:absolute;
 bottom:0px;
 right:0px;
 font-size:0px;
}

.cnrContainer {
 height:2px;
 position:relative;
 display:block
}