﻿.ClickedLeftMenuLinkButton
{
    padding: 6px;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #808080;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    width: 128px;
    position: absolute;
}
.ClickedTopLinkButton
{
    padding: 17px;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #808080;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    width: 100px;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-color: #003399;    
}
.ClickedLinkButton
{
    padding: 4px 0px 4px 0px;
    background-color: #808080;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    width: 130px;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-color: #003399;
}
.LinkButton
{
    padding: 4px 0px 4px 0px;
    background-color: #DDDDDD;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    width: 130px;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-color: #003399;
}
.TopLinkButton
{
    padding: 17px;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #DDDDDD;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    width: 100px;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-color: #003399;
}


/*
a:link
{
}
a:active
{
}
a:visited
{
}
a:hover
{
    background-color: #808080;
    color: #FFFFFF;
    text-decoration: none;
}
*/
.LabelAbsolute
{
    font-family: Tahoma;
    font-size: 12px;
    background-color: #EEEEEE;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    position: absolute;
    z-index: 1;
}
.LabelRelative
{
    font-family: Tahoma;
    font-size: 12px;
    background-color: #EEEEEE;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
}
.TextBoxAbsolute
{
    border-style: solid;
    border-width: thin;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #DDDDDD;
    position: absolute;
    z-index: 1;
}
.TextBoxRelative
{
    border-style: solid;
    border-width: thin;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #FFFFFF;
    width: 150px;
}
.LeftMenuLinkButton
{
    padding: 6px;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #DDDDDD;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    width: 128px;
    position: absolute;
}
.Button
{
    position: absolute;
    z-index: 1;
    background-color: #003399;
    color: #FFFFFF;
    /*border-style: solid;*/
    font-family: Arial;
    font-size: 12px;
    width: 80px;
    border: none;
}

.Panel
{
    background-color: #EEEEEE;
    z-index: 1;
    position: absolute;
}

a.HyperLink:link
{
    font-family: Tahoma;
    font-size: 12px; 
    color: #003399;
}
a.HyperLink:active
{
}
a.HyperLink:visited
{
    font-family: Tahoma;
    font-size: 12px; 
    color: #003399;
}
a.HyperLink:hover
{
    background-color: #DDDDDD;
}

.ProductName
{
    font-family: Rockwell;
    color: #003399;
    font-size: large;
}


/*New labels*/
body
{
    font-family: Arial;
    font-size: 12px;
    background-color: #003399;
}
.MainPanel
{
    background-color: White;
    position: relative;
    width: 1000px;
    height: 800px;    
    margin-left: auto;
    margin-right: auto;
    /*border: 2px solid black;*/
}
/*
.HeaderPanel
{
    background-color: #36454F; 
    z-index: 1; 
    position: absolute;
}
*/
.StandardLabel
{
    z-index: 1; 
    position: absolute; 
}
.StandardCheckBox
{
    z-index: 1; 
    position: absolute; 
}
.StandardTextBox
{
    border-style: solid;
    border-width: thin;
    position: absolute;
    z-index: 1;
    width: 200px;
}
.StandardDropDownList
{
    position: absolute;
    z-index: 1;
    width: 200px;            
    border-style: solid;
    border-width: thin;
}
.StandardListBox
{
    position: absolute;
    z-index: 1;
    width: 200px;            
    border-style: solid;
    border-width: thin;
    border-color: black;
}
.StandardImageButton
{
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
}
.PopupPanel
{    
    background-color: #C0C0C0;
    height: 150px;
    width: 300px;
}
.PopupDragPanel
{
    background-color: #666666;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 300px;
    color: #FFFFFF;
    cursor: move;
}
.ModalBackground
{
    background-color:#EEEEEE; 
    filter:alpha(opacity=70);
    opacity:0.7;
}
.HelpImage
{
    z-index: 1; 
    position: absolute; 
    top: 5px; 
    right: 15px; 
}
.HelpImageSmall
{
    z-index: 1; 
    position: absolute; 
    top: 0px; 
    right: 0px; 
}
.HelpPanel
{
    height: 400px;
    width: 300px;
    background-color: #FFFF99;
}
.HelpObject
{
    height: 400px; 
    width: 300px;
}
.HelpPanelSmall
{
    height: 400px;
    width: 300px;
    background-color: #FFFF99;
}
.HelpObjectSmall
{
    height: 400px; 
    width: 300px;
}
.HelpHTML
{
    background-color: #FFFF99;
}
.HelpObjectAll
{
    height: 500px; 
    width: 800px;
}
a.ManageCasesLink:link
{
    position: absolute;
    z-index: 2;
    padding: 2px;
    background-color: #FFFFCC;
    color: #000000;
    text-decoration: none;
    text-align: right;
    width: 200px;
    border-style: solid;
    border-width: 2px;
    border-color: #003399;
    right: 10px;
    font-style: italic;
}
a.ManageCasesLink:active
{
}
a.ManageCasesLink:visited
{
    position: absolute;
    z-index: 2;
    padding: 2px;
    background-color: #FFFFCC;
    color: #000000;
    text-decoration: none;
    text-align: right;
    width: 200px;
    border-style: solid;
    border-width: 2px;
    border-color: #003399;
    right: 10px;
}
a.ManageCasesLink:hover
{
    background-color: #003399;
    color: #FFFFFF;
}
.ManageCasesPanel
{
    border: 6px solid #003399;
    background-color: #FFC671;
    height: 300px;
    width: 500px;
}
.ManageCasesDragPanel
{
    background-color: #003399;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 500px;
    color: #FFFFFF;
    cursor: move;
}
.ManageCasesButton
{
    position: absolute;
    z-index: 1;
    background-color: #003399;
    color: #FFFFFF; /*border-style: solid;*/
    font-family: Arial;
    font-size: 12px;
    width: 80px;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
a.HeaderLB:link
{
    background-color: #CCFF33;
    color: #000000;
    text-align: center;
    width: 100px;
    position: absolute;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
}
a.HeaderLB:active
{
}
a.HeaderLB:visited
{
    background-color: #CCFF33;
    color: #000000;
    text-align: center;
    width: 100px;
    position: absolute;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;    
}
a.HeaderLB:hover
{
    background-color: #669900;
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}
.ClickedHeaderLB
{
    background-color: #669900;
    color: #FFFFFF;
    text-align: center;
    width: 100px;
    position: absolute;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
a.LHSLinkButton:link
{
    position: absolute;
    z-index: 1; 
    color: #000000;
    text-decoration: none;
    text-align: center;
    width: 132px;
    left: 4px;
    padding-top: 5px;
    padding-bottom: 5px; 
    background-image: url('LHSButton.png');
}
a.LHSLinkButton:active
{
}
a.LHSLinkButton:visited
{
    position: absolute;
    z-index: 1;
    color: #000000;
    text-decoration: none;
    text-align: center;
    width: 132px;
    left: 4px;
    padding-top: 5px;
    padding-bottom: 5px;     
    background-image: url('LHSButton.png');
}
a.LHSLinkButton:hover
{
    position: absolute;
    z-index: 1;
    color: #000000;
    text-decoration: none;
    text-align: center;
    width: 132px;
    left: 4px;
    padding-top: 5px;
    padding-bottom: 5px; 
    background-image: url('HoverLHSButton.png');
}
.ClickedLHSLinkButton
{
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    width: 132px;
    left: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url('ClickedLHSButton.png');   
}
.newstyle
{
    background-color: #DDEEFF;
}