body {
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	FONT-SIZE: 13px;
	/*
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #1A62AE;
	SCROLLBAR-3DLIGHT-COLOR: #1A62AE;
	SCROLLBAR-ARROW-COLOR: #1A62AE;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #ffffff;
	*/
}

.body1 {
	margin: 2 2 2 2;
	background-color: white;
	FONT-SIZE: 13px;
	text-align:center;
}
.body0 {
    margin: 0;
    background-color: #EEEEEE;
    FONT-SIZE: 13px;
}
/*输出列表样式（不带鼠标跟踪）*/
table.table1 {
	width: 100%;
	margin: 1 0 1 0;
	background-color: #89ACC8;
	FONT-SIZE: 13px;
	COLOR: #222222;
	TEXT-DECORATION: none;
	line-height: 160% 
	 
}

table.table1_1 {
	margin: 2 0 2 0;
	background-color: #89ACC8;
	FONT-SIZE: 13px;
	COLOR: #222222;
	TEXT-DECORATION: none;
	line-height: 120%
	 
}

table.table1_1 tr {
	background-color: "#FFFFFF";
	height:22px;
}

table.table1_1 th {
	background-color: #CDDFF7;
	background-image: url(../images/content_li_top.png) 
}

table.table1 tr {
	background-color: "#FFFFFF";
	height:22px;
	line-height:30px;
}

table.table1 th {
	background-color: #CDDFF7;
	background-image: url(../images/panel_title.png)	
}

table.table1 td {
   background-color: white;
   text-align: left; 
   line-height:inherit;
} 

table.table1 span {
   FONT-SIZE: 13px;
   COLOR: red;
   text-align: left;
   padding-left:4px;
} 

/*输出表单样式*/
table.tableedit {
	width: 98%;
	margin: 9 0 9 0;
	background-color: #89ACC8;
	FONT-SIZE: 13px;
	COLOR: #222222;
	TEXT-DECORATION: none;
	 
}

table.tableedit tr {
	height:25px;
	background-color: white
}

table.tableedit th {
	background-color: #CDDFF7;
	background-image: url(../images/panel_title.png)
}

table.tableedit td {
    background-color: #CDDFF7;
	behavior: url('../style/td_event.htc');
}

/*输出列表样式*/
table.tablelist {
	width: 98%;
	margin: 9 0 9 0;
	background-color: #89ACC8;
	FONT-SIZE: 13px;
	COLOR: #222222;
	TEXT-DECORATION: none;
	line-height: 120%
}

table.tablelist tr {
	cursor: hand;
	background-color: "#FFFFFF";
	behavior: url('../style/list_event.htc');
	height:22px;
	 
}

table.tablelist th {
    cursor: auto;
	background-color: #CDDFF7;
	background-image: url(../images/panel_title.png)	
}
table.tablelist td { 
	background-color: #CDDFF7; 
}



/*输出列表样式*/
table.tablelist1 {
	width: 98%;
	margin: 2 0 2 0;
	background-color: #EDEFF2;
	FONT-SIZE: 12px;
	COLOR: #222222;
	TEXT-DECORATION: none;
	line-height: 120%
}

table.tablelist1 tr {
	cursor: auto;
	background-color: "#FFFFFF";
	behavior: url('list_event1.htc');
	height:24px; 
}

table.tablelist1 th {
    cursor: auto;
	background-color: white;
	background-image: url(../images/panel_title.png)	
}
table.tablelist1 td { 
    background-color: white; 
} 

/*输出表单标题表格样式*/
table.tabletitle {
	margin: 0 0 0 0;
	background-color: #89ACC8;
	width: 100%;
	height: 100% 
	margin:0px auto; /*table水平居中*/ 
    line-height:inherit;
}

table.tabletitle tr {
	background-color: white;
}
table.tabletitle th {
    background-image: url('../images/panel_title.png');
    FONT-SIZE: 13px; 
}

/*输出表单标题样式*/
.formtitle {
    background-color: white;
    background-image: url(../images/panel_title.png);
    background-repeat: repeat-x;
    FONT-SIZE: 13px;
     
}


.shadowfont {
	FILTER: dropshadow(color = gray, offx = 1, offy = 1, positive = 1);
	color: #D7D7D7;
}

.button1 {	
	cursor: hand;
	background-image: url('../images/btn.jpg');
	height:20px;
	font-size: 13px;
	padding: 2px 4px;	
	border-top: 1px solid #848484;	
	border-right: 1px solid #848484;	
	border-bottom: 1px solid #848484;	
	border-left: 1px solid #848484;	
	text-align: center;	
	min-width: 60px;
	color: #333333;
	behavior: url('../style/btn_event.htc')
}

.button2 {	
	cursor: hand;
	background-image: url('../images/btn.gif');
	height:23px;
	FONT-SIZE: 13px;
	padding: 4px 8px;	
	border-top: 1px solid #848484;	
	border-right: 1px solid #848484;	
	border-bottom: 1px solid #848484;	
	border-left: 1px solid #848484;	
	text-align: center;	
	min-width: 70px;
	color: #333333;
	behavior: url('../style/btn_event.htc')
}

.text1 
{
	FONT-SIZE: 13px;
	border: 1px solid #ADAAAD;
}
.text2 
{
	FONT-SIZE: 13px;
	background-color: #F5F5F5;
	border: 1px solid #ADAAAD;
}
.isreadonly 
{
	FONT-SIZE: 13px;
	background-color: #F5F5F5;
	border: 1px solid #ADAAAD;
	disabled:disabled;
}
.isreadonly1 
{
	FONT-SIZE: 13px;
	background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
}
.textarea1
{
	FONT-SIZE: 13px;
	border: 1px solid #ADAAAD;
}
.curposition1
{
	FONT-SIZE: 13px;COLOR: #FF00FF;
}
.select1
{
	FONT-SIZE: 13px;
	border: 1px solid #ADAAAD;
}


.textline{ 
       BORDER-LEFT-STYLE: none; 
       BORDER-RIGHT-STYLE: none; 
       BORDER-TOP-STYLE: none ; 
       border-bottom-style:solid; border-bottom-width:1px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px 
      }
      
.textblank{ 
       BORDER-LEFT-STYLE: none; 
       BORDER-RIGHT-STYLE: none; 
       BORDER-TOP-STYLE: none ; 
       BORDER-bottom-STYLE: none ;
       border-top-width:1px;
       behavior: url('../style/textblank_event.htc');
      }
 
a{  
	color:#2C64B9;
	text-decoration:none
}
a:hover
{
	color:#FF0000;
	text-decoration:none
}
  


.t_legend {
    background: url("../images/legend_bg.png") no-repeat; height: 30px; line-height: 25px;  margin: 3px 0; padding-left: 10px;
}

.table1 label{
   width:80px;
   display:inline-block; 
   line-height:22px;
   text-align: right;
   margin-left:10px;
 }

 .table1 .warning{
	FONT-SIZE: 13px;COLOR: #FFAA00;
 }

 .toolbar-flat {
    background: url("../images/bar.gif") repeat-x scroll 0 -500px;
    padding-left: 10px;
 }
.toolbar-overflow {
    background: url("../images/bar.gif") repeat-x scroll 0 0 ; 
    height: 33px;
    overflow: hidden;
}