/* CSS Document */

body { 
	padding: 0px;
	margin: 0px;
	background: #069fc8;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	color: #666666; }

form { padding: 0px; margin: 0px; }

h1, h2, h3, h4, h5 { 
	padding: 0px;
	margin: 0px; }
	h1 { font: normal 24px Arial, Helvetica, sans-serif; color: #000000; }
	h2 { font: normal 22px Arial, Helvetica, sans-serif; color: #069fc8; }
	h3 { font: bold 14px Arial, Helvetica, sans-serif; color: #fd8a02; }

a { color: #fd8a02; text-decoration: none; }
a:hover { text-decoration: underline; }

.cLear { clear: both; }

#mainBody { 
	background: #069fc8 url(/persistent/images/bg_mainbody.gif) left top repeat-x; }
	#headerBar { 
		height: 244px;
		background: url(/persistent/images/bg_headerbar.gif) center top no-repeat; }
		#headerBarContent { 
			width: 990px;
			height: 244px;
			margin: 0px auto; }
			#logoBar { 
				float: left;
				height: 183px;
				width: 250px; }
			#topBanner { 
				float: right;
				width: 740px;
				padding: 0px 0px 0px 0px;
				text-align: right; }
				#logoutBox { 
					height: 30px;
					margin: 0px 0px 30px 0px;
					color: #ffffff;
					font-weight: bold;
					font-size: 11px; }
					#logoutBox a { 
						color: #ffffff;
						font-weight: bold; }
			#navBar { 
				height: 48px;
				padding: 7px 7px 6px 7px;
				background: #ffffff; }
				#navBarBlock { 
					height: 46px;
					background: #000000; }
/*
				#navBar ul { 
					padding: 0px;
					margin: 0px;
					list-style: none;
					height: 46px;
					border-bottom: 1px solid #666666;
					background: #000000; }
					#navBar ul li { 
						padding: 0px;
						margin: 0px;
						list-style: none;
						float: left; }
						#navBar ul li a { 
							font: bold 16px Arial, Helvetica, sans-serif;
							color: #ffffff;
							text-decoration: none;
							margin: 14px 0px 0px 0px;
							padding: 0px 28px 0px 28px;
							border-left: 1px solid #666666;
							display: block; }
						#navBar ul li a:hover { 
							color: #7ad0e7; }
*/

/* nav menu */
.sf-menu, .sf-menu * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	background: #000000; }
.sf-menu ul {
	position: absolute;
	top: -999em;
	background: #000000; }
.sf-menu li {
	float: left;
	position: relative; }
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li a {
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	margin: 14px 0px 14px 0px;
	padding: 0px 28px 0px 28px;
	border-left: 1px solid #666666; }
.sf-menu li li a { 
	margin: 0px;
	padding: 10px 28px 10px 28px;
	width: 160px;
	font: normal 14px/14px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	background: #000000;
	border: none; }
.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 46px; /* match top ul list item height */
	z-index: 99; }
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0; }
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em; }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0; }
.sf-menu li ul { 
	z-index: 100;
	width: 216px;
	background: #000000; }
.sf-menu li li { background: #000000; }
.sf-menu li li li { background: #000000; }
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #7ad0e7;
	text-decoration: none; }
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	color: #ffffff;
	text-decoration: none;
	background: #909090; }
/* nav menu */

	#contentBar { 
		width: 976px;
		padding: 1px 7px 7px 7px;
		background: #ffffff;
		margin: 0px auto;
		z-index: 10; }
		#contentBar li { list-style-image: url(/persistent/images/bullet_blue.gif); } /* list item styles */
		#contentBarLeft { 
			width: 300px;
			float: left; }
			.sideBarBanner { 
				margin: 0px 0px 9px 0px; }
			#membersLoginBox { 
				width: 298px;
				border: 1px solid #ff9900;
				margin: 0px 0px 9px 0px; }
				#membersLoginBoxHeader { 
					height: 28px;
					padding: 10px 0px 0px 10px;
					background: url(/persistent/images/bg_header_members_box.gif) left top no-repeat;
					color: #ffffff;
					font: normal 16px Arial, Helvetica, sans-serif;
					text-transform: uppercase; }
				#membersLoginBoxContent { 
					padding: 10px; }
					#membersLoginBoxContent .formDiv { padding: 2px; float: left; }
					#membersLoginBoxContent .formDivRight { padding: 2px; float: right; }
					#membersLoginBoxContent label {  }
					#membersLoginBoxContent input { 
						border: 1px solid #7f9db9; }
					#membersLoginBoxContent .submitButton { 
						border: none;
						width: 59px;
						height: 24px;
						font: normal 12px Arial, Helvetica, sans-serif;
						color: #ffffff;
						text-transform: uppercase;
						background: url(/persistent/images/bg_btn_sidebars.gif) left top no-repeat; }
			#sideJobSearchBox { 
				background-color: #eeeded;
				border: 1px solid #cccccc;
				margin: 0px 0px 9px 0px;
				padding: 10px;
				text-align: left; }
				#sideJobSearchBox h2 { margin-bottom: 10px; color: #000000; }
				#sideJobSearchBox input { 
					font: normal 12px Arial, Helvetica, sans-serif;
					border: 1px solid #7f9db9;
					margin: 0px;
					width: 238px; }
				#sideJobSearchBox select { 
					font: normal 12px Arial, Helvetica, sans-serif;
					border: 1px solid #7f9db9;
					width: 240px; }
				#sideJobSearchBox .formDiv { 
					padding: 4px 0px 4px 15px;
					text-align: left; }
				#sideJobSearchBox .formDivLeft { 
					padding: 4px 0px 4px 15px;
					float: left; }
				#sideJobSearchBox .formDivRight { 
					padding: 4px 0px 4px 30px;
					float: left; }
				#sideJobSearchBox .submitButton { 
					border: none;
					width: 100px;
					height: 32px;
					font: normal 14px Arial, Helvetica, sans-serif;
					color: #ffffff;
					text-transform: uppercase;
					background: url(/persistent/images/bg_btn_jobsearch.gif) left top no-repeat; }
			#subscriptionBox { 
				width: 298px;
				border: 1px solid #28b0d3;
				margin: 0px 0px 9px 0px; }
				#subscriptionBoxHeader { 
					height: 28px;
					padding: 10px 0px 0px 10px;
					background: url(/persistent/images/bg_header_subscribe_box.gif) left top no-repeat;
					color: #ffffff;
					font: normal 16px Arial, Helvetica, sans-serif;
					text-transform: uppercase; }
				#subscriptionBoxContent { 
					padding: 10px; }
					#subscriptionBoxContent .formDiv { padding: 2px; float: left; }
					#subscriptionBoxContent .formDivRight { padding: 2px; float: right; }
					#subscriptionBoxContent label {  }
					#subscriptionBoxContent input { 
						border: 1px solid #7f9db9; }
					#subscriptionBoxContent .submitButton { 
						border: none;
						width: 59px;
						height: 24px;
						font: normal 12px Arial, Helvetica, sans-serif;
						color: #ffffff;
						text-transform: uppercase;
						background: url(/persistent/images/bg_btn_sidebars.gif) left top no-repeat; }
		#contentBarRight { 
			width: 663px;
			float: right; }
			#pageHeader { 
				min-height: 65px;
				height: auto;
				background: #2db9de url(/persistent/images/bg_pageheader.gif) left top repeat-x; }
			* html #pageHeader { height: 65px; }
				#pageHeaderTitle { 
					float: left;
					width: 345px;
					padding: 20px 0px 0px 15px;
					font: normal 24px Arial, Helvetica, sans-serif;
					color: #ffffff; }
					#pageHeaderTitle h1 { color: #ffffff; }
				#pageHeaderButtons { 
					float: right;
					width: 300px;
					padding-top: 15px; }
					#searchJobsButton, #myAccountButton { 
						display: block;
						width: 90px;
						height: 25px;
						padding: 10px 0px 0px 40px;
						margin: 0px 0px 0px 10px;
						font: normal 11px Arial, Helvetica, sans-serif;
						text-transform: uppercase;
						color :#069fc8;
						float: left;
						background: url(/persistent/images/bg_btn_searchjobs.gif) left top no-repeat; }
					#myAccountButton { background: url(/persistent/images/bg_btn_myaccount.gif) left top no-repeat; }
					#searchJobsButton:hover, #myAccountButton:hover { text-decoration: none; }

			.contentwrap { padding-top: 20px;}
			#resultsTop { 
				background: url(/persistent/images/bg_dotted_line.gif) left bottom repeat-x;
				padding: 10px 0px 10px 0px;
				font-size: 11px; }
			.jobResultBox { 
				border-bottom: 1px solid #d7d7d7;
				padding: 0px 0px 10px 0px;
				margin: 10px 0px 10px 0px; }
				.jobResultBox h3 { padding-bottom: 5px; }
				.jobResultBox ul { margin-top: 5px; margin-bottom: 5px; }
				.jobResultBox strong { margin-top: 5px; margin-bottom: 5px; }
				.jobResult { padding: 0px 10px 0px 10px; }
					.jobResultLeft { width: 490px; float: left; }
					.jobResultRight { width: 153px; float: right; text-align: right; }
				.jobResultPremium { padding: 8px 8px 8px 8px; border: 2px solid #b7b7b7; }
			#resultsBottom { 
				padding: 0px 0px 10px 0px;
				font-size: 11px; }
			.sortBy { float: left; }
			.pagiNation { float: right; }
				.pagiNation a { color: #666666; font-weight: bold; }
			.jobActionButtons { padding: 15px 0px 15px 0px; }
			#alignHeight { overflow: hidden; }
				.saveJobButton { 
					display: block;
					width: 68px;
					height: 24px;
					padding: 10px 0px 0px 40px;
					margin: 0px 0px 0px 0px;
					font: normal 11px Arial, Helvetica, sans-serif;
					text-transform: uppercase;
					text-decoration: none;
					color :#069fc8;
					float: left;
					background: url(/persistent/images/bg_btn_savejob.gif) left top no-repeat; }
				.emailFriendButton { 
					display: block;
					width: 118px;
					height: 24px;
					padding: 10px 0px 0px 40px;
					margin: 0px 0px 0px 15px;
					font: normal 11px Arial, Helvetica, sans-serif;
					text-transform: uppercase;
					text-decoration: none;
					color :#069fc8;
					float: left;
					background: url(/persistent/images/bg_btn_emailfriend.gif) left top no-repeat; }
				.printJobButton { 
					display: block;
					width: 68px;
					height: 24px;
					padding: 10px 0px 0px 40px;
					margin: 0px 0px 0px 15px;
					font: normal 11px Arial, Helvetica, sans-serif;
					text-transform: uppercase;
					text-decoration: none;
					color :#069fc8;
					float: left;
					background: url(/persistent/images/bg_btn_printjob.gif) left top no-repeat; }
				.applyNowButton { 
					display: block;
					width: 169px;
					height: 24px;
					padding: 7px 0px 0px 0px;
					margin: 0px;
					font: normal 14px Arial, Helvetica, sans-serif;
					text-align: center;
					text-transform: uppercase;
					text-decoration: none;
					color: #ffffff;
					float: right;
					background: url(/persistent/images/bg_btn_large.gif) left top no-repeat; }
				.saveJobButton:hover, .emailFriendButton:hover, .printJobButton:hover, .applyNowButton:hover { text-decoration: none; }

			#jobDetails { 
				border: 4px solid #cccccc;
				padding: 5px; }
				#jobDetails .jobTitle { 
					background: #666666;
					padding: 70px 5px 20px 10px;
					display: block;
					float: left;
					width: 630px; }
				#jobDetails .jobTitle h1 { color: #ffffff; }
				#jobDetails .jobSpecShort,
				#jobDetails .jobSpecShortOdd { 
					float: left;
					display: block;
					width: 150px;
					padding: 10px 5px;
					margin: 0px 0px 0px 0px; }
				#jobDetails .jobSpecLong,
				#jobDetails .jobSpecLongOdd { 
					float: left;
					display: block;
					width: 474px;
					padding: 10px 5px;
					margin: 0px 0px 0px 1px; }
				#jobDetails .jobSpecShortOdd,
				#jobDetails .jobSpecLongOdd { background: #f3f3f3; }
				#jobDetails .jobLogo { padding: 0px; }
				#jobDetails .jobContent { padding: 10px; }
				#jobDetails .jobContentFooter { 
					font-style: italic;
					text-align: center;
					padding: 0px 10px 5px 10px; }

			#pageContentLeft { 
				float: left;
				width: 332px;
				margin: 10px 0px 0px 0px;
				border: 1px solid #b4b4b4; }
				#jobSearchBox { 
					background-color: #eeeded;
					margin: 5px;
					padding: 10px;
					text-align: left; }
					#jobSearchBox h2 { margin-bottom: 10px; color: #000000; }
					#jobSearchBox input { 
						font: normal 12px Arial, Helvetica, sans-serif;
						border: 1px solid #7f9db9;
						margin: 0px;
						width: 258px; }
					#jobSearchBox select { 
						font: normal 12px Arial, Helvetica, sans-serif;
						border: 1px solid #7f9db9;
						width: 260px; }
					#jobSearchBox .formDiv { 
						padding: 4px 0px 4px 20px;
						text-align: left; }
					#jobSearchBox .formDivLeft { 
						padding: 4px 0px 4px 20px;
						float: left; }
					#jobSearchBox .formDivRight { 
						padding: 4px 0px 4px 45px;
						float: left; }
					#jobSearchBox .submitButton { 
						border: none;
						width: 100px;
						height: 32px;
						font: normal 14px Arial, Helvetica, sans-serif;
						color: #ffffff;
						text-transform: uppercase;
						background: url(/persistent/images/bg_btn_jobsearch.gif) left top no-repeat; }
				#hotJobs { padding: 7px; }
					#hotJobs p { padding: 0px; margin: 0px; }
					#hotJobs h3 { 
						padding: 0px 0px 5px 25px;
						background: url(/persistent/images/icn_star.gif) left top no-repeat; }
					#hotJobs .hotJob { 
						padding: 5px 2px 20px 2px;
						background: url(/persistent/images/bg_hotjob.gif) left bottom no-repeat; }
			#pageContentRight { 
				float: right;
				width: 315px;
				margin: 10px 0px 0px 0px; }
				#postJobs { 
					padding: 15px;
					border: 1px dashed #666666; }
					#postJobs h2 { margin-bottom: 10px; color: #000000; }
					#postYourJobsButton { 
						display: block;
						width: 169px;
						height: 24px;
						padding: 7px 0px 0px 0px;
						margin: 0px auto 0px auto;
						font: normal 14px Arial, Helvetica, sans-serif;
						text-align: center;
						text-transform: uppercase;
						color: #ffffff;
						text-decoration: none;
						background: url(/persistent/images/bg_btn_large.gif) left top no-repeat; }
				#newsArticles { padding: 7px; }
					#newsArticles p { padding: 0px; margin: 0px; }
					#newsArticles .newsArticleImg { float: left; width: 115px; padding: 10px 0px 0px 0px; }
					#newsArticles .newsArticleContent { float: left; width: 175px; padding: 10px 0px 0px 10px; }

	#footerBanner { 
		width: 990px;
		margin: 0px auto;
		padding: 20px 0px;
		text-align: center; }

#footerBar { background: #000000; }
	#mainFooter { 
		width: 990px;
		margin: 0px auto;
		padding: 10px 0px 10px 0px;
		color: #ffffff;
		background: #000000; }
		#mainFooter a { color: #7ad0e7; }
		#mainFooter small { font-size: 11px; }
		#mainFooterLeft { 
			float: left; }
		#mainFooterRight { 
			float: right; }

#statsCode { display: none; }


/* members styles --------------- */
#membersMenu { background: #ebebeb; height: auto; }
	#membersMenu ul { 
		padding: 0px;
		margin: 0px;
		list-style: none; }
		#membersMenu ul li { 
			padding: 0px;
			margin: 0px;
			list-style: none;
			float: left; }
			#membersMenu ul li a { 
				display: block;
				padding: 8px 8px 8px 8px;
				background: #ebebeb;
				color: #454545;
				font: bold 12px Arial, Helvetica, sans-serif;
				border-right: 1px solid #ffffff;
				/* border-bottom-right-radius: 5px;
				-o-border-bottom-right-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				-moz-border-radius-bottomright: 5px;
				border-bottom-left-radius: 5px;
				-o-border-bottom-left-radius: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-moz-border-radius-bottomleft: 5px; */ }
			#membersMenu ul li a.current { 
				background: #2db9de;
				color: #ffffff;
				text-decoration: none; }
			#membersMenu ul li a:hover { 
				background: #909090;
				color: #ffffff;
				text-decoration: none; }
#membersTable {}
#membersTable .actionLinks { overflow: hidden; }
#membersTable .actionLinks ul { 
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	float: right;
	overflow: hidden; }
#membersTable .actionLinks ul li { 
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	float: left; }
#membersTable .actionLinks ul li a { 
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #069fc8;
	text-transform: uppercase;
	padding: 6px 8px 6px 8px;
	margin: 0px 2px 0px 0px;
	background: #fafafa;
	border: 1px solid #dedede;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; }
#membersTable .actionLinks ul li a:hover { 
	background: #efefef;
	text-decoration: none; }
#membersTable .actionLinks ul li a.cuRRent { font-weight: bold; color: #909090; }
#membersTable .actionLinks ul li p { 
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 7px 9px 7px 9px;
	margin: 0px 2px 0px 0px; }
#membersTable table { width: 100%; }
#membersTable th { background: #efefef; text-align: left; padding: 3px; color: #909090; }
#membersTable th a { color: #069fc8; }
#membersTable td { border: 1px solid #efefef; text-align: left; padding: 3px; }

#formTable table { border: 1px solid #efefef; margin: 0px auto; }
#formTable table td { border: none; vertical-align: top; text-align: left; padding: 3px; }
#formTable .tdField { font-size: 14px; }
#formTable .tdField input { 
	border: 1px solid #dedede;
	width: 300px;
	font-size: 14px;
	border: 1px solid #efefef; }
#formTable .tdField select { 
	border: 1px solid #dedede;
	font-size: 14px;
	border: 1px solid #efefef; }
#formTable .tdLabel { width: 200px; font-size: 11px; background: #fafafa; }
#formTable .tdComment { font-size: 11px; }
#formTable #user_table_form_submit { 
	color: #ffffff;
	text-transform: uppercase;
	padding: 6px 8px 6px 8px;
	margin: 0px 2px 0px 0px;
	background: #069fc8;
	border: 1px solid #069fc8;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; }
#formTable #user_table_form_submit_2, #formTable #user_table_form_submit_3 { 
	color: #069fc8;
	text-transform: uppercase;
	padding: 6px 8px 6px 8px;
	margin: 0px 2px 0px 0px;
	background: #fafafa;
	border: 1px solid #dedede;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; }

#jobForm { padding: 20px; }
#jobForm label { float: left;
	margin: 3px;
	font-size: 11px;
	/*font-weight: bold;*/ }
#jobForm label.formLabel { width: 200px; font: normal 12px arial; }
#jobForm input { 
	border: 1px solid #cacaca;
	width: 300px;
	margin: 3px;
	font-size: 14px;
	float: left; }
#jobForm select { 
	border: 1px solid #cacaca;
	margin: 3px;
	font-size: 14px;
	border: 1px solid #cacaca;
	float: left; }
#jobForm texarea { 
	border: 1px solid #cacaca;
	margin: 3px;
	font-size: 14px;
	border: 1px solid #cacaca;
	float: left; }

#jobFormThemes img { border: none; }
	.jobFormTheme { 
		margin: 5px;
		padding: 5px;
		float: left;
		width: 171px;
		height: 221px;
		border: 1px solid #cacaca; }

#jobForm #user_table_form_submit, #jobForm #netchant_customglobalorder_form_submit { 
	width: 100px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 6px 8px 6px 8px;
	margin: 0px 3px 0px 0px;
	background: #069fc8;
	border: 1px solid #069fc8;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; }
#jobForm #user_table_form_submit_2, #jobForm #user_table_form_submit_3 { 
	width: 150px;
	color: #069fc8;
	text-transform: uppercase;
	padding: 6px 8px 6px 8px;
	margin: 0px 3px 0px 0px;
	background: #fafafa;
	border: 1px solid #dedede;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; }
#jobForm #netchant_customglobaluser_form_submit {
	width: 150px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 6px 8px 6px 8px;
	margin: 0px 3px 0px 0px;
	background: #069fc8;
	border: 1px solid #069fc8;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; }
	
.even {
  background-color: #fcfcfc;
}

/* members styles --------------- */




