/*
 * $Id: lz_style.css,v 1.3 2007/12/21 05:13:25 hp Exp $
 */

a {
    color: #3c74d3;
}

.leftcell a {
    color: #0076e4;
    text-decoration: none;
    font-size: 11px;
}

fieldset, legend {
    border: 1px solid #3c74d3;
}

legend {
    font-weight: bold;
    font-size: 13px;
    font-style: Arial, Sans-Serif;
    color: white;
    background: #3c74d3;
}

#topmenu td {
    color: black;
    margin-bottom: 11px;
    font-size: 10px;
    font-family: Arial, Sans-Serif;
    border-right: 1px solid #87a5be;
    font-weight: bold;
}

.hr {
    font-size: 1px;
    border-top: 3px solid #3c74d3;
}

.mytable {
    border: 1px solid #3c74d3;
    border-collapse: collapse;
}

.mytable td {
    border: 1px solid #3c74d3;
}

.mytable th {
    border: 1px solid #ffffff;
    background: #3c74d3;
    color: #ffffff;
}

/*
# vim: expandtab ts=4 sw=4 sts=4
# vim: encoding=utf-8
# vim: fileencoding=utf-8
*/

