@import url('jquery.wordsearchgame1.css');

/* Style for grid cells */
.mainContent { 
    text-align: right;
    direction: rtl;
    font-size: 30px;
}

/* Style for grid cells */
.rf-tgrid { 
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 1px;
    padding: 6px 14px;
	border: 1px solid rgba(0,0,0,1);
    vertical-align: middle;
    text-align: center;
}

/* Style for the grid */
.rf-tablestyle {
    border: 1px solid #000;
    background-color: rgba(248,248,255,0.4);
    cursor: pointer;
}

/* Style for the div containing the grid */
#rf-searchgamecontainer {
    float: right;
    padding-right: 50px; 
}

/* Style for the div containing the word list */
#rf-wordcontainer {
    /*font-family: Verdana,Arial,Helvetica,sans-serif;*/
    direction: rtl;
    float: left;
    padding-left: 50px;
    cursor: default;
    /*margin : 1em 1em 1em 0;*/
    /*border: 2px solid;
    border-color: gold;*/
   /* -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;*/
    /*cursor: pointer;*/
	font-size:22px;
	line-height: 130%;
}

/* Style for the words that have been found */
.rf-foundword {
    /*font-family: Verdana,Arial,Helvetica,sans-serif !important;*/
	text-decoration : line-through !important;
	color : white !important;
	font-style : italic !important;

}

#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; 
}
