/*
  rc_tabs.css
*/ 


#tabs_table {
  width: 100%;
  margin: 0px 2px 7px 2px;
}
 
#tabs_table td {
  padding: 4px 0px 5px 0px;
  font-size: 14px;
}
 
#tabs_table td a {
  border: 1px solid #999;
  background-color: #fff;
  padding: 3px 4px 4px 4px;
  margin: 2px;
  text-decoration: none;
}

#tabs_table td a:hover {
  background-color: #eee;
  text-decoration: underline;
}

#tabs_table td a.tt_selected_cell {
  background-color: #ccc;
  border: 1px solid #cccccb;  /* change to pass CSS validation */
  color: #000;
  text-decoration: none;
}

#tabs_table td a.tt_selected_cell:hover {
  background-color: #ccc;
}



