html, body {
  color: black;
  background-color: #eee;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
}

a.link, a, a.active {
  color: #000;
  text-decoration: none;
  outline: 0 none;
}

.loginerror {
  color: #c33;
}

td.global_padding { padding: 10px; }

td.top { background-color: #eee; border-bottom: 1px solid #59718a;}
td.template_main { background-color: #fff; }
td.bottom { padding: 6px; background-color: #eee; line-height: 17px;}
td.bottom a { font-size: 11px; color: #444; }

table.topinfo {
  color: #888;
  margin-right: 8px;
}

table.topinfo a {
  color: #333;
  font-size: 11px;
}

table.topnav {
  margin-bottom: 2px;
  margin-right: 5px;
}

/*  ORIGINAL BUTTONS START - DISABLED
td.topnav {
  background-image: url(/a/img/btn_topnav_mid.gif);
  background-repeat: repeat-x;
  padding-left: 15px;
  padding-right: 15px;
}

td.topnav a {
  color: #fff;
  font-size: 12px;  
}

td.topnav a:hover {
  color: #000;
}
ORIGINAL BUTTONS END   */

td.topnav {
  padding-left: 5px;
  padding-right: 5px;
}
a.topnav {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
a.topnav span.ui-icon {margin: 0 4px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

.leftnav_block {
  padding: 4px;
  margin-bottom: 5px;
  width: 140px;
}

table.leftnav td {
  line-height: 18px;
}

table.leftnav td a {

  color: #134;

}

div#leftnav_main           { width: 150px; padding: 0; }
div#leftnav_main div div   { font: 11px Verdana, sans-serif; }
div#leftnav_main div a     { font: bold 11px Verdana, sans-serif; }
div#leftnav_main div div a { font: 11px Verdana, sans-serif; }



