/* CSS Document */

form { background: none; }

.myinput { width: 150px; }
.myinput200 { width: 200px; }

.boldtxt {
	color: #6B7C8F;
	text-decoration: none;
	font-weight: bold;
}

.jobTable th {
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	background-color: #4C72A1;
	border-bottom: 3px solid #75B000;
	height: 35px;
	line-height: 35px;
}

.jobTable th a:link, .jobTable th a:visited, .jobTable th a:hover, .jobTable th a:active {
	color: #FFF;
}

.jobTable td {
	border-bottom: 1px solid #E0E0E0;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.grayline {
	background-color: #EFEFEF;
}

#bottomline {
	border-bottom: 3px solid #75B000;
	line-height: 0px;
	height: 0px;
}

.focusblue {
	background-color: #003366 !important; 
}

.bold {
	font-weight: bold;
}

#jobDetail label {
	width: 150px;
	float: left;
	font-weight: bold;
}

#jobDetail br {
	clear: both;
}

.greentitle {
	font-family:'Lucida Grande','Trebuchet MS',Verdana,Sans-Serif;
	color: #75B000;
	font-size: 24px;
	line-height: 150%;
}

#jobFormTable ul {
	
}

#jobFormTable ul li {
	list-style: none;
	font-weight: normal;
	line-height: 15px;
	height: 15px;
}

#jobFormTable ul li label {
	width: 150px;
	float: left;
}

#jobFormTable ul br {
	clear: both;
}

.required {
	font-weight: bold; color: #990000;
}

#resume div {
	line-height: 30px;
	height: 30px;
}

.italic { font-style: italic; }

#contactInfo ul li{
	margin:0;
	padding:0;
	height:30px;
}


