html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, textarea{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, 宋体;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 150%;
}

.container_24{
}

.container_24 div.fastview{
	padding-top: 10px;
	width: 85px;
	text-align: center;
}

div.fastview div{
	height: 18px;
	background: url(../img/lab.gif) 50% top no-repeat;
	line-height: 18px;
	color: white;
	text-align: center;
}

#head-grid{
	height: 34px; margin: 0px; padding: 0px
}

#head-grid td{
	line-height: 32px;
}

#layout-head{
	margin-bottom: 10px;
}

#layout-footer{	
	margin-top: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #CDD5E8;	
	line-height: 1.5em;
	text-align: center;
	border-bottom-right-radius:1em;
	border-bottom-left-radius:1em;
	margin-bottom: 10px;
}

ul#layout-menu{
	background: url(../img/menu-bg.png) left top repeat-x;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

ul#layout-menu li {
	float: left;
	list-style-type:none;
	margin-left: 0px;
	height: 40px;
	line-height: 40px;
}

ul#layout-menu li.itm{
	padding: 0px 15px;
}

ul#layout-menu li.sel, ul#layout-menu li.highlight{
	background: url(../img/menu-sel.png) left top repeat-x;
}

img.decor{
	position:relative; 
	left: -3px; 
	top: 1px;
}

ul#layout-menu li a {
	font-size: 13px;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
	text-decoration: none;
}

ul#layout-menu li.cur a{
	color: white;
	background: #2171c6;
	font-weight: bold;
}

ul#layout-menu li a:hover{
	line-height: 18px;
	color: white;
	text-decoration: underline;
}

#layout-sep{
	height: 2px;
	font-size: 2px;
}

.side .pane{
	border: solid #E6E6E6;
	overflow: hidden;
	border-width: 0 1px 1px;
	margin-bottom: 7px;
}

.side dl dt {
	position: relative;
	margin-bottom: -1px;
	height: 27px;
	padding: 0 12px;
	border: solid #E6E6E6;
	background: url(../img/left-pg.jpg) #E6E6E6 repeat-x 0 -30px;
	font-weight: bold;
	line-height: 27px;
	cursor: pointer;
	border-width: 1px 0;
}

.side dl dt b {
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	width: 19px;
	height: 27px;
	background: url(../img/left-pg.jpg) no-repeat 0 -150px;
}

.side dd {
	padding: 4px  5px;
}

.side dd .curr {
	font-weight: bold;
}

.side dd .item {
	padding: 2px 0px 2px 20px;
}

.side dd .news {
	padding: 2px 0px 2px 20px;
	background: url(../img/list_point.png) 5px 50% no-repeat;
}

.side a{
	color: black;
	text-decoration: none;
}

.side a:hover{
	color: #C00;
	text-decoration: underline;
}

div.handle{
	height: 3px; 
	font-size:1px; 
	border: 1px solid #e73205; 
	background: #f94719
}

div.blue{
	border: 1px solid #538eca; 
	background: #70b5df;
}

div.green{
	border: 1px solid #9dbd40; 
	background: #9ec649;
}

div.orange{
	border: 1px solid #f46610;
	background: #ff7000;
}

div.m{
	padding: 5px 10px 10px 5px;
}

div.m3{
	border: 1px solid #EDD28B;
	background: #FFFDEE;
}

div.m2{
	border: 1px solid #E6E6E6;
	background: #fcfcff;
}

div.m h3{
	font-size: 12px;
	margin-bottom: 10px;
}

div.m3 h3{
	color: #C00;
	border-bottom: 1px solid  #EDD28B;
	font-weight: bold;
}

div.m2 h3{
	color: #C00;
	border-bottom: 1px solid  #E6E6E6;
}

table.grid{
	width: 100%;
}

table.grid th{
	text-align: center;
}

table.grid td{
	padding: 2px;
}

table.grid td.label{
	width: 20%;
	font-size: 12px;
	text-align: right;
}

table.grid td.val{
	width: 30%;
}

table.task td{
	line-height: 20px;
	padding: 0px 5px;
	color: #999;
}

table.task td a.found{
	color: #005EA7;
}

table.task td.lab{
	padding-left: 10px;
	font-weight: bold;
	color: black;
}

.pagebanner{
	line-height: 25px;
	border-collapse: collapse;	
	border: 1px solid white;
	width: 100%;
}

.pagebanner .comment{
	width: 250px;
}


.pagelinks a.first{
	background: url(../img/first.gif) 2px 4px no-repeat;
}

.pagelinks a.prev{
	background: url(../img/prev.gif) 2px 4px no-repeat;
}

.pagelinks a.next{
	background: url(../img/next.gif) 2px 4px no-repeat;
}

.pagelinks a.last{
	background: url(../img/last.gif) 2px 4px no-repeat;
}

.pagelinks a.first-dis{
	background: url(../img/first-dis.gif) 2px 4px no-repeat;
	cursor: default;
}

.pagelinks a.prev-dis{
	background: url(../img/prev-dis.gif) 2px 4px no-repeat;
	cursor: default;
}

.pagelinks a.next-dis{
	background: url(../img/next-dis.gif) 2px 4px no-repeat;
	cursor: default;
}

.pagelinks a.last-dis{
	background: url(../img/last-dis.gif) 2px 4px no-repeat;
	cursor: default;
}

.pagelinks a{
  text-decoration: none;
}

div.sep-line{
	margin-top: 5px;
	height: 18px;
	line-height: 18px;
	background: url(../img/dot-div.png) 0px 5px repeat-x;	
}

div.sep-line span{
	font-size: 12px;
	font-weight: bold;
	background-color: white;
}

	
.hreflist a{
	display: block;
	padding-left: 10px;
	background: url(../img/licol.png) 0px 0px no-repeat;
	line-height: 18px;
	margin: 5px;
	color:#0041D9;
	text-decoration: none;
}


table.linkgrid {
	width: 100%;
}

table.linkgrid a{
	display: block;
	line-height: 18px;
	margin: 5px 0px;
	color:#0041D9;
	text-decoration: none;	
}

table.linkgrid a img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(../img/ui-icons.png) 0px 0px no-repeat;
}
	
a.req{
	color: #ff5500;
	cursor: pointer;
	text-decoration: none;
}

a.req:hover{
	text-decoration: underline;
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    
    background-color: white;
    color: #333;
    border: 1px solid #666666;
}

.jqmWindow h2{
	background: url("../img/ui-bg_gloss-wave.png") 50% 50% repeat-x; 
	height: 25px; 
	line-height: 25px; 
	margin: 0px;
	color: white;
}

.jqmWindow h2 img{
	width: 16px;
	height: 16px;
	margin: 4px 5px 0px 3px;
	display: block;
	float: left;
	background:url(../img/ui-icons-2.png) -32px -16px no-repeat;
}

.jqmWindow h2 span{
	width: 300px;
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
}

.jqmWindow h2 a.close{
	width: 16px;
	height: 16px;
	margin: 4px 3px 0px 0px;
	float: right;
	display: block;
	background:url(../img/ui-icons-2.png) -32px -192px no-repeat;
}


.jqmWindow div.dlgbody{
	padding: 5px;
}

.jqmWindow div.dlgbody p{
	line-height: 25px;
}

.jqmWindow div.dlgbody label{
	font-weight: bold;
	padding-right: 10px;
}

.jqmWindow div.dlgfoot{
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.jqmOverlay { background-color: #000; }

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

.detail-tbl td{
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}

h2.channel{
	height: 27px;
	line-height: 27px; 
	border: 1px solid #cccccc; 
	background:url(../img/h1.png) left -27px repeat-x
}

h2.channel span.head{
	height: 27px; 
	line-height: 20px; 
	float: left; 
	display: block; 
	width: 120px; 
	background:url(../img/h1.png) left top repeat-x
}

h2.channel span.ico{
	height: 27px;
	float: left; 
	display: block; 
	width: 30px; 
	background:url(../img/ico1.png) 10px 3px no-repeat
}

.itemlist thead th{
	text-align: center;
	border-top: 1px solid #cdd5e8; 
	border-bottom: 1px solid #cdd5e8; 
	height: 28px; line-height: 28px; margin-top: 10px; padding-left: 10px; 
	background:url(../img/h1.png) left -54px repeat-x;
	padding: 0px;
}

.itemlist thead th a{
	text-decoration: none;
	color: black;
}

.itemlist thead th.order1{
	background-position: left -137px;
	
}

.itemlist thead th.order2{
	background-position: left -109px;
}

.itemlist thead th.first{
	border-left: 1px solid #cdd5e8;
}

.itemlist thead th.last{
	border-right: 1px solid #cdd5e8;
}

.itemlist tbody td{
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px solid #cdd5e8;
}

.itemlist tr.even td{
	background-color: #f5faff;
}

.itemlist tr.hover td{
	background-color: #fff2a3;
}

a.button{
	display: block;
	width: 85px;
	height: 26px;
	background: url(../img/buttons.png) left top no-repeat;
	text-decoration: none;
	margin: 0px auto;
}

table.datatbl{
	width: 100%;
	border-collapse: collapse;
}

table.datatbl td, table.datatbl th{
	line-height: 25px;
	text-align: center;
	border: 1px solid #DDDDDD;
}


.w10{width:10px}
.w20{width:20px}
.w30{width:30px}
.w40{width:40px}
.w50{width:50px}
.w60{width:60px}
.w70{width:70px}
.w80{width:80px}
.w90{width:90px}
.w100{width:100px}
.w110{width:110px}
.w120{width:120px}
.w130{width:130px}
.w140{width:140px}
.w150{width:150px}
.w160{width:160px}
.w170{width:170px}
.w180{width:180px}
.w190{width:190px}
.w200{width:200px}
.w210{width:210px}
.w220{width:220px}
.w230{width:230px}
.w240{width:240px}
.w250{width:250px}
.w260{width:260px}
.w270{width:270px}
.w280{width:280px}
.w290{width:290px}
.w300{width:300px}

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.ui-state-disabled { cursor: default !important; }

.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-icon { width: 16px; height: 16px; background-image: url(../img/ui-icons.png); }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }

.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(../img/ui-bg_inset-hard.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(../img/ui-bg_gloss-wave.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

span.sup{
	vertical-align:super; 
	color:red; 
	font-size:9px; 
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px
}
