
/*-主样式-*/
html{ height:100%}
body{
    padding:0px;
	height:100%;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	  overflow : yes; /* 在需要时内容会自动添加滚动条*/
	/*overflow: scroll;/* 总是显示滚动条*/ 
	/*overflow-x: hidden;/* 禁止横向的滚动条*/ 
	/*overflow-y: auto; /*总是显示纵向滚动条*/ 
	/*SCROLLBAR-SHADOW-COLOR: #b4b4b4;
	 SCROLLBAR-3DLIGHT-COLOR: #b4b4b4; 
	 SCROLLBAR-ARROW-COLOR: #333333;
	  /*BACKGROUND-REPEAT: repeat-x;*/
	 /* SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	   SCROLLBAR-BASE-COLOR: #eeeeee ;*/
}
table
{
	empty-cells:hide; /*当表格的单元格无内容时，隐藏该单元格的边框*/
	border-collapse: collapse;/*相邻边被合并*/
}
table.t1 td{/*表格线*/
	border:1px solid #e7e7e7;
	line-height:160%;
}
table.t2 td{/*表格线*/
	border:0px;
	line-height:160%;
}
textarea{
    border:1px solid #E1E1E1;
    background:#fff;
}
.inputnone{
    border:0px;
}
/*--通用input输入框--*/
.table_input{
  /*  background:url(../images/inputbg.jpg) repeat-x;*/
	height:17px;
	border:0px solid #E1E1E1;
	font-size:12px;
	line-height:17px;
}
.xian_input{
    background:url(../images/inputbg.jpg) repeat-x;
	height:17px;
	border:0px solid #E1E1E1;
	color:#000000;
	border-bottom:1px solid #666666;
	font-size:12px;
	line-height:17px;
}
.anniu{/*全局按钮样式*/
    background:url(../images/anniu_bg.jpg);
	border:1px solid #E0A913;
	cursor: hand;
	height:20px;
	line-height:20px;
}

/*-图片链接无边框-*/
a img{border:0}

/*-默认链接-*/
a{text-decoration: none;}
a:link{/*链接颜色*/
	color:#333;
	text-decoration: none;
}
a:visited{/*已访问连接*/
	color:#333;
	text-decoration: none;
}
a:hover{/*变换图像链接(鼠标经过时样式)*/
	color:#FF8A00;
	text-decoration: none;
}
a:active{/*活动链接(鼠标按下时样式)*/
	color:#333;
	text-decoration: none;
}
/*-自定义链接样式-*/
a.blueDark:link{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
a.blueDark:visited{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
a.blueDark:hover{
	color:#FFFACA;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
a.blueDark:active{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
form{/*表单内外补丁为零*/
	margin:0;
	padding:0;
}
input, select{/*表单元素input,select字体尺寸*/
	font-size:12px;
}

/*-mainstyle样式开始-*/
/*-条件样式-*/
.center{
    text-align:center;
}
.left{
    padding-left:4px;
}
.right
{
	text-align:right;
	padding-right:4px;
}
.background{
    background:#F5F5F5;
}
/*-导航路径-*/
#icon{/*图标容器*/
    width:20px;
	height:22px;
	margin-left:20px;
	line-height:24px;
	padding-top:2px;
	float:left;
}
#titleheader{/*路径标题*/
    width:auto;
	height:24px;
	line-height:24px;
}
.title_bg{
    width:98%;
	height:24px;
	line-height:24px;
	margin:0px auto;
	border:1px solid #CFCFCF;
	margin-bottom:10px;
	margin-top:6px;
	background:url(../images/title_bg.jpg) repeat-x;
}
.main_table_title{
    width:200px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:28px;
	margin-top:8px;
}
h1{
   font-size:20px;
   text-align:center;
   font-weight:bold;
}
