/* 
    Document   : contactdetails
    Created on : Feb 14, 2009, 2:42:55 PM
    Author     : rbsfou
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table#contact {
    /*width: 302px;*/
    clear: right;
    float: right;
    display: block;
    border: 1px solid black;
    /*border-spacing: 8px;*/
    font-size: 0.9em;
    background-color: white;
    margin-left: 2em;
    margin-bottom: 2em;
}

table#contact caption {
    background-color: #000646;
    color: #EDE699;
    font-weight: bold;
    margin: 0;
    border: 0;
}

table#contact td {
        vertical-align: top;
        text-align: left;
        border: 0;
        height: 16px;
        padding: 5px;
}

table#contact td.fieldname {
        font-weight: bold;
        background-repeat: no-repeat;
        background-position: 4px 6px;
        padding-left: 26px;
        line-height: 16px;
}

table#contact td#telephone {
        background-image: url(/_resources/images/icons/telephone.png);
}

table#contact td#mobile {
        background-image: url(/_resources/images/icons/phone.png);
}

table#contact td#address {
        background-image: url('/_resources/images/icons/email.png');
}

table#contact td#email {
        background-image: url('/_resources/images/icons/world.png');
}
