
html,body { margin:0; padding:0; height:100%;}

body {
    font-family:Arial, sans-serif;
    font-size:90%;
}

div,ul,li,table,tr,td {
    margin:0;
    padding:0;
}

p { padding:4px; }

table.appGrid {
 padding-left:2px;
 table-layout:fixed;
 font-size:60%;
}

table.appGrid td {
 vertical-align:top;
 overflow:hidden;
}

td.a70 {
 width:70;
 padding-bottom:8px;
 text-align:center;
}

div.no_wrap {
 width:100%;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
}

a {
background-color:transparent;
}

a.but {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #e8e8ff;
  color: #000000;
  padding: 0px 6px 0px 6px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
}

a.but:hover {
  background-color: #ccccff;
}

div.i57 {
    width:57px;
    height:57px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
}
