body, table, td, th
{
	cursor: default;
	font-family:Arial;
	font-size: 10pt;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	overflow:auto;.
}

.titleCell
{
	font-weight: bold;
	font-size: 16px;
	color: Gray;
	font-family:Verdana;
	
}

.infoCell
{
	font-weight:normal;
	font-style:italic;
	font-size 12px;
	color:#006699;
	font-family: Verdana;
}

.dataGridMain
{
	border: 1px #CCCCCC None;
	backColor: white;
	width: 100%;
	border-style:none;
	padding: 3;
}

.dataGridHeader
{
	background-color: #007030;
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	forecolor: #007030;
	border-bottom: 1px solid #000000;
}

.dataGridCell 
{
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	forecolor: #000000;
	backcolor: #ffffff;
	text-align: right;
}

.dataGridInput
{
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
}

span
{
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	forecolor: #000000;
	backcolor: #ffffff;
	text-align: right;
}

.tableHeaderRow
{
	background-color: #007030;
	font-family:Arial;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border-bottom: 1px solid #000000;
}

.commonButton
{
  background-color: #0040AD;
  border: 1px solid black;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  cursor: hand;
  text-align: center;
}

.alternateButton
{
	background-color: #007030;
	border: 1px solid black;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	cursor: hand;
	text-align: center;	
}

.containerTitleText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
	padding-left: 4px;
	color: White;
}

.containerInput
{
	border-style: solid;
	border-color: Blue;
	font-family: Arial;
	padding: 2px;
	border:1px solid blue;
	background-color: white;
}

.commonHeader
{
 font-weight: bold;
 background-color: #006699;
 color: White;
}

.hiLight
{
	Filter: Alpha( Opacity=50 )
}

.linkCell
{
	cursor: hand;
	font-weight:normal;
	font-style:italic;
	font-size 12px;
	color:#006699;
	font-family: Verdana;
}
