﻿#mAccordion {
		width:98%;
	}

	#mAccordion ul LI {
		display:inline-block;
		width:150px;
		margin-top:7px; 
	}
	#mAccordion ul LI.pcnt99 {	width:99%;}
	#mAccordion ul LI.pcnt99 input[type="text"] {width:100px; height:30px;}
	/* accordion H3 color:*/
	.cateName {
		/*color: 咖啡色#9c3333;*/
		color: #007EC8;
		font-weight:bold; 
		font-size: 15px;
	}

	.ui-accordion-header.ui-state-active .cateName {
		color: #ffffff;
	}
	.ui-state-active {
		border: 1px solid #003eff;
		background: #007f99;
		font-weight: normal;
		color: #fff;
	}

	/* mod content padding	*/
	.ui-accordion .ui-accordion-content {
		padding: 1em 0.8em;
		border-top: 0;
		overflow: auto;
	}
	.ui-widget-content {
		border: 1px solid #007f99;
		color: #000000;
	}

	#mAccordion .ui-widget-content a {
		color:#007EC8; 
		text-decoration: underline;
	}
	#btnQry { color: #9c3333; border:2px solid #9c3333; border-radius: 5px;
		font-size: 15px;
			width:120px; padding:5px; font-weight:bold;
	}

	#btnShowFilter { color: #007EC8; width:120px; margin-bottom:5px; 
				padding:5px; font-weight:normal; }/*	position: fixed;			bottom: 10px; 			right: 10px;		*/
	.znShowFilter2 {
		position: fixed;
		z-index: 3;
		padding: 5px;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		border: 2px solid #666666;
		background-color: #CCCCCC;
		bottom: 80px;
		right: 20px;
	}
	table.fixedTH thead th {
		top: 52px;
		position: sticky;
		z-index: 3;
		/*background-color:#FF0000;*/
	}