﻿body
{
    font-size: .7em;
    margin: 0;
    padding: 0; /*background: url(App_Images/backgroundlav.gif) #fff;*/
    font-family: verdana,arial,helvetica,sans-serif;
    /*background-image: url(App_Images/ContentBackground.png);
    background-repeat: repeat-y;
    background-position-x: center;*/
}

#wrapper
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(App_Images/ContentBackground.png);
    background-repeat: repeat-y;
}

#content
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#content h2
{
    font-size: 1.4em;
    color: #993300;
    border-bottom: #993300 1px solid;
}

#content h3
{
    font-size: 1.3em;
    color: #336699;
    padding: 0px;
    margin-bottom: 6px;
}

#content h4
{
    font-size: 1em;
    color: #993300;
    padding: 0px;
    margin-bottom: 4px;
}

#content h5
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.1em;
    color: #993300;
    border-bottom: #993300 1px solid;
}


.SideBox
{
    font-size: 1em;
}


.SideBox h2
{
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    padding: 2px 0px 2px 10px;
    margin-bottom: 3px;
    background-color: #cc0000;
    height: 15px;
}


.SideBox a
{
    font-weight: bolder;
    font-size: .9em;
    color: Blue;
}

.SideBox a:hover
{
    font-size: 1em;
    color: Red;
}

.SideBox ul
{
    margin: 0 0 0 10px;
    padding: 0;
    background-color: #fff;
    float: left;
}


.ContentContainer
{
    padding: 15px;
}


/*********************************************/


div.ButtonToTabArea
{
    font-size: 100%;
    font-weight: bold;
}

.ButtonToTab
{
    background-color: #f0f0f0;
    border: 1px solid #000000;
    border-bottom-width: 0px;
    padding: 1px 2px 1px 2px;
    position: relative;
    text-decoration: none;
    top: -1px;
    z-index: 100;
    font-size: .9em;
    font-weight: bolder;
}

.ButtonToTab.activeTab
{
    z-index: 102;
    color: #ffffff;
}

.ButtonToTab.tab, .ButtonToTab.tab:visited
{
    color: #808080;
}

.ButtonToTab.tab:hover
{
    background-color: #d0d0d0;
    color: #606060;
}

.ButtonToTab.tab.activeTab, .ButtonToTab.tab.activeTab:hover, .ButtonToTab.tab.activeTab:visited
{
    background-color: #507CD1;
    color: #ffffff;
    margin-bottom: -1px;
}

div.ButtonToTabMain
{
    background-color: #507CD1;
    border: 1px solid #000000;
    padding: 1px;
    position: relative;
    z-index: 101;
    margin-top: -2px;
}

div.ButtonToTabWrapper
{
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    font-size: .9em;
    padding: 3px;
}



/*********  INPUT FORM ********/

.fieldname
{
    font-size: .9em;
    margin-bottom: 0px;
    margin-top: 8px;
    padding-bottom: 0px;
    display: block;
    color: #cc0000;
    font-weight: bold;
}

.inputtextbox
{
    font-size: 1em;
    padding: 2px;
    font-weight: bold;
    color: #781351;
    background: #66ff99;
    background: #ffffff url(../App_Images/FieldBackground2.png) top repeat-x;
    font-size: 1em;
}

.inputbutton
{
    color: #781351;
    background: #fee3ad;
    border: 1px solid #781351;
    position: relative;
    font-weight: bold;
    margin-top: 10px;
    font-size: 1em;
    width: 75px;
}


/*.submit input
{
    margin-right: 4.5em;
}

input
{
    color: #781351;
    background: #fee3ad;
    border: 1px solid #781351;
}*/

fieldset
{
    border: 1px solid #781351;
    padding: 10px;
    margin: 20px;
}


/*legend
{
    font-weight: bold;
    color: #fff;
    background: #cc0000;
    border: 1px solid #781351;
    padding: 2px 6px;
}*/

legend
{
    font-weight: bold;
    color: #081838; /*background: #003366;*/
    border: 1px solid #781351;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 0.9em;
    padding-bottom: 1px;
    padding-top: 1px; /*background:#003366 url(../App_Images/blue-header-back.png) top repeat-x;*/
    background: #cc0000 url(../App_Images/LegendBackground.png) top repeat-x;
    margin-bottom: 10px;
}



/**********************Font Styles*************************/
.SectionHeader
{
    font-size: 1.5em;
    font-weight: bold;
    color: #660000;
    font-family: Sans-Serif, Monospace, Arial, Serif;
    font-variant: small-caps;
}


/**********************Featurebox*************************/
.featurebox
{
    color: #333;
    padding: 10px 15px 15px 15px;
    border-top: 1px solid #d7d7d7;
    margin: 0 0 1.5em;
    background: url(../App_Images/featurebox_bg1.jpg) #f6f6f6 no-repeat 100% 100%;
}
.featurebox h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #990000;
    margin-bottom: 4px;
    margin-top: 0px;
    padding-top: 0px;
    border-color: #000080;
    border-bottom-width: thin;
    border-bottom-style: solid;
    width: inherit;
}
.featurebox p, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6
{
    margin: 0 0 .3em;
    border-bottom: 1px solid #c00;
    color: #c00;
}
.featurebox p
{
    border: none;
    margin: 0 0 1em;
    color: #444;
}
.featurebox a
{
    font-weight: bold;
}

.eventtitle
{
    font-size: 1.2em;
    color: #455196;
    margin-top: 10px;
    font-weight: bold;
}


/**********************Menubar*************************/
#menubar
{
    width: 800px;
    font-size: .9em;
    font: 12px verdana, arial, helvetica;
    color: darkblue;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    border-top: solid 2px darkBlue;
    border-bottom: solid 1px gold;
    margin-bottom: 1px;
    background-image: url(../App_Images/menubarnavigation.png);
}



.menu
{
    text-align: center;
    display: inline;
}

#menubar a
{
    color: darkBlue;
    text-decoration: none;
}

.menuhover
{
    /*background:url(../App_Images/menu_arrow.gif) no-repeat left;*/
    font-weight: bold;
}

.dynamic
{
    font-size: .8em;
    width: 170px;
    text-align: left;
    margin-left: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: solid 1px gold;
    background-image: url(../App_Images/dynamicmenubackground.png);
    z-index: 1;
}

.dynamichover
{
    font-weight: bold;
}

