﻿a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #333333;text-decoration: none;} /* 已访问的链接 */
a:hover{color: #ff3300;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #ff3300;text-decoration: none;} /* 点击激活链接 */
body{
    font-family: "新宋体";
    font-size: 12px;
    text-decoration: none;
    line-height: 150%;
    background:#ebebeb;
    scrollbar-face-color: #d5d5d5;
    scrollbar-highlight-color: #9a9a9a;
    scrollbar-shadow-color: #9a9a9a;
    scrollbar-3dlight-color: #e0e0e0;
    scrollbar-arrow-color: #333333;
    scrollbar-track-color: #c5c5c5;
    scrollbar-darkshadow-color: #e8e8e8;
    padding:0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
 /* 表单类 */
button,input,textarea{
    font-family: "宋体";
    font-size: 12px;
	color:#333333;
    text-decoration: none;
    background:#f0f0f0;
	border-bottom:solid;
	border-bottom-color:#a7a7a7;
	border-bottom-width:1;
	border-left:solid;
	border-left-color:#a7a7a7;
	border-left-width:1;
	border-right:solid;
	border-right-color:#a7a7a7;
	border-right-width:1;
	border-top:solid;
	border-top-color:#a7a7a7;
	border-top-width:1;
}
 /* 下拉菜单 */
select{
    font-family: "宋体";
    font-size: 12px;
	color:#333333;
    text-decoration: none;
    line-height: 150%;
    background:#eaeaea;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width:0px;
	border-left-width: 0px;
	/*border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #038291;
	border-right-color: #038291;
	border-bottom-color: #038291;
	border-left-color: #038291;*/
	padding:0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
 /* 定义表css */
.table{
	border: 1px solid #939393;
	margin-top: 5px;
	margin-bottom: 5px;
	background:#c8c8c8;
}
td {
	color:#333333;
	font-size:12px;
    line-height: 18px;
}
.back {
	background:#f2f2f2;
}
.leftback {
	background:#dbdbdb;
}
.hback {
	background:#eaeaea;
}
.hback_1 {
	background:#d9d9d9;
}
