﻿body, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

body 
{
	margin: 0px;
	background-image: url(../images/design/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	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.ieWarning
{
	padding: 10px;
	border: 2px solid #f59019;
	background-color: #fabd76;
	text-align: center;
	color: #333;
}

div.ieWarning a
{
	color: #333;
}

div.aligner
{
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -475px;
}

div.header
{
	width: 950px;
	height: 191px;
	position: absolute;
	left: 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: 315px;
	height: 128px;
	top: 15px;
	
}

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: 85px;
	width: 300px;
	text-align: center;
	font-weight: bold;
}

div.timeLeft { top: 108px; }


div.teamLeftShort
{
	font-size: 9px;
	position: absolute;
	width: 105px;
	left: 309px;
	top: 129px;
	text-align: center;
}

div.teamRightShort
{
    font-size: 9px;
	position: absolute;
	width: 105px;
	top: 129px;
	text-align: center;
}

div.scoreBoard
{
	position: absolute;
	left: 310px;
	top: 60px;
}

table.score
{
	border-collapse: collapse;
	position: absolute;
	top: 130px;
	left: 26px;
}

table.score tr.dataLine td
{
	height: 24px;
}

table.score td
{
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

div.teamRightShort { left: 535px; }

table.mainColumns
{
	border-collapse: collapse;
	width: 100%;
}

table.mainColumns td.leftCol
{
	padding: 0px;
	width: 610px;
	vertical-align: top;
}

table.mainColumns td.rigthCol
{
	padding: 0px;
	width: 330px;
	vertical-align: top;
}

div.stdBoxLeft
{
	height:20px;
	background-image: url(../images/design/BlackBox-GameInfo-small.png);
	padding: 5px;
	position: relative;
	/*margin-bottom: 10px;*/
}

div.stdBoxRight
{
    background-image: url(../images/design/BlackBox2.png);
    padding:5px;
    position: relative;
}

a.stdButton
{
	display: block;
	margin-bottom: 10px;	
}

div.popupContent
{
	width: 900px;
	margin: 0px auto;	
}

.gold { color: #cdbf28; }

/*  CMS STYLES*/
table.gv
{
	border-collapse: collapse;
	border: none;
	margin-bottom: 10px;
}

table.gv td, table.gv th
{
	border: 1px solid #AAA;
	padding: 2px 5px;
}

table.gv th
{
	background-color: #FAFAFA;
	color: #000;
}

input[type=text], input[type=password]
{
	width: 200px;
}

select
{
	width: 207px;
}

input[type=file]
{
	width: 317px;
}

input.bigButton
{
	font-size: 13px;
	font-weight: bold;	
}

table.formData
{
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.formData td
{
	padding: 2px 14px 2px 0px;
}

table.formData td td
{
	padding: 2px;
}

input.saveButton
{
	font-weight: bold;	
}

td.cmsNaviCol
{
	border-right: 1px dotted #FFF;
	width: 180px;
}

td.cmsNaviCol a
{
	line-height: 2em;
}

table.gameScoreTable input
{
    font-size:x-large;
    width:40px;
    text-align:center;
}


table.gameScoreTable th
{
    font-size:14px;
    text-align:center;
    padding-right:20px;
}

table.gameScoreTable td
{
    text-align:center;
    padding-right:20px;
}

div.gameScore
{
   padding:10px;
   border: 1px solid #AAA;
}

div.liveImage
{
    position:absolute;
    top:145px;
    left:812px;
    z-index:100;
}

div.rightLinks
{
    background-image:url(../images/design/buttonsNeu.png);
    width:330px;
    height:81px;
    background-repeat:no-repeat;
}

div.linkRight
{
    text-decoration:underline;
    font-weight:bold;
    font-size:11px;
    
    
}

div.linkRight a
{
    text-decoration:none;
}

table.roster
{
    border-collapse:collapse;
}

table.roster td 
{
    text-align:center;
    border: dotted 1px white;
}

div.addLink
{
    background-image:url(../images/design/BlackboxAddlink.png);
    width:330px;
    height:280px;
    
}

