/* $Id: proSDK.css 3 2007-10-25 18:36:14Z Emmanuelk $ */
body
{
  font-family: Verdana;
  background: lightsteelblue;
  color: midnightblue;
	scrollbar-3dlight-color: white; 
	scrollbar-arrow-color: steelblue;
  scrollbar-base-color: white;
	scrollbar-darkshadow-color: white; 
	scrollbar-face-color: white; 
	scrollbar-highlight-color: steelblue;
	scrollbar-shadow-color: steelblue;
	scrollbar-track-color: white;
}
a
{
  color: navy;
  text-decoration: underline;
}

a.nb /* navigation buttons */
{
  color: white;
  font-weight: bold;
  text-decoration: none;
  border: none 0px tranparent;
  cursor: hand;
  width: 100%;
}

td.nb /* navigation buttons */
{
  background-color: steelblue;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-top: groove 4px lavender;
  border-left: groove 4px lavender;
  border-bottom: none 0px tranparent;
  border-right: groove 4px lavender;
  padding: 5px 5px 5px 5px;
  cursor: hand;
}

table.pm /* page middle */
{
  width: 100%;
  height: 600px;
  border-top: groove 4px lavender;
  border-left: groove 4px lavender;
  border-bottom: groove 4px lavender;
  border-right: groove 4px lavender;
}

table.pr /* page right */
{
  width: 100%;
  border-top: none 0px tranparent;
  border-left: groove 4px lavender;
  border-bottom: none 0px tranparent;
  border-right: none 0px tranparent;
}

.proSDK
{
  font-family: "Courier New";
}

.f /* footer */
{
  font-size: smaller;
}

pre.code
{
  background-color: lavender; 
  padding:7 pt;
  font:9pt 'Courier New', Courier, mono;
  overflow:auto;
}
