/*CSS specific to listings pages*/

/*DIV containing contentBlockTop and contentBlockBottom*/
#centralContentBlock{
  margin:0;
}


/*DIV containing breadCrumb, contentBlock and toolsColumn (if applicable) */
#contentBlocksContainer{
  /*width:595px;*/
  padding:0 0 0 5px;
  margin:0 0 0 160px;
}

#contentBlockTop{
  position:relative;
  background: url(../img/line_dotted_content_listing.gif) no-repeat 10px 72px;
  padding: 0 10px 50px 10px;
  border:1px solid #DCDCDC;
}

#contentBlockBottom .floatRight a {color:black;}


/* Container Div for Main News Page Search */

#contentBlockMainNewsPageSearch{
  position:relative;
  padding:55px 0px 0px 0px;
  border:0px ;
  margin-top: 10px;
}

#contentBlockMainNewsPageSearch p{
  margin:15px 0;
  line-height:1.2em;
}

/* End of Container Div for Main News Page Search */



.listingMonthHeader{
  position:relative;
  height:40px;
  border-bottom:1px solid silver;
}

.listingMonthHeader .listingEntryDate{
  font-weight:bold;
  top: 15px;
  left:0;
}

.listingEntry{
  position:relative;
  line-height:1.5em;
  padding:5px 0;
  border-bottom:1px solid silver;
}

.listingEntryDate{
  width:120px;
  position:absolute;
  left:0;
}



.listingEntryJobTitle{
  margin:0 170px 0 120px;
}

.listingEntryJobTitleLink{
  color:black;
  font-weight:bold;
}

.listingEntryBrand{
  width:155px;
  position:absolute;
  right:0;
}

.listingHeader{
  position:relative;
  background-color: #5DC0D0;
  margin-top:10px;
  padding:10px 0;
  line-height:1.5em;
  font-weight:bold;
}

.listingHeader .listingEntryDate{
  width:120px;
  position:absolute;
  left:3px;
}




#vacanciesHeader{
  position:absolute;
  top:20;
}


#browseBlock{
  /* Left-hand sidebar */
  width:140px;
  float:left;
  padding:0 0px 0 10px;
  border:1px solid #DCDCDC;
}

h2 {
  padding: 20px 0 0 0;
  margin-bottom: 20px;
  font-size: 165%;
}

.brandscontainer {
  position:relative;
  padding: 10px 10px 0 10px;
  border-bottom: #CCCCCC solid 1px;
}

.brandscontainer p {
  
}

.brandsimgposition {
  padding-top: 10px;
  margin-top: 10px;
}


.historyTimelineContainer {
  background-color:#b7deff;
  /*height: 2em;*/
  padding:10px 0px 10px 10px;
  border-bottom: #CCCCCC solid 1px;
}

#historyTimeline, #historyTimeline ul {
  display: inline;
}

#historyTimeline li {
	display: inline;
	padding-right:8px;
}

#historyTimeline a {
	color: #000000;
	text-decoration: underline;
	display: inline;
	font-weight: bold;
}

#historyTimeline a.active, #historyTimeline a:hover {
	text-decoration: none;
	font-weight: bold;
	}