﻿body
{
    list-style-position: outside;
    font-size: medium;
    margin: 6px;
    color: #003000;
    border-top-style: none;
    font-family: Arial, Helvetica, Monospace;
    border-right-style: none;
    border-left-style: none;
    list-style-type: square;
    position: static;
    text-align: left;
    border-bottom-style: none;
}
h1
{
    list-style-position: outside;
    font-size: medium;
    margin: 6px;
    color: #003000;
    border-top-style: none;
    font-family: Arial, Helvetica, Monospace;
    border-right-style: none;
    border-left-style: none;
    list-style-type: square;
    position: static;
    text-align: left;
    border-bottom-style: none;
    font-weight: bold;
}
h2
{
    list-style-position: outside;
    font-size: medium;
    margin: 6px;
    color: #003000;
    border-top-style: none;
    font-family: Arial, Helvetica, Monospace;
    border-right-style: none;
    border-left-style: none;
    list-style-type: square;
    position: static;
    text-align: left;
    border-bottom-style: none;
    font-weight: bold;
}
h3
{
    list-style-position: outside;
    font-size: medium;
    margin: 6px;
    color: #003000;
    border-top-style: none;
    font-family: Arial, Helvetica, Monospace;
    border-right-style: none;
    border-left-style: none;
    list-style-type: square;
    position: static;
    text-align: left;
    border-bottom-style: none;
    font-weight: bold;
}
h4
{
    list-style-position: outside;
    font-size: medium;
    margin: 6px;
    color: #003000;
    border-top-style: none;
    font-family: Arial, Helvetica, Monospace;
    border-right-style: none;
    border-left-style: none;
    list-style-type: square;
    position: static;
    text-align: left;
    border-bottom-style: none;
    font-weight: bold;
}
p
{
    border-style: none;
    list-style-position: outside;
        font-size: large;
        margin: 6px;
        color: #003000;
        font-family: Arial, Helvetica, Monospace;
        list-style-type: square;
        position: static;
    text-align: center;
    }
.center
{
    text-align:center;
    }
.MsoNormal
{    border-style: none;
    list-style-position: outside;
        font-size: medium;
        margin: 6px;
    color: #000000;
        font-family: Arial, Helvetica, Monospace;
        list-style-type: square;
        position: static;
        text-align: left;
    }
/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu { margin: 5px; height: 100px; font-size: 11pt; font-family: arial; }
.menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 900; list-style-type: none; width: 12.4em;
    top: 0px;
    left: 0px;
}
.menu li { background-color: Transparent ; float: left; background-image:url(images/btn3.gif) }
.menu li.sub { background-color: #cccc99; }
.menu table { position: absolute; border-collapse: collapse; top: 27pt; 
left: -3pt; 
z-index: 900; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited { border: 1px outset #ffffff; display: block; text-decoration: none; height: 1.6em; line-height: 1.6em; width: 10em; color: #000000; padding-left: 1em; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 10em; line-height: 1.8em; }
* html .menu a:hover { color: #ccff66; background-color: #999966; position: relative; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #ccff66; background-color: #999966; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover > a { color: #ccff66; background-color: #999966; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 9em; background-color: transparent; }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.updatePanel 
{
    width: 300px;
    border: solid 1px #999999;
    
}
.updatePanel > div
{
    width: 100%;
    height: 100%;
}
.updatePanel .updatePanelContent 
{
    padding: 10px;
    text-align: left;
}
.progressMessage 
{
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

div.blockMsg {
    width:  60%;
    top:    30%;
    left:   20%;
    text-align: center;
    background-color: #fff;
    border: 3px solid #aaa;
    padding: 0;
    color: #000000;
}
