/*
    Document   : crossword
    Created on : 04.07.2012, 15:03:45
    Author     : k-kombinat
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/**
NAVIGATION
**/
#content-navigation .navinfo {
    cursor: pointer;
}

/**
INTERACTION
**/
#content-interaction{
    position: absolute;top: 10px;left: 250px;
    width: 630px;height: 490px;
}
#content-interaction div.table {
    display:table; border-collapse:collapse; margin-top: 10px;
}
#content-interaction div.tr {
    display:table-row;
}
#content-interaction span {
    display: block; background-color: #fff;height: 33px;width: 30px;
    border: 1px solid #818181; float: left;overflow: hidden;margin: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#content-interaction input{
    border: 0;
    height: 31px;
    width: 31px;
    overflow: hidden;
    margin-top: -2px;
}
#content-interaction .crossfont {
    color: #4E4E4E;
    font-family: Geogrotesque-Medium;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 33px;
    padding-right: 3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

#content-interaction span.resolved{
    background-color: #C2C2C2;cursor: pointer;
}
#content-interaction span.active {
    background-color: #8fff53;cursor: pointer;
}
#content-interaction span.greenborder {
    border-color: #8fff53;
}
#content-interaction span.redbg {
    background-color: #c3182a;cursor: pointer;
}

