body {
    font-size: 10pt;
    font-family: Verdana, sans-serif;
    color: #2E6E9E;
}

h1 {
   font-size: 15pt;
}

.hidden { display:none; }

#wrapper {
    width: 95%;
    background: #fff;
    margin:auto;
}
#calendar {
    width: 49%;
    float: left;
    min-height: 250px;
    height: 100%;
}

#map {
    float: right;
    width: 49%;
    height: 50%;
    min-height: 250px;
    background: url(/static/images/loader.gif) no-repeat center
}
#fullmap {
    min-height: 250px;
    background: url(/static/images/loader.gif) no-repeat center
}
#fullcalendar {
    min-height: 250px;
    background: url(/static/images/loader.gif) no-repeat center
}
#googlemap {
    overflow: hidden;
    font-size: 9pt;
}
#googlemap dl, #fullcalendar div.event {
    display: none;
}
a#add_event, a#add_location {
    margin-right: 2em;
}
#ajax_event_form {
    display: none;
    font-size: 90%;
}
#ajax_location_form {
    display: none;
    font-size: 90%;
}
a, img { border:0px; }
a { text-decoration: none; }

#footer { clear: both;}

h1.ui-widget-header, #title, #footer {margin:0.5em 0; padding: 10px 20px;
font-family: Verdana, sans-serif;}
#legal {margin:0px; padding:0px; text-align: right; font-size: 90%; font-weight: normal;}
#legal img { vertical-align: middle;}
span.lookup { vertical-align: middle; padding-top: 9px; cursor: pointer; }

/* jquery ui */
.ui-button {
    cursor:pointer;
    margin:0;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:0;
    padding:0.1em 1em 0.1em;
    position:relative;
    text-align:center;
    text-decoration:none;
    margin-right: 3px;
}
div.ui-datepicker { z-index: 10000000; }
.buttons {margin-bottom:0.5em;}
.ui-widget {font-size:1em;}
.ui-widget label {font-weight:bold;}
.fa_instructions {font-size:0.9em;}
.fa_field textarea {width:20em;}
.enlarge {
    float: right;
    margin-top: -3px;
}

#header {
    height: 65px;
}
#headline {
    float: left;
    margin-left: 3em;
    margin-top: 17px;
    font-size: 135%;
    vertical-align: middle;
}
#logo {
    float: left;
}

#mainmenu {
    float: right;
    margin-top: 1.2em;
    font-size: 125%;
    font-weight: bold;
}
#mainmenu a img {
    vertical-align: middle;
    margin-bottom: 3px;
}
div.buttons {
    line-height: 1em;
}
div.buttons img {
    vertical-align: middle; margin-bottom: 2px;
    line-height: 1em;
}

#location_filter img {
    margin-left: 2em;
}
#location_filter {
    border: solid 1px #5C9CCC;
    -moz-border-radius: 5px;
    padding: 3px;
    margin-bottom: 3px;
}

#iewarn a {
    color: blue;
}
.text-content {
    color: black;
}
span.wikinov {
    font-weight: bold;
    color: #2E6E9E;
}

/* fullcalendar customization */
.fc-event a {
    background-color: #DFEFFC;
    border-color: #68A3CF;
    color: black;
    font-size: .65em;
    }

#calendar_popup {
    position: absolute;
    visibility: hidden;
    background: #DFEFFC;
    color: black;
    font-size: 10px;
    border: solid 1px #3366CC;
    z-index: 100;
    width: 30em;
    padding: 0.5em;
    -moz-border-radius: 3px;
}

.fc-event-details,
.fc-event a {
    background: #FFF4AB;
    border-color: #FAD42E;
}

.fc-event-details {
    margin:0.5em 0; padding: 10px 20px;
    -moz-border-radius: 5px;
    background: #FFF4AB;
    border-color: #FAD42E;
    border-style: solid;
    border-width: 1px;
}
.fc-event-details > h1 {
    margin:0 0 0.5em 0;
}

.fc-event {
    border-color: #FAD42E;
}
.fc-event-time {
    display: block;
}

