
#rebusGrid 
{ 
	font-family:  Times New Roman, Arial, sans-serif;
	font-size: 12pt;
	cursor: default;
	margin-bottom: 20px;
}


.definition-cell
{ 
	width:60px;
	height:60px;
	font-size: 8pt;
	text-align:center;
	color: blue;
	vertical-align:middle;
	padding: 0px;
	cursor: default;
	background: rgb(181, 176, 153);
	border: none;
	font-weight: normal;
	background-repeat:no-repeat!important;	

}

div.def
{
	font-size: 8pt;
	color: black;	
	font-family:Verdana;
	padding: 4px 0px 4px 0px;
	min-height:15px;
}


.no-padding{
	padding: 0!important;
}



.active-cell-right
{ 
	border-color: red #888 red red!important;
}


.active-cell-down
{ 
	border-color: red red #888 red!important;
}

.cell-hover{
	background-color: #bbb!important;
}

.editable-cell{
	border-color: #eee #888 #888 #eee;
	border-width:1px;
	border-style:solid;
	background: #ccc;
	background-repeat:no-repeat!important;	
	width:60px;
	height:60px;
	text-align:center;
	vertical-align:middle;
	padding: 1px;
	cursor: pointer;
	font-weight: bold;
}


