﻿span.rulesheading
{
    font-size: smaller;
    margin-left: 12px;
}

.racks td
{
    font-size: small;
    white-space: nowrap;
    padding: 4px;
}


.turnplanner table
{
    margin-left: auto;
    margin-right: auto;
}

table.historycell
{
    font-size: small;
}

div.movecell
{
    background-color: #191980;
    float: right;
}

div.movecellcomment
{
    padding: 4px;
    margin: 4px;
}

div.movecellboard
{
    font-size: large;
    padding: 4px;
    margin: 4px;
}

span.movecellword
{
    width: 160px;
}

.movecell td
{
    padding: 8px;
}

td.inactiverack, td.activerack
{
    border-width: 1px;
    padding: 0px;
    margin: 0px;
    border-style: dotted;
}

td.inactiverack
{
    border-color: #00001E;
    color: Gray;
}

td.activerack
{
    
}

span.scoreline
{
    font-weight: bold;
    font-size: medium;
}



span.rackscoresummary
{
    font-size: large;
}

td.historycolumn
{
    width: 200px;
}

div.historysubtable
{
    height: 150px;
    overflow: scroll;
    overflow-x: hidden;
    margin-right: 4px;
    font-size: 90%;
}

.mostrecentplay, .mostrecentplay:hover
{
    background-color: #CCCCCC;
    color: #000000;
    font-weight: bold;
}



td.playerhistoryheading
{
    font-weight: bold;
    font-size: 110%;
    padding: 2px;
}

div.headinghistoryscore, a.playerhistoryheading
{
}

a.playerhistoryheading
{
    float: left;
}

a.historymove
{
    float: left;
}

a.tomoveprompt
{
    font-weight: bold;
}


div.historyscore, div.headinghistoryscore
{
    float: right;
    margin-right: 7px;
}


td.victorybar
{
    background-color: #19c040;
    color: #000000;
    font-weight: bold;
}

div.tilescollection
{
    font-family: Monospace;
    font-size: medium;
}



div.waiting
{
    z-index: 1;
    left: 300px;
    top: 220px;
    width: 260px;
    font-weight: bold;
    padding: 8px;
    position: absolute;
    background-color: black;
    background-image: url(activeButton.gif);
}



button.moveselectorbutton
{
    font-size: x-small;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}

button.rackbutton
{
    font-size:xx-small;
    margin-left: 0px;
    margin-right: 0px;
    border-style:ridge;
    width:80px;
    height:20px;
}

div.exchangedialog
{
    z-index: 1;
    left: 280px;
    top: 220px;
    padding: 8px;
    position: absolute;
    background-color: #000044;
    border: white thin outset;
    width: 330px;
}

span.exchangeheading
{
    font-size: medium;
    font-weight: bold;
    margin: 8px 60px 8px 60px;
}

div.exchangerack
{
    margin: 8px 60px 8px 60px;
}

div.chattextarea
{
    width:99%;
    height:130px;
    border-style:none;
    font-size:small;
    overflow:scroll;
    overflow-x:hidden;
    padding-bottom:5px;   

}

div.chatline
{
    padding-top: 2px;
}


span.chatplayer
{
    font-weight: bold;
    padding-right: 7px;
}

span.joinline
{
    font-weight: bold;
    font-size:x-small;    
}

span.chattime
{
    font-size:smaller;
    padding-right: 7px;
    color: #bbbbbb;
}

span.chatmessage
{
    color: #69b8c6;
}

span.chatmessageme
{
    color: #CCCC00
}


div.moveinfoline
{
    padding-top: 2px;
}

span.moveinfo, span.moveinfotime
{
    color: #e66060;
    font-size:smaller;
}

span.moveinfotime
{
    padding-right: 6px;
}

textarea.chatinputarea
{
    width: 100%;
    border: none;
    overflow-x:hidden;
    overflow-y:hidden;
    font-size:small;
    height:35px;
    padding-top:5px;   
    color: #CCCC00;
}

div.logindiv
{
    position: relative;
    top: -20px;
    left: 25px;

}

.logindiv span
{
    color: #001010;
    font-weight: bold;
    background-color: white;
}