body
{
    background: #f5f3f3;
    text-align: center;
}

#miniflex {  
    width: 100%;  
    float: left;  
    font-size: medium; 
    /* could be specified at a higher level */  
    margin: 0;  padding: 0 10px 0 10px;  
    border-bottom: 1px solid #696;  
    position:relative;  
    z-index:2;
}

#miniflex li {  
    float: left;  
    margin: 0;  
    padding: 0;  
    display: inline;  
    list-style: none;  
    position:relative;
}

#miniflex a:link, #miniflex a:visited {  
    float: left;  
    font-size: 85%;  
    line-height: 20px;  
    font-weight: bold;  
    margin: 0 10px 0 10px;  
    text-decoration: none;  
    color: #9c9;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {  
    border-bottom: 4px solid #696;  
    padding-bottom: 2px;  color: #696;
}  

#animated-tab {  
    position: absolute;  
    z-index: 1;  
    font-size: 85%;  
    line-height: 20px;  
    padding-bottom: 2px;  
    border-bottom: 4px solid #696;
}

#activeList{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    style="margin:0px auto;"
}
#activeList h2 {
    text-align: center;
    font-size: 16px;
}
#activeList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#activeList li {
    display: block;
    height: 200px;
    clear: both;
    padding: 15px;
}
#activeList li img {
    float: left;
}
#activeList li .info {
    float: left;
    margin-left: 10px;
    font-weight: bold;
}
#activeList li .info b {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #000099;
} 

#body_layer b {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
}

#body_layer p {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

.pretty-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  background: #bcd0e4 url("widget-table-bg.jpg") top left repeat-x;
}

.pretty-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

.pretty-table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}
