/* additions by lhc 24.06.2008 */
a.hidden {
     text-decoration: none;
     color: inherit;
}
a.hidden:hover {
     text-decoration: none;
     color: blue;
}

input.submit { height: 19px; width: 70px; }

span.chan_title { color: inherit; }

li.channel { list-style: none; list-style-type: none; }

a.tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}

a.tooltip:hover span {display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

span.mymenu { display: block; font: bold 1.0em Arial, Helvetica, sans-serif; margin-bottom: 6px; margin-top: 6px; padding-bottom: 1px; padding-left: 4px; padding-top: 1px; text-decoration: none; border-bottom: 1px solid #999; clear: both; color:#666; font-size: 1em; font-weight: bold; margin: 10px 0 7px 0; }
