﻿/*############################## 
	公共样式
	@Author:
	@E-mail:
	@Date:
################################*/
html,body{height:100%;font:12px/1.5 Tahoma, Geneva, sans-serif}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input, button, textarea, p, th, td { margin: 0; padding: 0; }
img {border: 0; }
input,select{vertical-align:middle;}
ol, ul { list-style: none; }
em{ font-style:normal;}
table {border-collapse: collapse; border-spacing:0; }/* 表格还需要在HTML标题中设置cellspacing="0" */ 
a{text-decoration: none; color:#000}
a:hover{ text-decoration:underline}

/*公共类*/
.fb{font-weight:700}
.blue{color:blue}
.red{color:red}
.c-023399{color:#023399}
.c-ff0{color:#FFFF00}
.c-039{color:#039}
.c-9A0001{color:#9A0001}
.c-CC6700{color:#CC6700}
.c-f60{color:#f60}
.clear{height:0; clear:both; overflow:hidden}
.clearfix:after { clear: both;  content: "."; display: block; height: 0; visibility: hidden; }/* for ff or opera */
.clearfix { zoom: 1; }/* for ie */
.tac{text-align:center}
.tal{text-align:left}
.tar{text-align:right}
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.c666{color:#666}
.ml5{margin-left:5px;}
.fl{float:left}
.fr{float:right}
.btn_view{cursor:pointer;border:none;display:block; white-space:nowrap;  background-image: url("/images/find.jpg") ; background-repeat:no-repeat; background-position:left top; height:18px; width:19px; }
.dn{display:none}
.PopBtn{}
.PopBtn a{width:17px; height:15px; cursor:pointer; margin-left:5px;    float:left;background:url(/images/icon.png)  ; background-repeat:no-repeat; }
 
.PopBtn .ok{ background-position:-17px 0px;}
.PopBtn .cancel{background-position:left top;}