
body {
        background: #ffffee;
	text-align: center;

/*
        border-width: 10px;
        border-style: solid;
        border-color: white;
*/
        font-size: 12;

        font-family: Verdana, Arial, Helvetica, sans-serif;
  }

input, select {
	font-size: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }

input.button {
	background: eeddee;
	font-family: Arial;
  }

table {
        font-size: 10;
        border-collapse: collapse;
        border-color: black;
	border-spacing: 5px;
	text-align: right;
	background-color: #ffffee;
  }

tr.header {
	text-align: center;
	font-weight: bold;
	background-color: 3333bb;
	color: white;
	vertical-align: bottom;
  }

td.br {
	border-right: 1px solid black;
  }

th {
	white-space: nowrap;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 2px solid black;
	text-align: center;
  }

.bcs { background-color: #aaccdd }
.paid { background-color: #99cc99 }
.winner { background-color: #aaeeaa }

tr.total { font-weight: bold; }

.1 { background-color: #bbffbb; }
.2 { background-color: #ffff77; }
.3 { background-color: #ccaaff; }
.4 { background-color: #88eeee; }

td.vertical { vertical-align: bottom; text-align: center; font-family: sans-serif; }

/*
td.open   { background-color: yellow; }
td.locked { background-color: black; text-align: center;}
td.closed { background-color: red; }
*/

a { text-decoration: none; }
