    body {
        background: #c50;
        font-family: Trebuchet MS, Helvetica, Arial, sans serif;
        margin: 0;
        padding: 0;
    }

    h1, h2 {
        font-family: Trebuchet MS, Helvetica, Arial, sans serif;
    }

    h1 { margin: 10px 0px 5px; }

    h2 {
        padding: 0;
        margin: 0;
    }

    p#errorMessage {
      font-size: 0.8em;
    }

    #alertmsg {
        float: right;
        width: 30%;
        margin-top: 0px;
        height: 2em;
    }

    .mapPopup {
        font-size: 12pt;
    }

    #events {
        height: 500px;
        margin: 0;
        overflow: auto;
    }

    #map {
        height: 450px;
    }

    .eventItem {
        border: 1px #666 dotted;
        font-size: 8pt;
        padding: 3px;
    }

    .selectedEventItem {
        border: solid 1px #c50 ;
    }

    .eventDate {
        font-size: 1.3em;
        font-variant: small-caps;
    }

    .eventTime {
        color: #888; 
    }

    .eventTitle {
        font-weight: bold;
        font-size: 1.4em;
    }

    #controljunk {
        background: #FFF;
        font-size: 0.8em;
    }

    #controljunk > ul {
        margin-left: 10px;
        padding-left: 0px;
        list-style: none;
    }
    #controljunk ul li {
        margin-bottom: 10px;
    }
#utbanner {
    margin: 0;
    height: 59px;
    padding-top: 20px;
    width: 100%;
    /* background: url('UTlogo.jpg') no-repeat white;  */
     background: no-repeat white; 
    text-align: right;
}

#utbanner > div {
    width: 30em;
    left: 560px;
    margin: 0;
padding: 0 10px 0 0;
background: #C50;
        color: white;
}

#main {
    width: 100%; 
    background: #C50; 
    margin: 0; 
    padding: 0; 
    height: 100px;
}

#banner {
    margin: 0 0 0 0;
    height: 59px;
    /* padding-top: 20px; */
    width: 100%;
    /* background: url('UTlogo.jpg') no-repeat white;  */
     background: no-repeat white; 
    text-align: right;
}

#banner h1
{
        font-family: Trebuchet MS, Helvetica, Arial, sans serif;
position: relative;
top: 30px;
    padding: 0px 0 0 1em;
    margin: 0 0 0 580px;
    height: 1em;
    text-align: left;
    width: 7.5em;
    background: #c50;
    color: white;
    vertical-align: bottom;
} 

/*#banner h1 { 
    background: #c50;
    color: white
        margin: 0;
} */

#foocalsource {
    position: absolute;
    top: 1em; left: 10em;
    float: right;
}

#calControls
{
    border: 3px solid #c50;
    padding: 5px;
    margin: 5px 0 5px;
}
.eventInfoTab {
    text-wrap: normal; 
    width: 350px;
    height: 250px;
    overflow: auto;
}
