@charset "utf-8";
/* CSS Document */

body, td
{
	margin:0px;
	font-family:Verdana;
	font-size:11px;
}

input, select
{
	font-family:Verdana;
	font-size:11px;
}

.cellHeader
{
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
	border-right-style:hidden;
}

.cellHeaderRightMost
{
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
}

.cell
{
	border-left-color:#CCC;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.cellRightMost
{
	border-left-color:#CCC;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#CCC;
	border-right-style:solid;
	border-right-width:1px;
}