﻿body
{
    margin-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    text-align: left;
}

h1
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 15px;
    font-weight: bold;
    color: #336699;
    margin-top: 1px;
    text-transform: uppercase;
}
.imgAround
{
    border: 1px dotted #336699;
   
}

.horizLine
{
    width: 92%;
    height: 3px;
    color: #336699;
    border-bottom: #6699CC 1px solid;
}

.accordionHeader
{
    border: 1px solid #A84303;
    color: white;
    background-color: #FF6300;
    font-weight: bold;
    margin-left: 1px;
    padding-right: 2px;
    cursor: pointer;
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #376F9B;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma;
}

.accordionContent
{
    background-color: #FCECE1;
    border-left: none;
    padding-left: 10px;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, Tahoma;
}
.toolbar
{
    font-size: 12px;
    font-family: Verdana;
    background-color: #FF6300;
    color: White;
    height: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: bolder;
}
.dynamicMenu
{
    text-align: left;
    font-size: 10px;
    font-family: Verdana;
}

.toolbar-over
{
    font-size: 12px;
    font-family: Verdana;
    background-color: #FF9C00;
    color: black;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-left: 1px;
    padding-right: 1px;
    border-width: thin;
    border-color: black;
    height: 20px;
    font-weight: bolder;
}
.toolbarb
{
    font-size: 12px;
    font-family: Verdana;
    background-color: #FF6300;
    color: White;
    height: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: bolder;
}

.toolbarb-over
{
    font-size: 12px;
    font-family: Verdana;
    background-color: #FF9C00;
    color: black;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-left: 0px;
    padding-right: 1px;
    border-width: thin;
    border-color: black;
    height: 20px;
    font-weight: bolder;
}
.left_menu
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    background-color: #527787;
    padding-left: 2px;
    padding-right: 2px;
}

/* Active menu's section style */
.left_menu_active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: White;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    color: #999999;
    text-decoration: none;
}

/* Link's style of active menu's section */
.left_menu_active a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: White;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

/* Menu's section style over that exists cursor */
.left_menu_over
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    background-color: black;
    padding-left: 2px;
    padding-right: 2px;
}

/* Active menu's style over that exists cursor */
.left_menu_over_active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
    background-color: #E0EBF5;
    padding-left: 10px;
    font-weight: bold;
}

.anylinkcss
{
    font: normal 12px;
    font-family: Verdana, Arial, Tahoma;
}

.anylinkcss a
{
    text-decoration: underline;
    font: normal 12px;
    color: #5C6165;
    font-weight: bold;
    padding-left: 2px;
    padding-bottom: 1px;
    font-family: Verdana, Arial, Tahoma;
}

.anylinkcss a:hover
{
    /*hover background color*/
    text-decoration: underline;
    font-weight: bold;
    padding-left: 2px;
    padding-bottom: 1px;
    color: black;
}
.listing
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    border: 1px dotted #336699;
    color: #333333;
}
