#tablist{
top:0px;
font: normal 9pt arial;
background-color: #f1f2f2;
color: #000000;
}

#tablist a{
text-decoration: none;
display:block;
padding:10px;
border: 1px solid #778;

}

#tablist a:link, #tablist a:visited, #tablist a:active{
color: #000000;
text-decoration: none;
}

#tablist a:link.disabled, #tablist a:visited.disabled, #tablist a:active.disabled{
color: #cccccc;
text-decoration: none;
}

#tablist a:hover, #tablist a:hover.current{
background-color: #ffffcc;
color: #000000;
}

#tablist a.disabled, #tablist a:hover.disabled {
color:#cccccc;
background-color:#f1f2f2;
}


#tablist a.current{
background: #ffffff;
border-bottom:1px solid #ffffff;
color:000000;
font-weight:bold;
}





#buttonlist{
top:0px;
font: normal 9pt arial;
background-color: #EFEDDE;
color: #000000;
}

#buttonlist a{
text-decoration: none;
display:block;
padding:4px;
border: 2px outset #EFEDDE;

}

#buttonlist a:link, #buttonlist a:visited{
text-decoration: none;
color: #000000;
}

#buttonlist a:hover, #buttonlist a:hover.current{
background-color: #E2E6E8;
color: #000000;
border: 2px dotted #cccccc;
}

#buttonlist a.disabled, #buttonlist a:hover.disabled {
color:#cccccc;
background-color:#f1f2f2;
}



