/* CONTROL BAR TOP 
-----------------------------------*/
#ja-box-action-top {
  background: url(images/grad1.gif) repeat-x left bottom #f0f0f0;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 5px 10px 7px;
}

#ja-box-action-top .ja-sortlist {
  float: right;
  padding-right: 10px;
  padding-top: 5px;
  position: relative;
}

#ja-box-action-top .ja-sortlist label {
  color: #666;
  font-size: 100%;
  font-weight: bold;
  padding-right: 5px;
  text-shadow: 1px 1px 0 #fff;
}

#ja-box-action-top .ja-sortlist .sortby {
  font-size: 80%;
}

#ja-box-action-top input.ja-selectall {
  margin: 7px 0 0 15px;
}

#ja-box-action-top input.ja-job-selected-number {
  /*background: #FFFDD8;*/
   /*border: 1px solid #cccccc; */
  color: #333;
  font-size: 92%;
  font-weight: bold;
  margin: 3px 10px 0 10px;
}

#ja-box-action-top a.button {
  display: block;
  float: left;
  margin: 3px 5px 0;
  padding: 0 10px;
  text-decoration: none;
  text-align:center;
}

#ja-box-action-top a.view {
  width: 4%;
}

#ja-box-action-top a.button span {
  margin: 0;
  padding: 0;
}

#ja-box-action-top input {
  background: #fff;
  border: medium none;
  color: #898989;
  display: block;
  float: left;
  margin-left: 10px;
  position: relative;
}

/* JOBLIST 
-----------------------------------*/
#ja-profilelist {
  margin:0;
  padding:0;
  text-align:left;
}

#ja-banner {
  text-align:left !important;
}

#ja-profilelist ol {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  text-align: left;
}

#ja-profilelist li.row0,
#ja-profilelist li.row1 {
  background: url(images/hdot.gif) repeat-y 30px 0;
  border: 1px solid #ddd;
  border-top: 0;
  display: block;
  margin: 0;
  padding: 15px 90px 20px 60px;
  position: relative;
  min-height:140px;
}
#ja-profilelist .inner {
  margin: 0;
  padding: 0;
}

#ja-profilelist li.row1 {
  background-color: #F7F7F7;
}

#ja-profilelist li.premiumjob {
  /*background-color: #FFFDD8;*/
  border-bottom: 1px solid #FAE8DF;
}

#ja-profilelist li.hover,
#ja-profilelist li.selected {
  background-color: #F0F7FC;
  border-bottom: 1px solid #C9DAE5;
  cursor: pointer;
}

#ja-profilelist span.ja-row-number {
  color: #ddd;
  font-size: 500%;
  font-weight: bold;
  position: absolute;
  right: 20px;
  text-align: right;
  text-shadow: 1px 1px 0 #fff;
  top: 70px;
  width: 300px;
  line-height:45px;
}

#ja-profilelist li span.ja-job-item-checkbox {
  display: block;
  height: 20px;
  left: 20px;
  position: absolute;
  top: 16px;
  width: 50px;
}

span.ja-companyname {
  display: block;
  font-weight: bold;
  margin: 0 0 10px 0;
}

img.logo {
  background: #fff;
  border: 1px solid #ddd;
  margin: 5px 15px 0 0;
  padding: 5px;
}

.ja-job-meta {
  margin: 0;
  padding-top: 20px;
}

/* Job Category ---*/
.ja-job-category {
  background: url(images/folder.png) no-repeat 0px 2px;
  border-right: 1px solid #ddd;
  display: block;
  float: left;
  margin: 0 10px 3px 0;
  padding: 0 10px 0 20px;
}

.ja-job-category strong {
  color: #666;
  font-size: 100%;
  font-weight: bold;
}

.ja-job-category a,
.ja-job-location a {
  color: #069;
  font-size: 92%;
  padding: 0 2px;
  text-decoration: underline;
}

/* Job location ---*/
.ja-job-location {
  background: url(images/world.png) no-repeat 0px 2px;
  display: block;
  float: left;
  margin: 0;
  padding-left: 20px;
}

.ja-job-location strong {
  color: #666;
  font-weight: bold;
}

/* Job details ---*/
.ja-job-details .ja-job-title {
  margin: 0 50px 10px 0;
}

.ja-job-details .ja-job-title span {
  color: #cc0000;
  font-size: 92%;
  padding-left: 5px;
}

/* Time show ---*/
.datetime {
  background: url(images/time.png) no-repeat 0px 3px;
  color: #069;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding-left: 5px;
  padding-left: 20px;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 15px;
}

.ja-featured-job,
.ja-new-job {
  background: url(images/featured-bag.png) no-repeat left top;
  bottom: 0 !important;
  color: #cc0000 !important;
  height: 89px;
  margin: 0;
  padding: 0;
  right: 0 !important;
  text-align: left;
  text-indent: -9999px !important;
  width: 89px;
  position: absolute;
  display: block;
}

.ja-new-job {
  background: url(images/new-job.png) no-repeat left top;
  height: 72px;
  width: 72px;
}

/* CONTROL BAR BOTTOM 
-----------------------------------*/
#ja-box-action-bot {
  background: url(images/grad1.gif) repeat-x left bottom #f0f0f0;
  border: 1px solid #ddd;
  clear: both;
  overflow: hidden;
  padding: 5px 10px 7px;
}

#ja-box-action-bot .ja-sortlist {
  float: right;
  padding-right: 10px;
  padding-top: 5px;
  position: relative;
}

#ja-box-action-bot .ja-sortlist label {
  color: #336600;
  font-size: 100%;
}

#ja-box-action-bot .ja-sortlist .sortby {
  font-size: 80%;
}

#ja-box-action-bot input.ja-selectall {
  margin: 7px 0 0 15px;
}

#ja-box-action-bot input.ja-job-selected-number {
  /*background: #FFFDD8;*/
  border: 1px solid #CCCCCC; 
  color: #333;
  font-size: 92%;
  font-weight: bold;
  margin: 3px 10px 0 10px;
}

#ja-box-action-bot a.button {
  display: block;
  float: left;
  margin: 3px 5px 0;
  padding: 0 10px;
  text-decoration: none;
}

#ja-box-action-top a.button span {
  margin: 0;
  padding: 0;
}

#ja-box-action-bot input {
  background: #fff;
  border: medium none;
  color: #898989;
  display: block;
  float: left;
  margin-left: 10px;
  position: relative;
}

#ja-box-action-bot { }

#ja-box-action-bot input { background-position: -32px 4px; }

/* PAGNAVIGATION 
-----------------------------------*/
.jobs-pagination ul.pagination {
  background: none;
  border: 0;
  float: left;
  margin: 0;
  padding: 0;
}