/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding:0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	
}

p, th, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
}

p a
{
	text-decoration: underline;
	font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
}

#postcode_list
{
	display: none;
	position: absolute;
	min-height: 20px;
	z-index: 1000;
	top: 370px;
	left: 415px;
	border: 1px solid #ccc;
	overflow: hidden;
}

	#postcode_list ul
	{
		background-color: #fff;
	}
		#postcode_list ul li
		{
			list-style: none;
			height: 15px;
			overflow: hidden;
			white-space: nowrap;
		}
			#postcode_list ul li a
			{
				text-decoration: none;
				color: #000;
			}
			#postcode_list ul li:HOVER
			{
				background-color: #dcdcdc;
			}	

#job_title
{
	float: left;
	width: 786px;
	height: 85px;
}
	#job_title .title
	{
		margin-top: 20px;
	}

#job_info
{
	float: left;
	margin-left: 10px;
	width: 164px;
	height: 85px;
	background: url( ../img/orange-box-back.jpg ) top left no-repeat;
}
	#job_info .info_content
	{
		margin-left: 10px;
		margin-top: 12px;
		width: 144px;
		height: 65px;
		font-size: 11px;
		font-family: Arial;
		color: #FFF;
	}
	
#details .info_left
{
	width: 274px;
	float: left;
	margin-top: 10px;
	font-size: 14px;
	color: #3481DB;
	text-align:left;
	
	font-family: Arial, Helvetica, sans-serif;
}
#job_details #details
{
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
.job_actions
{

	float: right;
        margin: 10px;

}
h1.clientMessage
{
	font-family: 'BebasNeueRegular';
	font-size: 25px;
	text-transform: uppercase;
	color: #212121;
}
table.clientMessage
{
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.reageren
{
	font-family: 'BebasNeueRegular' !important;
	color: #3481DB !important;
}
.td_text h2
{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

td.column_left_other
{
	padding-right: 10px;
}

.detail-row
{
	width: 100%;
	display: table;
	clear: both;
	*zoom: 1;
	border-top: 1px solid #E7E7E7;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#details .info
{
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 10px 10px 10px 20px;
	width: 550px;
	float: right;
	font-family: Arial;
	font-size: 13px;
	color: #777;
	background: #eee;
}
	#details .info a, #responses table a
	{
		font-family: Arial;
		font-size: 12px;
		color: #3481db;
		text-decoration: none;
		font-weight: bold;
	}
		#details .info a:HOVER, #responses table a:HOVER
		{
			text-decoration: underline;
		}
	
.job_actions .job_button
{
	width: 122px;
	height: 39px;
	float: left;
	border: none;
	background: url( ../img/job-button.png ) top left no-repeat;
	cursor: pointer;
	padding-right: 0px !important;
	text-align: center;
}

.job_actions .job_button:hover
{

	background:url(../img/job-button_over.png) top left no-repeat;

}

.error_text
{
	color: #b90909;
	margin-top: 2px;
}
	
.margin-left-10
{
	margin-left: 10px;
}

.light_grey
{
	color: #3C3C3C /*#9CCBF5*/ !important;
}

#results .light_grey,
#closed_jobs .light_gray
{
	color: #3C3C3C !important;
}
