
*
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

form
{
  padding: 0px;
  margin: 0px;
}

body
{
  margin: 0px;
  text-align: center;
}

table
{
  border-spacing: 0px;
  border-collapse: collapse;
}

table.centered
{
  vertical-align: middle;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

table.maintable
{
  width: 1000px;
  border: 1px solid #464646;
  padding: 1px;
  background-image: url(./images/mainbackground.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

table.top
{
  height: 144px;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

td.toplogo
{
  height: 107px;
}

img.logo
{
  margin-left: 42px;
}

td.leftfiller
{
  width: 110px;
  height: 100%;
}

table.menuitem
{
  text-align: center;
  height: 100%;
  margin: 0px 0px 0px 0px;
}

.greenbar
{
  background-image: url(./images/greenbar.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

tr.menubar
{
  height: 35px;
}

td.menuitem
{
  white-space: nowrap;
  text-align: center;
  background-image: url(./images/buttonmain.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

td.menuitemmouse
{
  cursor: pointer;
}

a.menuitem
{
  font-family: Arial Narrow;
  font-size: 12pt;
  text-decoration: none;
  color: #5d5d5d;
}

td.menuitemleft
{
  width: 8px;
  height: 35px;
  background-image: url(./images/buttonleft.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

td.menuitemright
{
  width: 8px;
  height: 35px;
  background-image: url(./images/buttonright.gif);
  background-repeat: no-repeat;
}

td.menufiller
{
  width: 3px;
}

td.mainbox
{
  width: 100%;
  height: 419px;
  text-align: left;
  vertical-align: top;
  padding-left: 19px;
  padding-top: 38px;
}

td.homebox
{
  width: 33%;
  height: 457px;
  text-align: left;
  vertical-align: top;
  padding-left: 19px;
  padding-top: 38px;
}

td.textbox
{
  padding-left: 21px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #5d5d5d;
  font-size: 12px;
}

td.topicbox
{
  padding-left: 21px;
  color: #5d5d5d;
  font-size: 12pt;
}

td.bordered
{
  border: 1px solid #464646;
}

div.scroll
{
	height: 419px;
	width: 100%;
	overflow: auto;
}

table.area
{
  color: #5d5d5d;
  font-size: 12pt;
  border: 1px solid #464646;
  width: 100%;
}

table.area tr:first-child
{
  border: 1px solid #464646;
}

table.area tr:first-child td:first-child
{
  width: 17px;
}

table.area tr td
{
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid #464646;
  white-space: nowrap;
}

table.upperarea
{
  text-align: center;
  color: #5d5d5d;
  border: 1px solid #464646;
  background-color: white;
  margin: 0 auto;
  width: 100%;
}

table.middlearea
{
  margin: 0 auto;
  width: 100%;
}

table.middlearea tr td
{
  padding-left: 10px;
}

td.upperareaHeading
{
  color: #5d5d5d;
  font-size: 13pt;
}

.pointer
{
  cursor: pointer;
}

.invisible
{
  display: none;
}

#moveableDiv
{
  border: 1px solid #464646;
  color: #5d5d5d;
  background-color: white;
  position: absolute;
}

td.sort_asc
{
  background-image: url(./images/asc.jpg);
  background-position: 95% center;
  background-repeat: no-repeat;
}

td.sort
{
  cursor: pointer;
}

td.sort_desc
{
  background-image: url(./images/desc.jpg);
  background-position: 95% center;
  background-repeat: no-repeat;
}