﻿/* POST BUTTON  :::::::::::::::::::::::::::::::::::::::::::::::::::: */
a#post-a-job {
	position: absolute;
	top: 75px;
	right: 50px;
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
a#post-a-job div {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 80px;
	height: 160px;
	overflow: hidden;
	background: url("images/btn-postajob.png") no-repeat;
}
* html a#post-a-job div {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/btn-postajob.png', sizingMethod='crop');
}
/* KROP  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#krop {
	margin-top: 15px;
	font-family: Helvetica, arial, Verdana, sans-serif;
	font-size: 11px;
	color: #625e51;
	text-align: left;
	background-color: #fff;
}
#krop a {
	color: #003366;
	outline: none;
}
#krop table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: none;
}
#krop th {
	font-weight: normal;
}
#krodp th, #krop td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#krop .clear {
	clear: both;
}
#krop .noborder {
	border: none !important;
}
/* SEARCH FORM  :::::::::::::::::::::::::::::::::::::::::::::::::::: */
#krop #krop_search_form {
	padding: 20px 20px 20px 20px;
	background: #F0F8FF;
}
#krop_search_form input {
	padding: 6px 5px 3px 5px;
	border: 1px solid #E1DEC7;
	width: 650px;
	color: #CCCCCC;
	font-family: Helvetica, arial, Verdana, sans-serif;
	font-size: 21px;
	font-weight: lighter;
}
/* SPECIAL ID - Activates when Krop is making a trip to the server*/
#krop_search.searching {
	color: #A39C87;
}
#krop_post {
	display: none;
}
#krop_note {
	color: #A39C87;
	padding: 3px 0 0 4px;
	font-size: 10px;
}
/* RESULTS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#krop_job_listing {
	width: 510px;
}
/* Column Headers */
#krop_job_listing thead tr {
	
}
#krop_job_listing thead th {
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	overflow: hidden;
}
* html #krop_job_listing thead tr {
	background: transparent;
}
* html #krop_job_listing thead th {
	visibility: visible;
}
/* Results Table */
#krop_job_listing th, #krop_job_listing td {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #E1DEC7;
}
#krop_job_listing th a, #krop_job_listing td a {
	padding: 15px 0 11px 0px;
	display: block;
	width: 225px;
	height: 18px;
	color: #003366;
	font-size: 12px;
	text-decoration: none;
}
#krop_job_listing tr:hover a {
	color: #0099CC;
	border-bottom: 1px;
}
#krop_job_listing th a:hover, #krop_job_listing td a:hover {
	color: #0099CC;
	border-bottom: 1px;
}
#krop_job_listing tbody th, #krop_job_listing tbody td {
	border-color: #D4D4C5;
}
#krop_job_listing tbody td.position {
	width: 275px;
}
#krop_job_listing tbody td.company {
	width: 150px;
}
#krop_job_listing .hot .company {
	background: url(images/new.png) no-repeat 100% 18px;
}
#krop_job_listing .new .company {
	background: url(images/new.png) no-repeat 100% 18px;
}
#krop_job_listing tbody tr:hover a {
	color: #0099CC;
}
/* PAGINATION ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#krop_pagination p {
	padding: 16px 0;
	font-size: 11px;
	text-align: center;
}
#krop_pagination p a {
	color: #625E51;
	padding: 4px 6px 2px 6px;
	margin-left: 1px;
	background-color: #F0EEE7;
	border: 1px solid #F0EEE7;
	text-decoration: none;
}
#krop_pagination p a.active {
	color: #fff;
	background: #1F3F5F;
	border-color: #102132;
}
#krop_pagination p a:hover {
	color: #fff;
	background: #0099CC;
	border-color: #00536F;
}
/* DETAIL PAGE :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#krop_job_show {
		position: relative;
}
#krop_company_and_location {
	}
#krop_company_and_location h1 {
	margin: 0px;
	padding: 40px 28px 0px 21px;
	font: bold 27px/31px Helvetica, Arial, Verdana, sans-serif;
	color: #0099CC;
	text-decoration: none;
}
#krop_company_and_location h1 a {
	text-decoration: none;
}
#krop_company_and_location h1 a:hover {
	text-decoration: underline;
}
#krop_company_and_location h3 {
	font: bold 11px/15px Helvetica, Arial, Verdana, sans-serif;
	padding: 0px 0px 25px 21px;
	margin: 0px;
	color: #A39C87;
	border-bottom: 1px solid #D6D1BF;
}
#krop_posted_on {
	position: absolute;
	top: 21px;
	right: 28px;
	color: #A39C87;
	line-height: 12px;
	text-align: right;
	font-size: 10px;
}
#krop_job_show h2.krop_title {
	font: bold 18px/22px Helvetica, Arial, Verdana, Sans-Serif;
	margin: 0px;
	padding: 30px 28px 0px 21px;
	color: #625E51;
}
#krop_description {
	padding: 0px 28px 0px 21px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}
#krop_description p {
	padding-top: 10px;
}
#krop_description ul {
	padding-left: 20px;
}
#krop_apply {
	line-height: 16px;
	padding: 15px 50px 25px 21px;
	background: url("images/helpwanted-detail-bg-bot.png") no-repeat bottom left;
}
#krop_back {
	padding: 8px 0px 8px 21px;
}
/* FOOTER ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#krop_home {
	display: none;
}

tr.odd:hover {
	background:#F0FAFF;
}

tr.even:hover {
	background:#F0FAFF;
}
