.bizbox {
	width: 180px;
	height: 143px;
	background-image: url(/employment/bizbox2.gif);
}
.bizbox2 {
	width: 180px;
	height: 143px;
	background-image: url(/employment/bizbox1.gif);
}
a.bizlink {
	display: block;
	font-size: 11px;
	color: #666666;
	height: 126px;
	width: 156px;
	text-decoration: none;
	padding: 17px 12px 0px 12px;
	line-height: 16px;
}
a.bizlink:hover {
	color: #CC0000;
}
.listrow1 {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
}
.listrow2 {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	background-color: #EEEEEE;
}
td.spec {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.back_link {
	text-align: right; 
	position: absolute; 
	top: 283px; 
	width: 564px; 
	font-size: 10px;
}
* html .back_link {
	text-align: right; 
	position: absolute; 
	top: 288px; 
	width: 564px; 
	font-size: 10px;
}
.jobbox {
	display: none;
	visibility: hidden;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #999999;
	width: 415px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 18px;
}
* html .jobbox {
	padding: 10px;
}
.jobbox input {
	font-weight: normal;
}
.jobbox textarea {
	font-weight: normal;
}
.jobboxTitle {
	width: 337px;
}
* html .jobboxTitle {
	width: 326px;
}
.resumeInfo {
	font-size: 11px;
	font-weight: bold;
}
.resumeInfo td {
	padding: 3px 0px 3px 0px;
}
.resumeInfo input {
	font-weight: normal;
}
.resumeInfo textarea {
	font-weight: normal;
}
.tbl_name {
	font-size: 11px;
	font-weight: bold;
}
.tbl_info {
	font-size: 11px;
	text-align: right;
}
.tbl_address {
	font-size: 11px;
}

/* Job Opp Styles */
#boxShadow{
	background-color: #dadada; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	width: 400px;
}

#boxHolder {
	position: relative;
	bottom: 3px;
	right: 3px;
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 3px;
}

#boxContent{
	background-color: #ccc; /*background color of content*/
	color: #000; /*text color of content*/
	padding: 10px;
	margin: 0px;
	text-align: left;
}

.disclaimer { width: 75%; border: 2px solid #999999; padding: 10px; border-color: #666666 #999999 #999999 #666666; height: 200px; overflow: auto; margin: 15px auto; }