﻿#find {
	border:1px solid #E3E3E3;
	height:19px;
	overflow:hidden;
	padding:14px;
	padding-right:0;
}
#find div {
	float:left;
	margin-right:15px;
}
#find div.submit {
	margin-right:0;
}
#find * {
	vertical-align:middle;
}
#find h3 {
	color:#16225D;
	font-size:11px;
	text-transform:uppercase;
	padding-top:2px;
}
#find label {
	font-weight:bold;
	color:#686868;
	padding-right:4px;
}

#careers .table {
	margin-top:45px;
	width:100%;
	overflow:hidden;
}
#careers .table .row {
	clear:both;
}
#careers .table .row div {
	border-bottom:1px solid #EFEFEF;
	padding:8px 0;
	float:left;
}

#careers .row {
	cursor:pointer;
}

#careers .headers {
	color:#686868;
	font-weight:bold;
	cursor:default;
}

#careers .row .position {
	width:240px;
}
#careers .row .field {
	width:200px;
}
#careers .row .country {
	width:71px;
}

#careers .row a {
	text-decoration:none;
	background:transparent url('../Image/Bullets/Expand.gif') no-repeat left 5px;
	padding-left:9px;
}

#careers .sel {
	background-color:#FCFCFC;
	float:left;
}
#careers .sel a {
	color:#A5BE00;
	background-image:url('../Image/Bullets/Collapse.gif');
	font-weight:bold;
}

#careers .career {
	padding:17px 8px;
	color:#686868;
	clear:both;
	border-bottom:1px solid #EFEFEF;
}
#careers .career a {
	text-decoration:underline;
	cursor:pointer;
}
#careers .career .apply.opened a {
	text-decoration:none;
	font-weight:bold;
	color:#686868;
}

#applyForm {
	border-top:1px solid #EFEFEF;
	padding-top:7px;
	margin-top:7px;
}
#applyForm textarea {
	width:250px;
	height:95px;
}
#applyForm div {
	margin-bottom:4px;
}
#applyForm .instructions {
	color:#969696;
}
#applyForm .txt {
	width:254px;
	height:16px;
}

#career-no-results {
	margin-top:10px;
}