/* main.css,主要为系统默认的页面及页面内各元素属性(比如背景色、input输入框)、以及版权栏的样式表文件 */
/* 以日期标明的最新版本为准,注意区分大小写(一般只用小写) -qyf- 2006.10.27 */

/* body,系统默认的页面样式 */
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } 


body
{
FONT-SIZE: 12px;
FONT-FAMILY: 宋体;
COLOR: #000000;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
background-color: #ffffff;
overflow-x:auto;
overflow-y: auto;
scrollbar-arrow-color:  #808080;
scrollbar-face-color: #ECECEC;
scrollbar-track-color: #F6F6F6;
scrollbar-shadow-color: #DADADA;
scrollbar-3dlight-color: #ECECEC;
scrollbar-darkshadow-color: #B4B4B4;
scrollbar-highlight-color: #FFFFFF;
}
/* td,系统默认的td样式 */
td
{
FONT-SIZE: 12px;
FONT-FAMILY: 宋体;
COLOR: #000000;
line-height:20px;
word-spacing: 1px;
}
/* div,系统默认的div样式 */
div
{
scrollbar-arrow-color:  #808080;
scrollbar-face-color: #ECECEC;
scrollbar-track-color: #F6F6F6;
scrollbar-shadow-color: #DADADA;
scrollbar-3dlight-color: #ECECEC;
scrollbar-darkshadow-color: #B4B4B4;
scrollbar-highlight-color: #FFFFFF;
}
/* input,系统默认文本框样式 */
input
{
border:1px solid #AFB7CC;
height:19px;
color:#000000;
font-size:12px;
}
/* textarea,系统默认文本域样式 */
textarea
{
border:1px solid #AFB7CC;
color:#000000;
font-size:12px;
}
/* select,系统默认下拉菜单样式 */
select
{
FONT-SIZE: 12px;
FONT-FAMILY: 宋体;
COLOR: #000000;
background-color: #ffffff;
border:1px solid #AFB7CC;
height:14px;
color:#000000;
}
/* InputCheckBox,单选框、多选框 */
.checkbox
{
border: 0px solid #AFB7CC;
}
/* A A:link A:visited A:hover A:active,系统默认链接文本样式 */
A
{
font-family: 宋体;
color: #0000ff;
text-decoration: none;
}
A:link
{
FONT-FAMILY: 宋体;
TEXT-DECORATION: none;
Color:#0000ff;
}
A:visited
{
FONT-FAMILY: 宋体;
TEXT-DECORATION: none;
Color:#B45B3E;
}
A:hover
{
COLOR: #ff0000;
FONT-FAMILY: 宋体;
TEXT-DECORATION: underline;
}
A:active
{
FONT-FAMILY: 宋体;
TEXT-DECORATION: none;
Color:#000000;
}
/* copyright_top；copyright_bg；copyright_txt；copyright_txt_en,版权栏顶部线条、背景图、中文、英文样式 */
.copyright_top
{
background-image:url(../images/copyright_topline.gif);
background-repeat:repeat-x;
height:3px;
}
.copyright_bg
{
background-image:url(../images/copyright_bg.jpg);
background-repeat:no-repeat;
background-position:left top;
width:100%;
height:60px;
text-align:center;
}
.copyright_txt
{
font-family:"宋体";
font-size:12px;
color:#004184;
text-align:center;
height:16px;
line-height:16px;
}
.copyright_txt_en
{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#004184;
text-align:center;
height:12px;
line-height:12px;
}
.copyright_num
{
color:#9E0B0E;
font-weight:bold;
}
/* ButtonBg1,系统风格按钮鼠标离开(mouseout)状态 */
.ButtonBg1
{
width:80px;
height:22px;
border:0;
background-Image:url(../images/button01.gif);
background-repeat:no-repeat ;
cursor:hand;
background-color:transparent;
}
/* ButtonBg2,系统风格按钮鼠标经过(mouseover)状态 */
.ButtonBg2
{
width:80px;
height:22px;
border:0;
background-Image:url(../images/button02.gif);
background-repeat:no-repeat ;
cursor:hand;
background-color:transparent;
}
/* ButtonTxt1,系统风格按钮文本(四个字以下)鼠标离开(mouseout)样式 */
.ButtonTxt1
{
width:100%;
font-size: 12px;
font-family: 宋体;
color:#000000;
font-weight:normal;
text-align:center;
text-indent:0px;
line-height: 18px;
letter-spacing: 1px;
word-break:keep-all;
/*filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);*/
}
/* ButtonTxt2,系统风格按钮文本(四个字以下)鼠标经过(mouseover)样式 */
.ButtonTxt2
{
width:100%;
font-size: 12px;
font-family: 宋体;
color:#000000;
font-weight:normal;
text-align:center;
text-indent:0px;
line-height: 18px;
letter-spacing: 1px;
word-break:keep-all;
/*filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);*/
}
/* ButtonBg3,系统风格按钮(小)鼠标离开(mouseout)状态 */
.ButtonBg3
{
width:45px;
height:18px;
border:0;
background-Image:url(../images/button03.gif);
background-repeat:no-repeat ;
cursor:hand;
background-color:transparent;
}
/* ButtonBg4,系统风格按钮(小)鼠标经过(mouseover)状态 */
.ButtonBg4
{
width:45px;
height:18px;
border:0;
background-Image:url(../images/button04.gif);
background-repeat:no-repeat ;
cursor:hand;
background-color:transparent;
}
/* ButtonTxt3,系统风格按钮(小)文本(四个字以下)鼠标离开(mouseout)样式 */
.ButtonTxt3
{
width:100%;
font-size: 12px;
font-family: 宋体;
color:#000000;
font-weight:normal;
text-align:center;
text-indent:0px;
line-height: 15px;
letter-spacing: 1px;
word-break:keep-all;
/*filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);*/
}
/* ButtonTxt4,系统风格按钮(小)文本(四个字以下)鼠标经过(mouseover)样式 */
.ButtonTxt4
{
width:100%;
font-size: 12px;
font-family: 宋体;
color:#000000;
font-weight:normal;
text-align:center;
text-indent:0px;
line-height: 15px;
letter-spacing: 1px;
word-break:keep-all;
/*filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);*/
}
/* GlowTxt1,阴影效果文本样式 */
.GlowTxt1
{
font-size: 12px;
font-family: 宋体;
color:#ffffff;
font-weight:normal;
line-height: 15px;
letter-spacing: 0px;
word-break:keep-all;
filter:glow(color=#ffffff, strength=2);
}