/* CSS Document */
*{
   margin:0;
   padding:0;
   font-size:12px;
   }
a{
hide-focus: expression(this.hideFocus=true);
outline:none;
}
h1,h2{
   font-size:14px;
   height:30px;
   line-height:30px;
   text-indent:20px;
   color:#FF6C00;
   background:url(../image/icon_1.jpg) no-repeat left;
   }
h2{
   background:url(../image/icon_2.jpg) no-repeat left;
   }
.listtable {
   line-height:25px;
   border-left:#6A6A6A 1px dotted;
   margin-left:5px;
   }
.listtable td{
   background:  url(../image/icon_5.jpg) no-repeat left 5px;
   padding-left:30px;
   }
.listtable td a{
   color: #006699;
   text-decoration:none;
   }
.listtable td a:hover{
   color:#990000;
   }
.listlink{
   color:#7B0100;
   text-decoration:none;
   }
.listlink:hover{
   color:#000;
   }
#framebox{
   width:590px;
   overflow-y:auto;
   }
.iframestyle{ 
   width:100%;
   margin-left:10px;
   }
.datatable{
   width:100%;
   margin:5px auto;
   line-height:22px;
   text-align:center;
   border-left:#ccc 1px solid;
   border-top:#ccc 1px solid;
   margin:3px auto;
   }
.datatable th{
   background:url(../image/datatablethbg.gif) top repeat-x;
   height:25px;
   line-height:25px;
   color:#003366;
   border-bottom:#ccc 1px solid;
   border-right:#ccc 1px solid;
   }
.datatable td{
   border-right:#ccc 1px solid;
   border-bottom:#ccc 1px solid;
   padding-left:3px;
   }
.datatable td a{
   color:#006699;
   text-decoration:none;
   }
.datatable td a:hover{
   color:#990000;
   }
.datatable td:hover{
   background:#F9FAFC;
   }
.tjsm{
   width:570px;
   margin:5px auto;
   line-height:25px;
   background:#fafafa;
   }
.trth th{
      background:url(http://www.txsec.com/zqsc/image/datatablethbg.gif) top repeat-x;
	  }
.thborder th{
   border-top:#ccc 1px solid;
   }