/* styles for table listings */

table.list
{
  width: 100%;
  background-color: #DDD;
}

.list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
}

.list h4 {
  text-align: center;
  margin: 0;
}
table.list th, .list h4
{
  white-space: nowrap;
  font-family: Verdana;
  font-size: 8pt;
  /* for white headers */
  /*
  color: #333;
  background: #FFF url(/images/th_bg.gif) repeat-x scroll bottom left;
  */
  /* for dark headers */
  color: #333;
  border: 1px solid #777;
  border-left: none;
  border-bottom: none;
  background: #AAA url(/images/th_bg_dark.gif) repeat-x scroll bottom left;
              
  height: 28px;
  line-height: 28px;
}
table.list th a, table.list th a:active, table.list th a:visited
{
  color: #333;
  display: block;
  padding: 6px 0px 6px 0px;
  width: 100%;
}
table.list th a:hover
{
  background: url(/images/th_bg_hover.gif) repeat-x scroll bottom left;
}
table.list th img
{
  vertical-align: middle;
}
table.list tr {
  text-align: center;
}
table.list td, .list li
{
  font-family: Verdana, Arial;
  font-size: 8pt;
  padding: 3px 8px 3px 8px;
  border-bottom: 1px solid white;
}
ul .list a {
  display: block;
}
table.list td.main
{
  text-align: left;
}
table.list td a:hover
{
  background: transparent
}
table.list td img {
  margin: 0 2px;
}

/* dark coloured row */
.list .dark
{
  background-color: #E5E5E5;
}
/* light coloured row */
.list .light
{
  background-color: #EEE;
}
/* mouse hover row colour */
.list .hover
{
  background-color: #FFD;
}
