
/* Style for grid cells */
.rf-tgrid {
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 17px;
    margin: 1px;

    border: 1px solid gold;
    vertical-align: middle;
    text-align: center !important;

}

/* Style for the grid */
.rf-tablestyle {
    border: 1px solid !important;
    border-color: gold !important;
    background-color: ghostwhite;
    cursor: pointer;

}

/* Style for the div containing the grid */
#rf-searchgamecontainer {
}

/* Style for the div containing the word list */
#rf-wordcontainer {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    float :left;
    padding-right: 10px; 
    padding-left: 10px; 
    cursor: default;
	margin : auto;
    border: 2px solid;
    border-color: gold;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;	
    
	cursor: pointer;	
}

/* Style for the words that have been found */
.rf-foundword {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration : line-through;
	color : lightgray;
	font-style : italic;

}

#rf-tablegrid .rf-armed {
/*	background: lightcyan;*/
}

#rf-tablegrid .rf-highlight {
    background: red;
}


#rf-tablegrid .rf-glowing {
	background: greenyellow;
        
}

#rf-tablegrid .rf-selected {
	background: gold;
}

/* style for words that didn't make it on the grid */
.rf-pfalse {
    color: gray;
    visibility: hidden; 
}
.rf-ptrue {
    float: left;
    padding: 10px 25px 0px 0px !important;
    list-style-type: none;
	list-style-type: circle !important;
	font-weight: bold;
}
