a:link, a:visited, a:active, a:hover
{
  font-family: sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

a:hover
{
  color: #424948
}

body
{
  background-color: #b4c2c5;
}

img.header
{
  max-height: 150px;
  max-width: 800px;
}

img.player
{
  max-width: 150px;
  max-height: 250px;
  padding: 5px;
}

.absolute-center
{
  text-align: center;
  font-size: 18pt;
  font-family: "Arial", sans-serif;
}

a img,
{
  border-width: 0px;
}

.normal .left .right
{
  max-width: 600px;
  vertical-align: middle;
  font-size: 12pt;
  font-family: serif;
}
.normal { text-align: justify; }
.left { text-align: left; }
.right { text-align: right; }

sup
{
  font-size: 10pt;
}

form
{
  padding: 0px;
  margin: 0px;
}

/**********************************************************\
|* Printing messages (errors, information, warnings, etc).*|
\**********************************************************/

.int_error, .error, .warning, .info, .debug
{
  font-size: 14pt;
  font-weight: bold;
  color: red;
  max-width: 480px;
  background-color: yellow;
  border: 2px solid red;
  padding: 5px 1em;
  margin: 10;
}

div.debug
{
  color: #003;
  border: 2px solid #003;
  background-color: #99f;
}

div.info
{
  color: black;
  border-color: black;
  /*border: 1px black solid;*/
  background-color: white;
  /*background-color: #eef;*/
  text-align: center;
}

div.info a {
  color: blue;
  font-family: serif;
  text-decoration: underline;
}

div.date-range
{
  font-family: sans-serif;
  font-size: 12pt;
}

div.date-range sup
{
  font-size: 8pt;
}

div.points
{
  font: 14pt sans-serif;
  color: black;
}

tr.separator
{
  outline: black solid thin;
}

/*************************************************************\
|* The table that displays the links at the top of each page.*|
\*************************************************************/

table.header-bar
{
  background-color: white;
  border-spacing: 0px;
  border: 2px outset black;
  padding: 0px 4px;
}
table.header-bar tr td.left,
table.header-bar tr td.center,
table.header-bar tr td.right
{
  background-color: white;
}

table.header-bar tr td.left,
table.header-bar tr td.center,
table.header-bar tr td.right
{
  padding: 0px 20px;
  margin: 0px;
  border: 0px solid #aaa;
}

table.header-bar a:link,
table.header-bar a:visited,
table.header-bar a:active,
table.header-bar a:hover
{
  color: black;
  font-family: sans-serif;
  font-size: 10pt;
  text-decoration: none;
  border: 0;
}

table.header-bar tr td.left a
{
  text-align: left;
}

table.header-bar tr td.centerspan a
{
  text-align: center;
}

table.header-bar tr td.rightspan a
{
  text-align: right;
}

/********************************************\
|* The table that displays a team's members.*|
\********************************************/

table.members
{
  text-align: center;
}

table.members,
table.members tr th,
table.members tr td
{
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

table.members tr th
{
  vertical-align: middle;
  background-color: #555;
  color: #fff;
}

/**************************************\
|* The table that displays the events.*|
\**************************************/

table.events
{
  border: 2px outset black;
}

table.events tr th
{
  color: #fff;
  background-color: #555;
}

table.events tr,
table.events tr td
{
  padding: 2px;
}

td.team-name
{
  padding: 0px 0.5em;
  margin: 1px
}

td.team-name span, td.team-name div
{
  font-family: sans-serif;
  font-weight: bolder;
}

table.events tr td.description
{
  vertical-align: top;
  padding: 20px;
  text-indent: 1em;
}

tr.event-odd
{
  background-color: #aaa;
}

tr.event-even
{
  background-color: #555;
}

/**************************************************************************\
|* Tables that are used for displaying admin- or captain-only information *|
|*                          about teams and users.                        *|
\**************************************************************************/

table.adminlist tr td, table.adminlist tr th
{
  border: 1px inset black;
  padding: 1px 5px;
  margin: 0px;
}

table.adminlist
{
  background-color: white;
  border: 3px outset black;
  padding: 2px;
  margin: 1px;
}

.description
{
  text-align: justify;
  margin: 10;
}

.name
{
  text-align: center;
  vertical-align: middle;
}

.name img
{
  max-width: 150px;
  max-height: 120px;
}

.score
{
  font-weight: bold;
  font-family: sans-serif;
}

hr.score-sep
{
  border: 1px solid white;
}

div.date-sep
{
  font-size: 10;
}

hr.mini
{
  border: 1px solid black;
  width: 10px;
  margin: 0px 20px;
  padding: 0px;
}

img.team
{
  text-align: center;
  border: 0px;
  margin: 5px;
}

a img.event
{
  border: 1px solid black;
  max-width: 150px;
  max-height: 120px;
}

a.details
{
  font-size: 9pt;
}

h1.title
{
  font-family:sans-serif;
  font-size: 22pt;
  padding: 1em 0px 0px 0px;
  margin: 0px;
}

h1.separator
{
  font-size: 18px;
  margin-top: 20px;
  padding-top: 5px;
  text-decoration: underline;
}

table.email-list td
{
  padding-left: 20px;
  padding-right: 20px;
}

table.email-list textarea
{
  width: 300px;
  height: 300px;
}



/**********************************************************************\
|* Boxes are just another type of area that doesn't contain anything  *|
|* special.                                                           *|
\**********************************************************************/

div.box
{
  color: black;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;

  border: 2px solid black;
  background-color: #ecd;

  max-width: 480px;
  padding: 5px 1em;
  margin: 1em;
}

div.box div.left input
{
  position: relative;
  left: 2em;
}

div.box h1.title
{
  margin: 0px;
  padding: 0px;
}

div.box hr
{
  color: #b4c2c5;
  background-color: #b4c2c5;
  height: 2px;
  border: 2px solid black;
}
