

object, embed {

    outline: none !important;
}
html, body {
    height: 100%;
}
body 
{
	font-family: Verdana;
	font-size: 10pt;
    padding: 0;
    margin: 0;
    background-color: black;
    color:#FFFFFF;
}

.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;
}

.SubTabCell
{
    vertical-align: top;
}

.SubTabCellSelected
{
    vertical-align: top;
    background-image: url('https://d2wcw7vp66n8b3.cloudfront.net/Images/Tabs/SubSelectedMiddle.png'); 
    background-repeat: repeat-x;
}

#SubTabRow a
{
	font-weight:bold;
	color:White;
	padding-left: 8px;
	padding-right: 8px;
}

#SubTabRow a:Hover
{
	color:Yellow;
}

.region th:first-child
{
    border-top-left-radius: 8px;
}

.region th:last-child
{
    border-top-right-radius: 8px;
}

.region th
{
    background-image: url('https://d2wcw7vp66n8b3.cloudfront.net/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: #171717;
    border-radius: 8px;
}

.region td
{
	text-align: center;
}

li
{
    padding-bottom: 3px;
}

table.dataTable thead
{
    background-color: #330000;
    letter-spacing: 1px;
}

table.dataTable thead tr td:first-child
{
    border-top-left-radius: 8px;
}
table.dataTable thead tr td:last-child
{
    border-top-right-radius: 8px;
}

table.dataTable
{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #171717;
    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;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

table.LadderGameTable td
{
    border: 0px;
}

.DataTableHeader
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.ToolTipHandle
{
    cursor: default;
}
.ToolTipHandle:hover
{
    text-decoration: none;
}
.tooltip
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    padding: 5px;
    background-color: yellow;
    color: black;
    border: 1px solid white;
    border-radius: 8px;
    max-width: 300px;
 
}
#MainSiteFooter
{
    background-color: #111;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    width: 100%;
    text-align: center;
    
}
#MainSiteFooter a
{
    color: gray;
}


.BootTimeLabel {
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-weight: bold;
    font-size: 15px;
}

.TopRightBar {
    -webkit-border-image:url('https://d2wcw7vp66n8b3.cloudfront.net/Images/Tabs/TopRightBarFull.png') 0 7 0 7 repeat;
    border-image:url('https://d2wcw7vp66n8b3.cloudfront.net/Images/Tabs/TopRightBarFull.png') 0 7 0 7 fill repeat;
    border-width: 0px 7px 0px 7px;
    border-style: solid;
    position: absolute; right: 5px; top: 33px; height: 25px;
}

#StatusIndicatorContainer {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #888888;
}

#TopRightConnectSpan {
    background-color: black;
    padding: 3px;
}

#LivestreamContainer {
    position: absolute; 
    max-width: 180px;
    font-size: 9px;
}
#LivestreamInner {
    padding: 1px;
    background-color: rgba(0,0,0,0.7);
    color: #888;
}
#LivestreamTimer {
    color: gray;
}
#LivestreamViewers { 
    color: gray;
}