/* CSS Document */
body {
	font-size: 12px;
	color: #000;
	
		margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}
div,ol,ul {
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
form,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table {
	font-size: 12px;
	margin: 0px;
	padding: 3px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*文本框样式*/
.cssTextfield {
	BORDER: #888 1px solid;
	HEIGHT: 18px;
}  
/*小文本框*/
.smallTextfield {
	width:20px;
	BORDER: #888 1px solid;
	HEIGHT: 18px;
}   
/*按钮样式*/
.cssButton {
	BORDER-RIGHT: #a2a2a2 1px solid;
	BORDER-TOP: #fff 1px solid;
	BORDER-LEFT: #fff 1px solid;
	BORDER-BOTTOM: #a2a2a2 1px solid;
	FONT-SIZE: 12px;
	COLOR: #000;
	HEIGHT: 20px;
	BACKGROUND: #eee;
} 
/*小按钮样式*/
.smallButton {
	FONT-SIZE: 12px;
} 
/*选择框样式*/
.cssSelect { 
	width: 90px;	
} 
.cssSelect option {
	text-align:center
} 
/*多行文本框样式*/
.cssTextarea { 
	width: 90px;
}

/*最大div*/
#wholeDiv { 
	text-align: center;
}

/*当前位置*/
#locality { 
	font-size: 12px; 
	text-align: left; 
	margin-bottom: 10px; 
	border-bottom: 2px solid #999; 
	text-indent: 10px;
}

/*搜索*/
#searchDiv { 
	width: 94%; 
	text-indent: 5px; 
	text-align: left; 
	background: #F3F3F3; 
	padding: 4px; 
	margin-bottom: 10px;
}

/*主体窗口*/
#listInfo { 
	font-size: 12px; 
	width: 94%; 
	background:#FFF;
}
/*表格背景色*/
.listInfoBg { 
	background:#91928D;
}  
/*表格前景色*/
.listInfoFg { 
	background:#fff;
}  
.listInfoTitle { 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 180%; 
	color:#000; 
	text-align:center;
}
/*标题背景色*/
.listInfoTitleBg { 
	background: #BCBCBA;
}

/*分页*/
#pageDiv{ 
	font-size: 12px; 
	width: 94%; 
	text-align: center; 
	margin-bottom: 10px;
}

/*添加*/
#addInfo { 
	font-size: 12px; 
	width: 94%; 
	margin-bottom: 10px;
}
#addInfo ul { 
	font-weight: bold;
}
#addInfo ol {
	text-align:center;
}
#addInfo ol table {
	width:96%;
	line-height: 180%;
	background-color: #D4D4D4; 
}
/*添加信息深色背景*/
.addInfoFuscousBg {
	background-color: #E7E7E7;
}
/*添加信息浅色背景*/
.addInfoUndertoneBg {
	background-color: #F5F5F5;
}

/*操作说明*/
#explain { 
	font-size: 12px; 
	width: 94%; 
	margin-bottom: 10px; 
	padding: 4px;
}
#explain ul { 
	font-weight: bold;
}
#explain ol { 
}

/*支持信息*/
#support { 
	font-size: 12px; 
	width: 94%; 
	margin-bottom: 10px; 
	padding: 4px;
}
#support ul {
	text-align:center;
}
#support ol { 
}

/*字体颜色*/
.textRed { 
	color:#F00;
}
.textBlue { 
	color:#00F;
}
.textBlack { 
	color:000;
}
.buttonImg {
	cursor:pointer;
	border:0;
}
