
#CurrentPlayers
{
    padding:0px;
    margin-bottom:10px;
    min-height:58px;
    background-color:#eef;
}

#CurrentRound
{
    text-align:center;
    font-size:3em;
    margin:10px 0px;
    color:red;
    font-weight:bold;
    height: 45px;
}

#CurrentPlayerInfo
{
    padding-bottom:1px; 
    padding-top:10px;        
}

#ChatDiv
{
    background-color:#eef;
}

#ChatMessageInput
{
    margin:0px 10px 10px 10px;
    padding-bottom:5px;
}

#ChatMessageInput .InputField
{
    width:195px;
}

#ChatMessages
{
    font-size:.9em;
    height:273px;
    border:solid 1px grey;
    margin:10px 10px 10px 10px;
    padding:5px;
    background-color:#fff;
    overflow:auto;
}

#ChatMessages li
{
    margin:5px 0px;
}

#LeftContent
{
    padding:5px 10px;
}

#GameNotifcations
{
    text-align:center;
    font-size:1.2em;
    border:3px double #3f3;
    background-color:#bfb;
    color:#030;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

#MyPlayerContols
{
    text-align:center;
}

#MyPlayerContols li
{
    margin-top:0em;
    display: inline;
    margin-right:10px;
}

#MyPlayerForms
{
    padding-left:15px;
}
#MyPlayerForms input, #MyPlayerForms form
{    padding-bottom:10px;}

#NextGameForm
{
    text-align:center;
}

#PlayNextGame
{
    /*Something else*/
}

#PlayerEntry
{
    margin:10px 0px;
}

#PlayerSettings
{
    padding:0px;
    margin-bottom:10px;
    background-color:#eef;
}

#PlayerSettings h3, #CurrentPlayers h3, #ChatDiv h3
{
    background-color:#aaf;
    font-weight:bold;
}

#OtherPlayers li
{
  display:inline; margin-right:5px;
}

#OtherPlayers ul
{
    height:80px;
    overflow:auto;    
}

#RightColumn
{
    padding:5px 5px 0px 0px;
    width:270px;
}

#RoundHistory
{
    font-size:1.4em;
    border:solid 1px grey;
    text-align:center;
    height:485px;
    overflow:auto;
}

#RoundHistory li
{
    margin-top:0px;
    border-bottom:1px dashed grey;
    width: 100%;
    padding:15px 0px;
    
}

#RoundHistory li.alt
{
    background-color:#eef;
}

#RoundHistory li.current {
    background-color: yellow;
}


/*set the widths of the areas*/
#RoundHistory .PlayerA,#RoundHistory .PlayerB
{
    width:300px;
}

#RoundHistory .PlayerA
{
    
}

#RoundHistory .PlayerA .UserInfo
{
    text-align:right;
    font-size:.8em;
}
#RoundHistory .PlayerA .SubmittedWord
{
    text-align:right;
}

#RoundHistory .PlayerB
{
    float:right;
    margin-right:40px;
}

#RoundHistory .PlayerB .UserInfo
{
    text-align:left;
    font-size:.8em;
}
#RoundHistory .PlayerB .SubmittedWord
{
    text-align:left;
}

#RoundHistory .RoundNumber
{
    font-weight:bold;
    font-size:1.4em;
    float:left;
}

#RoundHistory .Current .SubmittedWord
{
    color:red;
    font-weight:bold;
}

#RoundHistory .Upcomming .SubmittedWord
{
    color:blue;
    font-weight:bold;
}

#WordForm
{
    font-size:2em;
}

#WordInput
{
    xxheight:60px;
    width:300px;
}

#WordSubmit
{
    position:absolute;
    margin-top: -2px;
    margin-left:20px;
}

.SubmittedWord
{
    font-size:1.6em;
}