﻿body {
    font: 62.5% "Trebuchet MS", sans-serif;
    padding: 48px 0px 0px 0px;
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
}

.divHyperlink {
    color: Blue;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

.normalText {
    font-size: 14px;
    color: Black;
}

.headerRegion {
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
    height: 80px;
    width: 980px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

table.showcase {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 320px;
}

td.showcase {
    width: 320px;
    height: 320px;
}

div.menu {
    width: 954px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -2px;
}

.btn {
    color: Blue;
    font-size: 11px;
    text-decoration: underline;
    display: inline;
    cursor: pointer;
    margin-right: 5px;
}

.btn:hover {
    font-weight: bold;
}

.articlefoot {
    float: right;
}

.articlehead {
    font-size: 13px;
    border: 1px solid #fbcb09;
    color: #c77405;
    background: #fae88f url(ui-lightness/images/ui-bg_glass_100_fae88f_1x400.png) 50% 50% repeat-x;
    text-indent: 6px;
    line-height: 24px;
}

.article {
    margin-bottom: 2px;
    border: 1px solid #d0d0d0;
    background-image: url('../images/highlight.png');
    background-size: 100% 200%;
    background-color: #e2e2e2;
    word-break: break-word;
    overflow: hidden;
    position: relative;
}

.article:hover {
    border-color: #c0c0c0;
    background-color: #dddddd;
}

.articlebody > tr > td {
    padding-left: 6px;
    max-width: 644px;
}

.gallery {
    list-style: none;
}

.ingallery {
    display: inline;
    margin-right: 10px;
}

.ingallery img {
    border: 1px solid #999999;
}

.ingallery img:hover {
    border: 1px solid #fbcb09;
}

.ingallery a {
    opacity: .75;
}

.ingallery a:hover {
    opacity: 1;
}

#dg_filestore td, #dg_manageusers td {
    text-align: center;
    border-color: #ccc;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    padding: 2px;
}

#dg_filestore td:first-child, #dg_manageusers td:first-child {
    border-left: 0px;
}

#dg_filestore td:last-child, #dg_manageusers td:last-child {
    border-right: 0px;
}

#dg_filestore tbody tr:last-child td, #dg_manageusers tbody tr:last-child td {
    border-bottom: 0px;
}

#articles_pinned > table > tbody > tr:first-child > td > table {
    background-color: #ffe45c;
    border: 1px solid #fed22f;
    border-radius: 4px;
}

#articles_pinned > table > tbody > tr:first-child > td > table > thead > tr > td {
    border: 1px solid #e78f08;
    background: #f6a828 url(ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: White;
    font-weight: bold;
    border-radius: 4px;
}

#articles_pinned > table > tbody > tr:first-child > td > table thead tr td div:last-child {
    display: none;
}

#articles_pinned .articlehead > tr > td > div:last-child {
    display: none;
}
