/*
 * PaciNepaci.post.sk
 * 
 * Copyright (c) 2003 SMEOnline
 * All rights reserved
 *
 * Maintained by:
 * Miroslav Hudak <miroslav.hudak@smeonline.sk>
 *
 * 27/02/2003
 *
 */

.normal {
    font-family:            Tahoma CE, Tahoma, 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:            Tahoma;
    font-size:              11px;
    font-weight:            bold;

    color:                  #FFFFFF;
    background-color:       #4B6419;
}

.normal INPUT.text {
    font-family:            Tahoma;
    font-size:              11px;
    font-weight:            normal;
}

.normal TEXTAREA {
    font-family:            Tahoma;
    font-size:              11px;
    font-weight:            normal;
}

.normal SELECT {
    font-family:            Tahoma;
    font-size:              11px;
    font-weight:            normal;
}

.normal A.green {
    color:                  #4B6419;
    
    text-decoration:        none;
}

.normal A.green:hover {
    text-decoration:        underline;
}

.discussion {
    text-align:             justify;
    padding:                5px;
}
FORM {
    padding:                0px;
    margin:                 0px;
}

/* 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;
}

