/* i4Recruitment CSS Document */

body, html, div, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, th, td, a {
	margin: 0px;
	padding: 0px;
}

html {
	text-align: center;
}

body {
	text-align: center;
	font-family: verdana;
	font-size: 13px;
}

#privacypolicy {
	text-align: left;
	font-family: verdana;
	font-size: 13px;
	margin: 10px 10px;
}


#container {
	min-width:850px;
	text-align: left;
}

a {
	color: #333333;
}

#header {
	background: url(main_logo_repeater.gif) bottom repeat-x #333333;
}

#header a {
	color: white;
}

#header_holder {
	background: url(main_logo.gif) no-repeat bottom left;
	height: 90px;
	width: 850px;
	margin: 0 auto;
}

#header_right_content {
	float: right;
	color: white;
	padding-top: 60px;
}

#header_sub {
	position: relative;
	margin: 0 auto;
	width: 850px;
	height: 157px;
	border: 1px solid white;
	background-color: white;
}

#header_sub #searchbox {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 225px;
	height: 80px;
}

#nav {
	text-align: center !important;
	background: url(header_bottom_fade.gif) bottom repeat-x #333333;
	border-top: 0px solid #067acc;
}

#nav ul {
	text-align: left;
	margin: 0 auto;
	width: 850px;
	padding: 8px 0px 8px 6px;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px;
}

#nav ul li a{
	text-decoration: none;
	color: white;
	font-size: 13px;
	padding: 8px 15px 8px 15px;
	border-left: 1px solid #333333;
	border-right: 1px solid #444444;
	/*border-right: 1px solid #444444;
	border-left: 1px solid #333333;*/
}

#nav ul li a:hover{
	color: white;
	text-decoration: none;
	background: #1F9EF7;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

/***** YOU ARE HERE LINK STYLES *****/
body#jobseeker #header_sub{ background: url(images/jobseeker_header.jpg) no-repeat;}
body#jobpage #header_sub{ background: url(images/jobpage_header.jpg) no-repeat;}
body#employers #header_sub{ background: url(images/employers_header.jpg) no-repeat;}
body#submitcv #header_sub{ background: url(images/submitcv_header.jpg) no-repeat;}
body#clients #header_sub{ background: url(images/clients_header.jpg) no-repeat;}
body#contactus #header_sub{ background: url(images/contactus_header.jpg) no-repeat;}
body#privacy #header_sub{ background: url(images/contactus_header.jpg) no-repeat;}


body#home a#homelink,
body#jobseeker a#jobseekerlink,
body#jobpage a#jobpagelink,
body#employers a#employerslink,
body#submitcv a#submitcvlink,
body#clients a#clientslink,
body#contactus a#contactuslink {
	color: white !important;
	text-decoration: none !important;
	background: #1F9EF7;
	border-left: 1px solid #1F9EF7 !important;
	border-right: 1px solid #1F9EF7 !important;
	/*background: url(nav_active_arrow.gif) no-repeat center top #1F9EF7 !important;
	border-right: 1px solid white !important;
	border-left: 1px solid white !important;*/
}

#content {
	margin: 0px auto;
	width: 850px;
	background: url(rdight_column_faux.gif) repeat-y right;
}

#left_column {
	float: left;
	width: 580px;
	text-align: left;
}
#left_column_sub {
	padding: 20px;
}
#left_column h3 {
	margin: 8px 0px;
	color: #333333;
	font-size: 16px;
}
#left_column h4 {
	margin: 10px 0px;
	color: #333;
	font-size: 12px;
}

#left_column p {
	margin-bottom: 15px;
}

#left_column p.jobseeker {
	margin-left: 165px;
	margin-bottom: 0px !important;
}

.home_flash_nav {
	list-style: none;
	margin: auto;
	margin-top: 2px;
	margin-left: 19px;
	padding: 0px;
	width: 530px;
}

.home_flash_nav li {
	display: inline;
}

.home_flash_nav a{
	display: block;
	float: left;
	text-decoration: none;
	background: url(images/i4button.png) transparent;
	font-size: 12px;
	width: 160px;
	height: 24px;
	padding-top: 7px;
	text-align: center;
	color: white;
	margin: 0 8px;
}
.home_flash_nav a:hover {
	background-position: 0 -31px;
}

.jobseeker_nav{
	list-style: none;
}
.jobseeker_nav a{
	display: block;
	text-decoration: none;
	background: url(images/i4button.png) transparent;
	font-size: 12px;
	width: 160px;
	height: 24px;
	padding-top: 7px;
	text-align: center;
	color: white;
	margin: 5px 0;
}
.jobseeker_nav a:hover {
	background-position: 0 -31px;
}

.levelbox {
	border: 0px solid #cccccc;
	color: white;
	background: url(images/levelfade.png) #373737 repeat-x;
}
.levelbox p {
	padding: 10px;
}
a.levellink {
	display: block;
	text-decoration: none;
	color: #333333;
	background-color: #cccccc;
	padding: 2px 0;
	margin: 0px;
}

#right_column {
	float: right;
	width: 250px;
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
}
#right_column_sub {
	padding: 10px;
	width: 250px;
	margin-bottom: 5px;
}

#right_column_sub span {
	font-size: 10px;
}

#right_column_sub ul {
	list-style: none;
}

#right_column_sub ul li {

}

#right_column_sub ul li a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #eee;
	font-size: 10px;
}

#right_column_sub ul li a:hover {
	color: #3399ff;

}

#right_column h4 {
	font-size: 12px;
	color: #444444;
	border-bottom: 1px solid #ccc;
	padding: 4px 0px 4px 16px;
	margin-bottom: 10px;
	background: url(arrow.gif) no-repeat 4px 8px;
}

#right_column h5 {
	margin: 6px 0px 4px 0px;
	color: #333333;
}

#right_column_sub p {
	font-size: 11px;
	margin-bottom: 0px;
	color: #333333;
}

.content_box {
	text-align: left;
	width: 280px;
	float: left;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

.content_box h4 {
	font-size: 12px;
	color: #444444;
	border-bottom: 0px solid #cccccc;
	padding: 4px 0px 4px 0px;
	/*background: url(arrow.gif) no-repeat 4px 8px;*/
}

.content_box p {
	padding: 0px 10px 10px 0px;
	font-size: 11px;
}

table#cvform {
	width: 500px;
	font-size: 11px;
}

table#cvform td {
	vertical-align: top;
	padding: 5px 15px;
}

table#cvform td.leftcol {
	width: 150px;
	text-align: left;
	padding: 5px 0px !important;
}

table#cvform td.leftcol2 {
	width: 60px;
	text-align: left;
	padding: 5px 0px !important;
}

table#cvform input, textarea {
	border: 1px solid #cccccc;
}

table#cvform .submitbutton{
	background-color: #333333;
	color: white;
	border: none;
	margin-top: 10px;
	padding: 5px 7px;
}

table#cvform .submitbutton2 {
	color: white;
	border: none;
	margin-top: 10px;
	padding: 5px 7px;
	color: white;
	text-decoration: none;
	background-color: #1F9EF7;
}

table#submitjobform {
	font-size: 11px;
}
table#submitjobform td{
	padding: 5px 0px;
}

.upload_message {
	display: block;
	text-align: center;
	border: 1px solid #eeeeee;
	color: #1F9EF7;
	padding: 4px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #bababa
}

.porthole {
	float: left;
	width: 107px;
}

.porthole .portholeheader {
	margin-left: 2px;
	width: 107px;
	height: 61px;
}

.porthole .portholeheader2 {
	width: 107px;
	height: 15px;
}

.jobseekers {
	background: url(images/portholes/porthole_jobseeker.png) no-repeat;
}
.employers {
	background: url(images/portholes/porthole_employers.png) no-repeat;	
}
.executive {
	background: url(images/portholes/porthole_executive.png) no-repeat;
}
.it {
	background: url(images/portholes/porthole_it.png) no-repeat;
}
.engineer {
	background: url(images/portholes/porthole_engineering.png) no-repeat;
}
.temp {
	background: url(images/portholes/porthole_temp.png) no-repeat;
}
.commercial {
	background: url(images/portholes/porthole_commercial.png) no-repeat;
}
.terms {
	background: url(images/portholes/porthole_terms.png) no-repeat;
}
.grey {
	background: url(images/portholes/porthole_grey.png) no-repeat;
}

.porthole .repeater {
	color: white;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px solid white;
	background: url(images/portholes/porthole_repeat.png) transparent repeat-y;
	text-align: center;
}

.repeater strong {
	font-size: 11px;
}

.porthole a {
	display: block;
	font-size: 13px;
	width: 107px;
	height: 49px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: url(images/portholes/porthole_buttons.png) no-repeat 0px 0px;
}

.porthole a span {
	display: block;
	padding-top: 14px;
}

.porthole a:hover {
	background-position: 0px -49px;
}
