@charset "gb2312";

table.simpleLook {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: center;
}

.simpleLook tr:hover {
	cursor: pointer;
	background: #FFFFC8;
}

.simpleLook td {
	border: 1px solid #B1BBC0;
	padding: 0;
	height: 25px;
	text-align: center;
	padding: 0 1px 0 1px;
	font: 12px "ËÎÌå", Verdana, Arial, Helvetica, sans-serif;
}

table.simpleLook th {
	border: 1px solid #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 1px 0 1px;
	height: 30px;
	color: #043E63;
	font-size: 15px "ËÎÌå", Verdana, Arial, Helvetica, sans-serif;
	background: #cce3f3;
	/*
	background-image: -webkit-linear-gradient(top, #b3ddfc, #88c6ef);
	background-image: -moz-linear-gradient(top, #b3ddfc, #88c6ef);
	background-image: -o-linear-gradient(top, #b3ddfc, #88c6ef);
	background-image: linear-gradient(to bottom, #b3ddfc, #88c6ef);
	background-color: #b3ddfc;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ddfc', endColorstr='#88c6ef',GradientType=0 ); /* IE6-8 */
	*/
}

table.simpleLook th a {
	color: #1f4c7f;
}

.simpleLook0 td,.simpleLook1 td {
	border: 1px solid #fff;
	height: 28px;
}

.simpleLook0 {
  onmouseover:expression(onmouseover=function(){this.style.borderColor='blue';this.style.color='red';this.style.backgroundColor='yellow'});   
  onmouseout:expression(onmouseout=function(){this.style.borderColor='';this.style.color='';this.style.backgroundColor=''});  
  background-color:#ffffff;
}
.simpleLook1 {
  onmouseover:expression(onmouseover=function(){this.style.borderColor='blue';this.style.color='red';this.style.backgroundColor='yellow'});   
  onmouseout:expression(onmouseout=function(){this.style.borderColor='';this.style.color='';this.style.backgroundColor=''});  
  background-color:#f0efef;
}