/* grids
==============================================================================*/

.grid thead tr th{
    /*background-color: #c0c0c0;*/
}
.grid tr.odd td.odd{
    /*background-color: #f0f0f0;*/
}

table.grid thead tr th a:visited{
  color: blue;
}


table.grid {
  width: 100%;
}

div.grid_page_menu {
  text-align: center;
}

div.grid_page_menu_text {
  font-size: 1.2em;
  letter-spacing: .1em;
}

div.grid_page_menu_text a:visited {
  color: blue;
}

table.grid a {
  text-decoration: underline;
}

table.grid a:link {
  color: blue;
}

table.grid a:visited {
  color: purple;
}

