﻿/* ############ LAYOUT ELEMENTS ########### */
body 
{
    background: #d3d3d3 url('images/bg.jpg') repeat;
    font: 9pt Verdana;
    color: #3a3a3a;
    margin: 0px;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}

#header
{
    width: 780px;
    height: 150px;
    background: #000000;
}

#menu
{
    background: #a11013 url('images/menu.jpg') no-repeat;
    width: 768px;
    height: 18px;
    color: #ffffff;
    padding: 6px;
}

#content
{
    width: 780px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer
{
    width: 770px;
    text-align: center;
    font: 9pt arial;
    color: #5c5c5c;
    padding: 4px;
    border: 1px solid #036cb0;
    background: #ffffff;
    clear: both;
    margin-bottom: 20px;
}

/* ############ TEXT ########### */

h1,h2,h3.white, eventTitle {color: #ffffff;}

h2, h3 {font: 14pt verdana;}

h1 {font: 20pt verdana;}

h2, h2.red {margin: 0px;}

h2.red {color: #bc0d10;}

h3 {color: #981b1e; font: bold 10pt verdana;}

.highlight {color: #036cb0; font: bold 10pt verdana;}

h3.white {font: bold 10pt verdana;}

.eventTitle {font-weight: bold;}

.success {color: #11b200;}

.error {color: #ef0d02;}

/* ############ Links ########### */

a, a.footer:hover {color: #036cb0; text-decoration: none;}

a.eventList {color: #9cc4de;}

a.eventList:hover {color: #ffffff}

a.menu, a.adminMenu { color: #ffffff; margin-left: 10px; font-weight: bold;}

a.adminMenu { font-size: 12px;}

a.menu { font-size: 15px;}

a.menu:hover, a.adminMenu:hover { color: #e8e8e8; text-decoration: underline;}

a:hover, a.footer {color: #981b1e;}

a.footer { color: #981b1e;}

/* ############ Lines, boxes, tables & grids ########### */

li {padding: 2px;}

.smallBox {width: 560px;}

.bigBox {width: 766px;}

.smallLogo {position: relative; left: 530px; top: -30px;}

.smallBox, .bigBox {border: 1px solid #036cb0; border-top: 0px; background: #ffffff; padding: 6px;}

.smallBoxTitle, .bigBoxTitle {padding-left: 6px; padding-right: 6px; padding-top: 3px; padding-bottom: 3px; background: #762124; height: 25px;}

.smallBoxTitle {width: 562px;}

.bigBoxTitle {width: 768px;}

.alt {background-color: #f4f2f2;}

. red {color: #eb0c0c}
.orange {color: #e99b04}
.yellow {color: #ebee07}
.blue {color: #0a17cd}
.green {color: #06ca06}