
/* Style for grid cells */
.rf-tgrid {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin: 1px;
    padding: 10px;
    border: 1px solid #51bfd6;
    background-color: #9777b4;
    vertical-align: middle;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.rf-main-container {
    padding-left: 220px;
    padding-bottom: 100px;
/*    padding-top: 20px;
*/    background-image: url("../../images/games/crossword/ed41/gm1/bg.png");
    background-color: #ffe95c; /*main background colour*/
    background-repeat: no-repeat;
/*    background-position-y: 8%;
    background-position-x: 58%;*/
    text-align: center;
}

/* Style for the div containing the grid */
#rf-searchgamecontainer {
    float: left;
    padding-right: 70px;
}

/* Style for the div containing the word list */
#rf-wordcontainer {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    float: left;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    cursor: default;
    margin: 1em 1em 1em 0;
    background-color: #6cc4c7;
    color: #000;
    font-weight: bold;
    border: 0;
    border-color: #000;
    -moz-border-radius /*: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;*/
    cursor: pointer;
    font-size: 20px;
    text-align: left;
}

/* Style for the words that have been found */
.rf-foundword {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: line-through;
    color: red;
    font-style: italic;
    background-color: #ffd000;
}

#rf-tablegrid .rf-armed {
    /*	background: lightcyan;*/
}

#rf-tablegrid .rf-highlight {
    background: red;
}


#rf-tablegrid .rf-glowing {
    background: greenyellow;
}

#rf-tablegrid .rf-selected {
    background: #0c2d69;
}

/* style for words that didn't make it on the grid */
.rf-pfalse {
    color: gray;
    visibility: hidden;
}

.rf-ptrue{
    padding-bottom: 17px;
    text-align: left;
}

.td-basic {
    height: 30px !important;
    width: 25px !important;
}

.undefined {
    height: 30px !important;
    width: 25px !important;
}


table.crossword td {
    width: 40px;
    height: 40px;
    border: 2px solid #51bfd6;
    color: #000;
    font-size: 30px;
    background-color: #9777b4;
}

table.crossword input {
    border: 0;
    width: 25px;
    font-size: 20px;
    color: #000;
    background-color: #9777b4;
    text-align: center;
}

table.crossword {
    border: 0;
}

strikeout {
    text-decoration: line-through;
}


table.crossword td.black {
    background-color: black;
}

table.crossword td.invisi {
    border: 0;
    color: red;
    visibility: hidden;
}


ul.hints li {
    font-size: 25px;
    color: #0c2d69;
    text-align: left;
}

.row-number {
    color: #fff !important;
    border-width: 0 !important;
    background-color: transparent !important;
}