﻿body {
}

/*Global Styles*/
.LinkTxt
{
    font-size:7pt;
    font-family:Arial;
    color:#898989;
}

.MainTxt
{
    font-size:10pt;
    font-family:Arial;
    color:#030000;
}

.MainLabel
{
    font-size:14pt;
    font-family:Arial;
    color:#ffffff;
    text-align:center;
}

.TxtBoxes
{
    font-size:9pt;
    font-family:Arial;
    color:black;   
}

/*Left Control Styles*/
.LoginLabel
{
    font-size:8pt;
    font-weight:bold;
    font-family:Arial;
    color:Black;   
}

.LoginBox
{
    font-size:8pt;
    font-family:Arial;
    color:Black;
}

.LoginBoxDisabled
{
    font-size:8pt;
    font-family:Arial;
    color:Black;
    background-color:Silver;
}

.NewsLabel
{
    font-size:9pt;
    font-weight:bold;
    font-family:Arial;
    color:Black;   
}

.NewsText
{
    font-size:10pt;
    font-family:Arial;
    color:#030000;  
}

/*Registration Form Styles*/
.RegHeader
{
    font-size:14pt;
    font-weight:bold;
    font-family:Arial;
    color:Black; 
}

.RegSubHeader
{
    font-size:9pt;
    font-family:Arial;
    color:#030000; 
}

.RegLabel
{
    font-size:9pt;
    font-weight:bold;
    font-family:Arial;
    color:Black;
    text-align:left; 
}

.LegendLabel
{
    font-size:10pt;
    font-weight:bold;
    font-family:Arial;
    color:Orange;
}

.ErrorTxt
{
    font-size:9pt;
    font-weight:bold;
    font-family:Arial;
    color:Red;
    text-align:left; 
}
/*Password Reminder Form Styles*/
.PassLabel
{
    font-size:9pt;
    font-weight:bold;
    font-family:Arial;
    color:Black;
    text-align:left; 
}

.PassHeader
{
    font-size:10pt;
    font-weight:bold;
    font-family:Arial;
    color:Black;
    text-align:left; 
    background-color:#feb12d
}

.PassTxt
{
    font-size:8pt;
    font-family:Arial;
    color:Black;
    text-align:left; 
}
/*News Section Styles*/
.HeaderLabel
{
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    color: white;
}

.HeaderTxt
{
    font-size: 10pt;
    font-family: Arial;
    color: white;
}

.NewsTxt
{
    font-size: 10pt;
    font-family: Arial;
    color: Black;
}

.NewsHeadline
{
    font-size: 9pt;
    font-family: Arial;
    color: Black;
}

.NewsLink
{
    font-size: 10pt;
    font-family: Arial;
    color: Navy;
}

.NewsArchiveTbl
{
    width:690px;
    table-layout:fixed;
}

.HeaderRow
{
    font-size: 10pt;
    font-family: Arial;
    color: white;
    font-weight: bold;
    background-color: #ff6633;
}

.DetailRow
{
    font-size: 10pt;
    font-family: Arial;
    color: Black;
    background-color: white;
}

/*Pub Details Styles*/
.PubPageText
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
}

.PubGamingHeader
{
    font-size: 10pt;
    color: white;
    font-family: Tahoma, Arial;
    background-color: #ff6633;
}

.GamingActivityRow1
{
    font-size: 9pt;
    color: #000000;
    font-family: Tahoma, Arial;
    background-color: #dcdcdc;
}

.GamingActivityRow2
{
    font-size: 9pt;
    color: #000000;
    font-family: Tahoma, Arial;
    background-color: #f5f5f5;
}

.GamingActivitySpacer
{
    font-size: 2px;
}

.PageHeaders
{
    font-size: 12pt;
    font-family: Arial;
    color: white;
}

.FooterLink
{
    font-size: 8pt;
    font-family: Tahoma, Arial;
    color: #a9a9a9;
    text-decoration:none;
}