HTML,
BODY {
    background-color: #ffffff;
    color: #818181;
    /* modLevi #626262; */
    
    font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
    /*	width: 900px;*/
    
    margin: 0 auto;
    padding: 0;
}

#site {
    /*	width: 900px;*/
    
    margin: 0 15px;
}

#header {
    display: block;
    position: relative;
}

#header div.title {
    font-size: 48px;
    color: #555555;
}

#header div.title a {
    color: #ff0088;
    text-decoration: none;
}

#footer {
    text-align: center;
    font-size: 10px;
    /***/
    
    background-color: #d4d4d4;
    /***/
    
    border-top: 1px solid #a4a4a4;
    /***/
    
    line-height: 14px;
    font-variant: small-caps;
    display: block;
    padding: 5px 10px 20px;
    margin-top: 40px;
}

input {
    background: none repeat scroll 0px 0px #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    font-size: 16px;
    /***/
    
    line-height: 18px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-top: 10px;
    /***/
    
    outline: medium none;
    padding: 2px;
}

input.big,
select.big {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-top: 2px;
    outline: medium none;
    padding: 3px;
}

.big {
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-top: 2px;
    outline: medium none;
    padding: 3px;
}

input.button {
    color: lightgreen;
    /***/
    
    background-color: black;
    padding: 2px 5px;
    box-shadow: 0 1px 2px #111;
    -moz-box-shadow: 2px 2px 1px #999;
    -webkit-box-shadow: 2px 2px 1px #999;
    cursor: pointer;
    outline: medium none;
}

input.button .big {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-top: 2px;
    outline: medium none;
    padding: 3px;
}
input.button.round {
    border-radius: 5px;
}

.red {
    background-color: red !important;
}

.green {
    background-color: green !important;
}

#loginBox {
    position: absolute;
    right: 0px;
    width: 250px;
}

#loginBox div.content {
    background-color: white;
    border: 1px dotted silver;
    padding: 5px;
    margin: 5px;
    display: block;
}

#loginBox div.content form input {
    padding: 2px 5px;
    border: 1px solid black;
    background-color: #f7d3f7;
    font-size: 14px;
    margin: 5px;
}

#loginBox div.content form {
    margin: 2px;
    padding: 2px;
}

#loginBox div.content form input[type="submit"] {
    color: #f7d3f7;
    background-color: black;
    font-weight: bold;
}

#historyContent {
    position: relative;
    font-size: 80% !important;
    padding: 5px;
}

#mainNav {
    display: block;
    margin-bottom: 40px;
}

ul.nav {
    list-style: none;
    display: block;
    width: auto;
    margin: 0px;
    padding: 3px;
}

ul.nav a {
    text-decoration: none;
    color: darkgrey;
}

ul.nav li {
    display: inline;
    float: left;
    width: auto;
    position: relative;
    padding: 3px 10px;
    cursor: pointer;
}

ul.nav li:hover {
    background-color: #ff0088;
    border-radius: 3px;
}

ul.nav li:hover a {
    color: #E1E1E1;
    /* modLevi white; */
}

ul.nav li:hover ul {
    display: block;
}

ul.nav li ul {
    background-color: lightgrey;
    /**/
    
    position: absolute;
    left: 0px;
    margin: 0px;
    padding: 3px;
    float: left;
    display: none;
    text-align: left;
    z-index: 10;
}

ul.nav li ul li {
    font-size: 12px;
    display: list-item;
    float: none;
    margin: 3px;
    padding: 2px;
    width: 200px;
}

ul.nav li ul li:hover {
    background-color: #F5F5F5;
    /* modLevi #F1F1F3; */
}

ul.nav li ul li.separator {
    height: 2px;
    padding: 0px;
    background-color: #F5F5F5;
    /* modLevi #F1F1F3; */
}

div.buttonMenu {
    position: absolute;
    right: 0px;
    float: right;
    display: block;
    font-size: 12px;
    font-weight: normal;
    clear: both;
    height: 20px;
}

div.buttonMenu.top {
    bottom: 0px;
}

div.buttonMenu.bottom {
    top: 5px;
}

div.buttonMenu span {
    text-decoration: none;
    padding: 2px 8px;
    border: 1px solid black;
    background-color: #c0c0c0;
    color: black;
    margin: 2px;
    cursor: pointer;
}

div.buttonMenu span.button:hover {
    background-color: gray;
}

div.buttonMenu span.button a {
    color: black;
}

.infobar {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted gray;
    width: 100%;
    margin-bottom: 10px;
    clear: both;
    color: #FF0066;
}

div.itemType div.title {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
}

div.itemType div.vatta {
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 10px;
    font-weight: bold;
}

div.itemType div.comment {
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 11px;
}

div.itemType div.price {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

div.itemType div.price small {
    font-size: 10px;
}

td.dayWeekend {
    /* modLevi    background-color: #9f9e9e; */
    
    background-color: #e1e1e1;
}

div.lessonbox {
    /*border: 1px white solid;/***/
    
    cursor: pointer;
    /*	background-color: #FFDD99;*/
    
    padding: 5px;
    font-size: 9px;
    /* modLevi */
}

td.lessonbox,
td.privatebox {
    /*border: 1px white dotted !important;/***/
    
    padding: 5px;
    position: relative;
    background-color: #FFDD99;
}

td.lessonbox div.lessonbox,
td.privatebox div.lessonbox {
    cursor: pointer;
    border: 0px none;
    /*	background-color: #FFDD99;*/
    
    padding: 5px;
}

td.privatebox {
    background-color: #ffffff;
    /***/
}

.lessonbox .time {
    float: left;
    font-weight: normal;
    color: #777777;
    /*	margin-right: 5px;*/
}

.lessonbox .lessonType {}

.lessonbox .title {
    font-size: 110%;
    margin-bottom: 5px;
    /** modLevi */
    /*font-weight: bold;*/
    /***/
    /* modLevi	font-style: italic; */
}

.lessonboxBig .title {
    clear: both;
}

.lessonbox .members {
    font-size: 80%;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 8px;
    /*** modLevi */
}

.lessonbox .comment {
    padding: 2px;
    background-color: #f49999;
    color: black;
    margin: 2px -5px;
}

.lessonbox .lessonComment {
    display: none;
    position: fixed;
    width: 150px;
    background-color: grey;
    /* modLevi */
    
    color: white;
    font-weight: normal;
    font-style: normal;
    padding: 5px;
    z-index: 100;
    border-radius: 5px;
}

.lessonbox .onlineReg {
    font-size: 90%;
    /***/
    
    margin-bottom: 10px;
    /*** modLevi */
}

.lessonbox .onlineJoin {
    font-size: 90%;
}

.lessonbox .moreInfo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(127, 127, 127, 0.1);
    width: 100%;
    padding: 1px;
    text-align: center;
    font-size: 90%;
    /***/
}

.lessonbox a {
    /* modLevi    color: blue; */
    
    color: #115522;
    /*----*/
    
    font-variant: small-caps;
    /***/
    
    font-size: 11px;
    /***/
    
    text-decoration: none;
    /* modLevi */
}

div.itemType {
    font-family: arial;
    background-color: #CCFF99;
    border: 1px solid black;
    display: block;
    float: left;
    height: 50px;
    margin: 2px;
    padding: 5px;
    position: relative;
    width: 380px;
    cursor: pointer;
}

div.itemType div.title {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
}

div.itemType div.vatta {
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 10px;
    font-weight: bold;
}

div.itemType div.comment {
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 11px;
}

div.itemType div.price {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

div.itemType div.price small {
    font-size: 10px;
}

table.lessonInfo {
    font-size: 90%;
}

table.lessonInfo .place-bdc {
    font-size: 90%;
}

table.lessonInfo .comment {
    font-size: 90%;
    background-color: transparent;
}

table.lessonInfo .alllesson {
    font-size: 90%;
}

table.lessonInfo .more {
    color: #3366FF;
}

table.lessonInfo .less-available {
    color: green;
}

table.lessonInfo .less-closed {
    color: red;
}

td.firstCol {
    border-left: 1px solid white !important;
}