/*-------------------文字样式--------------------*/
.font_12px_black {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-family: Arial,"宋体";
	}
.font_12px_gray {
	font-size: 12px;
	color: #6B6B6B;
	text-decoration: none;
	font-family: Arial,"宋体";
	}
.font_12px_gray_high {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-family: Arial,"宋体";
	line-height:18px;
	margin-top:8px;
	margin-left:15px;
	}
.font_12px_gray_h18 {
	font-size: 12px;
	color: #6B6B6B;
	line-height:18px;
	text-decoration: none;
	font-family: Arial,"宋体";
	}
#thickbox_ahref {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial,"宋体";
}
.font_12px_white {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial,"宋体";
}
.font_12px_red {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-family: Arial,"宋体";
}
.font_12px_pink {
	font-size: 12px;
	color: #E75A63;
	text-decoration: none;
	font-family: Arial,"宋体";
}
.font_12px_blue {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-family: Arial,"宋体";
}

.font_12px_green {
	font-size: 12px;
	color:#6B8400;
	text-decoration: none;
	line-height:18px;
	font-family: Arial,"宋体";
}
.font_12px_orange {
	font-size: 12px;
	color:#F78C00;
	text-decoration: none;
	line-height:18px;
	font-family: Arial,"宋体";
}
.font_14px_black {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-family: Arial,"宋体";
}
.font_16px_black_B {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-family: Arial,"宋体";
	font-weight:bold;
}
.font_14px_white {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial,"宋体";
}
.font_16px_white_B {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial,"宋体";
	font-weight:bold;
}
.font_14px_red {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-family: Arial,"宋体";
}
.font_14px_pink {
	font-size: 14px;
	color: #E75A63;
	text-decoration: none;
}
.font_14px_blue {
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	font-family: Arial,"宋体";
}

.font_14px_green {
	font-size: 14px;
	color:#6B8400;
	text-decoration: none;
	line-height:18px;
	font-family: Arial,"宋体";
}
.font_14px_orange {
	font-size: 14px;
	color:#F78C00;
	text-decoration: none;
	line-height:18px;
	font-family: Arial,"宋体";
}
/*------------表格边框样式----------------*/
.table_border1px_black_tablepart {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #000000;
}
.table_border1px_black_tdpart {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #000000;
	font-size: 12px;
}
.table_border1px_black_center_tdpart {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #000000;
	text-align:center;
	height: 25px;
	vertical-align: middle;
}
.table_border1px_gray_tablepart {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #666666;
}
.table_border1px_gray_tdpart {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #666666;
}
/*------------表单样式----------------*/
.input_text_blackborder1px {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	font-size: 12px;
}
.input_text_grayborder1px_bgFFF {
	border-width:1px;
	border-color:#bbbbbb;
	border-style:solid;
	background-color:#ffffff;
	font-size: 12px;
	width: 120px;
}
.input_text_hidden {
	border-width:0px;
	border-style:solid;
	font-size: 12px;
	width:100%;
}
/*------------导航样式----------------*/
.nav_td_imagechange:hover{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-image:url("images1/cn_index_06.gif");
	margin:0px;
	width:95px;
	height:35px;
	line-height:35px;
}
.nav_td_imagechange{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-image:url("images1/cn_index_08.gif");
	margin:0px;
	width:95px;
	height:35px;
	line-height:35px;
}

/*added by joe*/
A.gray_12px:link {
	font-size: 12px;
	color: #6B6B6B;
	text-decoration: none;
	font-family: Arial,"宋体";
}
A.gray_12px:visited {
	font-size: 12px;
	color: #6B6B6B;
	text-decoration: none;
	font-family: Arial,"宋体";
}
A.gray_12px:hover {
	font-size: 12px;
	color: #6B6B6B;
	text-decoration: underline;
	font-family: Arial,"宋体";
}
A.gray_12px:focus {
	outline: none;
}

input#submit, input#button
{
   font-size:12px;
   font-family:Arial,"宋体";
   color:#888888;
   height:20px;
   background-color:#EEEEEE;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
   padding:0 2px 0 2px;
}

.table_border_grey td
{
	border-top:1px #eeeeee solid;
	border-right:1px #eeeeee solid;
}

.table_border_grey
{
	border-bottom:solid 1px #eeeeee;
	border-left:solid 1px #eeeeee;
	font-size: 12px;
	color: #6B6B6B;
	text-decoration: none;
	font-family: Arial,"宋体";
}

img.img_border
{
	border: 1px solid #ccc; 
	background-color: #FFF;
}

div.img_border_div
{
	border: 1px solid #ccc; 
	background-color: #FFF;
	width:100px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
img.img_border_index
{
	vertical-align:middle;
}
