
/* Style for grid cells */
.rf-tgrid {
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 1px;
    padding: 10px;
/*    border: 1px solid bisque;*/
    vertical-align: middle;
    text-align: center;

}

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

}

/* Style for the div containing the grid */
#rf-searchgamecontainer {
    /*float: left;*/
    display:inline-block;
    margin-right: 5%; 
}

/* Style for the div containing the word list */
#rf-wordcontainer {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    vertical-align: top;
    /*float :left;*/
    display:inline-block;
    padding: 20px 50px 20px 50px; 
    cursor: default;
	/*margin : 1em 1em 1em 0;*/
	background-color:rgba(255,255,255,0.4);
    border: 2px solid;
    border-color: gold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
    text-align: center;
    
	/*cursor: pointer;	*/
}

#rf-wordcontainer > ul { margin-left:0;padding-left:0;	cursor: pointer;	 }
#rf-wordcontainer > ul > li {list-style-type:none; width:100%;}

#theHeader { margin:0px 8px 10px 4%; text-align:left; font-weight:bold; font-size:90%;}
#theHeader i {font-weight:lighter; }

/* 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; 
}