#divAjaxHint {
position: absolute;
top:   80px;
left: 50%;
margin-left: 34px;
font-family: Verdana, Arial, sans-serif;
border: red 1px solid;
background: rgb(255, 255, 255) none repeat scroll 0%;
overflow: scroll;
width: 325px;
display: none;
height: 200px;
z-index: 3;
}

td.switch0, td.switch1 a { text-decoration: underline; }

td.switch0, td.switch1 a:link    {	color: #333399; }
td.switch0, td.switch1 a:active  {	color: #333399; }
td.switch0, td.switch1 a:visited {	color: #909090; }
td.switch0, td.switch1 a:hover   {	color: #dd0000; }

td.switch0	{ background: #fff; }
td.switch1	{ background: #fff; }

/* hovered items */
td.switch0:hover,
td.switch1:hover,
.hover {
background: #eee;
color: #000000;
}

.ajax_comment {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-style: italic;
color: #777;
}

.ajax_substring {
color: brown;
font-style: italic;
font-weight:bold;
color: #777;
}

.ajax_substring {
color: brown;
font-style: italic;
font-weight:bold;
}