/* CSS 滑动门菜单 */
BODY {
    FONT-SIZE: 9pt;
    FONT-FAMILY: 宋体,MS SONG,SimSun,tahoma,sans-serif;
}

body {
    margin:2px;
}

a:link {
	color: #003366;
}

a:visited {
	color: #003366;
}

a:active {
	color: #003366;
}

li {
	COLOR: black;
	LINE-HEIGHT: 1.4;
	FONT-SIZE: 9pt; FONT-FAMILY: 宋体,MS SONG,SimSun,tahoma,sans-serif;
	list-style-position: inside;
	list-style-image: url(<%=request.getContextPath()%>/images/bullet_small_green.gif);
	list-style-type: none;
}

.line {
	line-height: 5px;
	BACKGROUND-COLOR:#EAF4FF;
}

.sec1 {
	BORDER-RIGHT: gray 0px solid;
	BORDER-TOP: #ffffff 0px solid;
	BORDER-LEFT: #ffffff 0px solid;
	BORDER-BOTTOM: #ffffff 0px solid;
	background-attachment: fixed;
	background-image: url(../image/switch/tabunselone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	vertical-align: middle;
	CURSOR: pointer;
	COLOR: #000000;
}

.sec2 {
	BORDER-RIGHT: gray 0px solid;
	BORDER-TOP: #ffffff 0px solid;
	BORDER-LEFT: #ffffff 0px solid;
	BACKGROUND-COLOR: #ffffff;
	background-attachment: fixed;
	background-image: url(../image/switch/tabselone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	FONT-WEIGHT: bold;
	text-align: center;
	vertical-align: middle;
	CURSOR: pointer;
	COLOR: #000000;
}

.sec1w120 {
	BORDER-RIGHT: gray 0px solid;
	BORDER-TOP: #ffffff 0px solid;
	BORDER-LEFT: #ffffff 0px solid;
	BORDER-BOTTOM: #ffffff 0px solid;

	background-attachment: fixed;
	background-image: url(../images/switch/tabunseloneW120.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	vertical-align: middle;
	CURSOR: pointer;
	COLOR: #000000;
}

.main_tab {
	BORDER-RIGHT: gray 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: gray 1px solid;
	BACKGROUND-COLOR:#EAF4FF;
}

.a_tab {
    color: #003366;
    FONT-WEIGHT: bold;
}

.b_tab {
    color: #003366;
    FONT-WEIGHT: bold;
}

.red{
  color:#990000;
  background:#ffffff;
}

/*===========其他部分===========*/

TH {
   FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica;
   TEXT-ALIGN: left;
   BACKGROUND: #F0F0F0;
   border-bottom: 1px solid #c1cdd8;
}

TH A {
    TEXT-DECORATION: none
}

span{
   color:#000000;
}

.EE {
    BORDER-RIGHT: #ffffff 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    BORDER-LEFT: #ffffff 1px solid;
    BORDER-BOTTOM: #ffffff 1px solid;
    BORDER-COLLAPSE: collapse;
    EMPTY-CELLS: show;
}

.EE TD {
    PADDING-RIGHT: 1px;
    BORDER-TOP: #c1cdd8 1px solid;
    PADDING-LEFT: 1px;
    HEIGHT: 23px
}

.FF {
    COLOR: #10659e;
}

.emphases {
    background:#FFFFCE;
}

.divTitle {
    background:#F7FBFF;
    border:1px solid #EAEAEA;
    margin-bottom:4px;
    padding-top:2px;
    padding-left:4px;
}

.noLine{
   border:#FFFFFF 0px solid;
}

.noline td {
    border:#FFFFFF 0px solid;
    text-align:center;
}

.tdTitle{
    background:#EFF2F4;
    text-align:center;
    border:0px;
    font-weight:bold;
}
/*===========main查询 不折行控制===========*/

.seeDiv_h90 {
    OVERFLOW: auto;
    WIDTH: expression(document.body.clientWidth-0);
    HEIGHT: expression((document.body.clientHeight-this.offsetTop-90>this.children[0].offsetHeight)?(this.children[0].offsetHeight+20) : (document.body.clientHeight-this.offsetTop-90));
}

.seeDiv_h120 {
    OVERFLOW: auto;
    WIDTH: expression(document.body.clientWidth-0);
    HEIGHT: expression((document.body.clientHeight-this.offsetTop-120>this.children[0].offsetHeight)?(this.children[0].offsetHeight+20) : (document.body.clientHeight-this.offsetTop-120))
}

.seeDiv_tr01 {
   Z-INDEX: 10;
   POSITION: relative;
   TOP: expression(this.offsetParent.scrollTop);
   BACKGROUND-COLOR: #dbeaf5;
   COLOR: #000000;
   WHITE-SPACE: nowrap;
   TEXT-ALIGN: center;
   font-weight:;
}

.seeDiv_td01 {
  LEFT: expression(this.parentElement.offsetParent.scrollLeft);
  POSITION: relative;
  color:#10659e;
}

.seeDiv_tr02 {
 POSITION:relative;background:#ffffff;
 WHITE-SPACE: nowrap;
 TEXT-ALIGN: center;
}

.seeDiv_td02 {
  LEFT: expression(this.parentElement.offsetParent.scrollLeft);
  POSITION: relative;
}


