
/******************************************************************
Firefox & other standards-compliant CSS
*/
div#footer
{
  position:        absolute;
  bottom:          0;
  left:            0;
  width:           100%;
  height:          26px;
  z-index:         2;
  clear:           both;
  float:           left;
  border-width:    1px 0px 0px 0px;
  border-style:    solid; 
  border-color:    #AAAAAA;
}
@media screen
{
  body>div#footer
  {
    position:      fixed;
  }
}

div#column
{
  background:      #EDF5FF;
  position:        absolute;
  left:            0;
  width:           140px;
  overflow:        hidden;
  clear:           both;
  float:           left;
  z-index:         1;
}
@media screen
{
  body>div#column
  {
    position:      absolute;
  }
}

td.left-text
{
  color:           #999999;
  text-align:      right;
  font-weight:     bold;
  font-size:       11px;
  padding:         0px 2px 0px 0px;
} 

td.left-text-underline
{
  color:           #999999;
  text-align:      right;
  font-weight:     bold;
  font-size:       11px;
	text-decoration: underline;
} 

div#content
{
  margin:          0 auto;
}

td.collapse_button
{
  width:           13px; 
  padding:         0px 0px 0px 0px;
}
