@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------
/  Job Partners Styles
/* ------------------------------------------------------------- */

td { font-size: 12px; } /* since we are forced into quirksmode the default size for text becomes 80% of the default text size which is usually 16px */



#jp_login {
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	font-size: 10px;
	line-height: 15PX;
}

#jp_login form div { margin-bottom: 10px; }

#jp_resultSet td {
	padding: 10px; 
}

tr.evenrow td { background-color: #000; }
tr.oddrow td { background-color: #0C0C0C; }

.selectEducationLevel {
	width: 354px;
}

.selectJobType {
	width: 354px;
	margin-right: 20px;
}

table#jp_jobDetail {
	margin-bottom: 4em;
	width: 600px;
}

#jp_jobDetail td.label {
	font-weight: 100;
	color: #FCAD02;
	padding-bottom: .5em;
}


.selectWide { width: 300px; }
.selectNarrow { width: 150px; }
.selectTitle { width: 150px; }

.profileRow td { padding-bottom: 10px; }

.profileLabel { color: #FCAD02; }
.profileStar { color: #FCAD02; }

a.profileButton:link {
	background: #595959;
	color: #FFF;
	border: none;
	font-size: 10px;
	padding: 4px 20px;
	border-top: 1px solid #6c6c6b;
	border-right: 1px solid #6c6c6b;
	border-left: 1px solid #595959;
	border-bottom: 1px solid #595959;
	vertical-align: middle;
	text-decoration: none;
}

a.profileButton:visited {
	background: #595959;
	color: #FFF;
	border: none;
	font-size: 10px;
	padding: 4px 20px;
	border-top: 1px solid #6c6c6b;
	border-right: 1px solid #6c6c6b;
	border-left: 1px solid #595959;
	border-bottom: 1px solid #595959;
	vertical-align: middle;
	text-decoration: none;
}

a.profileButton:hover {
	background: #FCAD02;
	color: #000;
	border: none;
	font-size: 10px;
	padding: 4px 20px;
	border-top: 1px solid #ffc547;
	border-right: 1px solid #ffc547;
	border-left: 1px solid #FCAD02;
	border-bottom: 1px solid #FCAD02;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;	
}
