
/* Style for grid cells */
.rf-tgrid {
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
/*    border: 1px solid bisque;*/
    vertical-align: middle;
    text-align: center;
	width:30px;
	height:30px;


}

/* Style for the grid */
.rf-tablestyle {
    background-color: #f3f3f3;
    cursor: pointer;
	width: 542px;

}


/* Style for the div containing the grid */
#rf-searchgamecontainer {
    float: left;
    padding: 5px; 
    border: 1px solid;
    border-color: #cccccc;
    background-color: #f3f3f3;
	border-radius:10px;


}

/* Style for the div containing the word list */
#rf-wordcontainer {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    float :left;
    padding: 0px; 
	margin : 0px;
	font-size:12px;
	line-height:18px;
}

#rf-wordcontainer li {
	list-style-type: none;
}

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

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

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


#rf-tablegrid .rf-glowing {
	background: #7fba00;
	border:0px solid;
	border-radius:15px;
        
}

#rf-tablegrid .rf-selected {
	background: #1e8ae7;
	border:0px solid;
	border-radius:15px;
	color:#ffffff;
}

/* style for words that didn't make it on the grid */
.rf-pfalse {
    color: gray;
    visibility: hidden; 
}


.alert-successsmalloff {
  background-image: url("images/alert-successsmalloff.png");
  padding: 2px 4px 2px 30px;
  background-position: 2px;
  background-repeat:no-repeat;
  width:22px;
  height:22px;
  text-align:left;
}
.alert-successsmall {
  background-image: url("images/alert-successsmall.png");
  padding: 2px 4px 2px 30px;
  background-position: 2px;
  background-repeat:no-repeat;
  width:22px;
  height:22px;
  text-align:left;
}
