html{
    margin: 0;
    padding: 0px;
    height: 100%;
    border: none
}

body
{
    margin: 0;
    padding: 0px;
    height: 100%;
    border: none;
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 1em;
    position: relative;
}

.Help
{
    background-color: #ffffbb;
    padding: 10px;
}

li
{
	margin-bottom: 5px;
}

label
{
    cursor: pointer;
}

.PageHeader
{
    float: left;
    width:100%;
    height: 100px;
    background-image: url(Res/Logo.gif);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.Section
{
    float: left;
    width: 619px;
    background-image: url(Res/Line.jpg);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
}

.Header
{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.5cm;
}

.Para
{
	   float: left;
    width: 100%;
    text-align: left;
    text-indent: 0.5cm;
    margin-bottom: 0.3cm;
}

.MenuSection
{
    float: left;
    background-image: url(Res/GradGreen.jpg);
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    height: 19px;
    cursor: default;
    text-indent: 5px;
    padding-top: 5px;
}

.MenuGroup
{
    padding-top: 5px;
    float: left;
    width: 100%;
    overflow-y: auto;
}

.MenuItem
{
    float: left;
    text-decoration: none;
    background-image: url(Res/GradLGray.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    color: #000000;
    width: 100%;
    height: 20px;
    cursor: pointer;
    text-indent: 20px;
    padding-top: 5px;
}

.SelMenuItem
{
    float: left;
    text-decoration: none;
    background-image: url(Res/GradBlue.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    height: 20px;
    cursor: pointer;
    text-indent: 20px;
    padding-top: 5px;
}

.MenuItem1
{
    float: left;
    width: 100%;
    height: 20px;
    background-image: url(Res/GradLGray.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
    text-indent: 40px;
    padding-top: 5px;
}

.SelMenuItem1
{
    float: left;
    width: 100%;
    height: 20px;
    background-image: url(Res/GradBlue.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
    text-indent: 40px;
    padding-top: 5px;
    color: #ffffff;
}

.MenuItem2
{
    float: left;
    width: 100%;
    height: 20px;
    background-image: url(Res/GradLGray.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
    text-indent: 60px;
    padding-top: 5px;
}

.Strip
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.ListRow
{
    float: left;
    width: 100%;
}

.SelListRow
{
    float: left;
    width: 100%;
    color: #ffffff;
    background-color: #000088;
}

.TableRow
{
    cursor: pointer;
}

.SelTableRow
{
    color: #ffffff;
    background-color: #000088;
}

.Lbl
{
    float: left;
    text-align: right;
    margin-right: 5px;
}

.Ctrl
{
    float: left;
}

.EditBox
{
    border: 1px solid #888888;
    font: normal 100% helvetica, arial, verdana, sans-serif;
}

.NumEditBox
{
    border: 1px solid #888888;
    text-align: right;
    font: normal 100% helvetica, arial, verdana, sans-serif;
}

.ErrEditBox
{
    border: 1px solid #888888;
    background-color: #ffaaaa;
    font: normal 100% helvetica, arial, verdana, sans-serif;
}

.Button
{
    border: none;
    background-image: url(Res/GradBlue.jpg);
    background-repeat: repeat-x;
    /*background: linear-gradient(#0000AA, #bbbbff);*/
    width: 60px;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
    margin: 2px;
    padding-top: 5px;
    cursor: pointer;
    float: left;
    text-align: center;
}

.ButtonRed
{
    border: none;
    background-image: url(Res/GradRed.jpg);
    background-repeat: repeat-x;
    width: 60px;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
    margin: 2px;
    padding-top: 5px;
    cursor: pointer;
    float: left;
    text-align: center;
}

.ButtonYellow
{
    border: none;
    background-image: url(Res/GradYellow.jpg);
    background-repeat: repeat-x;
    width: 60px;
    height: 25px;
    color: #000000;
    font-weight: bold;
    margin: 2px;
    padding-top: 5px;
    cursor: pointer;
    float: left;
    text-align: center;
}

.ButtonBlue
{
    border: none;
    background-image: url(Res/GradBlue.jpg);
    background-repeat: repeat-x;
    width: 60px;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
    margin: 2px;
    padding-top: 5px;
    cursor: pointer;
    float: left;
    text-align: center;
}

.ButtonLGray
{
    border: none;
    background-image: url(Res/GradLGray.jpg);
    background-repeat: repeat-x;
    width: 60px;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
    margin: 2px;
    padding-top: 5px;
    cursor: pointer;
    float: left;
    text-align: center;
}

.ButtonDGray
{
    border: none;
    background-image: url(Res/GradDGray.jpg);
    background-repeat: repeat-x;
    width: 60px;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
    margin: 2px;
    padding-top: 5px;
    cursor: pointer;
    float: left;
    text-align: center;
}

.ButtonGreen
{
    border: none;
    background-image: url(Res/GradGreen.jpg);
    background-repeat: repeat-x;
    width: 60px;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
    margin: 2px;
    padding-top: 5px;
    cursor: pointer;
    float: left;
    text-align: center;
}

.Toolbar
{
    float: left;
    width: 100%;
    background-color: #eeeeee;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ToolButton
{
    border: solid #888888 1px;
    float: left;
    background-color: #c0c0c0;
    cursor: pointer;
    padding: 2px;
    margin-left: 1px;
    width: 16px;
    height: 16px;
}

.HelpButton
{
    background-color: #000088;
    color: white;
    cursor: pointer;
    padding: 1px;
}
