@charset "gb2312";
/*ΧάΜεΙθΦΓ*/
*{
	margin:0;
	padding:0;
	outline:none;
}

img{
	border:none;
}
a,span,img{
	display:inline-block;
}
a{
	color:#666666;
	text-decoration:none;
}


div#container{
	width:100%;
	margin:0 auto;
}
table#showTable{
	margin:10px 0;
	width:100%;
	text-align:center;
	border:1px solid #CCC;
	border-collapse:collapse;
       
}
table#showTable tr{
	height:42px;
}
table#showTable tr.blue{
	background:#9E9E9E;
	color:white;
}
table#showTable tr.skyblue{
	background:#eef9ff;
}


table#showTable tr th,table#showTable tr td{
	
	border:1px solid #ccc;
 vertical-align:middle;
}

