body {
     background-color: black;
}

.paypal-button td{
    padding: 0.5em;
}

#mainbody table.event-price {
    margin-top: 0px;
}

.event-price th {
    padding-right: 1em;
}

.event-price td{
    padding-right: 1em;
}

.emphasis {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.emphasis a {
    text-decoration: none;
}

.emphasis a:link {
    color: black;
}

.emphasis a:active {
    color: black;
}

.emphasis a:hover {
    color: red;
}

.emphasis a:visited {
    color: black;
}

iframe.map {
    width: 425px;
    height: 350px;
}

#footer{
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: "Veranda", sans-serif;
    font-size: 10px;
    color: white;
    min-width: 800px;
}

#footer span.email {
    margin-left: 20px;
    font-size: 15px;
    position: absolute;
    left: 0;
    width: 50%;
}

#footer span.email a {
    text-decoration: none;
    color: white;
}

#footer span.copyright {
    margin-right: 20px;
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right;
}

#masthead {
    min-width: 800px;
}

#masthead img {
    clear: both;
}

#masthead h1 {
    color: white;
}

#banner {
    position: absolute;
    /*z-index: -1;*/
    margin: 0 0 80px 30px;
}

#mainmenu {
    font: 16px Verdana, sans-serif;
    /*font-weight: bold;*/
    float: right;
    white-space: nowrap;
    clear: both;
    margin: -39px 20px 0 0;
    padding: 3px 0;
}

#mainmenu li{
    padding: 0;
    list-style: none;
    display: inline;
    margin-left: 3px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

#mainmenu li.current-page{
    background-color: white;
    border: 2px solid #dc0000;
    border-bottom: 2px solid white;
    color: black;
    text-decoration: none;
    padding: 3px 0.5em;
}

#mainmenu li a{
    color: #cccccc;
    text-decoration: none;
    background: #dc0000;
    border: 2px solid #dc0000;
    padding: 3px 0.5em;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

#mainmenu li a:hover{
    color: black;
    background: white;
}

#mainbody {
    min-width: 800px;
    background-color: white;
    color: black;
    border: 2px solid #dc0000;
    /*clear: both;*/
    margin: -15px 0 0 0;
    padding: 2em;
    text-align: justify;
    font-size: 12px;
    font-family: sans-serif;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#mainbody h2 {
    padding: 0 0 4px 0;
    border-bottom: 4px solid #dc0000;
}

#mainbody h2.tab {
    background-color: #dc0000;
    padding: 5px 10px 5px 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

#mainbody h3 {
    font-size: 16px;
}

#mainbody h3 span {
    color: #808080;
    font-size: 12px;
}

#mainbody h3 span a{
    color: #808080;
    text-decoration: none;
    font-size: 12px;
}

#mainbody h4 {
    margin-bottom: 12px;
}

#mainbody p {
    margin-bottom: 20px;
}

#mainbody p.schedule-discript {
    margin-top: -8px;
    margin-bottom: 0px;
}

#mainbody table {
    margin-top: -10px;
    margin-left: 3em;
    margin-bottom: 20px;
}

#mainbody td.time {
    padding-right: 1em;
    text-align: right;
}

#mainbody table.schedule-discript {
    margin-top: 1em;
    margin-bottom: 1em; 
}

#mainbody ul.plain-list {
    list-style: none;
}

#mainbody ul.plain-list li a {
    color: black;
    text-decoration: none;
}

.event-item {
    padding: 1em 0;
}

.counter {
    font-size: 20px;
    text-align: center;
}

span.counter {
    border: 1px solid black;
    background-color: black;
    color: #dc0000;
    font-weight: bold;
}

.counter a {
    text-decoration: none;
}

.counter a:link {
    color: black;
}

.counter a:active {
    color: black;
}

.counter a:hover {
    color: red;
}

.counter a:visited {
    color: black;
}

#scorecard {
    width:16em;
    margin: auto;
}

#scorecard table{
    width:16em;
    border-top: solid 1px red;
    border-left: solid 1px red;
    margin: 0;
}
#scorecard td {
    border-bottom: solid 1px red;
    border-right: solid 1px red;
    margin:0;
} 
  

