﻿.jobposting .header
{
	cursor: default;
	position: relative;
}

.jobposting p
{
	margin: 5px 0px 5px 0px;
}

.jobposting .header .outer
{
	background: transparent url(images/top-right-cap.png) no-repeat scroll right center;
	padding-right: 14px;
}

.jobposting .header .inner
{
	background: transparent url(images/top-left-cap.png) no-repeat scroll left center;
	padding-left: 14px;
}

.jobposting .header .content
{
	background: transparent url(images/top-mid.png) repeat-x scroll 0 0;
	height: 44px;
	line-height: 34px;
	vertical-align: middle;
	margin-left: -4px;
}

.jobposting .header .content h2
{
	margin: 0px;
	float: left;
	font-size: 18px;
}

.jobposting .header .content h1
{
	margin: 0px;
	padding-left: 0px;
	float: left;
	font-size: 24px;
	overflow: hidden;
	max-width: 600px;
}

.jobposting .header .content .link /* Center the link */
{
	float: right;
	top: 50%;
	height: 16px;
	line-height: 16px;
	position: relative;
	margin-top: -8px;
}

.jobposting .header .content a, .jobposting .header .content a:active
{
	color: #1B839B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.jobposting .header .content a:link, .jobposting .header .content a:hover
{
	color: #1B839B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.jobposting .footer
{
	padding-bottom: 14px;
}

.jobposting .footer .outer
{
	background: transparent url(images/bottom-right-cap.png) no-repeat scroll right top;
	padding-right: 15px;
}

.jobposting .footer .inner
{
	background: transparent url(images/bottom-left-cap.png) no-repeat scroll left top;
	padding-left: 15px;
}

.jobposting .footer .content
{
	background: transparent url(images/bottom-mid.png) repeat-x scroll 0 0;
	height: 15px;
}

.jobposting .body
{
	border-style: solid none none none;
	border-width: 1px;
	border-color: #857F7D;
	background: transparent url(images/bottom-mid.png) repeat scroll 0 0;
	line-height: 18px;
}

.jobposting .body .outer
{
	padding: 5px 5px 0px 5px;
	min-height: 100px;
}

.jobposting .body .inner
{
	background: transparent url(images/star.png) no-repeat scroll left top;
	padding: 0px 0px 0px 85px;
	min-height: 70px;
}

.jobposting .body .inner h2
{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobposting .body .inner h1
{
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobposting .body .content
{
	padding: 5px 0px 5px 0px;
	overflow: hidden;
}

.jobposting .body .content
{
	width: 100%;
}

.jobposting .body .content .failure
{
	padding: 0;
	_height: 0px !important;
	margin: 0 0 10px 0;
}

.jobposting .body .content .failure span
{
	color: #ff6633;
	padding: 0 30px 0 40px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: url(images/validator.gif) no-repeat center left;
}

.jobposting .body .content span.validator
{
	display: inline-block;
	width: 22px;
	height: 22px;
	padding: 0px 0px 0px 2px;
	background: url(images/validator.gif) no-repeat right top;
}

.jobposting .body .content
{
	text-align: left;
	font-size: 12px;
}

.jobposting .body .content table.bodytable td
{
	padding: 5px 0px 5px 0px;
}

.jobposting .body .content table.bodytable input.userinput
{
	width: 234px;
	height: 18px;
	font-size: 14px;
	border: 1px solid #687375;
	background: #F1F5F6;
	padding: 3px;
}

.jobposting .body .content table.bodytable input.otherinput
{
	height: 18px;
	width: 175px;
	font-size: 14px;
	border: 1px solid #687375;
	background: #F1F5F6;
	padding: 3px;
	margin-left: 10px;
}

.jobposting .body .content table.bodytable td.left
{
	width: 260px;
	text-align: left;
	padding: 0px 10px 0px 0px;
}

.jobposting .body .content table.bodytable td.label
{
	font-size: 14px;
	font-weight: bold;
}

.jobposting .body .content table.headertable
{
	padding-bottom: 20px;
}

.jobposting .body .content table.headertable td
{
	font-size: 15px;
	text-align: left;
	padding: 5px 0px 5px 0px;
}

.jobposting .body .content table.headertable td.center
{
	text-align: center;
}

.jobposting .body .content table.headertable td.bold
{
	font-weight: bold;
}

.jobposting ul
{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

/* Styling for file input */
.file_input_textbox
{
	float: left;
	border: 1px solid #687375;
	background: #F1F5F6;
	width: 170px;
	height: 22px;
}

.file_input_div
{
	position: relative;
	width: 70px;
	height: 23px;
	overflow: hidden;
}

/*
.file_input_button
{
	width: 100px; 
	position: absolute; 
	top: 0px;
	background-color: #33BB00;
	color: #FFFFFF;
	border-style: solid;
}
*/

.file_input_hidden
{
	font-size: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}



