﻿html
{
    height: 100%;
    font-family: Calibri, Arial, Sans-Serif;
    margin: 0px;
}

body 
{
    height: 100%;
    margin: 0px;
}

th
{
    background-color: #33AAD9; 
    text-align: center;
    font-size: 1.2em;
}

xtable
{
    height: 100%;
    width: 100%;
}

a
{
    color: White;
    font-weight: bold;
}

#msg_body 
{  
    margin: 0; 
    padding: 0;
}

#pnlMatch
{
    margin: 0; 
    padding: 0;
    height: 100%;
}

#pnlInput
{
    margin: 0; 
    padding: 0;
    height: 100%;
}

#form1
{
    margin: 0;
    padding: 0;
    height: 100%;
    border-color: #33AAD9;
    border-width: medium;
    border-style: solid;
}

#form2
{
    margin: 0; 
    padding: 0;
    height: 100%;
}

#txtID
{
    text-align: left;
}

#txtAccessCode
{
    text-align: left;
}

.background 
{ 
    background-color: #000; 
    height: 100%;
    width: 100%; 
    margin: 0;
}

.header 
{ 
    color: #000; 
    font-size: 3.5em;  
    padding: 10px; 
    text-align: center; 
}

.headerbg 
{ 
    background-color: #33AAD9; 
}

.player 
{ 
    color: #fff; 
    font-size: 3em;  
    padding: 10px; 
    height: 80px;
    vertical-align: bottom;
    font-weight: bold;
}

.club 
{ 
    color: #888; 
    font-size: 1em;  
    padding: 10px; 
    height: 40px; 
    vertical-align: top;
    font-weight: bold;
}

.points 
{ 
    color: #ff0; 
    font-size: 7em;  
    padding: 10px; 
    text-align: right;
    font-weight: bold;
}

.footer 
{ 
    background-color: #000; 
    color: #555; 
    font-size: 1em;  
    padding: 10px; 
    text-align: center; 
}

.endbg 
{ 
    background-color: #222; 
    padding-right: 5px;
    font-size: 1em;  
    padding: 10px; 
    text-align: center; 
}

.playerbg 
{ 
    background-color: #444; 
}

.matchview
{ 
    width: 100%; 
    height: 100%;
}

.position
{ 
    width: 100%; 
    height: 100%;
}

.modifier 
{ 
    vertical-align:middle; 
    font-size: 40%;
    width: 1em;
}

.style1
{
    width: 100%;
    height: 100%;
    background-color: #444;
}

.style4
{
    text-align: center;
}

.inputform
{
    width: 290px;
    height: 120px;
}

.spacing
{
    width: auto;
}

.style6
{
    text-align: left;
}

.style7
{
    text-align: right;
}

.center
{
    text-align: center;
}

.side
{
    width: 30%;
}