/*
 * PaciNepaci.post.sk
 * 
 * Copyright (c) 2003 SMEOnline
 * All rights reserved
 *
 * Maintained by:
 * Miroslav Hudak <miroslav.hudak@smeonline.sk>
 *
 * 27/02/2003
 *
 */

.normal {
    font-family:            Verdana CE, Verdana, sans-serif;
    font-size:              11px;
    font-weight:            normal;
    
    color:                  black;
}

.normal TH {
    text-align:             left;
    
    color:                  white;
    background-color:       white;
}

.normal A.th {
    color:                  white;
    
    text-decoration:        none;
}

.normal A.th:hover {
    text-decoration:        underline;
}

.normal INPUT.button {
    font-family:            Verdana;
    font-size:              11px;
    font-weight:            bold;

    color:                  #FFFFFF;
    background-color:       #4869A5;
}

.normal INPUT.text {
    font-family:            Verdana;
    font-size:              11px;
    font-weight:            normal;
}

.normal TEXTAREA {
    font-family:            Verdana;
    font-size:              11px;
    font-weight:            normal;
}

.normal SELECT {
    font-family:            Verdana;
    font-size:              11px;
    font-weight:            normal;
}

.normal A.blue {
    color:                  #2F5690;
    
    text-decoration:        none;
}

.normal A.blue:hover {
    text-decoration:        underline;
}

.heading {
    font-family:            Verdana CE, Verdana, sans-serif;
    font-size:              11px;
    font-weight:            bold;
    
    color:                  white;
}

.categories {
    font-family:            Verdana CE, Verdana, sans-serif;
    font-size:              11px;
    font-weight:            normal;
    
    color:                  black;
    
    line-height:            1.5;
}

.categories A {
    color:                  black;
    
    text-decoration:        none;
}

.categories A:hover {
    color:                  #4869A5;
    
    text-decoration:        underline;
}

.categories TH {
    font-family:            Verdana CE, Verdana, sans-serif;
    font-size:              11px;
    font-weight:            bold;

    color:                  #4869A5;
}

.discussion {
    text-align:             justify;
    padding:                5px;
}

FORM {
    padding:                0px;
    margin:                 0px;
}

.error {
    color: red;
    font-weight: bold;
}

/* HEADER LINKS DEFINITIONS ************************/
.header_links {
    font-family:        Verdana CE, Verdana, sans-serif;
    font-size:          11px;
    font-weight:        bold;

    color:              white;
}

.header_links A {
    color:              white;
    text-decoration:    none;
}

.header_links A.black {
    color:              black;
    text-decoration:    none;
}

.header_links A:hover {
    text-decoration:    underline;
}

