/*
 * style.css: default style sheet
 */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Default Styles
 *
 */

/* Default document settings */
body {
        margin: 0px;
        padding: 0px;
        background: rgb(248,248,248);
        color: black;
        font-size: 11px;
        font-family: verdana, helvetica, sans;
        text-align: center; /* IE center page hack */
}

/* Header formats */
h1 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-family: verdana, helvetica, sans; 
        font-size: 22px; 
}
h2 {
        margin-top: 16px;
        margin-bottom: 6px;
        font-family: verdana, helvetica, sans;
        font-size: 16px;
}
h3 {
        margin-top: 15px;
        margin-bottom: 5px;
        font-family: verdana, helvetica, sans;
        font-size: 12px;
}

/* Separator style */
hr {
        width: 100%;
        height: 1px;
        margin-top: 30px;
        border: none;
        border-bottom: 1px solid rgb(196,196,196);
}

/* Link styles */
a {
        font-weight: bold;
        text-decoration: none;
}
a:link,
a:active,
a:visited {
        color: rgb(17,49,85);
}
a:hover {
        color: rgb(76,130,191);
        text-decoration: underline;
}
a img {
        border-style: none;
}
h2 a:link,
h2 a:visited,
h2 a:active {
        color: black;
}

/* Image style */
img {
        vertical-align: middle;
}

/* List styles */
ul,
ol, 
dl {
        margin-top: 0px;
        margin-bottom: 0px;
}
dt {
        margin-top: 9px; 
        margin-bottom: 0px;
        margin-left: 25px;
}
dd {
        font-size: smaller;
        margin-left: 25px; 
        margin-top: 4px; 
        margin-bottom: 12px;
}
li {
        margin-top: 12px;
        margin-bottom: 12px;
}

/* Table style */
table {
        width: auto;
        margin: 0px;
        border: none;
        border-collapse: collapse;
        padding: 0px;
        font-size: 11px;
        font-family: verdana, helvetica, sans;
}
tr {
        margin: 0px;
        border: none;
        padding: 0px;
}
th {
        margin: 0px;
        border: none;
        padding: 0px; 
        vertical-align: top; 
        text-align: left; 
}
td {
        margin: 0px;
        border: none;
        padding: 0px; 
        vertical-align: top; 
}

/* Form style */
button {
        margin-top: 8px;
        margin-bottom: 8px;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
}
input, textarea, select {
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        vertical-align: middle;
}
input, textarea {
        font-size: 11px;
        font-family: monospace;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Layout Styles
 *
 */

/* Main view style */
.main {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        text-align: left; /* IE center page hack */
}
.main td {
        background: white;
}
.main td.column-center {
        width: 655px;
}

/* Menu style */
.menu {
        width: 155px;
        font-size: 11px;
}
.menu .sections {
        margin-top: 0px;
        border-right: 1px solid rgb(196,196,196);
        border-bottom: 1px solid rgb(196,196,196);
        background: rgb(248,248,248);
}
.menu .sections a {
        display: block;
        padding: 2px;
}
.menu .sections a:link,
.menu .sections a:visited,
.menu .sections a:active {
        color: black;
        font-weight: normal;
}
.menu .sections a:hover,
.menu .sections a.selected:hover {
        background: rgb(17,49,85);
        color: white;
        text-decoration: none;
        font-weight: bold;
}
.menu .sections a.selected {
        background: rgb(220,220,220);
        font-weight: bold;
}
.menu .sections .subsections {
        font-size: 9px;
}
.menu .sections .subsections a {
        padding-left: 15px;
}

/* Search style */
.search p {
        margin-top: 2px;
}
.search input {
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 0px;
        margin-right: 0px;
}


/* Advert style */
.advert {
        text-align: center;
}
.menu .advert a {
        display: block;
        margin-top: 10px;
}

/* Header style */
.header {
        position: relative;
}
.header .login {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100px;
        height: 100px;
}
.header .buttons {
        position: absolute;
        top: 130px;
        right: 10px;
}
.header .buttons a {
        display: block;
        margin: 1px;
        border: 2px outset rgb(110,150,180);
        padding: 3px;
        padding-right: 10px;
        background: rgb(70, 110, 140);
        color: white;
}
.header .buttons a:hover {
        background: rgb(110,150,180);
        text-decoration: none;
}

/* Footer style */
.footer {
        font-size: 10px;
}

/* Content style */
.content {
        padding-top: 0px;
        padding-left: 20px;
}
.content img {
        margin: 10px;
/* TODO: removed due to IE6 issues
        clear: both;
*/
}

/* Sidebar style */
.sidebar,
td.sidebar {
        width: 160px;
        border-left: 1px solid rgb(196,196,196);
        border-bottom: 1px solid rgb(196,196,196);
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        background: rgb(248,248,248);
}
.sidebar h2 {
        margin-top: 10px;
}
.sidebar p {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: smaller;
}
.sidebar img {
        margin: 7px;
}
.sidebar hr {
        margin-top: 6px;
}

/* Submenu style */
.submenu {
        line-height: 20px;
}
.submenu a {
        border: 1px solid rgb(196,196,196);
        padding: 3px;
        padding-left: 6px;
        padding-right: 6px;
        background: rgb(248,248,248);
}
.submenu a:hover {
        text-decoration: none;
}
.submenu span {
        border-bottom: 1px solid rgb(196,196,196);
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 3px;
}
.submenu span.filler {
        padding-right: 15px;
}

/* Box style */
.box,
td.box {
        margin: 10px;
        border-left: 1px solid rgb(196,196,196);
        border-bottom: 1px solid rgb(196,196,196);
        padding-top: 3px;
        padding-bottom: 6px;
        padding-left: 10px;
        padding-right: 10px;
        background: rgb(248,248,248);
        font-size: smaller;
}
.box h2 {
        margin-top: 10px;
}
.box p {
        margin-top: 0px;
        margin-bottom: 3px;
}
.content .box img {
        margin: 0px;
}

/* Tagged box style */
.box-layout-left,
.box-layout-right {
        border: 1px solid rgb(196,196,196);
        padding: 3px 6px 3px 6px;
}
.box-layout-left {
        float: left;
        margin: 6px 10px 6px 0px;
}
.box-layout-right {
        float: right;
        margin: 6px 0px 6px 10px;
}
.content .box-layout-left img,
.content .box-layout-right img {
        margin: 0px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Table Styles
 *
 */

/* Compact table style */
table.compact {
        border: none;
}
table.compact th {
        padding: 2px; 
        padding-left: 5px; 
        padding-right: 5px;
}
table.compact td {
        padding: 2px; 
        padding-left: 5px;
        padding-right: 5px;
}
table.compact p {
        margin-top: 0px;
        margin-bottom: 0px;
}

/* Bordered table style */
table.border {
        border: 1px solid rgb(196,196,196);
        border-collapse: collapse;
        background: white;
}
table.border th {
        border: 1px solid rgb(196,196,196);
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
        background: rgb(248,248,248);
        color: white;
        font-weight: bold;
}
table.border td {
        border: 1px solid rgb(196,196,196);
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
}
table.border td.summary {
        vertical-align: middle;
        font-weight: bold;
}
table.border img {
        margin: 3px;
}

/* Summary table style */
table.summary p {
        margin-top: 0px;
        margin-bottom: 15px;
}
table.summary p.details {
        margin-top: 0px;
        margin-bottom: 8px;
}
table.summary {
        border-collapse: collapse;
}
table.summary tr.separator td {
        border-top: 1px solid rgb(196,196,196);
}
table.summary td.separator {
        height: 15px;
}
table.summary td.left {
        width: 288px;
        border-right: 1px solid rgb(196,196,196);
        padding-right: 15px;
}
table.summary td.right {
        width: 288px;
        padding-left: 15px;
}
table.summary h2 {
        margin-top: 5px;
}

/* Forum table style */
table.forum {
        width: 576px;
        border: 1px solid rgb(196,196,196);
        border-collapse: collapse;
        background: white;
}
table.forum tr.post td {
        background: white;
}
table.forum tr.reply td {
        background: rgb(248,248,248);
}
table.forum th {
        border: 1px solid rgb(196,196,196);
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
        background: rgb(170,170,170);
        color: white;
        font-weight: bold;
}
table.forum td {
        border: 1px solid rgb(196,196,196);
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
}
table.forum hr {
        margin-top: 0px; 
        border-bottom: 1px solid rgb(180, 180, 180);
        color: rgb(180, 180, 180);
}
table.forum img {
        margin: 3px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Other Styles
 *
 */

/* Admin style */
.admin {
        padding: 3px;
        background: rgb(240,240,240);
        color: rgb(90,90,90);
        font-weight: normal;
        font-size: smaller;
}

/* Location style */
.location {
        margin-top: 10px;
        font-weight: bolder;
        font-size: smaller;
        color: rgb(200,200,200);
}


/* Zoom style */
.zoom, .zoom table {
        font-size: 14px;
}
.zoom h1 {
        font-size: 26px;
}
.zoom h2 {
        font-size: 20px;
}
.zoom h3 {
        font-size: 14px;
}

/* Shaded style */
.shaded,
.shaded td {
        background: rgb(248,248,248);
}

/* Semantic markers */
.draft {
        background: rgb(255, 204, 204);
        color: red;
        padding-left: 3px;
        padding-right: 3px;
}
.error,
.important {
        color: red; 
        font-weight: bolder; 
}
.important a,
.important a:link,
.important a:visited,
.important a:active {
        color: red;
}
.unimportant {
        color: rgb(170, 170, 170);
}
.details {
        font-size: smaller;
}
