/* LEGOLAND - A Half-Life 2 Modification chart and subchart style sheet */

div#charts {
    margin-top: 10px;
    margin-left: 205px;
    padding: 10px;
    /*IE CSS hack starts here */
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 205px;
}

html>body#charts {
    margin-left: 205px;
}

    /* end IE CSS hack */

table {
    background-color: Silver;
    border: thin solid Black;
    color: Black;
    font-size: 8pt;
    padding: 0px;
}

table.subchart {
    border: none;
}

table.subchart td {
    background-color: #D3D3D3;
    border: thin solid Black;
    padding: 5px;
    width: auto;
    text-align: left;
}

th {
    color: Blue;
	font-size: 10pt;
}
