
p {
    margin-top: 8px;
    margin-bottom: 8px;
}

a {
    outline: none;
    text-decoration: none;
    outline: none;
}

table {
    border-spacing: 1px;
}

th {
    background-color: #25ddff;
    color: #0000aa;
    font-weight: bold;
}

td {
    background-color: #80f0ff;
    color: #0000dd;
}

td, th {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

td.first {
    font-weight: bold;
}

td.left {
    text-align: left;
}

td:hover {
    background-color: #c0f0ff;
}

th:hover {
    background-color: #40e8ff;
}

td a:link {
    color: #502080;
}

code {
    font-size: 14px;
}

pre {
    font-size: 14px;
    padding: 0px;
}

button {
    border: 0px none;
    text-decoration: none;
    cursor: pointer;
}

input,textarea {
    margin-top: 2px;
    margin-bottom: 2px;
}

hr {
    clear: both;
    color: transparent;
    background: url("../gfx/hr_bg.png");
    min-height: 2px;
    height: 2px;
    border: 0px;
    margin: 12px 20px 8px 20px;
}

table.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.leftdiv {
    float: left;
}

.clear {
    clear: both;
}

.page_error {
    font-weight: bold;
    font-size: 18px;
}

#maincontainer {
    width: 960px;
    background-color: white;
    margin: 0 auto;
}

#toplogo {
    background: url("../gfx/mainlogo.jpg");
    height: 90px;
    max-height: 90px;
    color: #00e;
    margin-bottom: 5px;
}

#login_info {
    margin: 4px;
    float: right;
    color: blue;
    font-weight: bold;
}

#leftmenu {
    float: left;
    width: 160px;
    max-width: 160px;
    min-height: 600px;
}

.menuelem {
    display: block;
    width: 152px;
    height: 18px;
    max-height: 20px;
    padding: 7px 8px 9px 0px;
    background: url("../gfx/menuelem.png") no-repeat;
    font-family: Sans, Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.menuelem:link, .menuelem:visited {
    color: #082ab9;
}

.menuelem:hover {
    background:  url("../gfx/menuelem_hover.png") no-repeat;
    color: #205aff;
}

.menuelem:active {
    color: #508aff;
}

.menuelem.down {
    margin-top: 20px;
}

#maincontent {
    float: left;
    width: 785px;
    margin: 0px 0px 4px 4px;
    padding: 8px 4px 0px 4px;
    max-width: 800px;
    min-height: 592px;
    /*font-family: Sans, Helvetica;*/
    color: black;
    font-size: 14px;
    border: 1px #ddf solid;
}

#footer {
    clear: both;
    width: 952px;
    height: 35px;
    background: url("../gfx/footer.png");
    padding: 5px 8px 0px 0px;
    text-align: right;
    color: #1000ff;
}

/* main content styles */

.title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #2000cc;
}

.cat_title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #2000cc;
    margin-bottom: 10px;
}

.headline {
    display: block;
    font-size: 14px;
    color: #2000ff;
    font-weight: bold;
}

.news_title {
    font-size: 20px;
    font-weight: bold;
    color: #2000cc;
}

.main_title {
    font-size: 20px;
    font-weight: bold;
    color: #2000cc;
}

.article_image {
    margin-top: 8px;
    padding-right: 4px;
    float: left;
}

.readmore {
}

#comments_sep {
    color: blue;
    background: blue;
    border: 0px none;
    margin: 12px 0 8px 0;
}

#comments_count {
    display: inline-block;
    color: #3333ee;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}

.right {
    float: right;
}

.button {
    color: #101088;
    border: 1px solid blue;
    padding: 2px;
    font-weight: bold;
    text-align: center;
    background: url("../gfx/button_bg.png");
}

.button:hover, .button:visited {
    color: #1010ff;
    background: url("../gfx/button_bg_hover.png");
}

.button:active {
    color: #8080ff;
    background: url("../gfx/button_bg_hover.png");
}

#post_comment, #sendnow {
    float: right;
}

#post_comment {
    margin-right: 5px;
}

#edit_comment {
    overflow: hidden;
    padding: 5px;
    margin: 0px 5px 5px 5px;
    border: 1px solid #c8c0ff;
}

.comment {
    padding: 5px;
    margin: 0px 5px 5px 5px;
    border: 1px solid #c8c0ff;
}

.comment p {
    margin-top: 2px;
    margin-bottom: 4px;
}

.comment_infotext {
    font-size: 12px;
    color: #6060ff;
}

img.vote {
    cursor: pointer;
}

img.good:hover {
    background: url("../gfx/good_bg_hover.png");
}

img.bad:hover {
    background: url("../gfx/bad_bg_hover.png");
}

img.good:active {
    background: url("../gfx/good_bg_active.png");
}

img.bad:active {
    background: url("../gfx/bad_bg_active.png");
}

a:link {
    color: #2020ff;
}

a:hover {
    color: #6060ff;
}

a:active {
    color: #9090ff;
}

a:visited {
    color: #9030ff;
}

.infotext {
    font-size: 12px;
    color: #6060ff;
}

a.infotext {
    color: #20dd66;
}

a.infotext:hover {
    color: #40f088;
}

a.infotext:active {
    color: #55ffa0;
}

/* previous/next */
#pager {
    text-align: right;
    font-weight: bold;
}

a.selpage {
    color: #106610;
}

/* progress */
.progress {
    width: 100%;
    height: 200px;
    background: url("../gfx/progress.gif") center no-repeat;
}

/* articles styles */
.start_text {
    font-size: 15px;
    font-weight: bold;
}

.about_text {
    font-size: 15px;
    font-weight: bold;
}

.ack_text {
    font-size: 15px;
    font-weight: bold;
}

ul.ack_text {
    font-size: 15px;
    font-weight: bold;
    color: #2323fe;
}

.center {
    text-align: center;
}

.screen_img th {
    background: transparent;
    color: back;
}

.screen_img td {
    background: transparent;
    color: black;
}

.screen_img {
    border: 0px;
    background: transparent;
    margin: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}