/* CSS Document */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #333333;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #333333;
	vertical-align: top;
}
.myTextBox
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	margin-bottom: 4px;
}
.myTextBoxSelected
{
	border-style: dotted;
	border-width: 5px;
	border-color: #FF0000;
	border-left: none;
	border-top: none;
	border-right: none;
	color: #FF0000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.heading
{
	font-size:15px;
	font-weight: normal;
}
.myCheckboxCell
{
	padding-right: 15px;
}