html, body { 
  height: 100%;
}

#container {
  position: relative;
  min-height: 100%;
}

#content {
  padding: 0px;
  padding-bottom: 48px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}


body
{
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Serif;
   font-size: 12px;
   background-color: black;
   color: #c7cdd9;            /* font color */
}

A:link    { color: #c7cdd9 }  /* not visited   */
A:visited { color: #c7cdd9 }  /* visited       */
A:active  { color: #c7cdd9 }  /* active        */
A:hover   { color: white   }  /* onCursorFocus */

.fontGold
{
   font-weight: bold;
   color: #d5aa1f; 
}

.fontYellow
{
   font-weight: bold;
   color: #ffffff;
}

.fontViolet
{ 
   color: #b38dbc;
}

.backgroundGray
{
   background-color: #16131a; 
}

.backgroundBlack
{
   background-color: black; 
}

.td_bottom
{
  background-image: url('App_Themes/Classic/images/bottomBackground.gif');      
}


.loginPanel
{
   position: absolute;
   top: 55px;
   right: 10px;
   text-align: right; 
}

.leftPanel
{
   position: absolute;
   top: 70px;
   left: 0px;
   width: 250px;
}

.rightPanel
{
   position: absolute;
   top: 70px;
   right: 0px;
   width: 250px; 
 
}

.centerPanel
{
   margin-left: 251px;
   margin-right: 251px;
   padding-left: 10px;
   padding-right: 10px;
   
}

.leftAlign
{
   text-align: left;
}

.rightAlign
{
   text-align: right;
}

.centerAlign
{
   text-align: center;
}

.copyRightText
{
  font-size: 9px;
}



