@charset "utf-8";
/* CSS Document */
body {
	font-size: 11px;
	font-family:  Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

#frm {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 11px;
	font-family:  Verdana, Geneva, sans-serif;
	
}

select {
	font-size: 11px;
	font-family:  Verdana, Geneva, sans-serif;

}

td {
	font-size: 11px;
	font-family:  Verdana, Geneva, sans-serif;

}

#toolbar {
	padding-left: 3px;
	height: 22px;
	width: 497px;
}

#searchGrid {
}

.gridLine {
	float: none;
	clear: both;
	width: 500px;
	height: 14px;
	cursor: pointer;
	/* background-color:#FFF; */
}

.fld {
	padding-left: 3px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: iTextOverflow;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.even {
	background-color: #CCC;
}
.odd {
	background-color: #F66;
}

.cOccupation {
	width: 110px;
}

.cSpecialty {
	width: 110px;
}

.cJobType {
	width: 130px;
}

.cCity {
	width: 100px;
}

.cState {
	width: 22px;
}

.applyButton {
	background-color: #FF0000;
	color: #FFF;
	border-width: 2px;
	border-style: outset;
	border-color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100px;
	text-align: center;
	padding: 4px;
	font-size: 12px;
	font-weight: 600;
}

.bodyPanel {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 288px;
	width: 517px;
	overflow:auto;	
	background-color:#fff;color:#000;
}

#returnToSearch {
	color: #ffffff;
	font-weight: 700;
}

.reset {
	text-decoration:underline;
	cursor: pointer;
}



#job {
	overflow: auto;
}

#Occupation {
	font-size: 14px;
	font-weight: 700;
}

.jobTitle {
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
}

.benefitList {
	
}

#jobLocation {
	font-size: 14px;
	padding-bottom: 5px;
}
