
/* ------------------
styling for the tables 
------------------   */

#hor-minimalist-a
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 0px;
    width: 225px;
    /*border-collapse: collapse;*/
    text-align: left;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ff9900;
  border-bottom-color: #ff9900;
  border-left-color: #ff9900;
  border-right-color: #ff9900;
}
#hor-minimalist-a th
{
    font-size: 14px;
    font-weight: normal;
    color: #039;
    padding: 10px 8px;
    border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
    border-bottom: 1px dotted #ccc;
    color: #669;
    padding: 6px 8px;
}

#hor-minimalist-a .odd
{
    background: #e8edff; 
}
#hor-minimalist-a tbody tr:hover td
{
    color: #009;
}





#hor-minimalist-b
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    
    background: #fff;
    margin: 10px;
    /*width: 350px;*/
    border-collapse: collapse;
    text-align: left;
    
    
 
}
#hor-minimalist-b th
{
    font-size: 12px;
    font-weight: bold;
    color: #039;
    padding: 5px 4px;
    border-bottom: 2px solid #6678b1;
    width: 60px;
}
#hor-minimalist-b td
{
    border-bottom: 1px dotted #ccc;
    color: #669;
    padding: 5px 4px;
}

#hor-minimalist-b .odd
{
  padding: 5px 4px;
  background-color: #e8edff;
  
}
#hor-minimalist-b tbody tr:hover td
{
    color: #009;
}

