﻿/* 全站文件 */

body {
    font-size: 12px;
    font-family: Verdana, @宋体;
    color: #000000;
}

td {
    font-size: 12px;
    font-family: Verdana, @宋体;
}

/* 链接 */
a {
    color: #000000; text-decoration: none;
}

a:hover {
    color: #FF0000; text-decoration: underline;
}

.ja1 {
    color: #003399; text-decoration: none;
}

.ja1:hover {
    color: #FFFFFF; background: #003399; text-decoration: none;
}

.ja2 {
    color: #0C65BF; text-decoration: none;
}

.ja2:hover {
    color: red; text-decoration: underline;
}

.ja3 {
    color: #000000; text-decoration: none;
}

.ja3:hover {
    color: #FFFFFF; text-decoration: underline;
}

.ja4 {
    color: #036096; text-decoration: none;
}

.ja4:hover {
    color: red; text-decoration: underline;
}

/* 文本框 */
.login-input {
    font-size: 12px;
    font-family: Verdana, @宋体;
    height: 18px;
    line-height: 19px;
    border-left: #004A80 4px solid;
    border-bottom: #004A80 1px solid;
    border-top: #004A80 1px solid;
    border-right: #004A80 1px solid;
}

.allinput {
    font-size: 12px;
    font-family: Verdana, @宋体;
    height: 18px;
    line-height: 18px;
    background: #EFEFDE;
    border-left: #B2B2A6 4px solid;
    border-bottom: #B2B2A6 1px solid;
    border-top: #B2B2A6 1px solid;
    border-right: #B2B2A6 1px solid;
}

/* div */
.lgdiv {
   width: 530px;
   height: 355px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   margin-top: 100px;
}

.uslgdiv {
   width: 485px;
   height: 285px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   margin-top: 130px;
   background-image: url('../../images/userlogin.jpg');
}

.lgdiv_1 {
   width: 310px;
   height: 120px;
   text-align: center;
   margin-top: 75px;
   margin-left: 160px;
}

.lgdiv_2 {
   width: 240px;
   height: 30px;
   text-align: center;
   margin-top: 30px;
   margin-left: 140px;
}

.lgdiv_3 {
   width: 180px;
   height: 20px;
   text-align: center;
   margin-top: 40px;
   margin-left: 20px;
   float: left;
}

.mainright {
   margin-top: 50px; 
   margin-left: auto; 
   margin-right: auto; 
   width: 600px; 
   height: 400px; 
   border-right: #cccccc 1px dashed; 
   border-top: #cccccc 1px dashed; 
   border-left: #cccccc 1px dashed; 
   border-bottom: #cccccc 1px dashed;
   padding: 5px 5px 5px 5px;
}

.allused {
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   width: 96%;
   border-right: #cccccc 1px dashed; 
   border-top: #cccccc 1px dashed; 
   border-left: #cccccc 1px dashed; 
   border-bottom: #cccccc 1px dashed;
   padding: 10px 10px 10px 10px;
}

/* 按钮 */
.btn1_mouseout {
 border-right: #643C13 1px solid;
 padding-right: 2px;
 border-top: #643C13 1px solid;
 padding-left: 2px;
 font: 12px Verdana, @宋体;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#00B1F1, EndColorStr=#014C73);
 border-left: #643C13 1px solid;
 cursor: hand;
 color: #ffffff;
 padding-top: 2px;
 border-bottom: #643C13 1px solid;
 height: 25px;
}

.btn1_mouseover {
 border-right: #643C13 1px solid;
 padding-right: 2px;
 border-top: #643C13 1px solid;
 padding-left: 2px;
 font: 12px Verdana, @宋体;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#EF4101, EndColorStr=#812B03);
 border-left: #643C13 1px solid;
 cursor: hand;
 color: #FFFF00;
 padding-top: 2px;
 border-bottom: #643C13 1px solid;
 height: 25px;
}

/* 表格 */
/* 通用样式 */
.main_table {
	 padding: 2px 2px 2px 2px;
	 border-right: #BCD2E6 1px solid;
	 border-top: #BCD2E6 1px solid;
	 border-left: #BCD2E6 1px solid;
	 border-bottom: #BCD2E6 1px solid;
	 width: 100%;
}

.td_title {
	font-weight: bold;
	background: #D3E2F0;
	color: #135294;
	line-height: 25px;
	height: 25px;
}

.td_on {
	background: #ffffff;
	height: 22px;
}

.td_off {
	background: #E6F1F8;
	color: #DB4700;
	height: 22px;
}

.tdline {
    border-top: #EAEAEA 1px solid;
}

.user_table {
	 padding: 2px 2px 2px 2px;
	 border-right: #918800 1px solid;
	 border-top: #918800 1px solid;
	 border-left: #918800 1px solid;
	 border-bottom: #918800 1px solid;
	 width: 100%;
}

.user_title {
	font-weight: bold;
	background: #D4D1A4;
	color: #7D4800;
	line-height: 25px;
	height: 25px;
}

.user_on {
	background: #ffffff;
	height: 22px;
}

.user_off {
	background: #F0EED3;
	color: #958B00;
	height: 22px;
}

/* 嵌套在div allused 里的样式 */
#txttable {
	 padding: 2px 2px 2px 2px;
	 border-right: #cccccc 1px solid;
	 border-top: #cccccc 1px solid;
	 border-left: #cccccc 1px solid;
	 border-bottom: #cccccc 1px solid;
	 background: #ffffff;
	 width: 100%;
}

#txttable td {
    background: #E3ECF0;
    color: #003371;
    height: 25px;
}

#txttable1 {
	 padding: 2px 2px 2px 10px;
	 border: #000000 solid 1.0pt;
	 background: #ffffff;
	 width: 100%;
	 font-size:10.0pt;
	 font-family:"Times New Roman";
	 border-collapse: collapse;
}

#txttable1 td {
    color: #003371;
    height: 40px;
	 font-size:10.0pt;
	 font-family:"Times New Roman";
}

/* select item */
.myselect * {
  margin: 0;
  padding: 0;
}
.myselect {
  border:1px solid #B2B2A6;
  float: left;
  display: inline;
  }
.myselect div {
  border:1px solid #f9f9f9;
  float: left;
}
/* 子选择器，在FF等非IE浏览器中识别 */
.myselect>div {
  height: 17px;
  overflow:hidden;
  }
/* 通配选择符，只在IE浏览器中识别 */
* html .myselect div select {
  display:block;
  float: left;
  margin: -2px;
}
.myselect div>select {
  display:block;
  float:none;
  margin: -2px;
  padding: 0px;
}
.myselect select>option {
  text-indent: 2px;/*option在FF等非IE浏览器缩进2px*/
}

/* select item1 */
.myselect1 * {
  margin: 0;
  padding: 0;
}
.myselect1 {
  border: 1px solid #7DBBF3;
  float: left;
  display: inline;
  }
.myselect1 div {
  border:1px solid #f9f9f9;
  float: left;
}
/* 子选择器，在FF等非IE浏览器中识别 */
.myselect1>div {
  height: 17px;
  overflow:hidden;
  }
/* 通配选择符，只在IE浏览器中识别 */
* html .myselect1 div select {
  display:block;
  float: left;
  margin: -2px;
}
.myselect1 div>select {
  display:block;
  float:none;
  margin: -2px;
  padding: 0px;
}
.myselect1 select>option {
  text-indent: 2px;/*option在FF等非IE浏览器缩进2px*/
}