﻿/* RESET.CSS
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/* slightly modified */
html,body
{
    color: #fff;
    background: #000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
label
{
    padding-top:3px;
    display:inline-block;
   
}
#logo
{
    position: absolute;
    left: 61px;
    top: 5px;
    z-index: 1;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var
{
    font: inherit;
}
del, ins
{
    text-decoration: none;
}
li
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
h2
{
	font-size: 1.1em;
	font-weight: bold;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
sup
{
    vertical-align: baseline;
}
sub
{
    vertical-align: baseline;
}
legend
{
    color: #000;
}

/* WF.CSS */
body
{
    font-size: 1em;
    font-family: Arial;
    font-family: Arial; /*font-weight: bold;*/
    margin: 0;
    padding: 0;
}

a
{
    outline: 0;
}
h1
{
    font-size: 26px;
    font-weight: bold;
    margin-left: 26px;
    margin-top: 49px;
    position: absolute;
    z-index: 4;
}

#dictinfo a
{
    color: #ccc;
    text-decoration: underline;    
}

#dictionaries
{
    font-size: 12px;
    text-align: left;
    padding: 8px 8px 8px 8px;
}
#dictionaries a
{
    color: #ccc;
    text-decoration: underline;    
}

#dictionaries h2
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc; 
    margin: 4px 0px 4px 0px;
}

#dictionaries h3
{    
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0px 2px 0px;
}

.subheader
{
    font-style: italic;
    color: #ccc;
}
.puinner
{
    padding: 8px;
    text-align: center;
}

.puinner img
{
    margin-right: 8px;
    float: left;
}

.puinner h2
{
    text-align: center;
    font-size: 20px;
    margin: 12px;
    font-weight: bold;
}
.puinner .text
{
    font-size: 16px;
    font-weight: lighter;
    background: #303030;
    padding: 12px;
    text-align: left;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border: 1px solid #888;
}
#playerstitle
{
    min-width: 420px;
    max-width: 420px;
    position: absolute;
    top: 142px;
    font-size: 12px;
    display: none;
    left: 10px;
}
#bannertop,#bannertopcrit
{
    min-width: 468px;
    max-width: 468px;
    position: absolute;
    min-height: 60px;
    max-height: 60px;
    top: 160px;
    font-size: 12px;
    border:1px solid white;
    left: 0px;
    display: none;
    background-color:#333;
    cursor:pointer; 
    
}
#bannertopcrit.beforelogin
{
    top:10px;
    left:480px;
    display:block;
    z-index:1;
    border:0;
    background:0;
    cursor:auto;
}

#bannertop div,
#bannerbottom div
{
    padding:2px;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}
#bannertop .banheader,
#bannerbottom .banheader
{
    
    width:100%;
    font-size:11px;
    color:#bbb;
   
}
#bannertop .line2,
#bannerbottom .line2
{
   display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 17px;
    padding-top: 2px;
}
#bannertop .line2 a,
#bannerbottom .line2 a
{
   
    color:#FF6A00;
    
}
#bannerbottom
{
    min-width: 468px;
    max-width: 468px;
    position: absolute;
    min-height: 60px;
    max-height: 60px;
    bottom: 20px;
    font-size: 12px;
    display: none;
    left: 0px;
    background-color:#333;
    border:1px solid white;
    cursor:pointer;
   
}
#menu
{
    min-width: 408px;
    max-width: 408px;
    position: absolute;
    min-height: 14px;
    max-height: 14px;
    bottom: 0px;
    font-size: 12px;
    padding:3px;
    left: 52px;
    cursor:pointer;
}
#menu a
{
    font-weight:bold;
    width:111px;
    color:#888;
    text-transform:uppercase;
    text-align:center;
    display:inline-block;
}
#menu a:hover
{
    color:#CCC;
}

#players
{
    min-width: 448px;
    max-width: 468px;
    height: 900px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 222px;
    border-left:1px solid white;
    border-right:1px solid white;
    display: none;
}

#pageheader
{
    height: 81px;
    background: #505050; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#101010');
    background: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#101010));
    background: -moz-linear-gradient(top, #909090, #101010);
    background-image: -o-linear-gradient(top, #909090, #101010);
    border-bottom: 2px solid #fff;
    padding: 1px 8px 1px 8px;
}
/* ROB START */
#langsel
{
    position: relative;
    margin-bottom:25px;
    margin-top:16px;
    
    
}
/* The background gradients will work for IE9, FF, Chrome and Safari when put into this order */
.gameheader
{
    background: #20202b; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#101010');
    background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
    background: -moz-linear-gradient(top, #303030, #101010);
    background-image: -o-linear-gradient(top, #303030, #101010);
    padding: 8px;
    border-bottom: 1px solid #000000;
    font-family: 'Arial';
    font-weight: bold;
    position:relative;
    width:435px;
}
#scroller .gameheader
{
    
    width:414px;
}

.gameheadertext
{
    filter: Shadow(Color=#c0c0c0, Direction=135, Strength=2);
    text-shadow: 1px 1px 2px #a0a0a0;
}

.gametime
{
    /*position: absolute;*/
    float: right;
    text-align: center;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em; /*right: 16px;*/
    padding: 2px;
    font-family: 'Arial';
    font-weight: bold;
    min-width: 40px;
}

.gametimetext
{
    filter: Shadow(Color=#505050, Direction=135, Strength=3);
    text-shadow: 1px 1px 4px #303030;
}

.green
{
    color: #48c404;
}
.red
{
    color: #d00;
}
.brown
{
    color: #934217;
}

.gameinfo
{
    background: #303030; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#101010');
    background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#101010));
    background: -moz-linear-gradient(top, #404040, #101010);
    background-image: -o-linear-gradient(top, #404040, #101010);
    font-family: 'Arial';
    font-weight: bold;
    height: 44px;
    position:relative;
    width:451px;
}
#scroller .gameinfo
{
    width:431px;
}
.gameinfo .scoreinfo
{
    width: 60px;
    height: 16px;
    left: 384px;
    position: absolute;
    margin-top: 1px;
    font-size: 11px;
    line-height: 12px;
    background-color: Black;
    padding: 0;
    margin: 0;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em; /*right: 16px;*/
    padding: 2px;
    top:2px;
}
#scroller .gameinfo .scoreinfo
{
     left: 368px;
}
.gameinfo .scoreinfo td
{
    padding-left: 5px;
    padding-right: 0px;
    width: 25px;
}
.gameinfo .scoreinfo .left
{
    text-align: right;
    padding-right: 5px;
    padding-left: 0px;
    border-right: 1px solid #555;
}

.gameinfo:hover
{
    cursor: pointer;
    background: #787888; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#707070');
    background: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#606060));
    background: -moz-linear-gradient(top, #909090, #606060);
    background-image: -o-linear-gradient(top, #909090, #606060);
}
.gameinfo.active
{
    background: #FF6A00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6a00', endColorstr='#bb3a00');
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6a00), to(#bb3a00));
    background: -moz-linear-gradient(top, #FF6a00, #bb3a00);
    background-image: -o-linear-gradient(top, #FF6a00, #bb3a00);
}
.gameinfo .chatindicator {
    left: 347px;
    position: absolute;
    top: 2px;
    z-index: 100;
}

#scroller .gameinfo .chatindicator 
{
     left: 327px;
}   

.gameinfo .chatindicator.hide
{
    display:none;
}
.gameinfo .imageholder
{
    height: 40px;
    width: 40px;
    top:2px;
    left:2px;
    position: absolute;
}
.gameinfo .imageholderinner
{
    vertical-align: middle;
    min-height: 40px;
    display: table-cell;
    height: 40px;
    width: 40px;
}


.gameinfo .text
{
    font-size: 11px;
    position: absolute;
    top:2px;
    left: 48px;
    line-height:13px;
    filter: Shadow(Color=#404040, Direction=135, Strength=2);
    text-shadow: 1px 1px 4px #202020;
    overflow: hidden;
}

.imageholder img
{
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    width:40px;
    height:40px;
}
.imageholder .chatindicator {
    height: 32px;
    width: 32px;
}
.gameinfo .header
{
    font-size: 12px;
    overflow: hidden;
}

.gameinfo .move
{
    font-size: 11px;
    overflow: hidden;
}

.gameinfo .miniinfo
{
    font-size: 0.7em;
    color: Silver;
    overflow: hidden;
}

/* ROB END */

#currentgameinfo
{
    font-size: 1em;
    font-weight: normal;
    height: 25px;
    position: absolute;
}
#moveresult
{
    font-weight: bold;
    height: 16px;
    margin-left: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    height: 20px;
    display: block;
}
#actionsandinfo
{
    background-color: #111111;
    border-color: white white #222;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    height: 81px;
    position: relative;
    border-left: 0;
}
#gamestats
{
    float: right;
    padding: 2px;
    margin: 7px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #666;
}

#gamestats td
{
    padding-left: 4px;
    padding-right: 4px;
}
/* scores */
#player1, #player2, #tilestext, #language, #activeruleset
{
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    width: 180px;
}

#activeruleset img
{
    border: 0 none;
    height: 20px;
    margin-bottom: -3px;
    margin-top: -1px;
    position: relative;
}
#language, #activeruleset
{
    border-bottom: 1px solid #666;
}
#score1, #score2, #tilecount
{
    font-weight: bold;
    font-size: 13px;
    text-align: right;
    padding: 0px;
    margin: 0px;
    width: 60px;
}
.rack li div
{
    position: relative;
}
.rack li, #tab li
{
    /* 	width: 60px; 	height: 60px; 	min-width: 60px; 	min-height: 60px;*/
    float: left; /*font-size: 46px; 	line-height: 60px;*/
}

.rack div
{
    /*color: #000; 	background: transparent url(images/tile_60.png); 	width: 60px; 	padding-top: 7px; 	height: 53px; 	min-width: 60px; 	min-height: 53px; 	font-size: 46px; 	text-align: center;*/
    z-index: 1000;
}

.rack, #tab
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 2px; /*position:absolute;*/
}

#rack li
{
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #666;
    padding: 2px;
}

#chooseletter
{
    margin-top: 10px;
    width: 200px;
    height: 320px;
}

.chooseletter div
{
    float: left;
    background: transparent url("images/t.png") no-repeat;
    min-height: 30px;
    height: 30px;
    margin: 0;
    padding: 10px 0px 0px 11px;
    min-width: 29px;
    width: 29px;
    text-align: left;
    font-size: 26px;
}

.ui-droppable
{
    z-index: 1000;
}


.rackcontainer
{
    display: table-header-group;
}
.boardcontainer
{
    position: relative; /*overflow-y: auto;*/
    margin-left: 6px;
}

.backgroundboard
{
    position: absolute;
    background-color:#606060;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}


.main
{
    position: relative;
}
.wholeboard
{
    position: absolute;
    left: 470px;
    top: 0px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-left: 2px solid white;
    height: 100%;
}
#info
{
    position: absolute;
    left: 480px;
    top: 90px;
    width:340px;
}

div.ui-state-active
{
    background: white;
}
.actions
{
    margin-top: 20px;
}

.actions a
{
    background-color: #ddd;
    border: 1px solid #333;
}

a
{ 
    color: White;  
    text-decoration: none;
}

#panel_contents, #options
{
    background: #505050; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#101010');
    background: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#101010));
    background: -moz-linear-gradient(top, #909090, #101010);
    background-image: -o-linear-gradient(top, #909090, #101010);
    height: 540px;
    width: 306px;
    padding: 0 20px;
    top: 43px;
    right: -44px;
    z-index: 999;
    position: absolute;
    overflow: hidden;
    text-align: left;
    color: White; /*border-bottom: 2px solid white;*/
    border-left: 2px solid white;
    border-right: 2px solid white;
}

#panel_contents fieldset
{
    border: none;
    margin-top: 10px;
}

.inloggen, .uitloggenbutton, .annuleer_inloggen, #submitbtn, .close_newgame .rounded_button
{
    background: #222;
    color: #FFF;
    text-decoration: none;
    height: 22px;
    padding: 4px 5px;
    width: auto;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    position: relative;
    right: 20px;
    clear: both;
    z-index: 2000;
    font-size: 19px;
    filter: Shadow(Color=#505050, Direction=135, Strength=3);
    text-shadow: 1px 1px 4px #303030;
    padding-bottom: 5px;
}

#chatbutton.active .inloggen, .inloggen:hover, .uitloggenbutton:hover, .annuleer_inloggen:hover, #submitbtn:hover, .inlinebutton:hover, .topbutton:hover, .buttonc:hover, .buttonl:hover, .buttonr:hover, .close_newgame:hover, .fgbutton:hover .rounded_button:hover
{
    background: #FF6A00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6a00', endColorstr='#bb3a00');
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6a00), to(#bb3a00));
    background: -moz-linear-gradient(top, #FF6a00, #bb3a00);
    background-image: -o-linear-gradient(top, #FF6a00, #bb3a00);
}

#submitbtn
{
    border: 2px solid white;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 25px;
    left: 158px;
    margin-top: -7px;
    position: relative;
    width: 130px;
}
.inloggen
{
    position: absolute;
    height: 22px;
    border-bottom: 1px solid #909090;
    background-color: #909090;
}
#divPopup
{
    color: White;
}
.buttonc
{
    background-color: #222;
    color: #FFF;
    text-decoration: none;
    height: 22px;
    padding: 4px 10px;
    width: 100px;
    margin-left: -50px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 20px;
    clear: both;
    z-index: 2000;
    font-size: 19px;
    filter: Shadow(Color=#505050, Direction=135, Strength=3);
    text-shadow: 1px 1px 4px #303030;
}

.topbutton, .inlinebutton
{
    background-color: #222;
    color: #FFF;
    text-decoration: none;
    height: 22px;
    padding: 4px 10px;
    width: 120px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    text-align: center;
    clear: both;
    z-index: 2000;
    font-size: 17px;
    filter: Shadow(Color=#505050, Direction=135, Strength=3);
    text-shadow: 1px 1px 4px #303030;
    
}
.inlinebutton
{
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    width: 170px;
}
.fgbutton
{
    background-color: #222;
    color: #FFF;
    text-decoration: none;
    padding: 2px 2px 2px 2px;
    margin: -5px -2px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    text-align: center;
    z-index: 0;
    font-size: 10px;
    margin-right: 12px;
    float: right;
    top: 0;
    position: relative;
    display: block;
    filter: Shadow(Color=#505050, Direction=135, Strength=3);
    text-shadow: 1px 1px 4px #303030;
}

#tips .inlinebutton
{
    display: inline-table;
}

.buttonl
{
    background: #222;
    color: #FFF;
    text-decoration: none;
    height: 22px;
    padding: 4px 10px;
    width: 150px;
    margin-right: 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    text-align: center;
    right: 50%;
    bottom: 20px;
    clear: both;
    z-index: 2000;
    font-size: 19px;
    filter: Shadow(Color=#505050, Direction=135, Strength=3);
    text-shadow: 1px 1px 4px #303030;
}

.buttonr
{
    background: #222;
    color: #FFF;
    text-decoration: none;
    height: 22px;
    padding: 4px 10px;
    width: 150px;
    margin-left: 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 20px;
    clear: both;
    z-index: 2000;
    font-size: 19px;
    filter: Shadow(Color=#505050, Direction=135, Strength=3);
    text-shadow: 1px 1px 4px #303030;
}
#inloggen
{
    position: absolute;
    left: 435px;
    z-index: 2000;
    bottom: 33px;
    display:none;
}
#optionsbutton
{
    position: absolute;
    left: 110px;
    z-index: 2000;
    bottom: 29px;
    width: 300px;
    margin: 4px;
}
#optionsbutton .username
{
    position: relative;
    top: -7px;
}

#optionsbutton img
{
    margin-right: 3px;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}

#chatbutton
{
    position: absolute;
    z-index: 2500;
    top: 20px;
    width: 0px;
    height: 100px;
}
#chatbutton .inloggen
{
    width: 30px;
    height: 29px;
    border: 0;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    right: 0px;
}

#socialbutton
{
    position: absolute;
    z-index: 2500;
    top: 65px;
    width: 0px;
    height: 40px;
}
#socialbutton .inloggen
{
    width: 30px;
    height: 29px;
    border: 0;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    right: 0px;
}

#infobutton
{
    position: absolute;
    left: 319px;
    z-index: 1000;
    bottom: -11px;
}
#infobutton a
{
    width: 56px;
}

#friendsbutton
{
    left: 110px;
    position: absolute;
    top: 96px;
    z-index: 0;
}
#friendsbutton a
{
    width: 103px;
}

#changelogbutton
{
    position: absolute;
    left: 1016px;
    z-index: 2000;
    bottom: 41px;
}


#newgamebutton
{
    position: absolute;
    left: 8px;
    z-index: 0;
    top: 96px;
    width: 175px;
}

.rounded_button
{
    background: #222;
    position: absolute;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index: 99;
    border: 2px solid white;
    
}
}
.annuleer_inloggen
{
    background: #222;
    position: absolute;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index: 99;
    border: 2px solid white;
    margin-top: -36px;
}
#panel
{
    position: absolute;
    left: 65px;
    top: 42px;
    width: 306px;
}
#options
{
    position: absolute;
    left: 30px;
    top: 85px;
    width: 360px;
    padding: 0;
    z-index: 1005;
}
#wrap
{
    position: relative;
}

.accountInfo .inputfields
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #888888;
    font: bold 14px/24px "Lucida Sans" ,Helvetica,sans-serif;
    height: 24px;
    padding-left: 2px;
    width: 298px;
}

.actions a
{
    font-size: 16px;
    font-weight: normal;
    padding: 9px 10px;
    background-color: #ddd;
    color: #222;
    text-decoration: none;
    margin: 6px;
    filter: Shadow(Color=#808080, Direction=135, Strength=2);
    text-shadow: 1px 1px 2px #808080;
    border-radius: 5px 5px 5px 5px;
}
#chat .actions a
{
    margin:0;
    margin-left: 3px;
}

#wholeboard .actions
{
    margin: 0;
    display: inline-block;
    width: 280px;
}
#wholeboard .actions a
{
    font-size: 13px;
    font-weight: normal;
    padding: 4px 4px;
    background-color: #ddd;
    color: #222;
    text-decoration: none;
    margin-right: 4px;
    filter: Shadow(Color=#808080, Direction=135, Strength=2);
    text-shadow: 1px 1px 2px #808080;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    text-align: center;
    width: 60px;
}
/*
.actions a:hover
{
   
    background-color:#fff;
}
*/
.divPopup
{
    background-image: url(images/trans1x1_55.png);
    background-repeat: repeat; /*opacity: 0.7;*/
    cursor: pointer;
    height: 100%;
    display: block;
    width: 100%;
    z-index: 2999;
    position: fixed;
}

.divPopupIdle
{
    background-image: url(images/trans1x1_55.png);
    background-repeat: repeat; /*opacity: 0.7;*/
    cursor: pointer;
    height: 100%;
    display: block;
    width: 100%;
    z-index: 8000;
    position: fixed;
}

.divPopupInner
{
    position: fixed;
    left: 50%;
    top: 50%;
    cursor: default;
    background: #585858; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#03030');
    background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#303030));
    background: -moz-linear-gradient(top, #606060, #303030);
    background-image: -o-linear-gradient(top, #606060, #303030);
    height: 100%; /*	background-color: Black;*/
    color: white;
    z-index: 3000;
    border: 2px solid #FFF;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em; /*right: 16px;*/
    overflow: hidden;
}

.divPopupInnerWordVote
{
   
    position: absolute;
    right: 10px;
    top: 2px;
    cursor: default;
    background: #FF6A00; /* for non-css3 browsers */
 background: #585858; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#03030');
    background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#303030));
    background: -moz-linear-gradient(top, #606060, #303030);
    background-image: -o-linear-gradient(top, #606060, #303030);
    height: 100px; /*	background-color: Black;*/
    width: 300px;
   
    color: white;
    z-index: 3000;
    border: 2px solid #FFF;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em; /*right: 16px;*/
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
}

.divPopupInnerIdle
{
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    cursor: default;
    background: #FF6A00; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6a00', endColorstr='#bb3a00');
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6a00), to(#bb3a00));
    background: -moz-linear-gradient(top, #FF6a00, #bb3a00);
    background-image: -o-linear-gradient(top, #FF6a00, #bb3a00);
    height: 60px; /*	background-color: Black;*/
    width: 600px;
    margin-left: -300px;
    margin-top: -30px;
    color: white;
    z-index: 3000;
    border: 2px solid #FFF;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em; /*right: 16px;*/
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
}

.aClosePopup
{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background: transparent url('images/fancy_close.png') no-repeat;
    cursor: pointer;
    z-index: 3001;
}
.aCloseDIP
{
    position: absolute;
    right:0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: transparent url('images/fancy_close.png') no-repeat;
    cursor: pointer;
    z-index: 3001;
}
#wholeboard #rack
{
    position: relative;
}
#swaprack
{
    padding: 20px;
}
#swaprack > li > div
{
    opacity: 0.4;
}
#swaprack > li > div.swap
{
    background-color: White;
    opacity: 1.0;
}
#chat
{
    position: absolute;
    font-size: 75%;
    width: 0px;
    top: 84px;
    right: 0px;
    color: #000;
    background: #f0f0f0;
    z-index: 2500;
    display: block;
}
#social
{
    position: absolute;
    font-size: 75%;
    width: 0px;
    top: 84px;
    right: 0px;
    color: #000;
    background: #f0f0f0;
    z-index: 2499;
    display: block;
}
#feedback
{
    position: absolute;
    font-size: 75%;
    width: 420px;
    top: 84px;
    right: 40px;
    color: #000;
    background: #f0f0f0;
    padding: 2px;
    z-index: 2500;
    height: 40px;
    width: 60px;
    display: none;
}

#feedbackform
{
    padding: 8px;
    font-size: 19px;
}

#feedbackform input
{
    width: 100%;
}

#feedbackform input[type="textarea"]
{
    resize: none;
    width: 100%;
    height: 40px;
}
#dipsettings
{
font-size:75%;
}
#newgame
{
    font-size: 75%;
    width: 620px;
    color: #fff;
    padding: 15px;
    height: 100%;
    width: 640px;
    position: relative;
}
#chathistcontainer
{
    position: absolute;
    overflow-y: auto;
    width: 320px;
    bottom: 40px;
}
#chathist
{
    width: 300px;
}

#chathist img
{
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    width: 40px;
    height: 40px;
}
#chathist .opponent img
{
    position: absolute;
    left: 350px;
    top: 6px;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    width: 40px;
    height: 40px;
}
#inpChat
{
    position: absolute;
    bottom: 2px;
    left: 2px;
}
.inputtext
{
    border: 3px solid #999;
    width: 320px;
    height: 33px;
    padding: 0px 4px 0px 4px;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
#chat .inputtext
{
    width:209px;
}
textarea
{
    border: 3px solid #999;
    padding: 0px 4px 0px 4px;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}

.inputtext:focus, textarea:focus
{
    border: 3px solid #FF6A00;
}
#btnChat
{
    position: absolute;
    bottom: 2px;
    left: 224px;
}

#chathist li
{
    padding: 2px 6px 2px 6px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    min-height: 50px;
}

li .namemessage
{
    position: relative;
    left: 48px; /*top:5px;*/
    width: 232px;
}
li.opponent .namemessage
{
    left: 48px; /*top:5px;*/
    
}

li .name
{
    position: relative;
    font-weight: bold;
}

li .message
{
    position: relative;
    font-weight: normal;
    overflow: visible;
}

li .date
{
    position: relative;
    width: 220px;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}
.actionbutton
{
    border: 3px solid black;
    padding: 7.5px 10px;
    background-color: #ddd;
    border: 1px solid #333;
    font-size: 16px;
    font-weight: normal;
    padding: 9px 10px;
    background-color: #ddd;
    color: #222;
    text-decoration: none;
}


.rack.wrongwords
{
    display: table;
    margin-bottom: 20px;
}

.newgame .actionbutton, #friends .actionbutton,#langsel .actionbutton, .dipsettings .actionbutton
{
    background-color: #ddd;
    border: 1px solid #333;
    font-size: 16px;
    font-weight: normal;
    padding: 9px 10px;
    background-color: #ddd;
    color: #222;
    text-decoration: none;
    margin-left: 10px;
    filter: Shadow(Color=#808080, Direction=135, Strength=2);
    text-shadow: 1px 1px 2px #808080;
    border-radius: 5px 5px 5px 5px;
}
.divInviteRandom .actionbutton
{
 font-size: 14px;   
}
#langsel .actionbutton
{
    margin-left:0;
}
#btnInviteRandom
{
    float: none;
}
.divInviteRandom
{
    margin-top: 20px;
    margin-bottom: 10px;
}
#friendscontainer
{
    margin-bottom: 10px;
}
#friendslist
{
    width: 645px;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    font-size: 14px;
    border: 1px solid white;
    overflow-y: auto;
    padding: 5px;
    margin-bottom: 10px;
}
#friendslist li
{
    float: left;
}

#inviteuser
{
    width: 600px;
}
.or
{
    width: 640px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
div .oror
{
    float: left;
}
div .ordash1
{
    background-color: White;
    height: 1px;
    width: 279px;
    margin-top: 11px;
    margin-bottom: 9px;
    margin-right: 7px;
    margin-left: 11px;
    float: left;
}


#inviteuser .inputtext
{
    width: 200px;
}
#newgame h3
{
    padding-left: 12px;
    padding-bottom: 5px;
    font-size: 12px;
}
#newgame div.selector
{
    width: 300px;
}
#newgame div.selector select, #newgame div.selector span
{
    width: 268px;
}
#newgame div.selector select
{
    background: white;
    width: 300px;
}
.secondtd
{
    padding-left: 0px;
    vertical-align:top;
}
.newgametdheader
{
    padding-left: 10px;
}
#newgame table
{
    margin-bottom: 10px;
}
#newgame li:hover
{
    cursor: pointer;
    background-color: #FF6A00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6a00', endColorstr='#bb3a00');
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6a00), to(#bb3a00));
    background: -moz-linear-gradient(top, #FF6a00, #bb3a00);
    background-image: -o-linear-gradient(top, #FF6a00, #bb3a00);
}
#friendslist .imageholder
{
    width: 60px;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    min-height: 60px;
}
#friendslist .imageholder img
{
    margin: 2px;
    float: left;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}

#friendslist li
{
    font-weight: bold;
    position: relative;
    width: 310px;
    display: inline-block;
    height: 64px;
    font-size: 0.9em;
    filter: Shadow(Color=#404040, Direction=135, Strength=2);
    text-shadow: 1px 1px 4px #202020;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border: 1px solid #666;
}
#friends #friendslist li
{
    
    width: 300px;
    margin: 2px;
}
#friendslist .username
{
    position: absolute;
    left: 70px;
    top: 22px;
    font-size: 14px;
}

#options li
{
    filter: Shadow(Color=#404040, Direction=135, Strength=2);
    text-shadow: 1px 1px 4px #202020;
    color: #d0d0d0; /* 	background: #454545;  	 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#303030'); 	background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#303030)); 	background: -moz-linear-gradient(top, #606060, #303030); 	background-image: -o-linear-gradient(top, #606060, #303030);*/
    border-bottom: 1px solid #101020;
    font-family: 'Arial';
    font-weight: bold;
    height: 40px;
    padding: 8px;
    font-size: 14px;
    position: relative;
}
#options li:hover
{
    cursor: pointer;
    background: #FF6a00; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6a00', endColorstr='#bb3a00');
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6a00), to(#bb3a00));
    background: -moz-linear-gradient(top, #FF6a00, #bb3a00);
    background-image: -o-linear-gradient(top, #FF6a00, #bb3a00);
}
#options li .liTitle
{
    font-weight: bold;
    color: White;
    font-size: 16px;
}

#optionsbutton img, #options img
{
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    margin-top: -1px;
}
#optionsavatar
{
    position: absolute;
    right: 20px;
    top: 6px;
}

#divPopup .puinner .inputtext
{
    margin-top: 3px;
    margin-bottom: 7px;
}

#toastcontainer
{
    position: absolute;
    top: 75%;
    width: 400px;
    margin-left: -200px;
    left: 50%;
    z-index: 6000;
    box-shadow: 0px 10px 18px #111;
    -webkit-box-shadow: 0px 10px 18px #111;
    -moz-box-shadow: 0px 10px 18px #111;
}
#toast
{
    padding: 10px;
    margin: auto; /*width: 400px;*/
    text-align: center;
    border: 2px solid white;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #222;
    color: White;
}
#toast.error
{
    background-color: #FF6A00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6a00', endColorstr='#bb3a00');
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6a00), to(#bb3a00));
    background: -moz-linear-gradient(top, #FF6a00, #bb3a00);
    background-image: -o-linear-gradient(top, #FF6a00, #bb3a00);
}

#validationcontainer
{
    height: 30px;
    width: 100%;
}
#validation
{
    padding: 3px;
    display: none;
    height: 18px;
    border: 2px solid #ff2222;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #222;
    color: #ff2222;
    font-weight: bold;
    position: relative;
    top: 10px;
}

#register_button
{
    left: 0px;
    position: absolute;
    width:150px;
    
}

#forgot_password_button
{
     position: absolute;
    right: 6px;
    
    width: 240px;
}

.iframe
{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background: white;
    z-index: 7000;
}
.aCloseGoogle
{
    position: absolute;
    right: 20px;
    top: 40px;
    height: 20px;
    width: 20px;
    padding: 4px;
    border: 1px solid gray;
    z-index: 7001;
    color: Black;
    display: none;
    font-size: 14px;
    background: transparent url(images/tw30.png) no-repeat -300px 0;
}
.puinner td
{
    padding-bottom: 5px;
}
.puinner strong
{
    font-weight: bold;
}
#changes, #issues, #changesinfo, #issuesinfo
{
    border: 1px solid white;
    width: 301px;
    height: 345px;
    overflow-y: auto;
    padding: 10px;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    margin-right: 10px;
    font-size: 12px;
}

#divPopup textarea
{
    margin-top: 7px;
}
.fb-comments
{
    height: 300px;
    right: 0px;
    position: absolute;
    top: 56px;
    width: 310px;
    z-index: 2000;
    overflow-y: auto;
}
.socialtitle
{
    padding: 10px;
    font-size: 14px;
    color: #222;
    font-style: italic;
    filter: Shadow(Color=#808080, Direction=135, Strength=2);
    text-shadow: 1px 1px 3px #808080;
}
.fb-like
{
    height: 20px;
    left: 121px;
    position: absolute;
    top: 6px;
    width: 192px;
    z-index: 2999;
}
.fb-like-box
{
    background: #111;
    position: absolute;
    z-index: 2999;
    margin-top: 19px;
}
.fb-like.fb_edge_widget_with_comment, .fb-comments.fb_iframe_widget
{
    position: absolute;
}

#friendslist .delete
{
    background: transparent url('images/fancy_close.png') no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 270px;
    cursor: pointer;
}

#friendsbutton img, #newgamebutton img
{
    height: 22px;
}
#friendsbutton div, #newgamebutton div,#friendsbutton span, #newgamebutton span
{
    display: inline;
    left: 2px;
    position: relative;
    top: -6px;
}

.logintitle
{
    filter: Shadow(Color=#c0c0c0, Direction=135, Strength=2);
    display: block;
    font-size: 12px;
    font-style: italic;
    text-shadow: 4px 4px 2px #404040;
    width: 220px;
}
#register_button a
{
    background: none repeat scroll 0 50% transparent;
    border: medium none;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    text-decoration: underline;
   
}
#forgot_password_button a
{
    background: none repeat scroll 0 50% transparent;
    border: medium none;
    display: block;
    font-size: 15px;
    padding-left: 60px;
    padding-right: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    text-decoration: underline;
}
#remembercontainer
{
    margin-top: 14px;
}

.rack.locked > li > div
{
    background-color: Red;
}

.rack.locked li div img
{
    opacity: 0.4;
}
.gameinfo .onlineicon
{
    background: transparent url(images/ledgreen.png);
    width: 20px;
    height: 20px;
    left: 421px;
    position: absolute;
    margin-top: 21px;
}
.gameinfo .onlineicon.hide
{
   display:none;
}
#scroller .gameinfo .onlineicon
{
     left: 403px;
}
#friendslist .online
{
    background: transparent url(images/ledgreen.png);
    width: 20px;
    height: 20px;
    left: 251px;
    position: absolute;
    margin-top: 22px;
}
.gameinfo .flag
{
    left: 392px;
    margin-top: 21px;
    position: absolute;
}
#scroller .gameinfo .flag
{
     left: 372px;
}
#beta
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    height: 70px;
}
.share
{
    position: absolute;
    filter: Shadow(Color=#c0c0c0, Direction=135, Strength=2);
    text-shadow: 4px 4px 2px #000000;  
    z-index: 1;
    display: block;
    font-size: 12px;
    font-style: italic;
    left: 131px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: 27px;
    width: 158px;
    
    
}
.leaderbord_icon
{
    position: absolute;
    left: 331px;
    position: absolute;
    top: 3px;
    z-index:1;
}

#adleftbottom
{
    margin: 5px;
    border: 2px solid #444;
    position: absolute;
    bottom: 0px;
    width: 406px;
    left: 0px;
    height: 46px;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
#adleftbottom a
{
    display: block;
    font-size: 23px;
    font-style: italic;
    padding: 10px;
    text-align: center;
    text-decoration: underline;
}

a.actie_twitter
{
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background: url(images/twitter_icon.png) no-repeat 0 0;
    display: inline-block;
    text-decoration: none;
    width: 40px;
    font-size: 16px;
    z-index: 0;
}

a.actie_twitter
{
    position: absolute;
    top: 94px;
    left: 238px;
    background-position: 0 0;
}

a.actie_twitter:hover
{
    background: url(images/twitter_icon_hover.png) no-repeat 0 0;
}

a.actie_facebook
{
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background: url(images/facebook_icon.png) no-repeat 0 0;
    display: inline-block;
    text-decoration: none;
    width: 40px;
    font-size: 16px;
    z-index: 0;
}

a.actie_facebook
{
    position: absolute;
    top: 94px;
    left: 278px;
    background-position: 0 0;
}

a.actie_facebook:hover
{
    background: url(images/facebook_icon_hover.png) no-repeat 0 0;
}





.actionbutton.newgame div
{
    display: inline;
}
.actionbutton.currentgame div
{
    display: inline-block;
    width: 300px;
}
.actionbutton.currentgame div.nobutt
{
    display: inline-block;
    width: 330px;
}
.actionbutton.newgame img, .actionbutton.currentgame img
{
    position: relative;
    top: 10px;
    left: 4px;
    float: none;
}

.actionbutton.currentgame
{
    background-color: #DDDDDD;
    border: 1px solid #333333;
    border-radius: 5px 5px 5px 5px;
    color: #222222;
    font-size: 16px;
    font-weight: normal;
    margin-right: 2px;
    padding: 10px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #808080;
    width: 320px;
}
.actionbutton.newgame
{
    float: none;
}
/*
.footerverkooppagina .footer-buttons a.actie_maildoor
{
background-position: 0 -40px;
}

.footerverkooppagina .footer-buttons a.actie_maildoor:hover
{
background-position: 0 -160px;
}

.footerverkooppagina .footer-buttons a.actie_bookmark
{
background-position: 0 -80px;
}

.footerverkooppagina .footer-buttons a.actie_bookmark:hover
{
background-position: 0 -200px;
}*/
#playersresult
{
    position: relative;
    left: 0px;
    top: 20px;
}
#playersresult td
{
    padding: 5px;
}
#playersresult .chooseletter div
{
    background: url("images/t.png") no-repeat scroll 0 0 transparent;
    color: black;
    float: left;
    font-size: 26px;
    height: 30px;
    margin: 0;
    min-height: 30px;
    min-width: 29px;
    padding: 5px 0 5px 10px;
    text-align: left;
    width: 29px;
}
#footer
{
    padding: 6px;
    position: fixed;
    bottom: 0px;
    height: 70px;
    width: 100%;
    clear: both;
    background-color: #303040;
    border-top: 2px solid #101020;
    z-index: 5000;
}
#footermargin
{
    height: 80px;
    display: inline-block;
    width: 100%;
}
#titleresult
{
    position: relative;
    left: 20px;
    top: 20px;
    font-size: 30px;
    filter: Shadow(Color=#c0c0c0, Direction=135, Strength=2);
    text-shadow: 2px 2px 2px #A0A0A0;
}

.button.main
{
    background: #444;
    color: #fff;
    text-decoration: none;
    font-size: 50px;
    padding: 10px;
    margin: 20px;
    width: 100px;
    height: 100px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid white;
    text-align: center;
    filter: Shadow(Color=#505050, Direction=135, Strength=3);
    text-shadow: 1px 1px 4px #303030;
}
.button.mainwf
{
    background: #444;
    color: #fff;
    text-decoration: none;
    font-size: 50px;
    padding: 10px;
    margin: 20px;
    
   
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid white;
    text-align: center;
    filter: Shadow(Color=#505050, Direction=135, Strength=3);
    text-shadow: 1px 1px 4px #303030;
    display:inline-block;
    position:absolute;
    top:100px;
    left:500px;
    z-index:2200;
}
.button.main:hover, .button.mainwf:hover
{
    background: #FF6A00;
}
#newgamebutton .topbutton
{
    width: 75px;
}
.allDicts
{
}
.allDicts img
{
    margin-right: 4px;
    position: relative;
  
}
.allDicts .actionbutton,#langsel .actionbutton
{
     float: left;
    margin: 2px;
    padding: 4px 1px 4px 5px;
    
     
}
#langsel .actionbutton.selected , .allDicts .actionbutton.selected
{
    background: #FF6A00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6a00', endColorstr='#bb3a00');
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6a00), to(#bb3a00));
    background: -moz-linear-gradient(top, #FF6a00, #bb3a00);
    background-image: -o-linear-gradient(top, #FF6a00, #bb3a00);
}
#selDict, #spanDict
{
    display: inline-block;
    margin-top: 4px;
}
#imgDict
{
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 5px;
    margin-right: 5px;
}

.ordashwide
{
    background-color: White;
    height: 1px;
    width: 614px;
    margin-top: 11px;
    margin-bottom: 9px;
    margin-right: 7px;
    margin-left: 11px;
}
.allDicts a.selected
{
    background: #FF6A00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6a00', endColorstr='#bb3a00');
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6a00), to(#bb3a00));
    background: -moz-linear-gradient(top, #FF6a00, #bb3a00);
    background-image: -o-linear-gradient(top, #FF6a00, #bb3a00);
}
.puinner div.selector select
{
    background: white;
}
.helpscroller
{
    width: 900px;
    height: 380px;
    overflow-y: auto;
    font-size: 14px;
    margin-top: 20px;
    padding:5px;
    border: 1px solid #666;
}
#help tr
{
}
#help td
{
    width: 420px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.inlinebutton.inline
{
    display: inline;
    
}
.inlinebutton.inline.changes
{
    position:absolute;
    left:340px;
    top:65px;
}
.inlinebutton.inline.feedback
{
    position:absolute;
    left:550px;
    top:65px;
}
.afindus {
    position: absolute;
    right: 5px;
    top: 73px;
    z-index: 6000;
}
#help h2,#rules h2
{
    text-align:left;
}
#help ol,#help ul
{
    padding:5px;
}
#help h3
{
    margin-top: 10px;
    margin-bottom: -6px;
    text-align: center;
    font-size: 21px;
    border-bottom:1px solid #999;
}

#help li,#tips li
{
    list-style: circle outside none;
    margin-bottom: 5px;
    margin-left: 15px;
}
#help ol li
{
    list-style:decimal outside none;
    margin-bottom: 5px;
    margin-left: 20px;

}
#findus
{
     float: right;
    margin-bottom: -12px;
    margin-right: 16px;
}
.puinner.info h2
{
    text-align: center;
   margin:0;
    margin-top:10px;
       font-size: 20px;
    font-weight: bold;
}
#helpcontainer
{
    padding:5px;
}
.inlinebutton.inline.active
{
      background: #FF6A00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6a00', endColorstr='#bb3a00');
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6a00), to(#bb3a00));
    background: -moz-linear-gradient(top, #FF6a00, #bb3a00);
    background-image: -o-linear-gradient(top, #FF6a00, #bb3a00);
}
.hideoffline
{
    top:9px;
    position:absolute;
    right:13px;
    font-size:13px;
    line-height:10px;
}
.hideoffline input
{
    position:relative;
    top:2px;
}
.loginbanner
{
    position:relative;
    cursor:pointer;
    margin-top:10px;
}
.hideoffline .text
{
    
    margin-bottom:2px;
    padding-bottom:2px;
    display:block;
   width:84px;
   height:25px;
   line-height:25px;
    top:-4px;
    position:absolute;
    right:19px;
}
.switch
{ 
    background: transparent url("images/ledgreen.png") no-repeat;
    width:20px;
    height:20px;
    position:absolute;
    right:-3px;
    top:0px;
    cursor:pointer;
    display:inline-block;
  
}
.switch.off
{ 
    background: transparent url("images/ledgreen_off.png") no-repeat;
}

#scroller
{
     background: transparent url("images/scrollarea.png");
     background-repeat:repeat-y;
     background-position:430px 0px;
     width:468px;
}
#langswitchbuttons
{
    display:inline;
    position:absolute;
    left:162px;
    top:-5px;
}
#register_forgot
{
    position:relative;
    width:306px;
    height:20px;
    top:-11px;
}

.voteadd
{
    background: transparent url('images/thumbsup.png') no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
   right:0px;
   top:0px;
    cursor: pointer;
}

.voteinfo
{
    background: transparent url('images/wordinfo.png') no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
   right:0px;
   top:0px;
    cursor: pointer;
}

.divWrongwords
{
    position:relative;
    width:100%;
}

.wordvoteadd, .wordvotedelete,.wordvotedontknow
{
    background: transparent url('images/thumbsup.png') no-repeat;
    width: 40px;
    height: 40px;
   margin-left:10px;
   margin-right:10px;
    cursor: pointer;
    position:relative;
    display:inline-block;
}
 .wordvotedelete
{
    background: transparent url('images/thumbsdown.png') no-repeat;
    
}
 .wordvoteinfo
{
    background: transparent url('images/wordinfo.png') no-repeat;
    
}
.wordvoteinfo20
{
     background: transparent url('images/wordinfo20.png') no-repeat;
    width: 20px;
    height: 20px;
   margin-left:10px;
   margin-right:10px;
    cursor: pointer;
    position:relative;
    display:inline-block;
}
.wordvotedelete20
{
     background: transparent url('images/thumbsdown20.png') no-repeat;
    width: 20px;
    height: 20px;
   margin-left:10px;
   margin-right:10px;
    cursor: pointer;
    position:relative;
    display:inline-block;
}

 .wordvotedontknow
{
    background: transparent url('images/dontknow.png') no-repeat;
   
}
#divWordVoteTitle
{
    font-size:12px;
}
#currentwordvote
{
    display: inline;
    font-size: 27px;
    padding-left: 5px;
}
.lngvotenone
{
    margin:4px;
}
.spanoptionchevron
{
    display: inline-block;
    left: 3px;
  
    position: relative;
    top: -3px;
}

.dipmoveleft
{
    position:absolute;
     background: transparent url('images/move.png') no-repeat;
    width: 20px;
    height: 20px;
    left:2px;
    top:2px;
    
}

#supportedlng span,.spandictname {
    display: inline-block;
    left: 4px;
    position: relative;
    top: -4px;
}
.spaninvitedicttitle {
    display: inline-block;
    
    position: relative;
    top: -4px;
}
#divSupportedlng {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 500px;
}
#inviteflag
{
    float:none;
    margin-left:4px;
    margin-right:0px;
}
.youvoted
{
    position:relative;
    top:-15px;
}

#tilesboard .ui-draggable
{
    opacity:0.8;
}

.aAudio
{
     height: 32px;
    line-height: 32px;
    color: #FFF;
    background: url(images/soundon.png) no-repeat 0 0;
    
    text-decoration: none;
    width: 32px;
    font-size: 16px;
    z-index: 0;
     position: absolute;
    top: 96px;
    left: 420px;
    background-position: 0 0;
    display:none;
}
.aAudio.off
{
    background: url(images/soundoff.png) no-repeat 0 0;
}
.aAudio:hover
{
    background: url(images/soundonhover.png) no-repeat 0 0;
}
.aAudio.off:hover
{
    background: url(images/soundoffhover.png) no-repeat 0 0;
}

#leaderbord
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 728px;
    height: 90px;
   
    z-index: 20;
}
#skyscraper
{
    position: absolute;
    top: 92px;
    right: 0px;
    width: 120px;
    height: 600px;
    
    z-index: 20;
}
