﻿table.noborder
{
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.noborder th
{
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #d3d3d3;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.noborder tr
{
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.noborder td
{
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	-moz-border-radius: 0px 0px 0px 0px;
}