/* stripy_grey_table.css */

/* For displaying tables with alternate grey rows */

#stripy_grey_table 
{
  display: table;
  font-family: Arial, Verdana, sans-serif;
  border-style: solid;
  border-left-color: white;
  border-right-color: white;
  border-top-color: white;
  border-bottom-color: white;
  border-width: 1px;
  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;
}

#stripy_grey_row  
{
  display: table-row;
}

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

#stripy_grey_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_grey_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_grey_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_grey_odd /* default alignment */
{
  display: table-cell;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  background-color: #e0c0c0;
  padding: 2px 2px 2px 2px; 
  margin: 0px 0px 0px 0px;
  text-align: left;
  vertical-align: top;
  font-size: 10pt;
  white-space: nowrap;
}

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

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

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

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

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

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

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

/* no border cells */

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

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

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


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

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

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

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

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

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

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