 /********************************************************* 
 * //The genericstyle Layout & Style.//
 *
 * @author NetFreeMan <netfreeman@live.com>
 * @version $Revision: 1.0 $ $Date: 2008/03/017 11:35:36 $
 *********************************************************/
 
/*公共部分开始*/

/*小项部分*/

	/*默认链接*/
	a:link {
		color:#333333;
		text-decoration:none;
		cursor:hand;
		}
	a:visited {
		color:#333;
		text-decoration:none;
		cursor:hand;
		}
	a:hover {
		color:#FF0000;
		text-decoration:underline;
		cursor:hand;
		}

	/*默认标签格式font-size:63%;*/
	body {
		font-size:63%;
		font-family:Verdana, Arial, Helvetica, sans-serif,"宋体";
		text-align:center;
		background:#fff;
		color:#333;
		padding:0px;
		margin:0px;
		line-height:160%;
		}
	p,ul,ol,li,dl,dt,dd,hr,h1,h2,h3,h4,h5,h6,form,span {
		padding:0px;
		margin:0px;
		}
	li {
		list-style-type:none;
		}
	h1 {
		font-size:1.3em;
		}
	h2 {
		font-size:1.2em;
		}
	h3 {
		font-size:1.0em;
		}
	h4 {
		font-size:1.0em;
		}
	h5 {
		font-size:1.0em;
		}
	h6 {
		font-size:0.8em;
		}
	select {
		height:20px;
		}	
	td {
		padding:2px 1px;
		}
	th {
		padding:3px 1px;
		}

	
		/*清除对齐*/
	.clearboth {
		clear:both;
		display:block;
		}
		/*文字对齐*/
	.textleft {
		text-align:left;
		}
	.textright {
		text-align:right;
		}
	.textcenter {
		text-align:center;
		}
	.floatright {
		float:right;
		}
	.floatleft {
		float:left;
		}
		/*文字大小*/
	.font14 {
		font-size:1.2em;
		}
	.font12 {
		font-size:1.0em;
		}
	.font10 {
		font-size:0.8em;
		}
		
	.font_red {
		color:#ff0000;
		}
	.font_green {
		color:#008000;
		}
	.hot_red:link, .hot_red:visited {
		color:#ff0000;
		}
	
		/*除错*/
	.errormessage {
		color:#ff0000;
		padding:6px;
		background:#FFCCCC;
		font-weight:bold;
		border:1px solid #ff0000;
		text-align:center;
		}
	.notemessage {
		color:#ff6600;
		padding:6px;
		background:#FFFACE;
		font-weight:bold;
		border:1px solid #ff6600;
		text-align:center;
		}
		/*输入框*/
	.input {
		margin:2px 0;
		padding:2px;
		border:1px solid #999;
		width:200px;
		background:url(../images/page/black_white.jpg) repeat-x 0 -5px;
		}	
		/*分页*/
	#pagers,
	.pagers {
		padding:6px;
		text-align:right;
		font-size:1.1em;
		}
	#pagers a:link,
	#pagers a:visited,
	.pagers a:link,
	.pagers a:visited {
		padding:0 3px;
		text-decoration:none;
		border:1px solid #ccc;
		margin:0 2px;
		}
	#pagers a:hover,
	.pagers a:hover {
		background:#ff9933;
		color:#fff;
		}
		#pagers .currentPage,
		.pagers .currentPage {
			padding:0 3px;
			text-decoration:none;
			border:1px solid #ccc;
			margin:0 2px;
			background:#ff9933;
			color:#fff;
			}

		
/*公共部分结束*/
