﻿/* Cardio Forum Classic Template */

body {
    background-color: #f5f5f5;
    background-image: none;
    margin: 0;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
    text-decoration: none;
    color: #990000; /* бордовый */
}
a:hover {
    text-decoration: underline;
    color: #cc0000;
}

.bodyline {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.forumline {
    background-color: #e6e6e6;
    border: 1px solid #cccccc;
}

.row1 { background-color: #ffffff; }
.row2 { background-color: #f9f9f9; }
.row3 { background-color: #f0f0f0; }
.inputrow { background-color: #ffe4e1; }

th {
    color: #990000;
    font-size: 13px;
    font-weight: bold;
    background-color: #f2f2f2;
    background-image: none;
    border-bottom: 1px solid #cccccc;
}

td.cat, td.catHead, td.catBottom {
    background-color: #cc0000;
    color: #ffffff;
    border: none;
}

.maintitle, h1, h2 {
    font-weight: bold;
    font-size: 20px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 120%;
    color: #990000;
}

.gen { font-size: 14px; color: #333333; }
.genmed { font-size: 13px; color: #333333; }
.gensmall { font-size: 12px; color: #666666; }

.mainmenu {
    font-size: 13px;
    color: #333333;
}
a.mainmenu { text-decoration: none; color: #990000; }
a.mainmenu:hover { text-decoration: underline; color: #cc0000; }

.cattitle {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
}
a.cattitle { text-decoration: none; color: #ffffff; }
a.cattitle:hover { text-decoration: underline; }

.forumlink {
    font-weight: bold;
    font-size: 14px;
    color: #990000;
}
a.forumlink { text-decoration: none; color: #333333; }
a.forumlink:hover { text-decoration: underline; color: #cc0000; }

.forumdescr { color: #666666; }

.nav { font-weight: bold; font-size: 13px; color: #333333; }
a.nav { text-decoration: none; color: #990000; }
a.nav:hover { text-decoration: underline; color: #cc0000; }

.topictitle {
    font-weight: bold;
    font-size: 13px;
    color: #333333;
}
a.topictitle:link { text-decoration: none; color: #990000; }
a.topictitle:visited { text-decoration: none; color: #666666; }
a.topictitle:hover { text-decoration: underline; color: #cc0000; }

.name { font-size: 13px; color: #333333; }
.postdetails { font-size: 12px; color: #999999; }
.postbody { font-size: 13px; color: #333333; }

.code {
    font-family: Courier, 'Courier New', sans-serif;
    font-size: 13px;
    color: #333333;
    background-color: #f2f2f2;
    border: 1px dashed #cccccc;
}

.quote {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 125%;
    background-color: #ffe4e1;
    border: 1px dashed #cc0000;
}

input, textarea, select {
    color: #333333;
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

input.button, input.mainoption, input.liteoption {
    background-color: #cc0000;
    color: #ffffff;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: none;
    padding: 3px 6px;
    border-radius: 4px;
}

.helpline {
    background-color: #ffe4e1;
    border-style: none;
    color: #990000;
}

hr {
    border: none;
    border-top: 1px solid #cccccc;
}

.copyright {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
    letter-spacing: -1px;
}
a.copyright { color: #990000; text-decoration: none; }
a.copyright:hover { color: #cc0000; text-decoration: underline; }
