@CHARSET "UTF-8";
/*頁面元素默認CSS*/
*{
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #DEDEDE;
	scrollbar-base-color: #F5F5F5;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #F5F5F5;
	scrollbar-shadow-color: #EBF5FF;
	scrollbar-highlight-color: #F5F5F5;
	scrollbar-3dlight-color: #C3C3C3;
	scrollbar-darkshadow-Color: #9D9D9D;	
}
body, input, label, select, option, textarea, button, fieldset, legend, a, span, table, th, td, ul {
	font-family: "Arial";
	font-size: 10pt;
	line-height: 14pt;
	color: #333333;
   /*font-size: 12px;*/
}

ol li{ 
	list-style:inside;
	list-style-type:decimal; 
	color: #333333;
    /*font-family: "Arial";
    font-size: 10pt;
    line-height: 12pt; */
}

.href, .href:hover, .href:link {
	lexrus : expression(this.hideFocus='on');
	text-decoration : none;	
	color:#333333;
	font-size:10pt;
	outline:none;
}
a{
	lexrus : expression(this.hideFocus='on');
	text-decoration : none;	
	color : #333333;
	outline:none;
}
img{
  lexrus : expression(this.hideFocus='on');
	border: none;
}
table,tr,td,div{
	 /* border-collapse:collapse;*/
}
.hand{
	cursor: pointer;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.fltlt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: left;
	margin-left: 10px;
}
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-right: 10px;
}
.xhidden{
	overflow-x: hidden;
}
.div_clear{
	width: 100%; 
	height: 1px; 
	position: relative; 
	clear: both;
	overflow: hidden;
}
.input {
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin:2px;
	height: 20px;
	line-height: 22px;
	font-size:12px;
	text-align: center;
}
a.zPushBtn {
	text-decoration: none;
	height: 24px;
	margin: 0 5px 0 0;
	background: url(../img/emt/btnout_bg_left.gif) no-repeat left center;
	_display: inline;
	float: left;
	-moz-user-select:none;
}

a.zPushBtn img {
	margin: 2px 0px 4px 6px;
	_display: inline;
	float: left;
}

a.zPushBtn b {
	cursor:pointer;
	white-space: nowrap;
	color: #666;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	padding: 0 7px 0 5px;
	background: url(../img/emt/btnout_bg_right.gif) no-repeat right center;
	display:inline-block;
	+zoom: 1;
	+display: inline;
}

a.zPushBtn:hover {
	text-decoration: none;
	background: url(../img/emt/btnover_bg_left.gif) no-repeat left center;
}

a.zPushBtn:hover b {
	color: #147;
	background: url(../img/emt/btnover_bg_right.gif) no-repeat right center;
}

a.zPushBtnDisabled,
a.zPushBtnDisabled:hover{
	cursor: not-allowed;
	background: url(../img/emt/btnDsb_bg_left.gif) no-repeat left center;
}

a.zPushBtnDisabled img,
a.zPushBtnDisabled:hover img{
	opacity: 0.5;
	filter: gray Alpha(Opacity = 50);
}

a.zPushBtnDisabled b,
a.zPushBtnDisabled:hover b {
	cursor: not-allowed;
	color: #999;
	background: url(../img/emt/btnDsb_bg_right.gif) no-repeat right center;
}