﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.gif);
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.main {
	background-image: url(img/table_bg.gif);
	background-repeat: repeat-y;
}
.copyright {
	font-size: 10px;
	line-height: 150%;
	color: #666666;
	padding: 5px;
}
.view {
	background-image: url(img/main_bg.gif);
	background-repeat: no-repeat;
}
.view_table {
	padding: 5px;
}
.footer_menu {
	padding-top: 10px;
}
.newjob_table {
	background-image: url(img/new.gif);
	background-repeat: no-repeat;
}
.main_font {
	font-size: 16px;
	line-height: 150%;
}
.serch_table {
	background-image: url(img/serch.gif);
	background-repeat: no-repeat;
}
.main_table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
.job_table {
	line-height: 150%;
	border: 1px solid #999999;
	height: 400px;
}
.detail_table {
	background-image: url(img/detail.gif);
	background-repeat: no-repeat;
}
.link_table {
	font-size: 12px;
	line-height: 150%;
	padding: 1.5px;
	border: 1px solid #999999;
}
.table_item {
	background-color: #E9E9ED;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-weight: bold;
}
.table_content {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.table_title1 {
	background-image: url(img/title_bar1.gif);
	background-repeat: no-repeat;
	padding-left: 1px;
}
.table_title2 {
	background-image: url(img/title_bar2.gif);
	background-repeat: no-repeat;
	padding-left: 1px;
}
.other_table {
	padding: 5px;
	border: 1px solid #999999;
}
#PanelSystem
{
	padding	:	5px;
	height		:	430px;
	overflow	:	auto;
}
.photo {
	word-break: break-all;
}
.font_color_r {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}