﻿html, body {
    height: 100%;
}
body 
{
	font-family: Verdana;
	font-size: 10pt;
    padding: 0;
    margin: 0;
    background-color: black;
    color:white;
}

.TabLink
{
	font-weight: bold;
	font-size: 14px;
	color:white;
	text-decoration:none
}

.TabLink:Hover
{
	color:Yellow;
}

a
{
	color:#C0D0FF;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
	font-size: 25px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #F0F0F0;
}

h2
{
	font-size: 20px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #F0F0F0;
}

h3
{
	font-size: 18px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #F0F0F0;
}

h4
{
	font-size: 16px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #F0F0F0;
}

h5
{
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #F0F0F0;
}

.SubTabLink
{
	font-weight:bold;
	color:White;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

.SubTabLink:Hover
{
	color:Yellow;
}

.SubTabLinkSelected
{
	font-weight:bold;
	color:White;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

.region th
{
    background-image: url('/Images/RegionGradient.png');
    background-repeat: repeat-x;
    padding: 5px;
    background-color: #B50003;
}

.region td
{
	padding: 3px;
}

.region
{
	border-color:#666666;
    border-style:solid;
    border-width:1px;
    margin-bottom: 4px;
    background-color: #101010;
}

.region td
{
	text-align: center;
}

li
{
    padding-bottom: 3px;
}

table.dataTable thead
{
    background-color: #330000;
    letter-spacing: 1px;
}

table.dataTable
{
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
}

table.dataTable td
{
    padding-bottom: 5px; padding-top: 5px;
    padding-left:6px; padding-right: 6px;
    border-collapse: collapse;
    border-bottom: 1px solid #444444;
}

td.dataTableTitleRow
{
    background-color: #330000;
}

table.LadderGameTable td
{
    border: 0px;
}

.DataTableHeader
{
    margin-top: 0px;
    margin-bottom: 0px;
}
