﻿body {
    background-color: #808080;
    font-size: .75em;
    font-family: Calibri, Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #1f4893;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
}

a:active {
    color: #12eb87;
}

.ralign {
    float: right;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

.page {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#fb-login {
    float: right;
    margin-top: 5px;
    color: #fff;
}

#header {
    float: left;
    clear: both;
    width: 100%;
    color: #000;
    padding: 0;
    padding-top: 12px;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

    #header h1 {
        float: left;
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px !important;
    }

    #header a {
        text-decoration: none;
    }

#main {
    clear: both;
    padding: 10px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#footer {
    clear: both;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#infoarea {
    float: left;
    width: 400px;
    margin-top: 20px;
}

.clear {
    clear: both;
}

.error {
    color: red;
}

.title {
    font-size: 1.9em;
    color: #808080;
    text-align: center;
}

.othermonth-link {
    font-size: 2.0em;
}

#calendarTable {
    margin-top: 10px;
    border-collapse: collapse;
}

    #calendarTable td {
        border: solid 1px #c0c0c0;
        padding: 5px;
    }

.day {
    width: 14%;
    height: 100px;
    font-size: 1.4em;
    padding: 5px;
    vertical-align: top;
}

.dayNamesRow {
    background-color: #000;
    color: #fff;
}

.dayName {
}

.redday {
    background-color: #ffa6a6;
}

.today {
    background-color: #c9f2a4;
}

.no-day {
    background-color: #f7f7f7;
}

.names {
    font-size: 0.7em;
    font-weight: bold;
}

.week {
    text-align: center;
    font-style: italic;
    background-color: #ffffcc;
}

.flag {
    padding-left: 5px;
}

.special {
    font-size: 0.8em;
    background-color: #ddddff;
    padding: 3px;
}

.dayimage {
    float: right;
    max-width: 80px;
}

    img[href$="svg"] {
        width: 80px;
    }

    .dayimage img {
        max-width: 80px;
        max-height: 60px;
    }

.prev-month {
    float: left;
}

.next-month {
    float: right;
}

#customize {
    float: right;
    margin-left: 25px;
    margin-top: 5px;
}

    #customize-inner {
        font-size: 1.4em;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #fff;
        width: 700px;
        height: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
    }

    .customize-setting {
        float: left;
        padding-right: 20px;
        padding-top: 6px;
    }

#show-names-label {
    padding-right: 20px;
    background-image: url('/gfx/icon-setting-names.png');
    background-repeat: no-repeat;
    background-position: right;
}

#show-weather-label {
    padding-right: 20px;
    background-image: url('/gfx/icon-setting-weather.png');
    background-repeat: no-repeat;
    background-position: right;
}

#show-events-label {
    padding-right: 20px;
    background-image: url('/gfx/icon-setting-events.png');
    background-repeat: no-repeat;
    background-position: right;
}

#show-notices-label {
    padding-right: 20px;
    background-image: url('/gfx/icon-setting-notices.png');
    background-repeat: no-repeat;
    background-position: right;
}

#show-birthdays-label {
    padding-right: 20px;
    background-image: url('/gfx/icon-setting-birthdays.png');
    background-repeat: no-repeat;
    background-position: right;
}

.customize-cb {
    display: inline;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}

    .customize-cb .mark {
        display: inline;
    }

    .customize-cb img {
        vertical-align: middle;
        width: 16px;
        height: 16px;
    }

    .customize-cb img {
        background: transparent url('/gfx/big-checkbox.png') no-repeat;
    }

    .customize-cb img {
        background-position: 0px 0px;
    }

.customize-cb-hover img {
    background-position: -16px 0px;
}

.customize-cb-checked img {
    background-position: 0px -16px;
}

.customize-cb-checked .customize-cb-hover img {
    background-position: -16px -16px;
}

.customize-cb-disabled img {
    background-position: 0px -32px;
}

.customize-cb-checked .customize-cb-disabled img {
    background-position: 0px -48px;
}

.customize-label {
    cursor: pointer;
}

#citychooser {
    float: left;
    width: 100px;
    padding-top: 3px;
}

    #citychooser #citychooser-current {
        font-size: 8pt;
        font-weight: bold;
    }

    #citychooser #citychooser-change {
        font-size: 8pt;
        font-weight: normal;
    }

#printlink {
    float: left;
    display: block;
    margin-top: 6px;
    margin-left: 20px;
    padding-left: 30px;
    line-height: 22px;
    height: 22px;
    font-size: 1em;
    cursor: pointer;
    background-image: url('/gfx/icon-print.png');
    background-repeat: no-repeat;
}

a#printlink {
    text-decoration: underline;
}

#printfooter {
    display: none;
}

.weather {
    display: none;
}

.birthdays {
    display: none;
    margin-top: 4px;
    font-size: 11px;
}

    .birthdays img {
        margin-right: 5px;
        vertical-align: middle;
    }

.notice {
    border: solid 1px #eee;
    padding: 3px;
    background-color: #f7f7f7;
    min-height: 25px;
    margin-top: 6px;
    font-size: 12px;
    font-family: Calibri, Arial, Sans-Serif;
    font-style: italic;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .notice form textarea {
        font-size: 12px;
        font-family: Calibri, Arial, Sans-Serif;
        font-style: italic;
    }

    .notice form button {
        font-size: 12px;
        font-family: Calibri, Arial, Sans-Serif;
        float: right;
    }

.events {
    display: none;
    background: #f7f7f7;
    border: solid 1px #c0c0c0;
    margin-top: 7px;
    padding: 3px;
    font-size: 0.65em;
}

    .events a {
        color: #808080;
    }

        .events a:hover {
            color: #909090;
            text-decoration: underline;
        }

    .events ul {
        margin: 0px;
        padding: 0 0 0 15px;
    }

#months {
    float: left;
    padding-top: 20px;
    padding-left: 40px;
}

.months-list {
    float: left;
    width: 140px;
    font-size: 20px;
}

#bottomads {
    float: left;
    margin: 30px;
    width: 540px;
    padding-left: 25px;
}

#about {
    padding: 20px;
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #eee;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#ad1 {
    float: right;
    margin-top: 25px;
    width: 500px;
}

#citychooser-popup {
    display: none;
    position: absolute;
    top: 50px;
    left: 340px;
    padding: 20px;
    width: 500px;
    height: 130px;
    background-color: #fff;
    border: solid 1px #eee;
}

    #citychooser-popup .county {
        float: left;
        width: 130px;
    }

    #citychooser-popup .county-header {
        font-size: 10px;
        font-weight: normal;
        text-transform: uppercase;
        color: #808080;
        margin-bottom: 7px;
    }

    #citychooser-popup ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #citychooser-popup li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    #citychooser-popup .comingsoon {
        font-size: 11px;
        color: #c0c0c0;
    }
