/*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 50px;
  padding:55px 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 215px 0 120px;
}

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

.listingEntryBrand{
  width:208px;
  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;
}

.searchContainer {
	position:relative;
	background-color: #d8edff;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	height: 29px;
}

.listingJobTitleSearch {
	position: absolute;
	width: 245px;
	left: 65px;
}

.listingBrandSearch {
	position: absolute;
	width: 245px;
	right: 5px;
}

.listingBrandSearch form{
	font: 1em;
	text-align: right;
}

.listingBrandSearch form .searchin {
	font: 1em;
	vertical-align: top;
	margin-top: 4px;
}

.listingJobTitleSearch form{
	font: 1em;
	text-align: right;
}

.listingJobTitleSearch form .searchin {
	font: 1em;
	vertical-align: top;
	margin-top: 4px;
}

.searchsubmit {
	margin-bottom: 1px;
}

.searchsubmit2 {
	margin-top: 4px;
}


.searchin {
	padding: 0;
	margin: 0;
}
