body{
  margin:0px;
  font-family:Arial, Helvetica;
}
h3{
  text-align:center;
}

table, th, td
{
  /*border: 1px solid black;*/
  font-size:11px;
}

div.rounded {
  font-family:Arial, Helvetica;
  font-size:13px;
  background-color: #e6e2c5;
  border: 2px solid #a39b48;
  color:#375;
  padding: 10px;
  margin: 10px auto 10px auto;
  width:80%;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
div.rounded a {
  color:#000;
}
div.paging {
  font-family:Arial, Helvetica;
  font-size:13px;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  color:#375;
  padding: 10px;
  margin: 10px auto 10px auto;
  width:80%;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
div.paging a {
  color:#e0e0e0;
}

#roundbar-grey {
  border: 1px solid #a39b48;
  font-family:Arial, Helvetica;
  clear:left;
  /*float:left;*/
  margin:0 auto 0 auto;
  background-color:#e6e2c5;
  overflow:hidden;
}
#roundbar-grey ul {
  clear:left;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  left:50%;
  text-align:center;
}
#roundbar-grey ul li {
  display:block;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  right:50%;
}
#roundbar-grey ul li.first {
  border-left:1px solid #a39b48;
}
#roundbar-grey ul li.last {
  border-right:1px solid #a39b48;
}
#roundbar-grey ul li a {
  display:block;
  margin:0;
  padding:.4em .8em;
  color:#375;
  text-decoration:none;
  border-left:1px solid #a39b48;
  border-right:1px solid #a39b48;
  line-height:1.3em;
}
#roundbar-grey ul li a span {
  display:block;
}
#roundbar-grey ul li.active a {
  background-color:#a39b48;
  color:#fff;

}
#roundbar-grey ul li a:hover {
  background-color:#c4be82;
}



th.headerSortDown { 
    /*background-image: url(small_desc.gif); */
    background-color: #3399FF; 
} 
th.headerSortUp { 
    /*background-image: url(small_asc.gif); */
    background-color: #339900; 
} 