/* 
    Document   : consultants.css
    Created on : Jan 18, 2013, 2:48:28 PM
    Author     : Jonathan
    Description:
        support consultants.html
*/

.legend {
    margin-left: auto;
    margin-right: auto;
    font-size: smaller;
}

.legend-title {
    text-align: right;
    vertical-align: top;
    font-style: oblique;
}

.legend-icon {
    padding-left: 2px;    
    vertical-align: top;
}

.legend-description {
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: top;
}

.summary {
    margin-left: auto;
    margin-right: auto;
    font-size: smaller;
}

.summary TR TH {
    height: 48px;
    background-color: #000040;
    background-image: url('../img/layout/building-against-sky.jpg');
    background-position: bottom right;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    color: #F0F0F0;
}

.summary TR TD {
    padding: 4px;
    margin: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-bottom-color: #000080;
    border-right-color: #F0F0F0;
}

.summary TR TD IMG {
    border-width: 0px;
    border-style: none;
}

