.formFix {
	margin: 0;
}

.highlight {
	background-color: yellow;
    font-weight: bold;
}

.draghover {
	background-color: #CCE1EF;
}

.hoverActive {
   background-color: #ffffcc;
}

.leftsection {
	min-height:55px;
}

.blue14notunderlined
{
	color: #2F82AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.blue14notunderlined:hover
{
	color: #2F82AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.lineitem {
	padding-bottom:7px;
}

.career {
	border: 2px solid #3794bb;
	background-color: white;
	text-align:left;
    z-index: 1;
	position:absolute;
}

.careerLink {
	margin: 2px;
	padding: 6px;
	background-color: white;
	display: block;
	border-bottom: 1px solid #3794bb;
}

.career a:hover {text-decoration:underline;}
