@import "content.css";
@import "alerts.css";

/* DEFAULTS */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    /* background-color:#3a3536; */
    /* background-image:url('/images/tile.png'); */
    background-color: #000;
}
a {
    color: #17456f;
    text-decoration: none;
}

img {
    border:0px;
}

hr {
    margin-top:12px;
    margin-bottom:4px;
    color:#000;
    background-color: #000;
    height: 1px;
    border:0px;
}

/* Interface - master.php */

#interface {
    background-color:#FFF;
    width:775px;
    margin-left: auto;
    margin-right: auto;
}

#head {
    height:80px;
    background-color: #fff;
    background-image: url('/images/feet.png');
    background-repeat:no-repeat;
    background-position: bottom right;
    /* border-bottom: 8px solid #800000; */
}

#head #logo {
    margin:15px;
}

#topMenu {
    /* font-family:DejaVu Sans Mono, Impact, Monospace, Lucida Console, Consolas, Courier New; */
    /* font-family:Lucida Console, Monospace; */
    font-family:Arial;
    font-size:12px;
    padding: 2px;
    padding-bottom: 6px;
    border-bottom: 2px solid #000;
    /* border-bottom: 8px solid #800000; */
    background-color: #FFF;
    /* background-image:url('/images/tile.png'); */
}

#topMenu * {
    /* text-transform: uppercase; */
}

#topMenu a {
    font-style: normal;
}

#content {
    padding: 16px;
    background-color: #fff;
    /* border-top:    8px solid #306293;
    border-bottom: 8px solid #306293; */
}

table.interface {
    width:100%;
    border-collapse:collapse;
}

table#bottom {
    border-top: 2px solid black;
    margin-bottom:6px;
}
table#bottom td {
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:10px;
}

table#bottom td#copyright {
    text-align:right;
}

table#bottom a {
    font-size:12px;
    font-weight:normal;
}

