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: #000000; font-family: Verdana, Arial, sans-serif; font-size: 12px; }
hr { background-color: #000000; border-width: 0px; color: #000000; height: 1px; }

.select { width: 200px; }
.text { width: 200px; }
.textbox { height: 100px; width: 200px; }

.border { background-color: #FFFFFF; }

.bodycell
{
   background-image: url( ../images/pixel_body.gif );
   padding-bottom: 15px;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 15px;
}

.footer
{
   color: #FFFFFF;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
}

a:link.footer { color: #FFFFFF; }
a:visited.footer { color: #FFFFFF; }
a:hover.footer { color: #FFFFFF; }
a:active.footer { color: #FFFFFF; }


/*** Highslide Styles ***/
.highslide-html
{
   background-color: white;
}

.highslide-html-blur
{
   border: 2px solid gray;
}

.highslide-html-content
{
   position: absolute;
   display: none;
}

.highslide-display-block
{
   display: block;
}

.highslide-display-none
{
   display: none;
}

.control
{
   float: right;
   display: block;
   /*position: relative;*/
   margin: 0 5px;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   text-transform: uppercase;
   color: #999;
}

.control:hover
{
   color: black !important;
}

.highslide-move
{
   cursor: move;
}
