
a { color: black}

body {
  background-color: #FFF;
  margin: 0 15px;
}

/************
**  TABLE  **
*************/

table {
  font-family: verdana, sans-serif;
  border-collapse: collapse;
}


/** Caption **/
caption {
  font-size: 130%;
  font-weight: bold;
  padding: 15px 0;
}
  

/**  Table Row **/

tr {
  vertical-align: top;
  text-align: center;
}

tr.even {
  background-color: #D4D4A2;
 }

tr.odd {
  background-color: #F3F3A6;
}

form table tr {
  padding: 5px 15px;
  border-bottom: 1px olive solid;
  text-align: left;
}


/**  Table Header **/

th {
  background: olive;
  padding: 3px 6px 3px 6px;
  text-align: center;
}

th.category, th.grade, th.year {
  border-left: 1px black solid;
  border-right: 1px black solid;  
  font-size: 70%;
}

th.leftborder {
  background: olive;
  border-left: 1px black solid;
  border-right: 1px black solid;  
}

#header th {
  background: olive;
  font-size: 70%;
  padding: 3px 6px 3px 6px;
  text-align: center;
}



/**  Table Data **/

td {
  padding: 5px 15px;
  border-bottom: 1px olive solid;
}


td.category, td.club, td.leftborder {
  border-left: 1px black solid;
}

td.rightborder {
  border-right: 1px black solid;
}

.notApproved {
  color: red;
}

td.clubname, td.event, td.name, th.name {
  padding: 5px 3px 5px 5px;
  text-align: left;
}

td.link {
  padding: 5px 0px 5px 18px;
  text-align: left;
}

td.result {
  padding: 5px 1em;
  font-weight: bold;
}


input {color #CCC; }

.expired,  .limitExceeded {
  color: red;
}

.partyear, .limitReached {
  font-weight: bold;
}



ul#indexPageList {
  list-style-type: none;
  margin-top: 2em;
  margin-left: 0;
  
}

ul#indexPageList li {
  display: inline;
}

ul#indexPageList li a {
  background-color: silver;
  border: 2px silver outset;
  font: small-caption;
  text-align: center;
  text-decoration: none;
  margin: 0px 8px;
  padding: 3px 10px;
}
