/* general web style and colour */
table,body {
    font-size: 11pt;
}
a {
    color: #5C7F07;
    text-decoration: none;
}
a:hover {
    color: #5C7F07;
    text-decoration: underline;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin-top: 17px;
    margin-bottom: 14px;
}
h1 {
    font-size: 150%;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 130%;
}
h4 {
    font-size: 120%;
}
h5 {
    font-size: 120%;
    display: inline;
}



.timestamp {
    color: #888888;
}

.attachment_icon {
    width:  24px;
    height: 24px;
}

/* tables in content */
table {
    /*outline:1px solid #888888;*/
    /*border:2px solid #ddeeff;*/
    width: 100%;
}

/* attachments box */
table.attachments {
    outline:1px solid #888888;
    border:2px solid #ddeeff;
    font-size: 100%;
    background-color: #ddeeff;
    min-width: 96px;
}

/* indices */
table.index {
    outline: none;
    border: none;
    border-spacing: 5px;
}
.index_date {
    text-align: right;
}
.index_title {
    font-size: 130%;
}
.index_summary {
    font-size: 80%;
}
td.index_attachments {
    text-align: left;
    padding-left: 25px;
    vertical-align: top;
    font-size: 65%;
}
p.index_attachments {
    margin: 2px 0px 0px 0px;
}
img.index_attachments {
    width:  24px;
    height: 24px;
}

table.news {
    outline: none;
    border: none;
}
.news {
    border-spacing: 10px;
}
.news_date {
    text-align: right;
    font-size: 130%;
}
.news_title {
    font-size: 130%;
}

/* frame header */
#frame_header {
    border-bottom: 1px solid #e6e6e6;
    height: 170px;
}
#frame_siteinfo {
    padding: 50px 0 0 0;
}
#frame_siteinfo h1 {
    font-size: 32px;
    text-align: center;
}
#frame_siteinfo h2 {
    font-size: 22px;
    text-align: center;
}

/* sidebar layout */
#frame_main {
    float: left;
    min-width: 500px;
    max-width: 70%;
    padding: 25px 25px 15px 25px;
    overflow-x: hidden;
}

#frame_sidebar {
    position: absolute;
    right: 0px;
    width: 200px;
    overflow-x: hidden;
    padding: 25px 25px 15px 15px;
    border-left: 1px solid #e6e6e6;
    /*font-size: 80%;*/
    /* font-size: 14px; everything else about sidebar is absolute */
}
