﻿BODY
{
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

IMG
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
   
}

 
 
.button
{
    font-style: normal;
    font-family: Arial;
    font-size: 10pt;
    color: #003366;
    font-weight: bold;
}

.textbox
{
    font-style: normal;
    font-family: Arial;
    font-size: 10pt;
    background-color: white;
    color: #000000;
    font-weight: bold;
}



.textbox-invalid
{
    font-style: normal;
    font-family: Arial;
    font-size: 10pt;
    background-color: #ffcccc;
    height: 18px;
    color: #000000;
    font-weight: bold;
}

    textarea
        {
            font-family: Arial, Verdana, Helvetica, sans-serif;
            border: 1px solid #cccccc;
        }
        
        



.text-small
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.text-small2
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.text-small3
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #CC0000;
    text-decoration: none;
}
.text-small4
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #003366;
    text-decoration: none;
}
.text-small5
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

.text-link
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #0000FF;
    text-decoration: underline;
}

.text-normal
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.text-normal2
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.text-normal3
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #CC0000;
    text-decoration: none;
}
.text-normal4
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #003366;
    text-decoration: none;
}

.text-large
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.text-large2
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.text-large3
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #CC0000;
    text-decoration: none;
}
.text-large3
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #003366;
    text-decoration: none;
}


.boxlink
{
    cursor: pointer;
    background: url('../images/bg_corner.gif');
    background-repeat: no-repeat;
    width: 120;
    white-space: nowrap;
    height: 100;
    vertical-align: top;
    text-align: center;
    padding-top: 15px;
    line-height: 15pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #034EFA;
    text-decoration: underline;
}

.topwelcome
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    width: 240px;
    color: #FFFFFF;
}


.topwelcome a
{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bolder;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
}



.menubar a
{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bolder;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}



td
{
    font-size: 12px;
    font-family: Tahoma;
    margin-left: 40px;
}



#pageFooter
{
    clear: both;
    background: url(../images/footer_back.jpg) 0 5px repeat-x;
    text-align: center;
    height: 26px;
    padding: 17px 15px 0 15px;
}

.ModalBackground
{
    background-color: Gray;
    filter: alpha(opacity=75);
}




#progress_overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
    filter: alpha(opacity=60);
    z-index: 20000;
}
#progress_container
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
    z-index: 20001;
}
#progress_inner
{
    display: block;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 380px;
    height: 50px;
    margin: 25% auto 0 auto;
    background: #FFFFFF;
    border: solid 1px orange;
    z-index: 20002;
}
.TreeView
{
    background-color: White;
    padding-top: 4px;
    padding-left: 1px;
    border: #7C7C94 1px solid;
    cursor: default;
}


.TreeNode
{
    font-family: tahoma;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
}


.HoverTreeNode
{
    font-family: tahoma;
    font-size: 11px;
    text-decoration: underline;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
}

.SelectedTreeNode
{
    font-family: tahoma;
    font-size: 11px;
    background-color: gray;
    color: white;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
}

.NodeEdit
{
    border: 1px gray solid;
    font-family: tahoma;
    font-size: 11px;
}


.CompletionList
{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    list-style-type: none;
    margin: 2px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    background-color: #FFFFFF;
    cursor: pointer;
    z-index: 9999;
    text-align: left;
}



.CompletionListItem
{
    color: #000000;
    margin: 5px 5px 5px 5px;
}

.CompletionListHighlightedItem
{
    margin: 5px 5px 5px 5px;
    background-color: #CCCCFF;
    list-style-image: url('images/icon_gray_arrow.gif');
    color: #000000;
}




/*Reorder List*/
.dragHandle
{
    width: 10px;
    height: 15px;
    background-color: #336699;
    cursor: move;
    border: outset thin white;
}

.callbackStyle
{
    border: thin blue inset;
}

.callbackStyle table
{
}


.reorderListArea li
{
    list-style: none;
    margin: 2px;
    border-color: #336699;
    border-width: 1px;
    font-weight: bold;
    border-style: solid;
    background-color: #EEEEEE;
    color: #000000;
}



.reorderCue
{
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea
{
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
}


.iconbox
{
    background-image: url('images/bg_corner.gif');
    height: 120px;
    width: 120px;
    background-repeat: no-repeat;
}




.ListSearchExtenderPrompt
{
    font-style: italic;
    color: Gray;
    background-color: white;
}






/*Snap*/

.SnapHeader
{
    color: #ffffff;
    background-color: #6699CC;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#003499' , EndColorStr= '#6698CB' );
    cursor: move;
}

.snapHeaderClosed
{
    color: #ffffff;
    background-color: #E8E9F1;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= 'black' , EndColorStr= '#E8E9F1' );
    cursor: move;
}

.SnapContent
{
    font-family: verdana;
    font-size: 11px;
    padding: 3px;
    border: #4284b5 1px solid;
    background-color: white;
}

.Dock
{
    padding: 5px;
    border: #3366CC 1px solid;
    background-color: #CCCCFF;
}

.Links
{
    list-style-image: none;
    color: Black;
    font-size: 11px;
}



/*CollapsiblePanel*/
.collapsePanel
{
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 100%;
    height: 24px;
    background: url(../images/lower_bar.jpg) repeat-x;
    color: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#master_content .collapsePanelHeader a
{
    color: #FFF;
}
#master_content .collapsePanelHeader a:hover
{
    text-decoration: none;
    background: none;
}



.calendar
{
    z-index: 10001;
}






.Level1TabOff
{
    width: 102px !important;
    border: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 12px;
    padding-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    height: 32px !important;
    background: url('/images/ButtonOff.gif');
    background-repeat: no-repeat;
    white-space: nowrap;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}




.Level1TabOn
{
    width: 102px !important;
    border: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 12px;
    padding-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    height: 32px !important;
    background: url('/images/ButtonOn.gif');
    background-repeat: no-repeat;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}



.Level2TabOff
{
    border: 0px !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
.Level2TabOn
{
    border: 0px !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    white-space: nowrap;
    color: #FFF000;
    font-size: 12px;
    font-weight: bold;
}




