/* ********************************************************************************
 *
 * Global CSS classes
 *
 * $Id: global.default.css,v 1.2 2004/08/31 13:15:51 eb Exp $
 *
 * Copyright (c) 2004 A.Beisler <eb@subdevice.org> http://www.subdevice.org/
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 ******************************************************************************** */

/* ********************************************************************************
 * body and tables
 ******************************************************************************** */
body, table, th, td {
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 10pt;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

body {
	background-color: #4D4D4D;
	background-image: url(../gfx/se/bg.gif);
}

hr {
	height: 1px;
	border: 0px solid #1C1857;
}

fieldset {
	border: 1px solid #1C1857;
	padding: 10px;
	background-color: #090444;
}

legend {
	color: #FFFFFF;
}

td.logo {
	background-image: url(../gfx/se/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}

table.mainframe {
	border: 1px #000000 solid;
	background-color: #0A054C;
	background-image: url(../gfx/se/bg-mainframe.gif);
	background-position: center;
}

table.smallbox {
	border: 0px #FFF600 solid;
	background-color: #090444;
	width: 150px;
}

.smallbox th {
	border-bottom: 0px #FFF600 solid;
	padding: 2px;
	background-color: #090444;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	background-image: url(../gfx/se/smallbox_th.gif);
}

.smallbox td {
	padding: 5px;
	font-size: 8pt;
	line-height: 12pt;
}

table.largebox {
	border: 0px #000000 solid;
	background-color: #0A054C;
	width: 500px;
}

.largebox th {
	border-bottom: 0px #000000 solid;
	padding: 2px;
	background-color: #0A054C;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	background-image: url(../gfx/se/largebox_th.gif);
}

.largebox td {
	padding: 5px;
	font-size: 10pt;
	line-height: 12pt;
}

.form td {
	padding: 2px;
	font-size: 8pt;
}

table.warning {
	border: 1px #AA0000 solid;
}

.warning td {
	padding: 2px;
	color: #AA0000;
	font-weight: bold;
}

table.message {
	border: 1px #1C1857 solid;
}

.message td {
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
}

td.help {
	border: 1px dashed #000000;
	font-family: monospace;
	font-style: italic;
	text-align: center;
}

/* ********************************************************************************
 * text
 ******************************************************************************** */
.notice {
	font-style: italic;
}

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

.season {
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
}

.module {
	font-size: 13pt;
	line-height: 12pt;
	font-weight: bold;
}

.heading {
	font-size: 11pt;
	font-weight: bold;
}

.copyright {
	font-size: 7pt;
	text-align: center;
}

.coloured td {
	background-color: #2A256C;
}

.timeframe td {
	background-color: #666666;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
}

/* ********************************************************************************
 * forms
 ******************************************************************************** */
input.text {
	background: #0A054C;
	border: 1px #FFF600 solid;
	padding-left: 2px;
	padding-right: 2px;
	color: #FFF600;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

input.submit {
	background: #0A054C;
	border: 1px #FFF600 solid;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFF600;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

textarea {
	background: #0A054C;
	border: 1px #FFF600 solid;
	padding-left: 2px;
	padding-right: 2px;
	color: #FFF600;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

select {
	background-color: #0A054C;
	border: 1px #0A054C solid;
	padding-left: 2px;
	padding-right: 2px;
	color: #FFF600;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

/* ********************************************************************************
 * text bracket
 ******************************************************************************** */
table.text_bracket {
	border: 1px #000000 solid;
	padding: 0px;
	background-color: #314360;
}

th.text_bracket {
	border: 0px;
	padding: 2px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.text_bracket td {
	border: 0px;
	padding: 2px;
	font-size: 8pt;
	text-align: left;
}

table.text_round {
	border: 0px;
	padding: 0px;
}

th.text_round, th.text_actual_round {
	border: 1px #000000 solid;
	padding: 2px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

th.text_actual_round {
	background-color: #AAAAAA;
}

.text_round td {
	border: 0px;
	padding: 0px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: left;
	line-height: 9pt;
}

.text_round a:link {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.text_round a:visited {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.text_round a:hover {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

.text_round .played {
	font-weight: bold;
}

.text_round .wo {
	font-weight: bold;
	color: #004400;
}

.text_round .bye {
	font-weight: bold;
	color: #004400;
}

.text_round .out {
	font-weight: bold;
	color: #660000;
}

/* ********************************************************************************
 * table bracket
 ******************************************************************************** */

table.table_bracket {
	border: 1px #000000 solid;
	padding: 0px;
	background-color: #314360;
}

th.table_bracket {
	padding: 2px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.table_bracket td {
	border: 0px;
	padding: 0px;
	text-align: center;
	font-size: 8pt;
	line-height: 8pt;
}

table.table_round {
	border: 0px;
	padding: 0px;
}

th.table_round, th.table_actual_round {
	border: 1px #000000 solid;
	padding: 2px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

th.table_actual_round {
	background-color: #AAAAAA;
}

.table_round td {
	border: 0px;
	padding: 0px;
}

td.pl1 {
	border: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #A9A9A9;
}

td.pl2 {
	border: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #939393;
}

td.v {
	border: 0px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: middle;
}

.table_round a:link {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.table_round a:visited {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.table_round a:hover {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

.table_round .played {
	font-weight: bold;
}

.table_round .wo {
	font-weight: bold;
	color: #006600;
}

.table_round .bye {
	font-weight: bold;
	color: #006600;
}

.table_round .out {
	font-weight: bold;
	color: #990000;
}
