
/* Style for grid cells */
.rf-tgrid {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 1px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #000000;
    width: 70px;
    height: 60px;
}

.rf-main-container {
    background-color: #71c8dc; /*main background*/
    padding: 10px;
    padding-bottom: 550px;
    padding-left: 15%;
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    background-image: url("../../images/games/armenian/ed41/hid1/bg.png");
    /*border: 1px solid red;*/
}

/* Style for the grid */
.rf-tablestyle {
    border: 3px solid;
    border-color: #589cb2;
    background-color: #ffa755; /*grid background*/
    cursor: pointer;
    color: #1e2162;
}

/* Style for the div containing the grid */
#rf-searchgamecontainer {
    float: left;
    padding-right: 15px;
}

/* Style for the div containing the word list */
#rf-wordcontainer {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    float: left;
    padding: 30px;
    color: #fff;
    line-height: 25pt;
    font-weight: bold;
    border: 2px solid #ffa755;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
    font-size: 20px !important;
    background-color: #2199d1; /*background colour of the words list*/
}

/* Style for the words that have been found */
.rf-foundword {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: line-through;
    color: #e4ff00;
    font-style: italic;
    background-color: #30426a;
}

#rf-tablegrid .rf-glowing {
    background: #005cdb;
}

#rf-tablegrid .rf-selected {
    background: #30426a;
    color: #e4ff00;
}
