/* --- base elements --------------------------- */

body
{
    color: #222222;
    font-family: arial, sans-serif !important;
    font-size: 1em !important;
    background-color: #666666;
    margin: 0px;
    padding: 0px;
}

a  
{
    text-decoration: none;
    font-weight: bold;
    color: #333333;
}

a:hover
{
    color: #c62222;
}

img
{  
    border: 0px;
}

table
{
    padding: 0px;
    border-collapse: collapse;
}

td
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: left;
    vertical-align: top;
}

strong
{
    font-weight: bold;
}

/* --- font decorations ------------------------ */

blockquote
{
    font-size: 0.8em !important;
    line-height: 1.3em;
    padding: 0.75em;
    background-color: #cccccc;
    border: 1px dotted #c62222;
}

h3
{
    margin-top: 2em;    
}

.alarm
{
    color: #c62222;
}

.pager-link
{
    font-size: 0.8em !important;
}

.pager-link-sel
{
    font-size: 0.8em !important;
    color: #c62222;
}

.code-inline
{
    font-family: Courier New, monospace !important;
    font-size: 0.9em !important;
    font-weight: normal;
    background-color: #dddddd;
    padding: 0px 3px 0px 3px;
}

.code-block
{
    line-height: 1.3em;
    font-family: Courier New, monospace !important;
    font-size: 0.9em !important;
    font-weight: normal;
    padding: 0.5em;
    background-color: #cccccc;
    border: 1px dotted #c62222;
}

.quote-block
{
    margin: 0px;
    padding: 0px;
}

.section-title
{
    font-size: 1.2em !important;
    font-weight: bold;
    padding: 0.5em 0em 0em 0.5em;
    margin: 0.5em 0em 0em 0em;
}

/* --- main structure -------------------------- */

#container
{
    background-color: #ffffff;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    margin: auto 30px auto 30px;
}

.logo
{
    vertical-align: top;
    text-align: left;
    background-image: url("/images/logos_background.png");
    background-repeat: repeat-x;
}

.pager
{
    padding: 2em 2em 0em 2em;
    text-align: right;
}

.pager-bottom
{
    padding: 0em 2em 2em 2em;
    text-align: right;
}

.contents
{
    padding: 0em 2em 1em 2em;
}

.menu
{
    vertical-align: top;
    text-align: center;
    padding: 1.2em 2em 1em 2em;
}

.copyright
{
    color: #a0a0a0;
    text-align: center;
    font-size: .7em !important;
    padding-top: 10px;
    border-top: 1px dotted #e0e0e0; 
}

/* --- post table ------------------------------ */

.title
{  
    padding: 1em 0em 0em 0em;
    border-bottom: 1px dotted #e0e0e0;
    font-size: 1.2em !important;
    font-weight: bold;
}

.poster
{
    color: #a0a0a0;
    font-size: .7em !important;
}

.posted
{  
    color: #a0a0a0;
    text-align: right;
    font-size: .7em !important;
}

.content
{
    line-height: 1.4em;
    padding: 0em 2em 0em 2em;
    border-bottom: 1px dotted #e0e0e0;
}

.content a
{
    font-size: .95em;
}

/* --- menu table ------------------------------ */

.menu-table
{ 
    margin: .5em .5em .5em .5em;
}

.menu-table td
{
    width: 12em;
}

.menu-table td:hover
{
    background-color: #97aabc;
}

.menu-cell
{
    font-size: .8em !important;
    padding: 2px 5px 2px 5px;
}

.menu-cell-active
{
    font-size: .8em !important;
    background-color: #e0e0e0;
    padding: 2px 5px 2px 5px;
}

.menu-subcell
{
    font-size: .7em !important;
    padding: 2px 5px 2px 25px;
}

.menu-subcell a
{
    font-weight: normal;
}

.menu-subcell-active
{
    font-size: .7em !important;
    padding: 2px 5px 2px 25px;
    background-color: #e0e0e0;
}

/* --- google ---------------------------------- */

.menu-google-table
{ 
    margin: .5em;
}

.menu-google-table td
{
    width: 12em;
}

.menu-google-cell
{
    text-align: center;
    font-size: .8em !important;
    padding: 2px 5px 2px 5px;
}


/* --- box ------------------------------------- */

.box-table
{
    empty-cells: show;
}

.box-message
{
    margin: 1em;
}

.border-tl
{
    height: 10px;
    width: 10px;
    background-image: url("/images/corner_tl.png");
    background-repeat: no-repeat;
}

.border-top
{
    background-image: url("/images/border_top.png");
    background-repeat: repeat-x;
}

.border-tr
{
    height: 10px;
    width: 10px;
    background-image: url("/images/corner_tr.png");
    background-repeat: no-repeat;
}

.border-left
{
    background-image: url("/images/border_left.png");
    background-repeat: repeat-y;
}

.border-right
{
    background-image: url("/images/border_right.png");
    background-repeat: repeat-y;
}

.border-bl
{
    height: 10px;
    width: 10px;
    background-image: url("/images/corner_bl.png");
    background-repeat: no-repeat;
}

.border-bottom
{
    background-image: url("/images/border_bottom.png");
    background-repeat: repeat-x;
}

.border-br
{
    height: 10px;
    width: 10px;
    background-image: url("/images/corner_br.png");
    background-repeat: no-repeat;
}

/* --- post forms ------------------------------ */

.post-pad
{
    font-weight: bold;
    font-size: 1em;
    vertical-align: bottom;
    padding: 1.1em 0em 0em .5em;
}

.post-title
{ 
    font-size: .8em;
    font-weight: bold;
    padding: .5em;
}

.post-topics
{
    
    font-size: .8em;
    font-weight: bold;
    padding: .5em;
}

.post-checkboxes
{
    font-size: .8em;
    font-weight: bold;
    padding: .5em;
}

.post-content
{ 
    font-size: .8em;
    font-weight: bold;
    padding: .5em;
    vertical-align: top;
    text-align: center;
}

.post-buttons
{ 
    font-size: .8em;
    padding: .5em;
    text-align: right;
}

.post-submit
{
    font-size: .8em;
}

.post-submit td
{
    padding: 1em .5em .5em .5em;
}

/* --- file management elements ---------------- */

.upload-form
{
    font-size: .8em;
    margin: 0em;
}

.upload-form-table
{
    width: 43.5em;
    margin: .5em;
}

.upload-delete-table
{
    width: 37.6em;
    margin: .5em;
}

.upload-delete-row
{
    font-size: .8em;
}

.upload-delete-row:hover
{
    background-color: #97aabc;
}

.upload-delete-cell
{
    padding: 2px 5px 2px 5px;
    vertical-align: middle;
    border: 1px dotted #e0e0e0;
}

.delete-form-table
{
    font-size: .8em;
    margin: 0em 0em 0em 0.5em;
}

/* --- form elements --------------------------- */

optgroup
{
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    font-size: 1em;
    font-family: arial, sans-serif !important;
}

option
{
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    font-size: 1em;
}

input
{
    background-color: #ffffff;
    color: #000000;
    font-size: 1em;
    border: 1px solid #e0e0e0;
}

input:hover
{
    background-color: #dddddd;
    color: #000000;
}

.button
{
    margin: 1em 0em 0em 1em;
    font-size: .8em;
    color: #000000;
}

textarea
{
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #e0e0e0;
}

textarea:focus
{
    background-color: #dddddd;
}

select
{
    background-color: #ffffff;
    color: #000000;
    font-size: 1em;
    border: 1px solid #e0e0e0;
}

/* --- inline images --------------------------- */

.floatright
{
    padding: 5px 0px 10px 10px;
    float: right;
}

.floatleft
{
    padding: 5px 10px 10px 0px;
    float: left;
}
