
#table-container TD.def
{
	font-family: Verdana, Times New Roman, Arial;
	font-size: 10pt;
	text-align: justify;
	cursor:default;
	color: #000000;
	width:55%;

}

#rebus-grid 
{ 
	font-family:  Times New Roman, Arial, sans-serif;
	font-size: 12pt;
	cursor: default;
	cellspacing: 0;
	margin-left: 0px;
	margin-bottom: 10px;
	min-width: 300px;
}

#rebus-grid TD
{ 
	width:30px;
	height:30px;
	min-width:30px;
	text-align:center;
	font-weight: bold;
	vertical-align:middle;
	padding: 0px;
	color: #000000;
	cursor: pointer;
	background: #ccc;
	border: 1px solid;
}

#rebus-grid TD.header
{ 
	width:30px;
	height:30px;
	text-align:right;
	font-size: 8pt;
	color: #000000;
	vertical-align:bottom;
	font-weight: normal;
	padding: 0px;
	cursor: default;
	background: transparent;
	border: none;
}

#rebus-grid TD.SelectedNonBlock 
{ 
	border-color: red;

}

#rebus-grid TD.SelectedNonBlockRight
{ 
	border-color: red #888 red red;
}

#rebus-grid TD.SelectedNonBlockDown 
{ 
	border-color: red red #888 red;
}

#rebus-grid TD.unselected-non-block
{ 
	border-color: #eee #888 #888 #eee;
}

#rebus-grid TD.UnselectedNonBlockHighlighted 
{ 
	border-color: #eee #888 #888 #eee;
	background: #bbb;
}	

#rebus-grid td.block 
{ 
	background-color: black;
	border-color: black;
	cursor: default;
}


.rebus-author
{
	margin:15px;
	float:right;
	text-align: right;
	font-weight: bold;
}

.rebus-title 
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.rebus-direction
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rebus-dictionary
{
	margin-top: 10px;
}

span.careuri
{
	font-family: Verdana, Times New Roman, Arial;
	font-size: 10pt;
	cursor:default;
	color: #ccc;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}

span.highlighted
{

	color: orange;
}