/* 
    Document   : style.css
    Created on : Feb 2, 2009, 3:21:40 PM
    Author     : Chris Goddard
    Description:
        Main stylesheet for application.
*/

root { 
    display: block;
}

td#partners_list {
    text-align: center;
    
}

td#partners_list img {
    padding: 8px;
    border: 0;
}

tr#collab_body * {
    font-size: 12px;
}

tr#collab_body h3 {
    font-size: 20px;
}

tr#collab_body table {
    margin-bottom: 20px;
}

tr#collab_body td {
    padding: 6px 6px 10px 6px;
}

tr#collab_body hr {
    margin-bottom: 20px;
}

