body
{
	font-family: Verdana, 'Microsoft Sans Serif' , Sans-Serif;
	font-size: xx-small;
}

div#content
{
	visibility: hidden;
	position: absolute;
}

div#message
{
	font-weight: normal;
	font-size: 11px;
	width: 100%;
	cursor: wait;
	position: absolute;
	height: 100%;
}

table
{
	table-layout: fixed;
	width: 100%;
	background-color: white;
}


tr
{
	cursor: crosshair;
}

tr td
{
	border-right: #aaa 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: #aaa 1px solid;
}



td.columnheader
{
	font-family: Verdana, 'Microsoft Sans Serif' , Sans-Serif;
	font-size: xx-small;
	border-right: gray 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	border-top: #e9e9e9 1px solid;
	border-left: #e9e9e9 1px solid;
	background-color: #dcdcdc;
	border-bottom: gray 1px solid;
	width: 90px;
	height: 90px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
}

td.content
{
	font-family: Verdana, 'Microsoft Sans Serif' , Sans-Serif;
	font-size: xx-small;
	padding-right: 0px;
	padding-left: 0px;
	font-size: xx-small;
	width: 90px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
}

td.end
{
	background-color: #ededed;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

td.rowheader
{
	font-family: Verdana, 'Microsoft Sans Serif' , Sans-Serif;
	font-size: xx-small;
	border-right: gray 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	border-top: #e9e9e9 1px solid;
	border-left: #e9e9e9 1px solid;
	background-color: #dcdcdc;
	border-bottom: gray 1px solid;
	width: 100px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
}
td.topleft
{
	font-family: Verdana, 'Microsoft Sans Serif' , Sans-Serif;
	font-size: xx-small;
	border-right: gray 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	border-top: #e9e9e9 1px solid;
	border-left: #e9e9e9 1px solid;
	background-color: #dcdcdc;
	border-bottom: gray 1px solid;
	width: 100px;
	height: 90px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	font-weight: bold;
}

