/* Styles for Info Boxes */
.infoBox { 
	position: relative; 
	background-color: #DBFOFF;
	/*background-image:url(images/info-bg.jpg);
	background-repeat: repeat-y;*/
	padding: 0px 0px 0px 0px; 
	width: 170px; 
	height: auto; 
	margin: 0px 0px 7px 0px; 
}

.infoBox .leftLink { 
	color: #005A99; 
	background-image: url(images/blueArrowL.gif); 
	background-position: left center; 
	background-repeat: no-repeat; 
	line-height: 25px; 
	text-transform: uppercase; 
	margin: 0px 0px 0px 15px; 
	padding: 0px 0px 0px 30px; 
	text-decoration: none;
}

.infoBox .leftLink:hover { 
	color: #4E4E4E; 
	text-decoration: none; 
}

.infoBox .rightLink { 
	color: #005A99; 
	background-image: url(images/blueArrowR.gif); 
	background-position: right center; 
	background-repeat: no-repeat; 
	line-height: 25px; 
	text-transform: uppercase; 
	margin: 0px 15px 0px 0px; 
	padding: 0px 30px 0px 0px; 
	text-decoration: none; 
	text-align: right; 
}

.infoBox .rightLink:hover { 
	color: #4E4E4E; 
	text-decoration: none; 
}
.infofooter{
	/*background-image: url(images/info-footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
	width: 100px;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 50px;
	height: 10px;
	vertical-align: bottom;
}
.searchfooter{
	background-image: url(images/searchbgslice.jpg);
	background-repeat: repeat-y;
	width: 213px;
	height: 10px;
}

.jobsinfooter{
	background-image: url(images/jobsinbottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 10px;
	vertical-align: bottom;
}
#leftadvert{
	position:relative;
	float: left;
	width: 170px;
	height: 150px;
	background-color: #E4F3FC;
	padding-right: 7px;
}
/* Styles for Info Box Headers */
.infoBoxHdr {
	/*background-image:url(images/info-header-top.jpg);
	background-repeat:no-repeat;*/
	position: relative;
	color: #067ECD;
	width: 100%; 
	height: 30px; 
}

.infoBoxHdrTop {
	background-image:url(images/info-header-top.jpg);
	background-repeat:no-repeat;
	position: relative;
	color: #067ECD;
	width: 100%; 
	height: 30px; 
}
.infoBoxHdr .left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
	text-transform: none;
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
}

.infoBoxHdr .right { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative; 
	text-transform: none; 
	padding: 5px 0px 0px 0px; 
	text-align: right; 
	width: 140px;
	font-weight: bold;
}

.whiteBullet { 
	background-image: url(images/orangeBullet.jpg); 
	background-repeat: no-repeat; 
	background-position: center;
	padding-bottom: 5px;
	width: 30px; 
	height: 20px; 
}
.whiteBulletreverse { 
	background-image: url(images/orangeBulletreverse.jpg); 
	background-repeat: no-repeat; 
	background-position: center;
	padding-bottom: 5px;
	width: 30px; 
	height: 20px; 
}

/* Style for job item listings */
.jobItem {  
	position: relative; 
	cursor: pointer; 
	height: auto; 
	width: 550px; 
	line-height: 20px; 
	margin: 10px 0px 10px 0px; 
}

.jobItemHdr { 
	width: 100%;  
	height: 35px; 
	background-color: #FFFFFF; 
	padding: 5px 5px 5px 5px; 
}
.jobItemHdr a { 
	text-decoration: none; 
	color: #000000; 
	font-weight: bold; 
}
.jobItemHdr a:hover { text-decoration: none; }

.jobItemHdrL { float: left; color: #000000; }
.jobItemHdrR { float: right;  text-align: right; color: #000000; }

.jobItemContent { border-bottom-color: #000000; border-bottom-width: thin; width: 100%; clear: both; text-align: justify; background-color: #FFFFFF; color: #4E4E4E; padding: 5px 5px 5px 5px; }

.resumeDataItem { border: 1px solid #1691E2;  position: relative; float: left; width: 250px; height: auto; margin: 10px; padding: 5px; }
.tblBlueHdr { color: #FFFFFF; }

.pagination { position: relative; background-color: #E4F3FC; text-align: center; height: 20px; width: 550px; line-height: 20px; padding: 5px; margin: 10px 0px 0px 0px; }
.pagination a { color: #0480AB; text-decoration: none; }

.toolkitItem { position: relative; width: 550px; height: auto; min-height: 120px; margin-top: 10px; margin-bottom: 10px; }

/* Style for job details */
#jobDetails { 
	background-image: url(images/ad-slice.jpg);
	background-repeat: repeat-y;
  white-space:normal; position: relative; width: auto; margin-left: 20px; margin-right: 20px;line-height: 20px; color: #000000}
#jobDetails dl { position: relative; background-color: #FFFFFF; padding: 5px 5px 5px 5px; }
#jobDetails dt { position: relative; background-color: #FFFFFF; padding: 5px 5px 5px 5px; color: #000000; }

#sendResumePosition { position: relative; text-align: center; padding: 0px; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 0px; }
#prettyViewResumeBox { position: relative; border: #1691E2 1px solid; width: 400px; height: 10px; text-align: center; padding: 30px; margin-left: auto; margin-right: auto; margin-top: 50px; }
#emaillink {
	float: right;
	width: 150px;
	height: auto;
	text-align: right;
}

#ad {
	position: relative;
	background-image: url(images/ad-slice.jpg);
	background-repeat: repeat-y;
	width: 502px;
	height: auto;
}
#adheader {
	position: relative;
	background-image: url(images/ad-header.jpg);
	background-repeat: no-repeat;
	width: 502px;
	height: 92px;
}
#adfooter {
  white-space:normal;
	position: relative;
	background-image: url(images/ad-bottom.jpg);
	background-repeat: no-repeat;
	width: 502px;
	height: 90px;
}