html, body {
  margin: 0px;
  padding: 0px;
}

body {
  font: 76% verdana, arial, sans-serif;
  text-align: center;
  background-color: #EEEEEE; /* was: EEB422 */
}

table {
  vertical-align: top;
  font-size: 8pt;
}

p {
  margin: 5px 0px 10px;
}

p.centered {
  text-align: center;
}

/* Navigation banner */

p.navigation {
  display: block;
  padding: 10px;
  margin: 5px 20px 5px 5px;
  font-size: 8pt;
  letter-spacing: 2px;
  font-weight: bold;
}

a.navigation {
  display: block;
  padding: 10px;
  margin: 5px 20px 5px 5px;
  font-size: 8pt;
	color: blue;
  background-color: #EEEEEE;	
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	border: 1px solid #EEEEEE;
	letter-spacing: 2px;
}


a.navigation:hover {
	color: #f99800;
	font-size: 8pt;
	border-width: 1px 1px 1px 1px;
  border-style: dashed;
  border-color: #f99800;
	background-color: #EEEEEE;
	text-decoration: none;
	letter-spacing: 2px;
}

/* Tab-navigation */

.tab {
  padding: 3px 6px;
  margin: 5px 0px 0px 10px;
  font-size: 8pt;
	color: black;
  background-color: white;	
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid white;
	letter-spacing: 2px;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
}

a.tab {
	color: blue;
  background-color: #EEEEEE;	
	text-decoration: none;
	border: 1px solid blue;
}

a.tab:hover {
	color: #F99800;
  background-color: white;	
	text-decoration: none;
	border-top: 1px solid #F99800;
	border-left: 1px solid #F99800;
	border-right: 1px solid #F99800;
	border-bottom: 1px solid white;
}

.tab-fill {
  padding: 3px 6px;
  margin: 5px 0px 0px 10px;
  background-color: #EEEEEE;	
	border-bottom: 1px solid blue;
}

form {
  margin: 0px 10px 10px;
  line-height: 1.4;
}

p.formtext {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 8pt;
}



a, table.a, #extra a {
  font-size: 8pt;
  color: blue;
  text-decoration: none;
}

a:hover, #content a:hover, #extra a:hover {
  color: #f99800;
  text-decoration: none;
}


.small {
  font-size: 8pt;
  font-weight: bold;
}

.notice {
  color: #f99800;
  font-weight: bold;
}

/* Headers */

div#header {
  text-align: left;
  width: 85%;
  margin: 0px auto;
}

div#header h1 {
  height: 80px;
  line-height: 80px;
  margin: 0px;
  padding-left: 10px;
  background-color: #EEEEEE;
  color: #f99800;
  letter-spacing: 5px;
}

div#content h2 {
  color: #f99800;
  font-weight: normal;
  font-size: 12pt;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

h1 {
  font-weight: normal;
  font-size: 14pt;
  letter-spacing: 2px;
}

h3 {
  color: black;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

h4 {
  color: black;
  font-weight: bold;
  font-size: 8pt;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-decoration: underline;
}

/* Page structure */

div#container {
  text-align: left;  
}

div#content p {
  line-height: 1.4;
}

div#navigation {
  
}

div#extra {
  background: white;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 30px 10px 30px 20px;
  border-width: 1px;
  border-color: blue;
  border-style: solid;
  -moz-border-radius: 0px 25px 30px 0px;
  border-radius: 0px 25px 30px 0px;
}

#extra h1 {
  margin: -31px -11px 10px -20px;
  padding: 3px 0px 3px 30px;
  background-color: blue;
  color: white;
  font-weight: bold;
  font-size: 8pt;
  letter-spacing: 0px;
  -moz-border-radius: 0px 30px 0px 0px;
  border-radius: 0px 30px 0px 0px;
}

#extra p {
  margin: 10px;

}

div#footer {
  background: #EEEEEE;
  color: black;
  text-align: center;
}

div#footer p {
  margin: 0px;
  padding: 5px 10px;
}

div#container {
  width: 90%;
  margin: 0px auto;
  background: #EEEEEE;
}

div#wrapper1 {
  float: left;
  width: 100%;
}

div#wrapper2 {
  float: left;
  width: 100%;
}

div#tab-navigation {
  display: block;
  border-bottom: 1px solid blue;
  margin: 0px 220px 0px 130px;
  padding: 3px;
  background: #EEEEEE;
}

div#content {
  display: block;
  margin: 0px 220px 20px 130px;
  border-top: 0px solid blue;
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
  border-right: 1px solid blue;
  padding: 10px 20px;
  background: white;
  -moz-border-radius: 0px 0px 50px 0px;
  border-radius: 0px 0px 50px 0px;
}

div#navigation {
  float: left;
  width: 140px;
  margin-left: -100%;
}

div#extra {
  float: left;
  width: 160px;
  margin-left: -200px
}

div#footer {
  clear: left;
  width: 100%;
}

/* Calendar page */

table.calendar {
  border-collapse: collapse;
  margin: 0px
}

table.calendar a {
  color: black;
}

table.calendar tr.calendar_odd {
  background: #EEEEEE;
}

table.calendar td {
  font-size: 8pt;
  vertical-align: top;
}

table.calendar td, th {
  text-align: left;
  padding: 2px;
}

table.calendar td.calendar_date_selected {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

table.calendar td.calendar_time_selected {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

table.calendar td.calendar_event_selected {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

table.calendar td.calendar_date {
  cursor: pointer;
}

table.calendar td.calendar_time {
  cursor: pointer;
}

table.calendar td.calendar_event {
  cursor: pointer;
}

table.two-columns td {
  vertical-align: top;
}

div#showEvent {
  margin-top: 40px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px silver solid;
}

div#showEvent a {
  font-size: 10pt;
}

div#showEvent form {
  font-size: 8pt;
  margin: 10px 0px;
}

table.subscribe {
  border-collapse: collapse;
  font-size: 8pt;
  border-top: 1px silver solid;
}

table.subscribe td {
  border-color: white;
  border-width: 4px;
  border-style: solid;
}

table.subscribe td.red {
  background: #f99;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

table.subscribe td.green {
  background: #9f9;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

table.subscribe td.white {
  background: white;
}

table.subscribe td.centered {
  text-align: center;
}


/* News page */

#newsbox {
  border-width: 0px 0px 2px 0px;
  border-style: dotted;
  border-color: #f99800;
  margin: 15px 60px 15px 60px;
}

#newsheader {
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  margin-left: 0px;
}

#news {
  font-size: 8pt;
  font-weight: normal;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
}

#news a, a:active, a:visited {
  text-decoration: none;
  font-weight: normal;
  color: blue;
  font-size: 8pt;
}

#news a:hover {
  text-decoration: underline;
  color: #f99800;
  font-size: 8pt;
}

#newsheader em {
  letter-spacing: 0em;
  font-size: 8pt;
  color: #f99800;
  font-weight: normal;
  font-style: italic;
}

/* Stats-page */

table.statspage {
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 30px;
  border-spacing: 0px;
  border-width: 1px;
}

td.stats {
  font-size: 8pt;
  color: black;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  background: #DDDDFF;
  border-color: black;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-spacing: 0px;
  margin: 0px;
  padding: 2px;
  vertical-align: middle;
}

td.stats_left {
  font-size: 8pt;
  color: black;
  text-decoration: none;
  font-weight: normal;
  text-align: right;
  background: #DDDDFF;
  border-color: black;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-spacing: 0px;
  margin: 0px;
  padding: 2px 4px 2px 2px;
  vertical-align: middle;
}

td.stats_left_centered {
  font-size: 8pt;
  color: black;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  background: #DDDDFF;
  border-color: black;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-spacing: 0px;
  margin: 0px;
  padding: 2px 4px 2px 2px;
  vertical-align: middle;
}

td.stats_header {
  font-size: 9pt;
  color: black;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 0px;
  text-align: center;
  background: #DDDDFF;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-spacing: 0px;
  margin: 0px;
  padding: 2px;
}

td.stats_header_italic {
  font-size: 8pt;
  color: black;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
  background: #DDDDFF;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-spacing: 0px;
  margin: 0px;
  padding: 2px;
  font-style: italic;
}

td.stats_header_left {
  font-size: 9pt;
  color: black;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 0px;
  text-align: right;
  background: #DDDDFF;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  margin: 0px;
  padding: 2px;
}

td.stats_header_left_centered {
  font-size: 9pt;
  color: black;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 0px;
  text-align: center;
  background: #DDDDFF;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  margin: 0px;
  padding: 2px;
}

td.blanco {
  margin: 0px;
  background-color: white;
}

div#notice {
  margin: 10px 0px;
  font-size: 8pt;
  font-weight: bold;
  color: #f99800;
}

img {
  border: 0;
}


/* Contact info */

tr.list_odd {
  background: #EEEEEE; /*DDDDFF;*/
}

tr.list_even {
  background: white;
}

td.list {
  font-size: 8pt;
  color: black;
  padding: 5px 0px 5px 2px;
}

/* Game stats page */

tr.games:hover {
  background: #EEEEEE;
}

td.games_header {
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 7px 0px;
}

td.games_header em {
  font-weight: normal;
  font-style: normal;
}

p.games_header {
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

p.games_header em {
  font-weight: normal;
  font-style: normal;
}

p.games_subheader {
  font-size: 8pt;
  font-weight: bold;
  margin: 10px 0px;
}

p.games_players {
  font-size: 8pt;
  margin: 0px 20px;
}

table.games {
  border-width: 0px;
  border-spacing: 0px;
}

td.games_right, td.games_right a {
  font-size: 8pt;
  text-align: right;
  padding: 2px;
  color: black;
  cursor: pointer;
}

td.games_left, td.games_left a{
  font-size: 8pt;
  text-align: left;
  color: black;
  cursor: pointer;
}

td.games_centered, td.games_centered a {
  font-size: 8pt;
  text-align: center;
  color: black;
  cursor: pointer;
}

td.games_right_selected {
  font-size: 8pt;
  text-align: right;
  padding: 2px;
  color: black;
  background: #EEEEEE;
}

td.games_left_selected {
  font-size: 8pt;
  text-align: left;
  color: black;
  background: #EEEEEE;
}
                       
td.games_centered_selected {
  font-size: 8pt;
  text-align: center;
  color: black;
  background: #EEEEEE;
}

td.games_left em, td.games_right em {
  font-style: italic;
}

#green {
  width: 30px;
  background: #9f9;
}

#red {
  display: block;
  width: 30px;
  height: 30px;
  background: #f99;
}

td.showAllMatches {
  vertical-align: top;
}

td.showMatchResults {
  border-left: 1px solid blue;
  padding: 10px;
  vertical-align: top;
}

td {
  vertical-align: top;
}
