﻿body 
{
    background: url('/App_Themes/Theme1/MenuBackground.jpg') no-repeat 10px 120px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    text-align:justify;
}

a 
{
    text-decoration: none;
    color: Blue;
}

#menu
{
    margin-top: 20px;
    width: 240px;
    float: left;
}

#menu a.menuitem
{
    display: block;
    background: url('/App_Themes/Theme1/btn_DarkGreen.png') 25px 6px no-repeat;
    padding: 10px;
    padding-left: 70px;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: Black;
    font-weight: bold;
    font-size: 12pt;
}

#menu a.menuitem:hover
{
    background: url('/App_Themes/Theme1/btn_lightGreen.png') 25px 6px no-repeat;
}

.submenuitem
{
    display: block;
    padding-bottom: 4px;
    font-size: 10pt;
    text-decoration: none;
    color: Black;
    padding-left: 70px;
    font-family: Arial, Helvetica, Sans-Serif;
}


.submenuitem2
{
    display: block;
    padding-bottom: 4px;
    font-size: 8pt;
    text-decoration: none;
    color: Black;
    padding-left: 90px;
    font-family: Arial, Helvetica, Sans-Serif;
}




#content
{
    margin-left: 270px;
}



h1 
{
    font-size: 18pt;
    font-family: Arial, Helvetica, Sans-Serif;
}

h2
{
    color: #6AC300;
    font-size: 12pt;
    font-family: Arial, Helvetica, Sans-Serif;
}

ul 
{
    padding-left: 0px;
    margin-left: 20px;
    padding-bottom:0px;
    margin-bottom: 0px;
}

li
{
    padding-bottom: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
}

p, .standardtext, .MinorSectionNumber, .SectionText, .standardtextbold
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    text-align:justify;
}
.standardtextbold
{
    font-style: italic;
}


.smalltext
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

.message 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: red;
}

.Terms 
{

}

.SectionHeader
{
    margin-top: 20px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
}

.MinorSectionNumber
{
    float:left;
    width: 50px;
    margin-top: 10px;
}

.SectionText
{
    margin-top: 10px;
    margin-left:60px;
}



.TabBar 
{
    font-family: Verdana;
    font-weight: bold;
    height:20px;
    width: 500px;
}

.TabArea 
{
    border: 1px solid black;
    padding: 20px;
    padding-top: 0px;
}

a.Tab 
{
    display: block;
    float: left;
    height: 15px;
    background-color: #A1A0A5;
    color: White;

    border: 1px solid #000000;
    border-bottom-width: 1px;
    padding: 2px 1em 2px 1em;
    text-decoration: none;
    
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    margin-right: 2px;
    z-index: 100;
}


a.CurrentTab
{
    display: block;
    float: left;
    height: 15px;
    background-color: #6AC300;
    color: White;
    
    border: 1px solid #000000;
    /*border-bottom-width: 0px; */
    padding: 2px 1em 2px 1em;
    text-decoration: none;
    
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    margin-right: 2px;
    z-index: 102;
}




.FormValue, .FormLabel
{
    font-family: Arial;
    font-size: 10pt;
    vertical-align: top;
    text-align: left;
}

.FormLabel 
{
    font-weight: bold;
}

.SiteTitle 
{
    font-family: Verdana;
    font-size: 12pt;
    color:#5fbd00;
}

