/* link */

a {
	color: #4C4C4C;
	text-decoration: none;
}
a:link {
	color: #4C4C4C;
}
a:hover {
	color: #E56D11;
	text-decoration: underline;
}
.red_a {
	color: #B72F2F;
	font-weight:bold;
}
.red_a:hover {
	color: #B72F2F;
	text-decoration: underline;
}
.white_a {
	color:#fff;
}
.white_a:hover {
	color: #fff;
	text-decoration:underline;
}
.black_a {
	color:#000;
}
.black_a:hover {
	color: #000;
	text-decoration:underline;
}
/* Basic style */
body,html {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	color:#4C4C4C;
}
p {
	margin: 0;
	padding:1px 3px;
	line-height:18px;
}
form{
	margin:0;
	padding:0;
}
table {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4C4C4C;
	text-align:left;
}
/* table style */
.form_table{
	background:#FAFAFA;
	padding:0 3px;
	border:0px solid #E0DDD5;
}
.form_table td{
	padding:0 4px;
}
.show_table{
	border:3px solid #F2EDE4;
}
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1002px;
	width:1002px !important;
	font-size:12px;
}
.wrap_inner {
	margin: 0 auto;
	padding: 0;
	width: 952px;
	width:952px !important;
}
.border_table{
    border-top:1px solid #AFAFAF;
    border-left:1px solid #AFAFAF;
	font-size:12px;
	background:#fff;
}
.border_table th{
	border-right:1px solid #AFAFAF;
	border-bottom:1px solid #AFAFAF;
	background:#ECF1F3;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.border_table td{
    border-right:1px solid #AFAFAF;
    border-bottom:1px solid #AFAFAF;
	background:#FFFFFF;
	height:18px;
    padding:0 2px;
}
.merchant_table {
	border:1px solid #C2CBDA;
	background:#F4F5F7;
}
.merchant_table_inner {
	border:0px solid #C2CBDA;
	background:#fff;
}
.border_table1{
    border-top:1px solid #C2CBDA;
    border-left:1px solid #C2CBDA;
	font-size:12px;
	background:#fff;
}
.border_table1 th{
	border-right:1px solid #C2CBDA;
	border-bottom:1px solid #C2CBDA;
	background:#F4F5F7;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
}
.border_table1 td{
    border-right:1px solid #C2CBDA;
    border-bottom:1px solid #C2CBDA;
	background:#FFFFFF;
	height:20px;
    padding:0 2px;
}

.border_table2{
    border-top:1px solid #ECF1F3;
    border-left:1px solid #ECF1F3;
	font-size:12px;
	background:#fff;
}
.border_table2 th{
	border-right:1px solid #ECF1F3;
	border-bottom:1px solid #ECF1F3;
	background:#F2F6F8;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
.border_table2 td{
    border-right:1px solid #ECF1F3;
    border-bottom:1px solid #ECF1F3;
	height:18px;
    padding:0 2px;
}
/* font,text style */
.font_13{
	font-size:13px;
}
.font_red {
	font-size:12px;
	color:#B72F2F;
}
.font_red2 {font-size:18px; color:#CD0000; font-weight:700}
.font_white{
	font-size:12px;
	color:#fff;
}
.font_gray{
	font-size:12px;
	color:#A2A2A2;
}
.font_orange_small{
	font-size:12px;
	color:#F77F1E;
}
.font_orange_big{
	font-size:20px;
	font-weight:bold;
	color:#F77F1E;
	font-family:Arial, Helvetica, sans-serif;
}
.text_style1{
	line-height:22px;
	padding:2px;
}
.note_blue{
	color: #004B9C;
    font-family:Arial, Helvetica, sans-serif;
}
.note_bluebig{
	color: #206c90;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.note_orange{
	color: #F77F1E;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.note_purple{
	color: #863AA7;
	font-family:Arial, Helvetica, sans-serif
}
/* button,input style */
.but_style1{
	border:1px solid #E6A55B;
	background-image:url(http://static.e-ha.cn/images/but_bg.jpg);
	height:20px;
	vertical-align:middle;
	padding:2px 2px 1px 2px;
	margin:0;
	font-size:12px;
}
.but_style2{
	border:0px solid #003C73;
	background-image:url(http://static.e-ha.cn/images/but_bg1.jpg);
	height:20px;
	width:51px;	
	vertical-align:middle;
	padding:2px 1px 1px 1px;
	margin:0;
	font-size:12px;
}
.but_style3{
	border:1px solid #35789A;
	height:18px;
	vertical-align:middle;
	padding:1px 3px 0px 3px;
	margin:0;
	font-size:12px;
	background:#F0F5F9;
}
.but_styleoff{
	border:1px solid #BDBDBD;
	background-image:url(http://static.e-ha.cn/images/but_bg.jpg);
	height:20px;
	vertical-align:middle;
	padding:2px 2px 1px 2px;
	font-size:12px;
	color:#BDBDBD;
}
.input_style1{
	border:1px solid #B5B5B5;
	height:18px;
	vertical-align:middle;
	padding:0;
	margin:0;
	font-size:12px;
	color:#4C4C4C;
}
.input_style2{
	border:1px solid #B5B5B5;
	vertical-align:middle;
	padding:2px 0px 1px 2px;
	margin:0;
	font-size:12px;
	color:#4C4C4C;
}
.input_style3{
	border:1px solid #C2CBDA;
	vertical-align:middle;
	padding:2px 0px 1px 2px;
	margin:0;
	font-size:12px;
	color:#4C4C4C;
}
.input_style4{
	border:1px solid #C2CBDA;
	vertical-align:middle;
	padding:2px 0px 1px 2px;
	margin:0;
	height:16px;
	font-size:12px;
	color:#4C4C4C;
}
/* line,title style */
.line_top {
	background-image:url(http://static.e-ha.cn/images/dian_top.gif);
	background-repeat:repeat-x;
	padding:2px 2px;
}
.line_bottom {
	border-bottom:1px solid #EAEAEA;
	line-height:5px;
	margin:0 0 3px 0;
}
.line_bottom1 {
	background-image:url(http://static.e-ha.cn/images/new_line.gif);
	background-repeat:repeat-x;
}
.line_bottom2 {
	border-bottom:1px solid #EAEAEA;
}
.line_bottom3 {
	border-bottom:1px dashed #EAEAEA;
}
.line_left {
	background-image:url(http://static.e-ha.cn/images/dian_left.gif);
	background-repeat:repeat-x;
	padding:0 0 0 5px;
	border-left:1px dashed #ACACAC;
}
.line_left1 {
	background:#fff;
	border-right:1px dashed rgb(204, 204, 204);
}
.line_left2 {
	background:#fff;
	border-left:1px solid #eaeaea;
}

.list_title{
	background:#EEEEEE;
	text-align:center;
}
.form_title{
	background:#EEEEEE;
	text-align:right;
	line-height:24px;
}
.list_left_blue{
	background:#F4F5F7;
}
.header_blue{
	background:#ECF1F3;
	font-weight:bold;
	padding:0 0 0 4px;
}
.header_blue_more{
	background:#ECF1F3;
	padding:0 0 0 4px;
}
.header_gray{
	background:#EEEEEE;
	text-align:left;
	line-height:24px;
}
.wordwrap{                         
	word-wrap : break-word ; 
	word-break : break-all ; 
}                          


ol li { margin:8px}
#con { font-size:12px; width:400px; margin:0 auto}
#tags { height:23px; width:350px; margin:0; padding:0; margin-left:10px}
#tags li { float:left; margin-right:1px; background:url(http://static.e-ha.cn/images/tagleft.gif) no-repeat left bottom; height:23px; list-style-type:none}
#tags li a { text-decoration:none; float:left; background:url(http://static.e-ha.cn/images/tagright.gif) no-repeat right bottom; height:23px; padding:0px 10px; line-height:23px; color:#999}
#tags li.emptyTag { width:4px; background:none}
#tags li.selectTag { background-position: left top; position:relative; height:25px; margin-bottom:-2px}
#tags li.selectTag a { background-position: right top; color:#4c4c4c; height:25px; line-height:25px;}
#tagContent { padding:1px; background-color:#fff; border:1px solid #ffc66f;}
.tagContent { background:url(http://static.e-ha.cn/images/bg.gif) repeat-x; height:100px;  padding:10px; color:#474747; width:377px; display:none}
#tagContent div.selectTag{ display:block}
.STYLE1 {color: #666666}
.STYLE2 {font-size: 12px}

.bar_style3 {
	border:1px solid #E6A55B;
	height:18px;
	vertical-align:middle;
	margin:0;
	font-size:12px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	color: #666666;
}
.but_style1{
	border:1px solid #E6A55B;
	background-image:url(http://static.e-ha.cn/images/but_bg.jpg);
	height:20px;
	vertical-align:middle;
	padding:2px 2px 1px 2px;
	margin:0;
	font-size:12px;
}  

.w1 {                       
	color:#FFFFFF;            
	font-size: 12px;          
	font-style: normal;       
	font-weight: bold;        
}                           
.img {                      
	border: 2px solid #EEEEEE;
}           

.grey2 {
	color:9F9584;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.wrapper {clear:both;}
