
/* Style for grid cells */
.rf-tgrid {  
    //font-weight: bold;
    font-size: 16px;
    margin: 1px;
    padding: 10px;
	border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
	width:17px;
	height:12px;

}

/* Style for the grid */
.rf-tablestyle {
    border: 2px solid;
    border-color: #ccc;
    background-color: #fafafa;
    cursor: pointer;

}

ul {
	margin: 0;
	list-style: disc;
	
}

li {
	margin: 0;
	list-style:none;
}

/* Style for the div containing the grid */
#rf-searchgamecontainer {
    float: left;
    padding-right: 0px; 
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	margin-right:20px;
}
#listwords{
	
	padding:10px;
	
}
/* Style for the div containing the word list */
#rf-wordcontainer {
   
    float :left; 	
	display: block;
	width: auto;
	border: 1px solid #c6c6c6;
	background-color:#FAF7F7;
	border-radius: 6px;
	text-align: center;
	margin: 0 0 10px 0;
	vertical-align: sub;
	padding: 10px 0px;
	min-height: 20px;	
}

/* Style for the words that have been found */
.rf-foundword {  
	text-decoration : line-through;
	color :#8d8d8d;
	

}

#rf-tablegrid .rf-armed {
/*	background: lightcyan;*/
}

#rf-tablegrid .rf-highlight {
    background: red;
}


#rf-tablegrid .rf-glowing {
	background-color: #ffcc00;
	color: #0080ba;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}

#rf-tablegrid .rf-selected {
	color: white;
	background-color: #007fbc;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}

/* style for words that didn't make it on the grid */
.rf-pfalse {
    color: gray;
    visibility: hidden; 
}
