/* CSS Document */
html,body{font-size:12px;margin:0px;height:100%; padding:0px;}
form {
   margin:0px;
   padding:0px;
  }
td,input,select {
   font-size:12px;
  }

a {
   color:#000000;
   text-decoration:none;
   }
a:hover {
   color:red;
   text-decoration:underline;
   }

.menuWord {
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 text-align:center;
	 font-size:12px;
	 }
.loginEword {
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:8px;
	 }
a.leftMenu {
   color:#ffffff;
   font-weight:bold;
   text-decoration:none;
   }
a.leftMenu:hover {
   color:#FFFF33;
   font-weight:bold;
   text-decoration:none;
   }

.DotLine {
   background-image:url(images/line.gif);
   background-repeat:repeat-x;
   background-position:bottom;
   }

.largeFont {
   font-size:13px;
   font-weight:bold;
   color:#006699;
   }
.copyright {
   line-height:20px;
   background-image:url(images/bannerBG.jpg);
   }

.line22 {
    line-height:20px;
	}

.mOn {
   background:url(images/menu/TOn.gif) no-repeat center;
   color:#FFFFFF;
	}
.mOn a.menu {
    font-size:13px;
	color:#ffffff;}
	
.mOff {
   background:url(images/menu/TOff.gif) no-repeat center;
   color:#000000;
	}
a.menu {
    font-size:13px;
	color:#000000;}
a.menuOn {
    font-size:13px;
	color:#FFFFFF;
	}
.loginBorder {
   border:1px solid #E6E6E6;
   }
.divLine {
    height:5px;
	line-height:0px;
	font-size:0px;
	}
.line3 {
   line-height:10px;
   }
.fcRED {
  color:#FF0000;
  }
#leftDiv,#rightDiv{
   width:80px; /* 宽度 */
   height:10px; /* 高度 */
   border:1px solid #ddd; /* 边框样式 */
   position:absolute; /* 绝对定位激活 */
   }
.mesWindow{border:#666 1px solid;background:#fff;}
.mesWindowTop{border-bottom:#eee 1px solid;margin-left:4px;padding:3px;font-weight:bold;text-align:left;font-size:12px;}
.mesWindowContent{margin:4px;font-size:15px;}
.mesWindow .close{height:15px;width:28px;border:none;cursor:pointer;text-decoration:underline;background:#fff}