/*
 * Style sheet for SaxeTesting.com, Infection Control Resource section
 *
 * written by: Rene Churchill rene@astutecomputing.com  12/21/06
 *
 * $Id: init.css,v 1.1 2008/10/17 01:50:26 saxetest Exp $
 */

body {
    width: 1050px;
}

td, th {
    vertical-align: top;
}

table.test_list {
    border: 1px solid #cccccc;
}

table.test_list th {
    border: 1px solid #cccccc;
    padding: 4px;
    background: #bedcfe;
    color: black;
    font-weight: bold;
}

table.test_list td {
    border: 1px solid #cccccc;
    padding: 4px;
    vertical-align: top;
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

table.certificate {
    width: 760px;
    vertical-align: middle;
}

table.certificate td {
    vertical-align: middle;
    padding-bottom: 20px;
}
