
/* Main shit
----------------------------------- */

body, td {
    font-family: Verdana, Arial, Helvetica, Sans-serif; /* Times New Roman, Times, Serif */
    font-size:   11px;
}

body {
    color: white;
    background-color: black;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:link {
    color: #00ff99;
}

a:visited {
    color: #009933;
}

a:hover {
    color: #ff99cc;
}

a:active {
    color: #ffccee;
}

p {
    margin: 0px;
}

form {
    margin: 0px;
}

input {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size:   12px;
}

/* Blocks
----------------------------------- */

.background {
    background-color: #f4efeb;
    background-image: url(gfx/web_bgd.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 26px 25px;
}

#mainBlock {
    background-color: black;
    color: white;
    width: 679px;
}

#logoblock {
    width: 161px;
}

#menuBlock {
    color: white;
    width: 149px;
}

#textBlock {
    color: white;
}

.imageBlock {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.imageBorder {
    border: 4px solid white;
}


/* Text styles
----------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times New Roman, Times, Serif;
    font-style:  italic;
    font-weight: bold;
}

#menuBlock .level0 a, #menuBlock .level1 a,
#menuBlock .level2 a, #menuBlock .level3 a {
    color: white;
}

#menuBlock .level0 a:hover, #menuBlock .level1 a:hover,
#menuBlock .level2 a:hover, #menuBlock .level3 a:hover {
    text-decoration: underline;
}


#menuBlock .level0 {
    padding: 3px;
    padding-left: 6px;
    font-size: 16px;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-style:  italic;
    font-weight: bold;
}

#menuBlock .level1, #menuBlock .level2, #menuBlock .level3 {
    padding: 3px;
    font-size: 9px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

#menuBlock .level1 {
    padding-left: 16px;
}

#menuBlock .level2 {
    padding-left: 32px;
}

#menuBlock .level3 {
    padding-left: 48px;
}

.highlight, .selected {
    border: 1px solid white;
}

.captionBlock {
    font-size: 14px;
    font-weight: bold;
    /* line-height: 150%; */
    margin-bottom: 15px;
}
