﻿
.placeholder
{
    /*font-family: Arial, Arial, Sans-Serif;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.appHeaderContainer
{
    margin-bottom: 9px;
    padding-top: 10px;
}

.appHeader
{
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}

    .appHeader h1
    {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        padding-bottom: 10px;
        color: #FFFFFF;
    }

.placeholder span
{
    margin-left: 10px;
    font-weight: bold;
    color: Gray;
}

.placeholder a
{
    margin-left: 10px;
    font-weight: bold;
    color: #0066CC;
}

.mainContectBody
{
    background: url("../images/global/borderMid.png") repeat-y scroll 0 0 transparent;
    clear: both;
    margin-left: -20px;
    position: relative;
    width: 755px;
    /*min-height: 1000px;*/
}

.headerText1
{
    font-weight: bold;
    color: Gray;
    font-size: 25px;
    vertical-align: bottom;
}

.headerText2
{
    font-weight: bold;
    color: Gray;
    font-size: 15px;
    vertical-align: bottom;
    margin-bottom: 50px;
}

.subheader
{
    background: url("../images/global/borderMidSmall.png") repeat-y scroll 0 0 transparent;
    clear: both;
    margin-left: -10px;
    min-height: 2.6em;
    position: relative;
    width: 751px;
    display: none;
}

    .subheader span
    {
        margin-left: 10px;
        font-weight: bold;
        color: Gray;
    }

    .subheader a
    {
        margin-left: 10px;
        font-weight: bold;
        color: #0066CC;
    }

.BoxTopCurve
{
    background: url("../Images/Global/borderCurve.png") 0 -6px no-repeat;
    height: 8px;
    text-indent: -9999px;
}

.BoxTopCurveSmall
{
    background: url("../Images/Global/borderCurveSmall.png") 0 -6px no-repeat;
    height: 8px;
    text-indent: -9999px;
}

.BoxBtmCurve
{
    background: url("../images/global/borderCurve.png") 0 0 no-repeat;
    clear: both;
    height: 6px;
    overflow: hidden;
    text-indent: -9999px;
    width: 755px;
}

.BoxBtmCurveSmall
{
    background: url("../Images/Global/borderCurveSmall.png") 0 0 no-repeat;
    clear: both;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 721px;
}

.leftMenuActive
{
    /*background: url("../images/menu/arrow-blue-sub.png") repeat-y scroll 0 0 transparent;*/
    /*background: #006699 repeat scroll 0 0 transparent;*/
    background: #006699;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 185px;
    min-height: 32px;
    /*text-align:center;*/
    z-index: 10;
    margin-top: 1px;
    margin-bottom: 1px;
    /*padding-bottom:10px;    */
    display: inline-block;
}

.leftMenuActiveSub
{
    /*background: url("../images/menu/arrow-blue-sub.png") repeat-y scroll 0 0 transparent;*/
    background: none repeat scroll 0 0 transparent;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 175px;
    /*height:23px;*/
    /*text-align:center;*/
    z-index: 10;
    margin-top: 1px;
    margin-bottom: 1px;
    /*padding-bottom:10px;    */
    display: inline-block;
    margin-left: 10px;
}

.leftMenuActive #leftTextMenuContainer
{
    background-color: #006699;
    float: left;
    /*min-height:50px;*/
    padding-bottom: 10px;
    width: 100%;
    border-radius: 2px;
    vertical-align: middle;
    text-align: left;
    padding-top: 5%;
}

.leftMenuInactiveVisited #leftTextMenuContainer
{
    background-color: #7F7F7F;
    float: left;
    /*min-height:50px;*/
    padding-bottom: 10px;
    width: 100%;
    border-radius: 2px;
    vertical-align: middle;
    text-align: left;
    padding-top: 5%;
}

.leftMenuInactive #leftTextMenuContainer
{
    background-color: #DFE1E9;
    float: left;
    /*min-height:50px;*/
    padding-bottom: 10px;
    width: 100%;
    border-radius: 2px;
    vertical-align: middle;
    text-align: left;
    padding-top: 5%;
}

.leftMenuActiveSub #leftTextMenuContainer
{
    background-color: #006699;
    float: left;
    min-height: 30px;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 2px;
    text-align: left;
    /*padding-top: 5%;*/
}

.leftMenuInactiveSub #leftTextMenuContainer
{
    float: left;
    /*min-height:30px;*/
    /*padding-bottom:10px;*/
    /*width: 100%;*/
    border-radius: 2px;
    background: url("../images/menu/gray-button.png") repeat-y scroll 0 0 transparent;
    border-radius: 2px;
    text-align: left;
    /*padding-top: 5%;*/
}

.leftMenuActive a, .leftMenuActive a:link, .leftMenuActive a:visited
{
    color: White;
    /*margin-top:5%;*/
    padding-right: 14%;
    /*padding-left:15%;*/
    /*font-weight:bold;*/
    text-decoration: none;
    display: inherit;
    text-align: left;
    padding-left: 5px;
    font-weight: 200;
}

.leftMenuActiveSub a, .leftMenuActiveSub a:link, .leftMenuActiveSub a:visited
{
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin-right: 0px;
    margin-top: 7%;
    padding-left: 10px;
    padding-top: 2px;
    text-decoration: none;
    font-weight: 200;
    text-align: left;
}

.leftMenuInactive
{
    /*background: none repeat scroll 0 0 #C0C0C0;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 170px;*/
    background: none repeat scroll 0 0 #DFE1E9;
    border: 1px solid #DFE1E9;
    border-radius: 4px;
    height: 35px;
    margin-bottom: 1px;
    /* padding: 10px; */
    position: relative;
    text-align: center;
    width: 185px;
}

.MenuInnerArrowTOP
{
}

.MenuInnerArrowBOTTOM
{
}

.MenuInnerArrowVisitedTOP
{
}

.MenuInnerArrowVisitedBOTTOM
{
}

.leftMenuInactiveVisited
{
    /*background: url("../images/menu/extra-gray-button.png") repeat-y scroll 0 0 transparent;
    clear: both;    
    margin: 0 auto;   
    position: relative;
    width: 185px;    
    height:64px;
    text-align:center;
    margin-bottom:3px;
    */
    background: none repeat scroll 0 0 #5C5858;
    border: 1px solid #7F7F7F;
    border-radius: 4px;
    height: 35px;
    margin-bottom: 1px;
    /*padding: 10px;*/
    position: relative;
    text-align: center;
    width: 185px;
}

.MenuInnerArrowTOP:before
{
    /*border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    height: 3px;
    left: 59px;
    position: absolute;
    top: -6%;
    width: 3px;*/
}

.MenuInnerArrowBOTTOM:after
{
    /*border-color: #C0C0C0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    height: 1px;
    left: 60px;
    margin-left: -1px;
    position: absolute;
    top: 95%;
    width: 2px;
    z-index: 10;*/
}

.MenuInnerArrowVisitedTOP:before
{
    /*border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    height: 3px;
    left: 59px;
    position: absolute;
    top: -6%;
    width: 3px;*/
}

.MenuInnerArrowVisitedBOTTOM:after
{
    /*border-color: #5C5858 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    height: 1px;
    left: 60px;
    margin-left: -1px;
    position: absolute;
    top: 95%;
    width: 2px;
    z-index: 11;*/
}

.leftMenuInactiveSub
{
    background: url("../images/menu/gray-button.png") repeat scroll 0 0;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 175px;
    min-height: 28px;
    /* text-align: center; */
    z-index: 10;
    margin-top: 1px;
    margin-bottom: 1px;
    /* padding-bottom: 10px; */
    display: inline-block;
    margin-left: 10px;
}

.leftMenuInactiveSubHidden
{
    display: none;
}

.leftMenuInactiveSubVisited
{
    /*background: url("../images/menu/extra-gray-button.png") repeat-y scroll 0 0 transparent;*/
    background: url("../images/menu/extra-gray-button.png") repeat scroll 0 0;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 175px;
    min-height: 28px;
    /*text-align:center;*/
    /*padding-bottom: 10px;*/
    z-index: 10;
    margin-top: 1px;
    margin-bottom: 1px;
    display: inline-block;
    margin-left: 10px;
    text-align: left;
}

.leftMenuInactive a, .leftMenuInactive a:link, .leftMenuInactive a:visited
{
    color: #111C24;
    /*padding-top: 5%;*/
    padding-right: 14%;
    /* font-weight: bold; */
    text-decoration: none;
    display: inherit;
    text-align: left;
    padding-left: 5px;
    font-weight: 200;
}

.leftMenuInactiveVisited a, .leftMenuInactiveVisited a:link, .leftMenuInactiveVisited a:visited
{
    color: white;
    /*padding-top: 5%;*/
    padding-right: 15%;
    /* font-weight: bold; */
    text-decoration: none;
    display: inherit;
    text-align: left;
    padding-left: 5px;
    font-weight: 200;
}

.leftMenuInactiveSub a, .leftMenuInactiveSub a:link, .leftMenuInactiveSub a:visited
{
    color: Black;
    margin-top: 2px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
    font-size: 10px;
    padding-top: 6px;
    margin-right: 20px;
    font-weight: 200;
    text-align: left;
}

.leftMenuInactiveSubVisited a, .leftMenuInactiveSubVisited a:link, .leftMenuInactiveSubVisited a:visited
{
    color: White;
    margin-top: 2px;
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
    font-size: 10px;
    padding-top: 6px;
    margin-right: 20px;
    font-weight: 200;
    text-align: left;
}

.smallButtonActive
{
    background: url("../images/menu/buttonback.png") repeat;
    color: White;
    font-weight: bold;
    text-decoration: none;
}


.VisibleControlPanel
{
    width: 95%;
}

.HiddenControlPanel
{
    display: none;
}

.DeactiveControlPanel
{
    opacity: 0.6;
    filter: alpha(opacity=60);
    pointer-events: none;
}




.CheckBoxStyle
{
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 25px;
    line-height: 20px;
    font-weight: normal;
    width: 100%;
}

    .CheckBoxStyle label
    {
        display: inline-block;
        width: 90%;
        text-align: left;
    }

    .CheckBoxStyle input
    {
        display: inline;
        width: 20px;
        /* clear: none; */
        vertical-align: top;
    }

.OptionParapraphStyle
{
    display: inline-table;
}

.TableStyle
{
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    width: 100%;
}

.TableHeaderStyle
{
    background-color: #006699;
    border: 1px solid #CACACA;
    color: #FFFFFF;
    width: 100%;
    font-weight: lighter;
}

.TableRowStyle
{
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    -moz-border: 1px solid #CACACA;
}

.ffCellBorder
{
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
}
/*.TableRowStyle td  {
    background-color: #FFFFFF;    
    border: 1px solid #CACACA;
}*/

.TableRowStyle:hover
{
    background-color: #c2e3f3;
    border: 1px solid #CACACA;
}

.TableAlternateRowStyle
{
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
}
    /*.TableAlternateRowStyle td {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
}*/
    .TableAlternateRowStyle:hover
    {
        background-color: #c2e3f3;
        border: 1px solid #CACACA;
    }

.BoxTextField
{
    width: 98%;
    /*border: thin solid #999999;*/
    overflow-y: auto;
    z-index: 2;
    border-radius: 4px;
    margin-left: 0px;
}


.ContentFooter
{
    /*min-height: 50px;*/
    /*padding-top: 20px;*/
    overflow-y: auto;
    text-align: left;
    color: black;
    height: 34px;
    width: 100%;
}

.pdfIcon
{
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
