﻿/* Medical Forum Theme */

body {
    background: #f9f9f9;
    color: #333333;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    margin: 6px;
    padding: 0;
}

a:link, a:visited, a.postlink {
    color: #b22222; /* медицинский красный */
    text-decoration: none;
}
a:hover {
    color: #006666; /* зелёный акцент */
    text-decoration: underline;
}

.maintitle, h1 {
    font: bold 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #006666;
}
.subtitle, h2 {
    font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #b22222;
}

.bodyline {
    background: #ffffff;
    border: 1px solid #b22222;
}
.forumline {
    background: #f2f2f2;
    border: 1px solid #006666;
}

.row1 { background: #ffffff; }
.row2 { background: #f7f7f7; }
.row3 { background: #eef5f5; }

th {
    background: #e0f0f0;
    color: #006666;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 6px;
}

td.cat {
    background: #b22222;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    text-indent: 4px;
}

.cattitle {
    font-weight: bold;
    color: #ffffff;
}
a.cattitle:hover {
    color: #ffe4e1;
}

.topictitle {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
a.topictitle:hover {
    color: #006666;
}

.postbody {
    font-size: 13px;
    line-height: 140%;
    color: #333333;
}
.postdetails {
    font-size: 12px;
    color: #666666;
}

.code, .quote {
    font-size: 13px;
    border: 1px solid #cccccc;
    background: #f2f2f2;
    padding: 6px;
    color: #333333;
}
.quote {
    background: #ffe4e1; /* мягкий розовый для цитат */
    border: 1px dashed #b22222;
}

input, textarea, select {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    padding: 3px;
}

input.button, input.mainoption, input.liteoption {
    background: #b22222;
    color: #ffffff;
    border: 1px solid #006666;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: bold;
}

.nav {
    font-size: 13px;
    font-weight: bold;
    color: #006666;
}
a.nav:hover {
    color: #b22222;
}

.copyright {
    font-size: 12px;
    color: #666666;
}
a.copyright {
    color: #006666;
}
a.copyright:hover {
    color: #b22222;
}
