body		{ text-align: center; background:#f1f4ff; direction:rtl; color:Gray; margin:0px; font-family:Arial,David,"Times new roman",serif;}
.tableA		{ background-color:#fef4ff;font-size:150%;line-height:30px;border-bottom:0px; border-top:solid 2px #99ccff;width:600px;}
.tableA td	{ border-bottom:solid 1px #99ccff; }
.tableB		{ background-color:#fef4ff;line-height:15px;border:solid 1px #99ccff;border-bottom:0px;width:200px;}
.tableB td	{ border-bottom:solid 1px #99ccff; }
.tableC		{ background-color:#def4ff;line-height:15px;border:solid 2px #99ccff;border-bottom:0px;}
.tableC td	{ border-bottom:solid 2px #99ccff; }
.tableD		{ background-color:#fefefe;line-height:20px;border:solid 1px #88dd88;width:200px;}
.tableD td	{ border-bottom:0px; }
.tableH		{ line-height:12px;border:dotted 1px grey;width:600px;font-size:80%;}
.tableH td	{ border-bottom:0px; }
.tableS		{ background-color:#ffffff;line-height:20px;border:solid 1px #dd8888;width:200px;}
.tableS td	{ border-bottom:0px; }
.tableU td  { border-bottom:solid 1px gray;}
.nikud		{ font-family: Narkisim,Serif; font-size:150%;}
.nikud td	{ border-bottom:solid 2px #99ccff; }
.nikud2		{ font-family: Narkisim,Serif; font-size:150%;}
.nikud2 td	{ border-bottom:solid 1px #99ccff; }
.tdHeader	{ text-align: center; background:#bbddff}
.big		{ font-size:x-large; }
.trA		{ background-color:#fef4ff; font-size:large; line-height:30px;}
.trA td		{ border-bottom:solid 2px #99ccff; border-top:solid 2px #99ccff;}
.trB		{ background-color:#bbeebb; }
.trCount	{ background-color:#fef4ff; font-size:large; text-align:right; line-height:30px;}
.trCount td	{ border-bottom:solid 2px #99ccff;}
.tdEng		{ text-align:left; direction:ltr;}
a:link		{ color: gray; text-decoration: none }
a:visited	{ color: gray; text-decoration: none }
a:active,
a:hover		{ color: black; text-decoration: none; }
h3			{ margin: 1px;}
#new td	{ text-align: right; vertical-align: top; }
#Message    { color: Red; font-weight:bold;}
/*
colors: #99ccff, #bbddff, #f1f4ff, #11ccff, #abcdef
*/

/** Autosuggest: **/
div.suggestions { border: 1px outset #666; background-color: #ddd; color: #222; position: absolute; height: auto; max-height: 200px;
	overflow: scroll; overflow-x: hidden; overflow-y: scroll; -moz-box-sizing: border-box; box-sizing: border-box; }
div.suggestions div { cursor: default; padding: 0px 3px; }
div.suggestions div.current { background-color: #36c; color: white; }