* {
    margin: 0;
    padding: 0;
}

body {
    padding: 5px;
}

body, td, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

img, .img, .img:active, .img:hover, .img:visited, .image {
    border: none;
    vertical-align: middle;
    background: transparent;
}

#container {
    width: 970px;
}

#head_logo {
    background: #fff url('/i/logo.gif') no-repeat;
    height: 48px;
}

#head_title {
    height: 49px;
    background: #e5e5e5 url('/i/header_img.gif') no-repeat right;
}

#content {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}


#maillist {
    width: 100%;
}

#maillist th {
    background-color: #e5e5e5;
    border-right: 1px solid #fff;
    padding: 5px;
    text-align: left;
}

#maillist th {
    text-align: center;
    border-right: none;
}

#maillist td {
    padding: 5px;
}

#maillist td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#maillist td.time {
    border-right: none;
    text-align: center;
}

#maillist td.release, #maillist td.show {
    width: 26px;
    text-align: center;
}

#maillist td.chosen {
    background: #fff5cc;
}

#summary {
    margin: 10px 0;
}

#summary td {
    padding: 5px;
}

#summary td.info {
    text-align: left;
}

#summary td.date {
    font-weight: bold;
    text-align: right;
    vertical-align: bottom;
    padding-left: 30px;
}

#summary span.date {
    font-weight: bold;
    color: #007f28;
}

#summary span.spam {
    font-weight: bold;
    color: #f00;
}

#source {
    margin: 10px;
    border: 1px solid #e5e5e5;
}

#source pre.header {
    background: #e5e5e5;
    border: 1px solid #ccc;
    padding: 5px;
}

#source pre.header span.actions {
    float: right;
}

#source pre.body {
    height: 200px;
    overflow: auto;
    padding: 5px;
}

/* Tooltip */

.tooltip, div.nicetitle {
    font: 11px/12px Verdana,Arial,serif;
    color: #000;
    background: #ffc;
    border: 1px solid #000;
    padding: 5px;
    z-index: 1001;
    -moz-border-radius: 3px;
}
div.nicetitle {
    position: absolute;
    overflow: hidden;
    opacity: .90;
}
div.nicetitle pre {
    font-family: "Lucida Console",Courier,monospace;
}

/* Notices */
.notices {
    margin: .5em 8px;
    list-style-type: none;
}
.notices li {
    font-weight: bold;
    color: #000;
    background: #ffc;
    border: 1px solid #aaa;
    padding: 1px 1px 1px 5px;
}
.notices img {
    margin-right: .5em;
}

