
/***** Generals *****/
#box-joboffer-template * {
	margin: 0;
	padding: 0;
	list-style-position:outside;
}


#box-joboffer-template li{
	margin-left:15px;
	padding-right:10px;
}

#box-joboffer-template .clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#box-joboffer-template img {
	border: 0;
}

body {
	background-image: display: none;
}

#box-joboffer-template {
	font: .75em/1.5em arial,verdana, sans-serif;
	width: 950px;
	margin: 0 auto;
}

#box-joboffer-template a:link {
	color: #146ef5;
}

#box-joboffer-template a:visited {
	color: #146ef5;
}

#box-joboffer-template a:hover {
	color: #00409f;
}

#box-joboffer-template a:active {
	color: #146ef5;
}

/*** header ***/

#box-joboffer-template #header {
	font-size:12px;
	margin: .5em 0;
}

	#box-joboffer-template #header img {
		float: left;
	}

	#box-joboffer-template #header p {
		text-align: right;
	}

/*** content ***/

#box-joboffer-template-content {
	margin: 3.5em auto;
	width: 670px;
	border: 4px solid #f9f9f9;
}

#box-joboffer-template-content .img-top {
	margin-bottom: 20px;
}

#box-joboffer-template-content .img-bottom {
	margin-top: 40px;
}

	#box-joboffer-template-content .wrapper {
		padding: 18px;
	}
	
	#box-joboffer-template-content h1 {
		font: 24px/1.5em helvetica, arial,verdana, sans-serif;
		font-weight: bold;
		text-align: center;
	}
	
	#box-joboffer-template-content h2 {
		font: 16px/1.5em helvetica, arial,verdana, sans-serif;
		text-align: center;
	}
	
	#box-joboffer-template-content h3 {
		font: 18px/1.5em helvetica, arial,verdana, sans-serif;
		font-weight: bold;
	}
	
	#box-joboffer-template-content .date {
		font-size: 10px;
		text-align: center;
		color: #aaa;
	}
	
	#box-joboffer-template-content .summary {
		float: left;
		width: 400px;
		margin: 30px 0 10px 0;
	}
	
		#box-joboffer-template-content .summary p {
					padding: 5px 0;
					border-bottom: 1px solid #f1f1f1;
				}

					#box-joboffer-template-content .summary p span {
						display: inline-block;
						text-align: left;
						width: 100px;
						padding-right: 1em;
					}
	
	#box-joboffer-template-content .apply-top {
		float: right;
		width: 350px;
		text-align: center;	
		margin-top: 80px;
	}
	
	#box-joboffer-template-content .img-middle {
		float: right;
		width: 350px;
		margin-top: 55px;
	}
	
	#box-joboffer-template-content .apply-top p {
		font-size: 10px;
		color: #aaa;
	}
	
	#box-joboffer-template-content .apply-bottom {
		text-align: center;	
		margin-top: 25px;
	}
	
	#box-joboffer-template-content .apply-bottom p {
		font-size: 10px;
		color: #aaa;
	}
	
	#box-joboffer-template-content .description {
		margin: 20px 0;
	}
	
	#box-joboffer-template-content .required-skills {
	}
	
	#box-joboffer-template-content .external-url {
		border: 1px solid #F1F1F1; 
		padding: 4px; 
		background-color:#FFFFE0; 
		margin-top: 15px;
	}