﻿body, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

body 
{
	margin: 0px;
	background-color: #000;
}

body.popup
{
	background: #000 none;	
}

body, a { color: #FFF; }

a img { border: none; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5, h6 { font-size: 11px; }

hr
{
	height: 1px;
	padding: 0px;
	border: none;
	border-top: 1px dotted #FFF;
}

div.aligner
{
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}

div.header
{
	width: 900px;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/design/header.png);
}

div.gameSelection
{
	margin-bottom: 10px;
}

div.gameSelection select
{
	width: 310px;
}

img.teamLeft, img.teamRight
{
	position: absolute;
	width: 254px;
	height: 200px;
	top: 27px;
}

img.teamLeft { left: 0px; }
img.teamRight { right: 0px; }

div.gameTitle
{
	position: absolute;
	width: 900px;
	text-align: center;
	font-weight: bold;
	top: 1px;
}

div.matchLogo
{
	position: absolute;
	text-align: center;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	top: 0px;
}

div.period, div.timeLeft
{
	position: absolute;
	left: 0px;
	top: 171px;
	width: 300px;
	text-align: center;
	font-weight: bold;
}

div.timeLeft { top: 192px; }


div.teamLeftShort, div.teamRightShort
{
	font-size: 9px;
	position: absolute;
	width: 85px;
	left: 279px;
	top: 201px;
	text-align: center;
}

div.scoreBoard
{
	position: absolute;
	left: 281px;
	top: 128px;
}

table.score
{
	border-collapse: collapse;
	position: absolute;
	top: 213px;
}

table.score tr.dataLine td
{
	height: 28px;
}

table.score td
{
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

div.teamRightShort { left: 538px; }

table.mainColumns
{
	border-collapse: collapse;
	width: 100%;
}

table.mainColumns td.leftCol
{
	padding: 0px;
	width: 580px;
	vertical-align: top;
}

table.mainColumns td.rigthCol
{
	padding: 0px;
	width: 310px;
	vertical-align: top;
}

div.stdBox
{
	background-image: url(../images/design/black-transp.png);
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}

a.stdButton
{
	display: block;
	margin-bottom: 10px;	
}

div.popupContent
{
	width: 900px;
	margin: 0px auto;	
}

.gold { color: #cdbf28; }

table.stdTable
{
 border-collapse: collapse;
 font-size: 10px;
}
table.stdTable td
{
 padding: 2px 5px 2px 2px;
 border: 1px solid #555;
}
.bigger, table.bigger td
{
 font-size: 11px;
}

