
/* Global style */
body, td, input, select, textarea {
    font-family:        Verdana, Arial, Helvetica, Sans-serif;
    font-size:          0.6em;
    color:              #5c7a85;
}

input, select, textarea {
    font-size:          1em;
    color:              #5c7a85;
    background-color:   #eeeeee;
    border:             1px solid #5c7a85;
}
input.plain {
    background-color:   white;
    border;             none;
}

p {
    margin:             0px;
    margin-bottom:      5px;
}

/* Links, main */
a {
    font-weight:        bold;
    text-decoration:    none;
}

a:link, a:visited {
    color:              #5C7A85;
}

a:hover, a:active {
    text-decoration:    underline;
}

/* More links; things with links */
.lightText, .lightText a:link, .lightText a:visited  {
    color:              #eeeeee;
}

.highlight, .selected {
    color:              white;
    background-color:   #DDDDDD;
}

a.hiddenLink, a.hiddenLink:link, a.hiddenLink:visited, a.hiddenLink:hover, a.hiddenLink:active {
    font-weight:        normal;
    text-decoration:    none;
}

/* Sizes, colors - misc */
.newshead, .smallHead {
    font-size:          1.2em;
    font-weight:        bold;
    margin-bottom:      5px;
}

.mainText a, .mainText a:link,
.adviceText a, .adviceText a:link,
.agendaText a, .agendaText a:link,
.partnerJob a, .partnerJob a:link,
.formPostText a, .formPostText a:link {
    font-weight:        normal;
    text-decoration:    underline;
}

.agendaText, .mainText {
    font-size:          1.1em;
}

.partnerJob {
    margin-bottom:      10px;
    padding:            10px;
    border:             2px solid #DDDDDD;
}

.formPostText {
    font-size:          1.1em;
}

.newsDate {
    font-weight:        normal;
    font-size:          0.8em;
}

/* Block styles */
.break {
    clear:              all;
}

/* Menu styles */
/*
.menyLevel0 {
    font-size:          85%;
}
.menyLevel1 {
    font-size:          80%;
}
*/

/* Margin styles */

/* Mods */
h1, h2, h3, h4, h5, h6 {
    font-size:          1.4em;
}

.captionStyle {
    font-weight:        bold;
}

/* IE Scrollbar colors */
body {
    scrollbar-face-color:       #CCCCCC;
    scrollbar-shadow-color:     #CCCCCC;
    scrollbar-highlight-color:  #DDDDDD;
    scrollbar-3dlight-color:    #CCCCCC;
    scrollbar-darkshadow-color: #5C7A85;
    scrollbar-track-color:      #DDDDDD;
    scrollbar-arrow-color:      #5C7A85;
}


