html, body {
	padding: 0;
	margin: 0;
	font: 11px arial, verdana, tahoma;
	text-align: left;
	color: #333333;
	line-height: 1.7;
}

a {
	color: #000;
	text-decoration: none;
}

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

p {
	margin: 0;
	padding: 2px 0;
}

img {
	border: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

form {
	padding: 0;
	margin: 0;
}

form input, form select, form textarea {
	font: 11px arial, verdana, tahoma;
	color: #333333;
}

.input_text {
	width: 250px;
}

.input_select_search {
	width: 250px;
}

.input_textarea {
	width: 350px;
	height: 100px;
	font: 11px arial, verdana, tahoma;
}

.input_select_muliple {
	width: 250px;
	height: 100px;
}

.input_button {
	font-weight: bold;
}

.paginator {
}

.paginator span.current {
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}

.paginator a {
	font-size: 11px;
	text-decoration: underline;
	padding-left: 2px;
	padding-right: 2px;
}

.paginator a:hover {
}

table {}

table tr {}

table tr.odd {
	background: #F6F6F6;
}

table tr.odd td {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #E2E2E2;
}

table tr.even {
	background: white;
}

table tr.even td {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #E2E2E2;
}

table tr th {
	background: #999999;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

table tr th a {
	color: white;
	text-decoration: underline;
}

table tr th a:hover {
	color: white;
	text-decoration: underline;
}

table tr td.key {
	text-align: right;
}

.error-message {
	color: red;
	font-style: italic;
}

#successMessage {
	color: #59B03D;
	font-weight: bold;
	background: url(images/success.png) no-repeat left center;
	padding-left: 20px;
}

#errorMessage {
	color: red;
	font-weight: bold;
	background: url(images/error.png) no-repeat left center;
	padding-left: 20px;
}

.notify {
	color: #FF6600;
}

.attention {
	background: red;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.vip {
	color: red;
	font-weight: bold;
}

.main {
	width: 970px;
	padding: 10px 0;
	margin: 0 auto;
}

.inner img {
	border: 1px solid #ccc;
	padding: 3px;
	background: #ebebeb;
}

.info {
	color: #666666;
}

.require {
	color: red;
}

.blank {
	padding: 0;
	margin: 5px 0;
}

.separate {
	padding: 0;
	border-bottom: 1px dashed #A1A1A1;
}

#web_page {
	width: 100%;
	text-align: left;
}

/* Header
-----------------------------------------------------------------------------------------*/
#header {
	min-width: 970px;
	height: 70px;
	background: url(images/header_menu_bg.jpg) repeat-x top center;
	border-bottom: 1px solid #5b646b;
}

#header .main {
	padding: 0;
	height: 70px;
}

#logo {
	float: left;
	height: 70px;
	width: 280px;
}

#logo a {
	background: url(images/logo.png) no-repeat top left;
	float: left;
	height: 70px;
	width: 280px;
}

#main_menu {
	float: left;
	height: 70px;
	width: 690px;
}

#main_menu ul {
	list-style: none;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 05px;
	padding: 10px 0 10px 10px;
	border-left: 1px solid #ccc;
}

#main_menu ul li {
	list-style: none;
	display: inline;
}

#main_menu ul li a {
	color: #000;
	letter-spacing: 0.5px;
	padding: 0 10px;
}

#main_menu ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#main_menu ul li a.active {
	color: #cc0000;
	text-decoration: underline;
}

#main_menu ul li a.change_site_employer {
	border: 1px dotted #FF6600;
	text-decoration: none;
	background: #FF6600;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}

#main_menu ul li a.change_site_employer:hover {
	border: 1px dotted #FF6600;
	text-decoration: none;
	background: #FF6600;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}

#main_menu ul li a.change_site_seeker {
	border: 1px dotted #3366FF;
	text-decoration: none;
	background: #2873C2;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}

#main_menu ul li a.change_site_seeker:hover {
	border: 1px dotted #3366FF;
	text-decoration: none;
	background: #2873C2;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}

#step_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#step_menu li {
	display: inline;
	list-style: none;
	padding-left: 10px;
}

#step_menu li a {
	display: inline;
	text-decoration: underline;
}

#header_banner {
	min-width: 970px;
	height: 300px;
	background: url(images/header_banner_bg.jpg) repeat-x top center;
}

#header_banner .main {
	padding: 0px;
	height: 300px;
	/*background: url(images/header_banner.jpg) no-repeat top center;*/
}

#info {}

#info a {
	text-decoration: underline;
}

.box {
	border: 1px solid #2873C2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}

.box_heading {
	background: #2873C2;
	color: white;
	padding: 3px 5px;
	font-weight: bold;
}

.box_content {
	padding: 5px 5px;
}

#main_body {
	min-width: 970px;
	background: #fff url(images/mainbody_bg.gif) repeat-x top center;
	margin-bottom: 10px;
}

#main_body .main {
	clear: all;
}

/* Col left & col right
-----------------------------------------------------------------------------------------*/
#col {
	float: right;
	width: 19%;
}

.module_heading h2 {
	color: #3366FF;
	font-family: Arial;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 12px;
}

#col img {
	width: 170px;
	height: 75px;
}

#col_left .inner, #col_right .inner {
	padding-bottom: 10px;
}

#col_left ul, #col_right ul {
	list-style: none;
	padding: 0 5px 15px;
	margin: 0px;
	font-size: 12px;
}

#col_left ul li, #col_right ul li {
	padding: 5px 0 4px 30px;
	border-bottom: 1px dotted #ebebeb;
	background: url(images/menu_icon.gif) no-repeat left center;
}

#col_left ul li a, #col_right ul li a {
	color: #000;
	font-weight: bold;
	letter-spacing: 0px;
}

#col_left ul li a:hover, #col_right ul li a:hover {
	color: #3399FF;
	font-weight: bold;
	letter-spacing: 0px;
}

#col_left ul li a.active, #col_right ul li a.active {
	color: #cc0000;
	font-weight: bold;
	letter-spacing: 0px;
}

#col_left {
	float: left;
}

#col_right {
	width: 47%;
	float: right;
}

/* Container
-----------------------------------------------------------------------------------------*/
#container {
	float: left;
	width: 80%;
}

#content {
	padding-right: 10px;
}

.content_heading {
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
}

.content_heading h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
}

.job_list {
	width: 100%;
	float: left;
	height: 21px;
}

.job_list .job_list_img {
	width: 7%;
	float: left;
	margin-top: 3px;
}

.job_list .job_list_title {
	width: 90%;
	float: left;
}

.number_job {
	color: #0066FF;
	padding-left: 5px;
}

.list_category {
	color: #666666;
}

.list_category a {
	color: #666666;
	text-decoration: underline;
}

.list_category a:hover {
	color: #F7931D;
}

/* Pathway
-----------------------------------------------------------------------------------------*/
#pathway {
	float: left;
	min-width: 100%;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background: #f6f6f6;
	margin-bottom: 2px;
}

#pathway .main {
	color: #888;
	font-size: 11px;
	padding: 5px 0;
}

#pathway .main a {
	color: #cc0000;
	text-decoration: none;
}

#pathway .main span {
	padding: 0 5px;
}

#pathway .main a:hover {
	color: #444;
	text-decoration: none;
}

/* Bottom spotlight
-----------------------------------------------------------------------------------------*/
#bottom_sl {
	float: left;
	min-width: 100%;
	background: #fff url(images/bottom_sl_bg.jpg) repeat-X top center;
}

#bottom_sl .main {
	color: #333;
	padding: 0;
	min-height: 250px;
	clear: both;
}

#botsl_left, #botsl_center_1, #botsl_center_2 {
	width: 225px;
	float: left;
	padding: 0 22px 0 0;
	_padding: 0 19px 0 0;
}

#botsl_right {
	width: 225px;
	float: left;
	padding: 0px;
}

#botsl_left .inner, #botsl_center_1 .inner, #botsl_center_2 .inner, #botsl_right .inner {
	padding: 10px 0;
	font-size: 11px;
}

.botsl_heading {
	font-family: Arial;
	color: #3366FF;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 17px;
	width: 90%;
}

.botsl_heading h2 {
	font-family: Arial;
	color: #3366FF;
	font-size: 12px;
	text-transform: uppercase;
}

/* Footer
-----------------------------------------------------------------------------------------*/
#footer {
	min-height: 70px;
	min-width: 100%;
	float: left;
	background: url(images/footer_bg.gif) repeat;
	border-top: 5px solid #939496;
}

#footer .main {
	color: #000;
	font-size: 11px;
}
