/* stripy_green_table.css */

/* For displaying tables with alternate green rows */

#stripy_green_table 
{
  display: table;
  font-family: Arial, Verdana, sans-serif;
  float: left;
  text-align: left;
  vertical-align: top;
  background-color: white;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  margin: 0 auto; 
  empty-cells: show;
  border-style: solid;
  border-left-color: white;
  border-right-color: white;
  border-top-color: white;
  border-bottom-color: white;
  border-width: 1px;
}

#stripy_green_row  
{
  display: table-row;
}

#stripy_green_header /* default alignment */
{
  display: table-cell;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  color: #808080;
  font-weight: normal;
  font-size: 10pt;
  vertical-align: bottom;
  border-style: solid;
  border-color: white;
  border-width: 1px;
}

#stripy_green_header_left
{
  display: table-cell;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  color: #808080;
  font-weight: normal;
  font-size: 10pt;
  text-align: left;
  vertical-align: bottom;
  border-style: solid;
  border-color: white;
  border-width: 1px;
}

#stripy_green_header_center
{
  display: table-cell;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  color: #808080;
  font-weight: normal;
  font-size: 10pt;
  text-align: center;
  vertical-align: bottom;
  border-style: solid;
  border-color: white;
  border-width: 1px;
}

#stripy_green_header_right
{
  display: table-cell;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  color: #808080;
  font-weight: normal;
  text-align: right;
  font-size: 10pt;
  vertical-align: bottom;
  border-style: solid;
  border-color: white;
  border-width: 1px;
}

/* odd and even cells */

#stripy_green_odd /* default alignment */
{
  display: table-cell;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  background-color: #c0d0c0;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  text-align: left;
  vertical-align: top;
  font-size: 10pt;
  white-space: nowrap;
}


#stripy_green_odd_left
{
  display: table-cell;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  background-color: #c0c0e0;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  text-align: left;
  vertical-align: top;
  font-size: 10pt;
}

#stripy_green_odd_center
{
  display: table-cell;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  background-color: #c0c0e0;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  text-align: center;
  vertical-align: top;
  font-size: 10pt;
}

#stripy_green_odd_right
{
  display: table-cell;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  background-color: #c0c0e0;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  text-align: right;
  vertical-align: top;
  font-size: 10pt;
}



#stripy_green_even /* default alignment */
{
  display: table-cell;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  background-color: #c0ffc0;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  text-align: left;
  vertical-align: top;
  font-size: 10pt;
  white-space: nowrap;
}


#stripy_green_even_left
{
  display: table-cell;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  background-color: #c0c0ff;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  text-align: left;
  vertical-align: top;
  font-size: 10pt;
}

#stripy_green_even_center
{
  display: table-cell;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  background-color: #c0c0ff;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  text-align: center;
  vertical-align: top;
  font-size: 10pt;
}

#stripy_green_even_right
{
  display: table-cell;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  background-color: #c0c0ff;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  text-align: right;
  vertical-align: top;
  font-size: 10pt;
}

