﻿html, body {
    font-family: Helvetica Neue, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    background-color: black;
    color: white;
    margin: 0px;
    height: 100%;
}

    body > #everythingexceptfooter {
        height: auto;
        min-height: 100%;
    }

a {
    color: white;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

#everythingexceptfooter {
    position: relative;
    height: 100%;
    background-color: black;
}

#layout {
    padding-bottom: 133px;
    width: 1330px;
    margin: auto;
}

#content {
}

#collapsiblemenu {
    left: 0px;
    top: 0px;
    right: 0px;
    color: black;
    min-width: 1330px;
    width: 100%;
    position: absolute;
    height: 130px;
    background-color: white;
    display: none;
}

#topwhitestripe {
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    min-width: 1330px;
    width: 100%;
    background-color: white;
    height: 4px;
}

#login {
    position: absolute;
    width: 171px;
    height: 28px;
    background-image: url(Images/login.png);
    top: -2px;
    right: 150px;
    margin: 0px;
    cursor: pointer;
    text-align: center;
}

#loginlabel {
    display: inline-block;
    padding: 7px 5px 3px 10px;
    color: black;
    font-size: 12px;
}

.container {
    overflow: auto;
    width: 1330px;
}

#logo {
    background-image: url(Images/logo.png);
    width: 172px;
    height: 85px;
    margin: 10px 20px 5px 50px;
    float: left;
}

#menu {
    width: 1000px;
    height: 30px;
    float: right;
    margin: 40px 20px 5px 50px;
}

    #menu td {
        padding: 0px 0px 0px 35px;
    }

#menuright {
    margin: 0px 0px 0px 180px;
}

    #menuright .label {
        padding: 0px 20px 5px 20px;
    }

#menuline {
    width: 1000px;
    height: 1px;
    background-image: url(Images/dot.png);
}

.notable {
    border-collapse: collapse;
}

.down {
    vertical-align: bottom;
    width: 1px;
}

.verticalline {
    width: 1px;
    height: 8px;
    background-image: url(Images/dot.png);
}

#wander {
    width: 306px;
    height: 316px;
    background-image: url(Images/wander.png);
}

#gandalf {
    width: 315px;
    height: 387px;
    background-image: url(Images/gandalf.png);
}

.center {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

#footer {
    min-width: 1330px;
    clear: both;
    position: relative;
    z-index: 10;
    height: 133px;
    margin-top: -133px;
}

#bottomimages {
    width: 100%;
    margin: 0px 0px -1px 0px;
    padding: 0px 0px 0px 0px;
    table-layout: fixed;
}

    #bottomimages span {
        display: inline-block;
        vertical-align: bottom;
    }

    #bottomimages td {
        text-align: center;
        vertical-align: bottom;
        margin: auto;
    }


#bellowwhitestripe {
    background-color: white;
    color: #666666;
    height: 20px;
    padding: 3px 10px 3px 0px;
    text-align: right;
    min-width: 1330px;
    font-size: 12px;
    vertical-align: bottom;
}

#smaug {
    width: 186px;
    height: 106px;
    background-image: url(Images/smak.png);
}

#gondor {
    width: 64px;
    height: 100px;
    background-image: url(Images/gondor.png);
}

#g {
    width: 61px;
    height: 87px;
    background-image: url(Images/g.png);
}

#orthanc {
    width: 60px;
    height: 106px;
    background-image: url(Images/orthanc.png);
}

#updateProgress {
    position: absolute;
    background-color: black;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
    opacity: 0.5;
}

input, textarea, select, button {
    background-color: black;
    color: white;
}

textarea {
    overflow-y: auto;
}

.tree {
    padding: 0px;
}

.teacherName {
    font-size: 17px;
    text-decoration: underline;
}

.rating {
    margin: 5px 0px 5px 0px;
}

.moderatorMenu {
    margin: 0px 0px 0px 30px;
}

.edit {
    width: 16px;
    height: 16px;
    background-image: url(Images/edit.png);
    display: inline-block;
}

.delete {
    width: 16px;
    height: 16px;
    background-image: url(Images/delete.png);
    display: inline-block;
    margin: 0px 0px 0px 3px;
}

    .delete a, .edit a {
        text-decoration: none;
    }

.message {
    width: 900px;
    background-color: white;
    color: black;
    border-radius: 3px;
    word-wrap: break-word;
    display: inline-block;
    margin: 0px 20px 20px 0px;
    vertical-align: top;
    padding: 5px;
    box-shadow: white 1px 1px 2px;
    min-height: 30px;
    background: linear-gradient(white, #c0c0c0);
}

    .message a {
        color: black;
        text-decoration: underline;
    }

.menucontrol {
    margin: 35px 70px 30px 50px;
    float: right;
}

    .menucontrol a {
        color: black;
    }

.loggedmenucontrol {
    margin: 15px 70px 30px 50px;
    float: right;
}

    .loggedmenucontrol a {
        color: black;
        font-size: 12px;
    }

#loginheader {
    width: 63px;
    height: 29px;
    background-image: url(Images/loginheader.png);
    display: inline-block;
    margin: 0px 0px 0px 0px;
}

.smallfont {
    font-size: 12px;
    color: #8a8a8a;
}

.forumCount {
    color: black;
    background-color: white;
    text-align: center;
}

.questionnare {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/questionnare.png);
}

.teacher {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/teacher.png);
}

.noteacher {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/noteacher.png);
}

.exam {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/exam.png);
}

.noexam {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/noexam.png);
}

.cla {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/class.png);
}

.nocla {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/noclass.png);
}

.note {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/note.png);
}

.nonote {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/nonote.png);
}

.file {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/file.png);
}

.nofile {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(Images/nofile.png);
}

/* ---------------------------------------------------------
         Úpravy ajax control toolkitu a podobne
---------------------------------------------------------- */

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.filledRatingStar {
    background-image: url(Images/sKachnicka.png);
}

.emptyRatingStar {
    background-image: url(Images/eKachnicka.png);
}

.savedRatingStar {
    background-image: url(Images/fKachnicka.png);
}

.accordion {
    width: 1025px;
}

.grid {
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

/* ---------------------------------------------------------
         Nadpisy a podobne, uzitecne styly
---------------------------------------------------------- */

.header {
    font-size: 18px;
    font-weight: bold;
}

.header2 {
    font-size: 15px;
    font-weight: bold;
}

.error {
    color: red;
}

.marginLeft {
    margin-left: 5px;
}

.marginBottom {
    margin-bottom: 20px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCenter {
    text-align: center;
}

.floatNone {
    float: none;
}

.displayInline {
    display: inline;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.paddedTable td {
    padding: 0px 15px 0px 0px;
}
