table.fullwidth { width: 770px; padding: 0px; }

td.topHeader { font-family:Verdana; font-size:12pt; font-weight:bold; }
td.steps { font-family:Verdana; font-size:9pt;  }
td.stepsB { font-family:Verdana; font-size:9pt; font-weight:bold   }
div.steps { font-family:Verdana; font-size:9pt;  }
div.Header { font-family:Verdana; font-size:10pt; font-weight:bold;  }

a.button:link {color: white; text-decoration: none; }
a.button:visited {color: white; text-decoration: none; }
a.button:hover {color:#e7c683; text-decoration: none;  }
a.button:active {color: white; text-decoration: none; }
tr.button { font-family:Verdana; font-size:9pt; font-weight:bold; background-image:	url('pixx/fadeRedButtons.jpg'); }


a:link {color: darkblue }
a:visited {color: darkblue }
a:hover {color: blue }
a:active {color: darkblue }

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

