.footer
{
  text-align:left;
  color:red; /* must not be rendered*/
  font-size:smaller;
}

.footer_logo
{
  clear:left;
  border-bottom:1pt solid silver;
  text-align:justify;
  text-align-last:justify;
}

.footer_text
{
  padding-top:4px;
}

.footer_copyright
{
  clear:both;
  color:#999999;
  padding-left:4px;
  padding-right:4px;
  text-align:justify;
}

.footer_float_left
{
  float:left;
  clear:left;
  /*color:#002F87;  0,47,135 */
  color:black;
  font-weight:bold;
  padding:4px;
}

.footer_float_right
{
  float:right;
  clear:right;
  color:black;
  font-weight:bold;
  padding:4px;
}
/*
.ui-btn-active
{
  background:#5393c5;
  background-image:-webkit-gradient(linear,left top,left bottom,from( #5393c5 ),to( #6facd5 ));
  background-image:-webkit-linear-gradient( #5393c5,#6facd5 );
  background-image:-moz-linear-gradient( #5393c5,#6facd5 );
  background-image:-ms-linear-gradient( #5393c5,#6facd5 );
  background-image:-o-linear-gradient( #5393c5,#6facd5 );
  background-image:linear-gradient( #5393c5,#6facd5 );
}
*/
.ui-btn-active
{
  background:#245496;
  background-image:-webkit-gradient(linear,left top,left bottom,from( #245496 ),to( #46a0eb ));
  background-image:-webkit-linear-gradient( #245496,#46a0eb);
  background-image:-moz-linear-gradient( #245496,#46a0eb);
  background-image:-ms-linear-gradient( #245496,#46a0eb);
  background-image:-o-linear-gradient( #245496,#46a0eb);
  background-image:linear-gradient( #245496,#46a0eb);
}

