* {
    border: 0;
    padding: 0;
    margin: 0;
}

html, body {
    background-color: #fff;
    height: 100%;
    font-family: "Tahoma";
    font-size: 12px;
}

a {
    text-decoration: underline;
    font-weight: bold;
}

a.local {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

    #overlay {
        position: fixed;
        _position: absolute;
        display: none; 
        top: 0;
        left: 0; 
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.50;
        filter: alpha(opacity = 50);
    }
    
    .popup-wrap {
        position: fixed;
        _position: absolute;
        display: none; 
        top: 0;
        left: 0; 
        width: 100%;
        height: 100%;   
    }
    
        .popup-table {
            position: relative;
            width: 374px;
            margin: 150px auto 0;
        }
        
            .popup-table-head {
                background-position: top left;
                background-repeat: no-repeat;
                line-height: 6px;
            }
            
            .popup-close {
                position: absolute;
                top: 6px;
                right: 10px;
                z-index: 100;
            }
            
                .popup-close a {
                    text-decoration: none;
                    display: inline-block;
                    padding: 2px;
                }
            
            .popup-table-content {
                position: relative;
                background-position: top left;
                background-repeat: repeat-y;
                padding: 10px 20px 20px;
            }
            
                .popup-title {
                    font-size: 24px;
                    text-align: center;
                    width: 100%;
                }
                
                .popup-table-content form {
                    font-size: 14px;
                    margin: 10px 0 0 0;
                }
                
                    .popup-table-content input {
                        border: 1px solid #ccc;
                        margin: 5px 0 20px 0;
                        height: 24px;
                        width: 310px;
                        padding: 2px 10px;
                        font-size: 18px;
                        text-align: left;                    
                    }
                    
                    .popup-table-content input.source-link {
                        color: #2b7492;
                        text-decoration: underline;                    
                    }                    
                    
                    .popup-table-content textarea {
                        border: 1px solid #ccc;
                        margin: 5px 0 20px 0;
                        height: 124px;
                        width: 310px;
                        padding: 2px 10px;
                        font-family: "Tahoma";
                        font-size: 14px;
                        text-align: left; 
                    }
                    
                .popup-submit {
                    border: 1px solid #ccc;
                    width: 328px;
                    height: 24px;
                    *height: 25px;
                    padding-top: 4px;
                    margin: 0 0 20px 0;
                    background-color: #ddd;
                    text-align: center;
                    font-size: 18px;
                    cursor: pointer;                        
                }
            
            .popup-table-foot {
                background-position: bottom left;
                background-repeat: no-repeat;                
                line-height: 6px;
            }            
    
    #wrap {
        position: relative;
        width: 800px;
        margin: 0 auto;
        height: auto !important;
        height: 100%;
        min-height: 100%;
        background-position: top left;
        background-repeat: repeat-y;
    }
    
        #header {
            height: 90px;
            width: 100%;
        }
        
            #title {
                height: 70px;
                background-color: #fff;
                width: 100%;
            }
            
                #logo {
                    width: 240px;
                    height: 50px;
                    margin: 10px 0 0 0;
                    float: left;
                    cursor: pointer;
                }
                
                    #logo h1 {
                        font-family: "Trebuchet MS";
                        font-size: 36px;
                        font-weight: bold;
                        line-height: 30px;                   
                    }
                    
                #logo h2 {
                        font-family: "Tahoma";
                        font-size: 12px;
                        line-height: 20px;
                        color: #999;
                    }
                
                #login {
                    width: 560px;
                    height: 60px;
                    float: left;
                    text-align: right;
                    font-size: 12px;
                    overflow: hidden;
                }
                
                    #login p {
                        margin: 0 0 0 0;
                    }
                    
                    #login form {
                        margin: 0 110px 0 0;
                        display: inline;
                    }
                    
                        #login form input {
                            border: 1px solid #ccc;
                            margin-left: 10px;
                            height: 24px;
                            width: 128px;
                            padding: 2px 10px;
                            font-size: 18px;
                            text-align: right;
                        }
                        
                        .login-submit {
                            position: absolute;
                            border: 1px solid #ccc;
                            top: 20px;
                            right: 0;
                            width: 98px;
                            height: 24px;
                            *height: 25px;
                            padding-top: 4px;
                            background-color: #ddd;
                            text-align: center;
                            font-size: 18px;
                            cursor: pointer;
                        }
                    
                #user, #login-box {
                    position: relative;
                    height: 30px;
                    width: 100%;
                    padding-top: 20px;
                }
                
                #anonym {
                    position: relative;
                    height: 50px;
                    width: 100%;
                    padding-top: 10px;                    
                }
            
            #table-head {
                position: relative;
                height: 20px;
                width: 100%;
                background-position: top left;
                background-repeat: repeat-x;
                margin: 0 auto;
            }
            
                #table-head-left, #table-head-right {
                    position: absolute;
                    top: 0px;
                    width: 20px;
                    height: 20px;
                }
                
                #table-head-left {
                    left: 0px;
                    background-position: top left;
                }
                
                #table-head-right {
                    right: 0px;
                    background-position: top right;
                }                
        
        #content {
            margin: 0 20px;                        
        }
        
            #content-head {
                height: 60px;
                position: relative;
            }
            
                #h1 {
                    position: absolute;
                    top: -8px;
                    left: 0;
                    font-size: 36px;
                }
                
                #h2 {
                    position: absolute;
                    top: 40px;
                    left: 0;
                    font-size: 14px;
                    color: #666;
                }
                
                    #time-to-play {
                    }
                
                #nav {
                    position: absolute;
                    top: -5px;
                    right: 0;
                    font-size: 14px;
                    line-height: 20px;
                    text-align: right;
                }
                
                .head-text {
                    font-size: 14px;
                    padding: 0 140px 0 0;
                }
                
            #content-main {
                position: relative;
                margin: 10px 0 0 0;
                width: 100%;
            }
            
                .content-table-wrap {
                    position: relative;
                    width: 100%;
                    background-color: #fff;
                    padding: 0 0 0 0;
                    background-position: top right;
                    background-repeat: repeat-y;
                }
                
                .content-head-left, .content-head-right {
                    position: absolute;
                    top: 0px;                   
                    width: 6px;
                    height: 6px;
                    line-height: 6px;
                }
                
                .content-head-left {
                    left: 0px;
                    background-position: top left;
                }
                
                .content-head-right {
                    right: 0px;
                    background-position: top right;
                }
                
                .content-table {
                    background-color: #fff;
                    background-position: top left;
                    background-repeat: repeat-y;
                    padding: 0 0 0 1px;
                    margin: 0 1px 0 0;
                    text-align: right;
                }
                
                    .content-table-head, .content-table-foot {
                        padding: 5px 9px;
                    }
                    
                    .content-table-foot {
                        padding-bottom: 5px;
                    }
                    
                    .content-table-p {
                        padding: 0 9px 10px;
                        text-align: left;
                    }
                
                    .content-table table {
                        width: 100%;
                    }
                
                    .content-table table tr td {
                        height: 20px;
                        vertical-align: middle;
                    }
                    
                    .thirty table tr td {
                        height: 30px;
                    }                    
                    
                    .noun-num, .user-num {
                        width: 45px;
                        text-align: left;
                        color: #666;
                        padding: 0 0 0 9px;
                    }
                    
                    .noun-word, .user-name {
                        text-align: left;
                    }
                    
                    .noun-unique {
                        width: 30px;
                        text-align: right;
                        font-size: 11px;
                        color: #666;
                        padding: 0 9px 0 0;
                    }
                    
                    .user-words {
                        width: 60px;
                        text-align: left;
                        font-size: 11px;
                        color: #666;
                        padding: 0 9px 0 5px;                        
                    }
                    
                    .user-online {
                        width: 60px;
                        text-align: center;                                              
                    }
                    
                        .online-label {
                            font-size: 12px;
                            font-weight: bold;
                            color: #fff;
                            display: inline-block;
                            background-color: #2B7492;
                            padding: 1px 3px;
                        }
                        
                    .word-th, .rating-th {
                        color: #666;
                        font-size: 11px;
                        text-align: left;
                    }
                        
                    .word-num, .top-num, .rating-num {
                        width: 35px;
                        text-align: left;
                        color: #666;
                        padding: 0 0 0 9px;
                        font-size: 16px;
                    }
                    
                    .word-word, .top-user, .rating-user {
                        font-size: 16px;
                        text-align: left;
                    }
                    
                    .rating-user {
                        font-weight: bold;
                    }
                    
                    .word-total, .top-words, .word-time, .rating-words, .rating-points, .rating-full-link {
                        width: 120px;
                        text-align: left;
                        color: #666;
                        font-size: 12px;
                    }
                    
                    .top-online {
                        width: 100px;
                        text-align: center;                       
                    }
                    
                    .word-users {
                        width: 120px;
                        text-align: left;
                        color: #666;
                        font-size: 12px;
                        padding: 0 9px 0 0;                        
                    }
                    
                    .rating-num
                    
                    .rating-user {
                        
                    }
                    
                    .help p {
                        font-size: 14px;
                        text-align: justify;
                        line-height: 20px;
                    }
                    
                    .help ul {
                        padding: 0 20px;
                        font-size: 14px;
                        text-align: justify;
                        line-height: 20px;
                        list-style: none;                        
                    }
                
                .content-footer {
                    position: relative;
                    width: 100%;
                    height: 2px;
                    line-height: 2px;
                    background-repeat: repeat-x;
                    background-position: bottom left;
                }
                    
                    .content-foot-left, .content-foot-right {
                        position: absolute;
                        top: -4px;                   
                        width: 6px;
                        height: 6px;
                        line-height: 6px;                        
                    }
                    
                    .content-foot-left {
                        left: 0px;
                        background-position: bottom left;
                    }
                    
                    .content-foot-right {
                        right: 0px;
                        background-position: bottom right;
                    }
                    
            .content-status {
                position: relative;
                width: 370px;
                height: 52px;
            }
            
                .status-info {
                    background-position: top right;
                }
                
                    .status-info p {
                        text-align: right;
                        font-size: 11px;
                        padding: 5px 10px 0 0;
                    }

                .status-empty {
                    background-position: bottom right;
                }                
                
                .status-ok {
                    background-position: top left;
                }
                
                .status-error {
                    background-position: bottom left;
                }
                
                    .status-error p {
                        text-align: center;
                        font-size: 11px;
                        padding: 5px 0 0 0;
                        color: #666;
                    }
                    
                    .status-ok p, .status-empty p {
                        text-align: center;
                        font-size: 11px;
                        padding: 15px 0 0 0;
                        color: #666;                        
                    }
                    
                        .status-error p span, .status-ok p span, .status-empty p span {
                            font-size: 18px;
                            color: #000;
                        }
                        
                        .status-error p strong, .status-ok p strong {
                            color: #000;
                        }
            
            .word-input {
                width: 370px;
                height: 52px;
                background-position: bottom right;
                text-align: right;
            }
            
                .word-input form {
                    padding: 10px 120px 0 0;
                }
                
                    .word-input form input {
                        width: 218px;                        
                        border: 1px solid #ccc;
                        margin-left: 10px;
                        height: 24px;
                        padding: 2px 10px;
                        font-size: 18px;
                        text-align: right;                        
                    }
                    
                    .word-input .word-submit {
                        position: absolute;
                        background-color: red;
                        right: 10px;
                        
                        border: 1px solid #ccc;
                        top: 10px;
                        width: 98px;
                        height: 24px;
                        *height: 25px;
                        padding-top: 4px;
                        background-color: #ddd;
                        text-align: center;
                        font-size: 18px;
                        cursor: pointer;                        
                    }
                    
            .captcha-form {
                padding: 10px 0 0 170px;
            }
            
                .captcha-form input {
                    width: 158px;                        
                    border: 1px solid #ccc;
                    margin-left: 10px;
                    height: 24px;
                    padding: 2px 10px;
                    font-size: 18px;
                    text-align: left;                        
                }
                
                .captcha-image {
                        position: absolute;
                        background-color: red;
                        left: 10px;
                        
                        border: 1px solid #fff;
                        top: 10px;
                        width: 158px;
                        height: 24px;
                        *height: 25px;
                        padding-top: 4px;
                        background-color: #fff;
                        text-align: center;
                        font-size: 18px;
                }                                               
        
        .empty_inner {
          height: 70px;
        }
        
    #footer {
        position: relative;
        height: 70px;
        margin: -70px auto 0;
        width: 800px;
        background-color: #fff;
    }
    
        #table-foot {
            position: relative;
            height: 20px;
            width: 100%;
            background-position: bottom left;
            background-repeat: repeat-x;
            margin: 0 auto;
        }
        
                #table-foot-left, #table-foot-right {
                    position: absolute;
                    top: 0px;
                    width: 20px;
                    height: 20px;
                }
                
                #table-foot-left {
                    left: 0px;
                    background-position: bottom left;
                }
                
                #table-foot-right {
                    right: 0px;
                    background-position: bottom right;
                }
             
/* REGISTER */             
                

.regform {
    font-size: 14px;
    margin: 0 19px 0;
    padding: 10px 0;
    text-align: left;
}

.regform input {
    border: 1px solid #ccc;
    margin: 5px 0 20px 0;
    height: 24px;
    width: 308px;
    padding: 2px 10px;
    font-size: 18px;
    text-align: left;                    
}

.regform-submit {
    border: 1px solid #ccc;
    width: 328px;
    height: 24px;
    *height: 25px;
    padding-top: 4px;
    margin: 2px 19px 0 19px;
    background-color: #ddd;
    text-align: center;
    font-size: 18px;
    cursor: pointer;                        
}

/* PROFILE */             
                

.profform {
    font-size: 14px;
    margin: 0 19px 0;
    padding: 10px 0;
    text-align: left;
}

.profform input {
    border: 1px solid #ccc;
    margin: 5px 0 20px 0;
    height: 24px;
    width: 308px;
    padding: 2px 10px;
    font-size: 18px;
    text-align: left;                    
}

.profform-submit {
    border: 1px solid #ccc;
    width: 328px;
    height: 24px;
    *height: 25px;
    padding-top: 4px;
    margin: 2px 19px 0 19px;
    background-color: #ddd;
    text-align: center;
    font-size: 18px;
    cursor: pointer;                        
}

.change-pass-div {
    display: none;
}

/* FORGOT */

.forgotform {
    font-size: 14px;
    margin: 0 19px 0;
    padding: 10px 0;
    text-align: left;
}

.forgotform input {
    border: 1px solid #ccc;
    margin: 5px 0 20px 0;
    height: 24px;
    width: 308px;
    padding: 2px 10px;
    font-size: 18px;
    text-align: left;                    
}

.forgotform-submit {
    border: 1px solid #ccc;
    width: 328px;
    height: 24px;
    *height: 25px;
    padding-top: 4px;
    margin: 2px 19px 0 19px;
    background-color: #ddd;
    text-align: center;
    font-size: 18px;
    cursor: pointer;                        
}