table.prettytable {
  margin: 1em 1em 1em 1em;
  background: f6fafe;  /*  f2f7fd or edf5ff  */
  border-collapse: collapse;
  font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.prettytable th  {
  border: 1px silver solid;/* 1px silver solid; og */
  padding: 0.5em; /* 0.5em og */
}

table.prettytable td {
  border-bottom: 1px  silver solid;/* 1px silver solid; og */
   border-top: 1px  silver solid;/* 1px silver solid; og */
  padding: 0.2em; /* 0.5em og */
}


table.prettytable tr {
 border: 1px 0 1px 0 silver solid;/* 1px silver solid; og */
}


table.prettytable tr.odd {
 background:#ffffff;
}
table.prettytable th{background:#D8D8DA url(sprite.png) repeat-x 0 0;}
  

table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}
