﻿table.t1
{
	border: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #ccc;
	width: 100%;
}
table.t1 tr.over
{
	star:expression(onmouseover=function(){this.style.backgroundColor="#eeeeee"},
onmouseout=function(){this.style.backgroundColor="#FFFFFF"})
}

table.t1 th
{
	border: 1px;
	border-style: solid;
	text-align: center;
	background-color: #F0F0F0;
	padding: 8px;
	color: #333333;
}
table.t1 td
{
	border: 1px;
	border-style: solid;
	padding: 5px;
	width:0px;
}

table.t1 tr.none
{
	star:expression(onmouseover=function(){this.style.backgroundColor="#ffffff"},
onmouseout=function(){this.style.backgroundColor="#FFFFFF"})
}
