
p,td,th,li,select,input,fieldset,body 
{
  font-family: Arial,sans-serif;
  font-size: 10pt;
}
h1,h2,h3 
{
  font-family: Arial,sans-serif;
}
/* Doesn't look how I like on IE
input.add 
{
  background-color: green;
} 
input.remove 
{
  background-color: red;
} 
*/
table
{
  vertical-align: top;
  text-align: left;
}
tr
{
  vertical-align: top;
  text-align: left;
}
td
{
  vertical-align: top;
  text-align: left;
}
body
{
  margin: 0 0 0 28px;
  padding: 0px;
}
div#content
{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  padding: 0 0 0 0;
}
div#header
{
  top: 0px;
  left: 26px;
  width: 100%;
  height: 25px;
  padding: 0 0 0 0;
  border-bottom: 1px solid #000;
  color: #000;
  background: #def;
  z-index: 555;
}
div#sidebar
{
  top: 0;
  bottom: 0px;
  left: 0;
  width: 26px;
  border-right: 1px solid #000;
  background: #def;
  overflow: auto;
  z-index: 525;
}
div#corner
{
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  width: 26px;
  height: 28px;
  overflow: hidden;
  border-right: 1px solid #000;
  background: #def;
  z-index: 0;
}
div#corner2
{
  position: absolute;
  top: 26px;
  left: 0px;
  padding: 0px;
  width: 26px;
  height: -22px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid #000;
  background: #def;
  z-index: 1;
}
div#corner3
{
  position: absolute;
  top: ;
  left: 0px;
  width: 26px;
  height: 42px;
  padding: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid #000;
  background: #def;
  z-index: 2;
}
table.corner
{
  background: #def;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  height: 24px;
  padding: 0px;
  border: 0;
  overflow: hidden;
}
tr.corner
{
  width: 20px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}
td.corner
{
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}
#imgJSselbox
{
  position: absolute;
  visibility: hidden;
  width: 0px;
  height: 0px;
  padding: 0px;
  border: 1px solid #006;
  color: #fff;
  background-image: url("/selection_area.gif");
  z-index: 500;
}
tr.even
{
  background: #def;
}
tr.odd
{
  background: #fff;
}
table.thumbbar,tr.thumbbar
{
  table-layout: fixed
  border: 1px solid #000;
  padding: 0px;
  text-align: center;
}
td.thumbbar
{
  border: 1px solid #000;
  padding: 0;
  text-align: center;
  width: 38px;
}
td.thumbbarg
{
  border: 1px solid #000;
  padding: 0;
  text-align: center;
  width: 38px;
  background: #2f3;
}
td.thumbpage
{
  min-width: 12px;
  width: 12px;
  max-width: 12px;
  min-height: 12px;
  text-align: left;
  vertical-align: top;
  padding: 1;
}
td.split2
{
  width: 50%;
}
td.wide
{
  width: 99%;
}
img.effect
{
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #04f;
}
img.noeffect
{
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
}
div.privacyred
{
  color: #cf4530;
}
div.privacygreen
{
  color: #108f10;
}
div.privacyblack
{
  color: #000000;
}
p.spacer
{
    margin-top: 29px;
    padding-top: 0px;
}

div#header,
div#sidebar,
div#corner,
div#corner2,
div#corner3
{
  position: absolute;
  overflow: auto;
}
@media screen
{
  body>div#header,
  body>div#sidebar,
  body>div#corner,
  body>div#corner2,
  body>div#corner3
  {
    position: fixed;
  }
}
