/* 
    Document   : tables.css
    Created on : Jun 25, 2009, 2:31:33 PM
    Author     : Imre
    Description:
        Purpose of the stylesheet follows.
        
    Updated on : March 30, 2011 by DHL
*/


table.contacts{
    width: 100%;
    background-color: #fafafa;
    border: 1px #000000 solid;
}

table.contacts th{
    text-align:center;
    background-color: #ccc;
    border: 1px #000000 solid;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #404040; 
}

table.contacts td{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px #6699CC dotted;
}

table.contacts tr{
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    color: #404040;
    background-color: #fafafa;   
}

table.contacts tr:hover{
      background-color: #aaa; 
}
