/*全局*/
body {margin:0; padding:0;font-size:12px;color:#666;}
table {font-size:12px;line-height:20px}
/*链接样式*/
a:link,a:visited {color: #666; text-decoration:none;}
a:hover,a:active {color: #c00; text-decoration:underline;}
/*背景图片*/
.mainbg1 {background-image: url(mainbg1.gif);background-repeat: repeat-y;background-position: center;}
.mainbg2 {background-image: url(mainbg2.gif);background-repeat: repeat-y;background-position: center;}
.mainbg3 {background-image: url(mainbg3.gif);background-repeat: repeat-y;background-position: center;}
.bottombg {background-image: url(bottombg.gif);background-repeat: no-repeat;background-position: center top;}
/*e*/
.mar5 {margin-top:5px}
.border {border:#ccc 1px solid}
/*首页右边标题字号*/
.chei14b {font-size:14px;color:#000;font-weight:bold;}
/*导航条*/
.navfh1,a.navfh1:link,a.navfh1:visited{color:#000000;text-decoration: none;font-size:14px;font-weight:bold;}
a.navfh1:hover,a.navfh1:active{color:#0000FF;text-decoration: none;font-size:14px;font-weight: bold;}
.navfh2,a.navfh2:link,a.navfh2:visited{color:#fff;text-decoration: none;font-size:14px;}
a.navfh2:hover,a.navfh2:active{color:yellow;text-decoration: none;font-size:14px;}
/*右上角*/
.cwhite12,a.cwhite12:link,a.cwhite12:visited{color:#fff;text-decoration: none;}
a.cwhite12:hover,a.cwhite12:active{color:#c00;text-decoration: underline;}
/*按钮*/
.button{width:80px;height:24px;border:1px solid #95e2ff;background:url(login_bg.gif) center center;padding-top:2px;margin:1px; letter-spacing:5px;font-size:14px;}
.button1{width:40px;height:24px;border:1px solid #95e2ff;background:url(login_bg.gif) center center;padding-top:2px;margin:2px; letter-spacing:5px;font-size:12px;}
.button2{width:140px;height:24px;border:1px solid #95e2ff;background:url(login_bg.gif) center center;padding-top:2px;margin:2px; letter-spacing:5px;font-size:12px;}
/*下拉选择框*/
select{
    border-right: #000000 1px solid;
    border-top: #ffffff 1px solid;
    font-size: 14px; 
    border-left: #ffffff 1px solid;
    color:#003366;
    border-bottom: #000000 1px solid;
    background-color:#DFFFDF;
}

/*文本输入框*/
input {
border:1px solid #95e2ff;
vertical-align:middle;
}
/*表格*/
.td {
border:1px solid #95e2ff;
}
/*左栏导航*/
.box {
  position:relative;
  }
#menu {
  width:180px; 
  text-align:left; 
  position:relative;
  }
#menu a, #menu a:visited {
  text-decoration:none; 
  color:#000; 
  display:block; 
  width:180px; 
  height:16px; 
  border:1px solid #fff; 
  padding:5px;
  }
* html #menu a, 
* html #menu a:visited {
  width:180px; 
  height:28px; 
  w\idth:180px; 
  he\ight:16px;
  }
#menu a span {
  display:none;
  }
#menu a:hover {
  border:1px solid #95e2ff; 
  }
#menu a:hover span.left, 
#menu a:hover span.right { 
  height:0; 
  width:0; 
  overflow:hidden; 
  border-top:8px solid #fff; 
  border-bottom:8px solid #fff; 
  }
#menu a:hover span.left {
  left:5px; 
  top:5px; 
  border-left:8px solid #000;
  }
#menu a:hover span.right {
  left:87px; 
  top:5px; 
  border-right:8px solid #000;
  }

* html #menu a:hover span.left, 
* html #menu a:hover span.right {
  width:8px; 
  height:16px; 
  w\idth:0; 
  he\ight:0;
  }


