

/* data grid definitions */
.item {font: x-small "Trebuchet MS", Arial, sans-serif; background-image: url( "../i/dg_bg.gif" ); }
.item:hover {font: x-small "Trebuchet MS", Arial, sans-serif; background-color:#FFFFFF;}
.alternatingItem {font: x-small "Trebuchet MS", Arial, sans-serif; background-color:#FFFFE0;}
.tableHeader {font: x-small "Trebuchet MS", Arial, sans-serif; color: #ffffff; font-weight: bold; background-color:#42454A;}
.selectedItem {font: x-small "Trebuchet MS", Arial, sans-serif; background-color:#E6ECBF;}
.cellmouseover { font: x-small "Trebuchet MS", Arial, sans-serif; background-color:#a3e0fc; }

.menuItem {font: x-small "Trebuchet MS", Arial, sans-serif; background-color:#005F01;}
.menuItem a 
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px; 
	color: #ffffff; 
	font-weight: bold; 
}

/* header style & table defs */
table#head_table {
    background-color:#8BC45B;
    border-bottom: solid #8BC45B 1px;
    width: 100%;
}

table#other_table {
    background-color:#FFFFCC;
    border: solid #8BC45B 2px;
    width: 600px;
}
table#other_table_varwidth {
    background-color:#FFFFCC;
    border: solid #8BC45B 1px;
}

.td_header { background-color:#FFFFCC; }
.td_other_header
{
	color: #8BC45B;
	font-family:ARIAL; 
	font-weight:BOLD;
	font-size: 12;
	background-color: #8BC45B;
	text-align: center;
}

/*
TH
{
	color: #ffffff;
	font-family:ARIAL; 
	font-weight:BOLD;
	font-size: 12;
	background-color: #8BC45B;
	text-align: center;
}
*/
 
.td_right_border
{
    background-color:#ffffff;
    border-right: solid #8BC45B 2px;
    padding-left: 4px;
    padding-bottom: 5px;
}


/* ca grid styles */ 

.GridClass
{
  CURSOR: default
}

.RowClass
{
  BACKGROUND-COLOR: #ffffff
}

.DataCell 
{
  BORDER-RIGHT: #ddecfe 1px solid;
  PADDING-RIGHT: 4px;
  FONT-SIZE: 10px;
  CURSOR: default;
  FONT-FAMILY: verdana
}

.AlternatingRowClass 
{
  BACKGROUND-COLOR: #ddecfe
}

.HeaderClass 
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  FONT-FAMILY: verdana
}

.HeadingCellClass 
{
  PADDING-RIGHT: 10px;
  PADDING-LEFT: 4px;
  HEIGHT: 20px
}

.HeadingTextClass 
{
  PADDING-LEFT: 5px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  FONT-FAMILY: verdana;
  WHITE-SPACE: nowrap
}

.HeadingRowClass 
{
  BACKGROUND: url(http://70.85.104.67/i/ca_grid_images/blue_bg.gif)
}

.SelectorCell 
{
  BORDER-RIGHT: 0px;
  BORDER-TOP: 0px;
  BACKGROUND: url(http://70.85.104.67/i/ca_grid_images/blue_bg.gif);
  BORDER-LEFT: 0px;
  BORDER-BOTTOM: 0px;
  HEIGHT: 20px
}

.SelectedRowClass 
{
  BORDER-RIGHT: #040484 1px solid;
  BORDER-TOP: #040484 1px solid;
  BORDER-LEFT: #040484 1px solid;
  BORDER-BOTTOM: #040484 1px solid;   BACKGROUND-COLOR: #90a8d0
}

.SelectedRowClass TD.DataCell 
{
  BORDER-RIGHT: #90a8d0 1px solid
}

.IndentCell 
{
  BORDER-RIGHT: 0px;
  BACKGROUND: #a9c7f4;
  HEIGHT: 20px
}

