input.readonly
{
	background-color : Silver;
}

input.HideButton
{
	background-color : #ffcccc;
	color : #ffcccc;
	border-width:0;
}

input.ShowButton
{
	background-color : silver;
	color : black;
	border-width : medium;
}

.CostTable td
{
   font-size: smaller;
	vertical-align : top;
	text-align: right;
}

.CostTable td.Column1
{
   font-size: smaller;
	vertical-align : top;
	text-align: left;
	font-weight: bold;
	padding-left: 0.5em;
}

.CostTable th
{
   font-weight: bold;
   font-size: smaller;
	vertical-align : top;
	text-align: right;
} 

.radioNormal
{
}

.radioSelected
{
}