html, body
{
   background-image: url( ../images/pixel_background.gif );
   height: 100%;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
}

body, input, select, td, textarea { color: #FFFFFF; font-family: Times New Roman, Times, serif; font-size: 14px; }
hr { background-color: #FFFFFF; border-width: 0px; color: #FFFFFF; height: 1px; }
input, select, textarea { color: #000000; }

a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #FFFFFF; }
a:active { color: #FFFFFF; }

a:link.help { color: #FFFFFF; text-decoration: none; }
a:visited.help { color: #FFFFFF; text-decoration: none; }
a:hover.help { color: #FFFFFF; text-decoration: none; }
a:active.help { color: #FFFFFF; text-decoration: none; }

.select { width: 200px; }
.text { width: 200px; }
.textbox { height: 100px; width: 200px; }
.errorMessage { color: #FF0000; font-size: 22px; font-weight: bold; }

.backgroundBlue { background-image: url( ../images/pixel_blue.gif ); }
.backgroundBody { background-color: #000000; }
.backgroundGreen { background-image: url( ../images/pixel_green.gif ); }
.borderYellow { background-image: url( ../images/pixel_yellow.gif ); }

.breadcrumbs { font-size: 12px; }

.bodyCell
{
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
}

.footerCell
{
   color: #FFFFFF;
   font-size: 11px;
}

.greenCell
{
   background-image: url( ../images/pixel_green.gif );
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
}

.iconCell
{
   background-image: url( ../images/pixel_yellow.gif );
   color: #000000;
   padding-bottom: 8px;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 8px;
}


#hintbox
{
   /*CSS for pop up hint box */
   position: absolute;
   top: 0;
   color: #000000;
   background-color: white;
   width: 150px; /*Default width of hint.*/ 
   padding: 2px;
   border: 1px solid black;
   font: normal 14px Times;
   z-index: 100;
   visibility: hidden;
}
