body
{
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: url(images/bg.png) #505060;
  border: none;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

th
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
}

table.menuTable
{
   width: 200px;
}

table.mainTable
{
  width: 900px;
  border-right: solid 1px #303040;
  border-bottom: solid 1px #303040;
  border-left: solid 1px #303040;
}

table.card
{
  width: 650px;
  height: 150px;
 /* background: url(images/card.png) no-repeat top left;*/
  margin-right: 20px;
  margin-bottom: 10px;
}

table.topMenuTable
{

}


td
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

td.mainHeader1
{
  width: 900px;
  height: 175px;
  background: url( images/topbar5-1.jpg ) bottom left;
  padding-left: 297px;
  padding-top: 98px;
}

td.mainHeader2
{
  width: 900px;
  height: 175px;
  background: url( images/topbar5-2.jpg ) bottom left;
  padding-left: 297px;
  padding-top: 98px;
}

td.mainHeader3
{
  width: 900px;
  height: 175px;
  background: url( images/topbar5-3.jpg ) bottom left;
  padding-left: 297px;
  padding-top: 98px;
}

td.mainHeader4
{
  width: 900px;
  height: 175px;
  background: url( images/topbar5-4.jpg ) bottom left;
  padding-left: 297px;
  padding-top: 98px;
}

td.mainHeader5
{
  width: 900px;
  height: 175px;
  background: url( images/topbar5-5.jpg ) bottom left;
  padding-left: 297px;
  padding-top: 98px;
}

td.topMenuCell
{
  width: 103px;
  min-width: 87px;
  padding-right: 5px:
  text-align: center;
  font-size: 10px;
}

td.mainMenu
{  
  border-bottom: solid 1px black;
  background: #0E0E1D;
  width: 200px;
  padding: 0px;
}

td.mainContentCell
{  
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  border-left: solid 1px black;
  background: #fefefe;
  width: 700px;
  padding: 20px;
  vertical-align: top;
}

td.menuHeader
{
  padding: 20px;
  color: white;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#242630', EndColorStr='#0D0D1D');
  background: #0D0D1D;
}

td.menuListing
{
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#001228', EndColorStr='#004072');
  background: #001228;
  border-bottom: solid 1px #2E2F44;
  border-top: solid 1px #011C2D;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}

td.menuFooter
{
  padding: 20px;
  color: white;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#222232', EndColorStr='#0D0D1D');
  background: #0D0D1D;
}


td.cardTitle
{
  width: 650px;
  height: 25px;
  padding-top: 10px;
  padding-left: 15px;
  font-weight: bold;
  background: url(images/pcard-header.png) no-repeat top left;
}

td.cardImage
{
  width: 100px;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  background: url(images/pcard-content.png) top right;
}

td.cardDescription
{
  width: 550px;
  vertical-align: top;
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 5px;
  background: url(images/pcard-content.png) top left;
}

td.cardFooter
{
  width: 650px;
  height: 35px;
  padding-top: 7px;
  padding-left: 15px;  
  background: url(images/pcard-footer.png) no-repeat top left;
}


td.requirementLabel
{
  padding: 2px;
  padding-right: 25px;
}

td.requirementValue
{
  padding: 2px;
}

div.mainContentPanel
{
  width: 670px;
  /*
  height: 425px;
  overflow: auto;
  */
  padding: 0px;
  line-height: 15px;
}

a
{
  color: #3078F2;
  text-decoration: none;
}

a.menu
{
  color: white;
  text-decoration: none;
}

a.topMenu
{
  font-weight: bold;
  color: black;
}

small.info
{
  color: #999999;
  margin-left: 5px;
}


div.codeblock { font-family: monospace; }
span.code { font-family: monospace; }
.keyword{ color: #0000FF; }
.comment{ color: #228B22; }
.literal{ color: #8B0000; }
.variable{ color: #6495ED; }
.lineNumber{ color: #555555; }
.indent{ margin-left: 2em; }
.oddLine{ background-color: #f5f5f5; width: 100%; }
.cpp-keyword { color: #0000FF; }
.cpp-comment { color: #228B22; }
.cpp-number { color: #8B0000; }

