﻿

td.spacerCell
{
	border-width: 1px;
	border-color: #808000;
	width: 8px;
	height: 25px;
	border-bottom-style: solid;
}
td.SelectedCell
{
	background-color: Transparent;
	border-style: solid;
	border-width: 1px;
	border-style: solid solid none solid;
	border-width: 1px;
	border-top-color: #808000;
	border-right-color: #808000;
	border-left-color: #808000;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}
td.UnselectedCell
{
	border: 1px solid #808000;
	background-color: #CCCCCC;
	text-align: center;
	cursor: pointer;
	padding-right: 3px;
	padding-left: 3px;
}
div.TabDetail
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	overflow: auto;
	width: 600px;
	height: 168px;
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
