﻿/* .......... FWC Main Layout styles ............*/
.CursorHand {
    cursor: hand;
}

a {
    outline: none !important;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: White;
    border: none;
    /*height: 100%;*/
    width: 100%;
      background-color:#ececee;
	font-size:12px;
	color:#454545;
}

.DropDown-adhoc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	width:140px !important;
    border:1px solid #c2c2c2;
}
.TabHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.TabLinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

    .TabLinks:hover {
        text-decoration: underline;
    }

.TabLinks2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

    .TabLinks2:hover {
        text-decoration: underline;
    }

.HeaderBG {
    background-color: #DBEAF5;
}

.TabLinkOddBG {
    background-color: #D1CABE;
}

.TabLinkEvenBG {
    background-color: #C0BAB0;
}

.TopNavBG {
    background-color: #3D5B64;
}

.PageHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4791C5;
    padding: 5px;
}

.PageBodyBG {
    background-color: #DBEAF5;
}

.LeftNavBG {
    background-color: #4791C5;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}

.TabHeaderBG {
    background-color: #7b8385;
}

.SiteMap {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.CurrentNode {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 2px;
}

.Node {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 2px;
}

    .Node:hover {
        color: #000000;
        text-decoration: underline;
    }

.SectionTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #74B3E0;
    padding: 2px;
    width: 100%;
}

.TableHeaderBG {
    background-color: #4791C5;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.TableBorder {
    border: 1px solid #FFFFFF;
    background-color: #B5D5EC;
}

.NormalText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #444444;
    /*width:200px;*/
    width: 204px;
}

.NormalDropDown {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
    width: 205px;
    border: 1px solid #c2c2c2;
}

.DisableDropDown {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
    width: 206px;
    background-color: #EFEFEF;
}

.ValueText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #296879;
}

.LabelRequired {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #D35400 !important;
}

#required .divRepeatDirection {
    float: left;
    width: 700px;
}

.LabelErrorMessage {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    color:#a43b0a;
    list-style-type: square !important;
}

    .LabelErrorMessage ul, .LabelErrorMessage li {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 5px;
        color: Red !important;
        list-style-type: square !important;
    }

.BaseTextBoxReadOnly {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #A0A0A0;
    /*
    color: #000000;
	background-color:#EFEFEF;
    */
    border: Solid 1px #c2c2c2;
}

.Lookup span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
}

.ReadOnlyTxtBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #D1CABE;
    border: none;
}

.GridHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold !important;
    /*background-color: #edf1f2;*/
    background-color: var(--SecondaryColor);
    font-weight: bold;
    color: #124079;
    line-height: 18px;
}

    .GridHeader td, .GridHeader th {
        color: #fff !important;
        font-weight: bold;
        padding: 6px 6px 6px 6px !important;
        /*text-align:center;*/
        white-space: normal;
        border: 1px solid #e9e9e9 !important;
    }

        .GridHeader td a, .GridHeader th a {
            color: #fff !important;
            text-decoration: none !important;
        }


    .GridHeader .label {
        color: #fff;
    }

    .GridHeader td a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px !important;
        color: #63625D;
        font-weight: bold;
        text-decoration: underline;
    }

    .GridHeader a:hover {
        text-decoration: underline;
    }

.GridHLC a {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12pt;
    color: #000000 !important;
    text-decoration: none;
}

    .GridHLC a:hover {
        text-decoration: underline;
        font-size: 12pt;
    }

    .GridHLC a:visited {
        font-size: 12pt;
        color: #000000;
        text-decoration: none;
    }

.GridItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    text-align: left;
}

    .GridItem td {
        /*border: 1px solid #ccc;
	padding-left:3px;
	padding-right:3px;	
	padding-left:5px;*/
        margin: 0;
        white-space: normal;
        border: 1px solid #dbdddc;
        /*padding:3px 3px 3px 3px !important;*/
        padding: 3px 6px 3px 6px !important;
        line-height: 18px;
        border-collapse: collapse;
    }
    .GridItem .right, .GridAltItem .right {
        text-align: right;
    }

.ucGridAltItem h1 span {
    font-size: 12px !important;
    color: #1b1b1b !important;
    font-weight: normal !important;
}

.normalGrayTxt h1 span {
    font-size: 12px !important;
    color: #1b1b1b !important;
    font-weight: normal !important;
}

.GridItem a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

    .GridItem a:hover {
        text-decoration: none !important;
        font-size: 12px;
    }

    .GridItem a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
    }

    .GridItem a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
        text-decoration: underline;
    }

    .GridItem a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
    }

.GridAltItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*background-color: #F5F5F5;
	background-color: #F1F5F6;*/
    text-align: left;
    /*padding:3px 3px 3px 3px !important;*/
    padding: 3px 6px 3px 6px !important;
    background-color: #f9fafc;
}

    .GridAltItem td {
        /*padding-left:3px;
	padding-right:3px;*/
        /*height:15px;*/
        border: 1px solid #dbdddc;
        /*padding:3px 3px 3px 3px !important;*/
        padding: 3px 6px 3px 6px !important;
        white-space: normal;
        line-height: 18px !important;
    }

    .GridAltItem a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .GridAltItem a:hover {
            text-decoration: none !important;
            font-size: 12px;
        }

        .GridAltItem a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

        .GridAltItem a:link {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
            text-decoration: underline;
        }

        .GridAltItem a:active {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

.gridItemQuestion td {
    margin: 0;
    white-space: normal;
    border: 1px solid #e9e9e9;
    padding: 3px 6px 3px 6px !important;
    line-height: 18px;
    border: none !important;
}



.rblQuestons td {
    border: 0 !important;
}

.gridHeading {
    font-size: 12px !important;
    background-image: url(../../images/bluesmlarrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 5px 0 !important;
    padding-left: 25px !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}


.alignRightList {
    text-align: right !important;
}

.gridBorder {
    border: none !important;
}

















/*===============================*/

.ucGridItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #e8f2f4;
    text-align: left;
}

    .ucGridItem td {
        margin: 0;
        white-space: normal;
        border: 1px solid #dcd8d7;
        /*padding:3px 3px 3px 3px !important;*/
        padding: 3px 6px 3px 6px !important;
        line-height: 18px;
        background-color: #ebf4f9;
        color: #1b1b1b;
    }

        .ucGridItem td table tr td {
            padding: 0 0 0 8px !important;
        }

    .ucGridItem a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #1b1b1b;
        text-decoration: underline;
    }

    .ucGridItem td span {
        color: #1b1b1b;
    }

    .ucGridItem a:hover {
        text-decoration: underline;
        font-size: 12px;
    }

    .ucGridItem a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #1b1b1b;
    }

    .ucGridItem a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #1b1b1b;
        text-decoration: underline;
    }

    .ucGridItem a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #1b1b1b;
    }

.ucGridAltItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #f9f9f9;
    text-align: left;
}

    .ucGridAltItem td {
        border: 1px solid #b4babe;
        padding: 6px 6px 6px 6px !important;
        white-space: normal;
        line-height: 18px !important;
    }

        .ucGridAltItem td span {
            color: #1b1b1b;
        }


        .ucGridAltItem td table tr td {
            padding: 0 0 0 8px !important;
        }

    .ucGridAltItem a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #1b1b1b;
        text-decoration: underline;
    }

        .ucGridAltItem a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .ucGridAltItem a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #1b1b1b;
        }

        .ucGridAltItem a:link {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #1b1b1b;
            text-decoration: underline;
        }

        .ucGridAltItem a:active {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #1b1b1b;
        }


.ucGridHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold !important;
    background-color: var(--SecondaryColor);
    font-weight: bold;
    color: #fff;
    line-height: 18px;
}




    .ucGridHeader td, .ucGridHeader th {
        color: #ffffff;
        font-weight: bold;
        padding: 6px 6px 6px 6px !important;
        white-space: normal;
        border: 1px solid #b4babe !important;
    }

        .ucGridHeader td a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px !important;
            /*color: #63625D;*/
            color: #ffffff;
            font-weight: bold;
            text-decoration: underline;
        }

    .ucGridHeader a:hover {
        text-decoration: underline;
    }

.ucGridFooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: none 1px white;
}

    .ucGridFooter a {
        text-decoration: none;
    }

        .ucGridFooter a:hover {
            text-decoration: underline;
        }


/*================================*/
.noneGrid .GridEditItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: none !important;
    text-align: center;
    color: #434343;
}

    .noneGrid .GridEditItem tr {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: none;
        text-align: center;
        color: #ffffff;
    }

    .noneGrid .GridEditItem td {
        border: none;
        color: #ffffff !important;
    }

    .noneGrid .GridEditItem a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: White !important;
        text-decoration: none;
    }

        .noneGrid .GridEditItem a:hover {
            text-decoration: underline;
            color: Red !important;
            font-size: 12px;
        }

        .noneGrid .GridEditItem a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #434343;
        }
/*================================*/

.GridFooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: none 1px white;
}

    .GridFooter a {
        text-decoration: none;
    }

        .GridFooter a:hover {
            text-decoration: underline;
        }

.ApplicantGridRow td {
    /*
	border-bottom-color: Silver;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	*/
}

.TopBG {
    border: solid 2px #FFFFFF;
    background-color: #A0C6E5;
}

.TopLinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    width: 105px;
}

    .TopLinks:hover {
        color: #FFFFFF;
    }

.WhiteLinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    width: 105px;
}

    .WhiteLinks:hover {
        color: #000000;
    }

.LoginTopBG {
    background-color: #DBEAF5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}

.LoginBG {
    background-color: #DBEAF5;
}

.LoginLeftBG {
    background-color: #4791C5;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}

.BarBorder {
    border: 1px solid #000000;
    width: 86px;
    padding-bottom: 6px;
}

.BarIndicator {
    background-color: #4791C5;
}

.LeftNavImageBG {
    background-color: #D1CABE;
}

.Watermark {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 17px;
    padding: 0px 2px 0 2px;
    border: 1px solid #000000;
    background-color: #B5D5EC;
    color: gray;
}

.LeftDivBG {
    background-color: #4791C5;
}

.TopBredcumBG {
    background-color: #4791C5;
}

.AutoCompleteList {
    background-color: #DBEAF5;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    font-family: Arial;
    font-size: 12px;
}

.TextIndicator {
    background-color: #A0C6E5;
    color: #000000;
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    border: 1px solid #000000;
}

/* .......... FWC Main Layout styles Ends .......*/

/* .......... FWC_Style.css styles ............*/
/*This document validates as CSS level 2.1 ! */
/*body {color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-color: #ffffff;
	}*/
/*
h1 {color: #000000;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	border-bottom: #CCCC99 0px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
*/
/*new style*/
h1 {
    font-size: 38px;
    color: #5f625a;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    color: #000000;
    font-size: 17px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
}

h3 {
    color: #000000;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    /*background-color: #CCCC99*/
}

h4 {
    color: #000000;
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

h5 {
    color: #000000;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

h6 {
    color: #000000;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}


.Header {
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
}

.Body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    font-weight: normal;
}

.BodyBold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
}

.Body11 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
}

.Body10pt {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
}

    .Body10pt P, .Body10pt UL, .Body10pt OL, .Body10pt LI {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 10pt !important;
    }

.Body10 {
    color: #0033CC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
}

    .Body10:hover {
        color: #999999;
        text-decoration: none;
    }

.BodyDarkBlue {
    color: #204060;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    margin-left: 0px;
}

.BodyLarge {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.BodyDarkBlueLarge {
    color: #204060;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.BodySmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
}

.BodyCenterBold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.BodyCenter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.BodyCenterLarge {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.BodyCenterRedLarge {
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.BodyCenterRed {
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}

.BodyRedBold {
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.BodyCenterSmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}

.BodyRight {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: right;
}

.BodyMenuGrey {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: #CCCC99;
}

.BodySmallGrey {
    color: #5E5E5E;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
}

.BodySmallRed {
    color: RED;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
}

.BodyDottedGrey {
    color: #858585;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    border-right: 1px dotted;
    border-left: 1px dotted;
    border-bottom: 1px dotted;
    border-top: 1px dotted;
}

.BodyRedLarge {
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.Footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
}

.FooterBorder {
    border-bottom: #000000 1px solid;
}

.backgroundmainmenu {
    color: #204060;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    background-color: #F7F7F7;
}

.backgroundlightgrey {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    background-color: #74AACE;
}

.backgroundgrey {
    color: #204060;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    background-color: #E8E8E8;
}

.backgrounddarkgrey {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    background-color: #858585;
}

.backgroundred {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    background-color: #FF0000;
}

.backgroundlightblue {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    background-color: #73ABCE;
}

.backgroundblue {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    background-color: #CCCC99;
}

.backgroundtan {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    background-color: #CCCC99;
}

.backgroundyellow {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    background-color: #FFFFCC;
}

.backgrounddarkblue {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    background-color: #204060;
}

.backgroundTeal {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
    background-color: #0099CC;
}

.backgroundgreycenter {
    color: #204060;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    text-align: center;
    background-color: #E8E8E8;
}

.backgroundredcenter {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    text-align: center;
    background-color: #FF0000;
}

.backgroundbluecenter {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    text-align: center;
    background-color: #336699;
}

.backgrounddarkbluecenter {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    text-align: center;
    background-color: #204060;
}
/*
.label {color: #000000;
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 10px; 
     text-align: left; 
     line-height: 1.4em; 
     padding-left: .5em;
}
*/
/*new style*/
.label {
    font-size: 13px;
    color: #434343;
    padding-bottom: 4px;
    /*font-weight:bold;*/
}

.hrefmenu {
    color: #0033CC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    line-height: 1.4em;
    padding-left: .5em;
}

a:link {
    color: #63625D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*text-decoration: underline;*/
}

a:visited {
    color: #63625D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

A:hover {
    /* color: #559B9D;
   background-color: #FFFFCC;*/
    color: var(--PrimaryColor);
    text-decoration: underline;
}

A[disabled] {
    color: #B0B0BB;
}

A:hover[disabled] {
    color: #B0B0BB;
    text-decoration: none;
}

.breadcrumb {
    color: #5E5E5E;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.quickclicks {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    padding-right: 2px;
    padding-left: 3px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.headlines {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    padding-right: 2px;
    padding-left: 3px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.ad {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.adleft {
    color: #FFFFFF;
    border-style: none;
    font-family: Verdana;
    border-color: black;
    background-color: black;
    text-align: left;
    font-size: 10px;
    float: left;
    padding-left: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.admiddle {
    color: black;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: black;
    border-bottom-style: none;
}

.adright {
    color: #FFFFFF;
    border-style: none;
    background-color: black;
    text-decoration: none;
    font-family: Verdana;
    border-color: black;
    font-size: 10px;
    text-align: right;
    float: right;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.adtop {
    display: none;
    visibility: hidden;
    width: 1px;
    color: black;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    height: 1px;
    background-color: black;
    border-bottom-style: none;
}

.PDFicon span {
    display: none;
}

.PDFIcon {
    background: url(/images/AdobeAcrobat_sm.gif) center left no-repeat;
    padding-left: 18px;
}

.external_link span {
    display: none;
}

.external_link {
    background: url(/images/logos/external.png) center right no-repeat;
    padding-right: 15px;
}

.excelicon span {
    display: none;
}

.excelicon {
    background: url(/images/logos/Excel.gif) center right no-repeat;
    padding-right: 15px;
}

.wordicon span {
    display: none;
}

.wordicon {
    background: url(/images/logos/Word.gif) center right no-repeat;
    padding-right: 15px;
}
/* Left Menus */

#sidebar-left {
    background-color: #ffffcc;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    width: 140px;
}

#left-box-global {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    width: 130px;
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 0;
}

    #left-box-global .button-home {
        color: #0033CC;
        background-color: #cccc99;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        width: 130px;
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
        margin: 0px;
    }

    #left-box-global .button-topcat {
        color: #0033CC;
        background-color: #ffffcc;
        border-style: solid;
        border-width: 1px;
        border-color: #cccc99;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
        margin: 0px;
    }

    #left-box-global .button-home:hover {
        color: #000000;
        background-color: #cccc99;
        text-decoration: none;
    }

    #left-box-global .button {
        color: #0033CC;
        background-color: #ffffcc;
        text-decoration: none;
        font-size: 11px;
        display: block;
        padding-left: 8px;
        padding-top: 1px;
        padding-bottom: 1px;
        border-left: 3px solid #FFFFCC;
    }

        #left-box-global .button:hover {
            color: #000000;
            background-color: #cccc99;
            text-decoration: none;
            border-left: 3px solid #999999;
        }

    #left-box-global .sub {
        color: #0033CC;
        width: 110px;
        padding-left: 10px;
        text-decoration: none;
    }

    #left-box-global .top {
        border-top: 0;
    }

    #left-box-global .selected {
        color: #495849;
        background-color: #cccc99;
        text-decoration: none;
    }

ul {
    list-style: square;
    margin-left: 20px;
}

.hide {
    display: none;
}

.noHover:hover {
    background: transparent;
    text-decoration: none;
}

/* Add by AAJ (Permit Management System (Imran Noor) */



.topMenu a {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
}

.PageTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.PageTitleCenter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: bolder;
    text-align: center;
}

.PageTitlept {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
}

.PageTitleCenterpt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt !important;
    font-weight: bolder;
    text-align: center;
}

.Grid_RowStyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: White;
}

.Grid_RowStyleSmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: White;
}

.Grid_AlternateRowStyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #EEEEEE;
}

.Grid_AlternateRowStyleSmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #EEEEEE;
}

.Grid_GroupRowStyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #CECE9B;
    padding-left: 3px;
    text-align: left;
    font-size: 11px;
    color: #000000;
    word-spacing: 2px;
    width: 100%;
}

.Grid_GroupRowStyleSmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #CACACA;
    padding-left: 3px;
    text-align: left;
    font-size: 10px;
    color: #000000;
    word-spacing: 2px;
    width: 100%;
}

.Grid_HeaderRowStyle, .Grid_HeaderRowStyle a:link, .Grid_HeaderRowStyle a:active, .Grid_HeaderRowStyle a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #CACACA;
    padding-left: 3px;
    text-align: left;
    font-size: 12px;
    color: white;
    width: 100%;
    text-decoration: none;
    font-weight: normal;
    vertical-align: top;
}

    .Grid_HeaderRowStyle a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding-left: 3px;
        text-align: left;
        font-size: 11px;
        color: Black;
        width: 100%;
        text-decoration: none;
        font-weight: normal;
        vertical-align: top;
    }


.Grid_HeaderRowStyleSmall, .Grid_HeaderRowStyleSmall a:link, .Grid_HeaderRowStyleSmall a:active, .Grid_HeaderRowStyleSmall a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #CACACA;
    padding-left: 3px;
    text-align: left;
    font-size: 12px;
    color: white;
    width: 100%;
    text-decoration: none;
    font-weight: normal;
    vertical-align: top;
}

    .Grid_HeaderRowStyleSmall a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding-left: 3px;
        text-align: left;
        font-size: 10px;
        color: Black;
        width: 100%;
        text-decoration: none;
        font-weight: normal;
        vertical-align: top;
    }


.CellSectionHeading {
    /* background-color: #CACACA;*/
    font-weight: bold;
    background-color: var(--PrimaryColor) !important;
}

.tdTitle {
    background-color: #CACACA;
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
}

.DropDown11px {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}


.head2 {
    background-color: #C1C6C9; /*height: 25px;*/
    color: #262525; /*line-height: 25px;*/
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    padding-left: 15px; /*background:url(../../images/application-heading-bg.jpg) repeat-x center top #B6B6B6;*/
    line-height: 20px;
    height: 25px;
    display: block;
}

.subHead {
    background-color: #E0DFDF; /*height: 25px;*/
    color: #262525; /*line-height: 25px;*/
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    padding-left: 15px; /*background:url(../../images/application-heading-bg.jpg) repeat-x center top #B6B6B6;*/
    line-height: 20px;
    height: 25px;
    display: block;
}
/* To Avoid Extra space in the paragraphs in using RAD Editor Text.
.Body P 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
    margin:0px;
} */
/* Completed - Add by AAJ (Permit Management System (Imran Noor) */

/* Add by AAJ (Permit Management System (Mohsin Naeem) */
.EntryForm {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    /*background-color: #FEFED9;*/
    /*border: solid 1px #D9D5CE;*/
}

.SmallFormLabel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.FormLabel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
}

.TextBox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 250px;
}

.DropDown {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 256px;
}

.BaseListBox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 256px;
}

.ContainerDiv {
    /*border-style: inset;
	border-width: 2px;*/
    border-color: Silver;
    border-style: solid;
    border-width: 1px;
    overflow: auto;
}

.RadioButton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.CheckBox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.LeftColumnSpacer {
    width: 5px;
}

.RightColumnSpacer {
    width: 5px;
}

.MiddleColumnSpacer {
    width: 5px;
}

.ValidatorSummary UL, .ValidatorSummary LI {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.BodyLarge a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #4833CC;
}
/* Added by Fasih*/
.BodyLarge a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #FF9933;
}

.Editorbody {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
    background-color: black;
    padding: 0px;
    background-image: none;
    margin: 0px;
    text-align: left;
}

.PermitInvoiceTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: right;
    font-weight: bold;
    color: #FF66CC;
    height: 100px;
    vertical-align: middle;
    z-index: 9999;
}

.BodyJustified {
    text-align: justify;
}

.HidddenCtrl {
    visibility: hidden;
    display: none;
}
/* Completed - Add by AAJ (Permit Management System (Mohsin Naeem) */
/* RAD Upload Control */

.ruBrowse {
    cursor: pointer;
}

.ruButton {
    cursor: pointer;
}

.ruFakeInput {
    cursor: pointer;
}

/* End RAD Upload Control */
/* .......... FWC_Style.css styles Ends .......*/

/* ........... News Style Begins ............ */
.JU_News_Title {
    background-position: right;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-image: url('../LayoutImages/NewsTitleBackground.jpg');
    background-repeat: repeat-y;
    height: 30px;
    width: 235px;
    text-indent: 50px;
    border: 1px silver solid;
    border-bottom: 0px silver none;
    font-size: medium;
}

.JU_News_Box {
    border: 1px silver solid;
}

.JU_FAQ_Group_Header {
    height: 22px;
    /*background-color:#cccccc;*/
    background-color: transparent;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 3px;
    border-top: 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.JU_FAQ_Group_Body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: top;
    background-color: transparent;
    padding-left: 20px;
    padding-bottom: 3px;
}

.JU_News_ItemSpacer {
    border-bottom: 1px solid;
    border-bottom-color: silver;
    height: 0px !important;
}

/* ........... News Style Ends ............ */


/* ........... Master Page Style Begins ............ */
/*html,body
{
  border:none;
  min-height: 300px;
  /*height: 100%;
  width: 100%;
  text-align: center;
  /*background-color: #F2F2F2;
  background-color: #ffffff;
}*/
.mainTable {
    /*display: inline-table;*/
    border: 0px;
    width: 1000px;
    height: 100%;
    vertical-align: top !important;
    text-align: center;
    margin: 0 auto;
    /*background-color:white;	*/
}

.JU_Background {
    text-align: center;
    width: auto;
    height: 100%;
    height: auto;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#CACACA',endColorStr='#FFFFFF',gradientType= '0' );
}

.JU_PageBoundry {
    background-color: white;
    /*height:800px;	*/
    height: 100%;
    /*overflow:scroll;*/
    vertical-align: top;
}

.JU_MainTable {
    text-align: left;
    width: 1000px;
    /*height:500PX;*/
    /*border: solid 1px red;*/
}

.JU_PageTitle {
    color: Gray;
    font-family: verdana;
    font-size: 13pt;
    margin: 0px 0px 4px 0px;
    font-weight: normal;
}

.JU_FooterRow {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #f9f9f9;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF',endColorStr='#CACACA',gradientType= '0' );
    border: solid 1px blue;
}

.FooterText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.FooterBG {
    /*background-color: #EEEEEE;*/
}

.JU_Breadcrumb {
    color: #666666;
    font-family: tahoma;
    font-size: 8pt;
    letter-spacing: .1em;
    padding-left: 5px;
}

    .JU_Breadcrumb a {
        color: #3966bf;
        text-decoration: none;
    }

        .JU_Breadcrumb a:hover {
            color: #000000;
            text-decoration: underline;
        }


.JU_TitleImageArea {
    padding-left: 2px;
    height: 60px;
}

.JU_SearchBox {
    padding-top: 8px;
    vertical-align: top;
    text-align: right;
}

.JU_SubsiteTabs {
    padding-top: 8px;
    vertical-align: top;
    text-align: right;
    font-size: 11px;
}

.JU_GlobalTitleArea {
    text-align: right;
    background-color: white;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 1px;
}

.JU_BannerContainer {
    /*background-image:url("/_layouts/images/siteTitleBKGD.gif");
	background-position:right top;
	background-repeat:repeat-y;*/
    background-color: #FFFFFF;
    padding-right: 10px;
    padding-left: 5px;
}

.JU_HeaderBodySeparator {
    height: 15px;
}

.JU_ContentArea {
}

.JU_pagebottommarginleft {
    /*background:#83b0ec;*/
    background: #FFFFFF;
}

.JU_pagebottommargin {
    /*background:#83b0ec;*/
    background: #FFFFFF;
}

.JU_bodyareapagemargin {
    /*background:#83b0ec;*/
    background: #FFFFFF;
    border-top: 1px solid #CACACA;
}

.JU_pagebottommarginright {
    /*background:#83b0ec;*/
    background: #FFFFFF;
}

div.JU_pagemargin {
    background-color: #FFFFFF;
    height: 100%;
    /*	border-left:solid 1px #CACACA;*/
    /*
	background-color:#83b0ec;
	background-image:url("/_layouts/images/pagebackgrad.gif");
	background-repeat:repeat-x;
	height:100%;
	border-left:solid 1px #83b0ec;

	*/
}

.JU_pagemargin {
    /*background-color:#83b0ec;
	background-image:url("/_layouts/images/navshape.jpg");
	background-repeat:no-repeat;
	background-position:-143px 0px;*/
    height: 100%;
    background-color: #FFFFFF;
    width: 5px !important;
}

.JU_PageMarginRight {
    /*width:10px !important;*/
    padding-left: 10px;
}

.JU_nav {
    /*background-color:#83b0ec;
	background-image:url("/_layouts/images/navshape.jpg");
	background-repeat:repeat-x;*/
    font-family: tahoma;
    background-color: #FFFFFF;
    width: 0px !important;
}

Div.JU-titleareaframe {
    /*background-image:url("/_layouts/images/pageTitleBKGD.gif");
	background-repeat:repeat-x;
	background-position:left top;*/
    background-color: #FFFFFF;
    text-align: center;
}

TD.JU-titleareaframe {
    /*background-image:url("/_layouts/images/pageTitleBKGD.gif");
	background-repeat:repeat-x;
	background-position:left top;*/
    background-color: #FFFFFF;
    text-align: center;
}

.JU-titleareaframe {
    padding: 7px 0px 1px 0px;
}

div.JU-titleareaframe {
    /*height:100%;*/
}

.JU_bodyareaframe {
    vertical-align: top;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    /*border-top:1px solid #6f9dd9;
	border-right:1px solid #6f9dd9;
	border-left:1px solid #6f9dd9;*/
}

.JU_bodyareaframe {
    padding: 10px;
}
.msg-icon {
    position:relative;
    top:36px;
    left:10px;
}
.ms-pagetitle {
    color: #0099FF;
    font-family: verdana;
    font-size: 16pt;
    margin: 0px 0px 4px 0px;
    font-weight: normal;
}

    .ms-pagetitle a {
        text-decoration: none;
        color: #0099FF;
        margin: 0;
        font-weight: normal;
    }

        .ms-pagetitle a:hover {
        }

.ms-navheader {
    font-size: .85em;
}

.ms-navItem {
    font-size: .85em;
}

/* ........... Master Page Style Ends ............ */



/* ........... Contact Us Page Style Starts ............ */
.JU_ContactUsHeader {
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    background-color: #f9f9f9;
}

.JU_ContactUsStylebox {
    font-family: tahoma;
    /*border:1px solid #CCCCCC;*/
    text-align: left;
}

/* ........... Contact Us Page Style Ends ............ */

/* ........... Home Page Style Starts ............ */

.JU_FeatureTitleCell {
    width: 350px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: silver silver #FFFFFF silver;
    background-position: left;
    background-image: url('../LayoutImages/FeatureBackground.jpg');
    background-repeat: repeat-y;
    border-bottom: 0px silver none;
    text-decoration: none;
}

.JU_FeatureTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 0px 0px 20px;
}

    .JU_FeatureTitle a {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: none;
    }

        .JU_FeatureTitle a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-decoration: none;
        }

        .JU_FeatureTitle a:link {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-decoration: none;
        }

        .JU_FeatureTitle a:active {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-decoration: none;
        }

.CellSectionHeading {
    /*background-color: #CACACA;*/
    background-color: var(--PrimaryColor);
    font-family: Arial;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.LeftColumnSpacer {
    width: 10px;
}

.RightColumnSpacer {
    width: 5px;
}

.dvRAIPopUp {
    position: absolute;
    z-index: 10;
    background-color: #F1F5F6;
    border: #63625D 1px solid;
    width: 626px;
    top: 250px;
    left: 50%;
    padding: 0px;
    margin-top: 0px;
    margin-left: -313px;
    clear: both;
    float: none;
    height: auto;
    display: none;
    text-align: left;
}

.JU_FeatureDescription {
    width: 350px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    border-style: solid;
    border-width: 1px;
    border-color: silver silver #FFFFFF silver;
    background-position: left;
    background-image: url('../LayoutImages/FeatureBackground.jpg');
    background-repeat: repeat-y;
    border-top: 0px silver none;
    text-indent: 20px;
    margin-left: 20px; /*overflow:auto;*/
}


.JU_FeatureRow {
    height: 45px;
    border-style: solid;
    border-width: 1px;
    border-color: silver silver #FFFFFF silver;
    background-position: left;
    background-image: url('../LayoutImages/FeatureBackground.jpg');
    background-repeat: repeat-y;
    border-bottom: 0px silver none;
    vertical-align: middle;
}
/* ........... Home Page Style Starts ............ */

/* ........... Generic Styles Starts ............ */

.JU_ColSpacer {
    /*width: 10px;*/
}

.JU_ColSpacerNarrow {
    width: 5px;
}

.JU_RowSpacer {
    height: 10px;
}

.JU_RowSpacerNarrow {
    height: 5px;
}

/* ........... Generic Styles Ends ............ */

/* ........... FormApplication Styles Starts ............ */
.HistoryTable {
    border: solid 1px Grey;
    border-style: inset;
}

.HistoryText {
    padding-bottom: 10px;
    border-style: solid none none none;
    border-width: 1px;
    border-color: Silver;
    vertical-align: top;
}

.SectionTitle {
    background-color: #E5E5E5;
    font-weight: bold;
}

.SubSectionTitle {
    background-color: #F5F5F5;
    text-indent: 10px;
    font-weight: bold;
}

.FieldTableContainer {
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
    /*border: solid 1px blue;*/
}

.FieldTable {
    width: 100%;
    /*border: solid 1px Red;*/
}

.CaptionCell {
    /*border: solid 1px Blue;*/
    width: 100px !important;
    padding-left: 10px;
}

.FieldCell {
    /*border: solid 1px Blue;*/
    text-align: left;
    width: 175px;
}

.Required {
    color: Red;
    font-size: 10px;
}

.RequiredIndicator {
    color: Red;
    text-align: left;
    /*border: solid 0px Red;*/
    width: 100px;
}

.ColumnSpacerWithBar {
    width: 10px;
    border-right: solid 1px #E5E5E5;
}

.Divider {
    border-left: solid 1px #E5E5E5;
}

.PlainLineOptions {
    background-color: #F5F5F5;
}
/* ........... FormApplication Styles Ends ............ */

.orderlist {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    width: 100%;
    padding-left: 25px;
    list-style-type: lower-latin !important;
    margin-left: 30px;
    line-height: 16px;
}


    .orderlist ul, .orderlist ol {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 5px;
        width: 100%;
        padding-left: 25px;
        list-style-type: lower-latin !important;
    }

    .orderlist li {
        list-style-position: outside;
        list-style-type: lower-alpha !important;
        font-size: 10pt;
        font-family: Arial, Helvetica, sans-serif;
    }

.RadUpload_Default2006 .ruInputs, .RadUpload_Default2006 .ruProgress {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: none;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

.treeView ul, .treeView li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*color:Black !important;
    list-style-type:none !important;*/
}

.ListviewHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold !important; /*background-color: #009CCC;*/
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: var(--SecondaryColor);
    /*background-color:#C9D7D8;*/
    height: 18px;
    line-height: 18px;
}

    .ListviewHeader td, .ListviewHeader th {
        border: solid 1px #9C9C9B;
        border-left: none;
        color: #63625D;
        font-weight: bold;
        height: 18px;
        line-height: 18px;
    }

    .ListviewHeader a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }

        .ListviewHeader a:hover {
            text-decoration: underline;
            color: #559B9D;
        }

.ListviewHLC a {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12pt;
    color: #000000 !important;
    text-decoration: underline;
}

    .ListviewHLC a:hover {
        text-decoration: underline;
        font-size: 12pt;
    }

    .ListviewHLC a:visited {
        font-size: 12pt;
        color: #000000;
        text-decoration: none;
    }

.ListviewItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: White;
    text-align: left;
    margin: 0px;
}

    .ListviewItem td {
        border: 1px solid #9C9C9B;
        border-left: none;
        border-top: none;
        padding-left: 3px;
        padding-right: 3px;
        margin: 0px;
    }

    .ListviewItem a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .ListviewItem a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .ListviewItem a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

.ListviewItemSelected {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*background-color: #89D0EE;*/
    background-color: #f0f0f0;
    text-align: left;
    margin: 0px;
}

    .ListviewItemSelected td {
        border: 1px solid #9C9C9B;
        border-left: none;
        border-top: none;
        padding: 3px 3px;
        margin: 0px;
    }

    .ListviewItemSelected a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .ListviewItemSelected a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .ListviewItemSelected a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }


.ListviewAltItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #e8e8e8;
    /*background-color: #F1F5F6;*/
    text-align: left;
}

    .ListviewAltItem td {
        border: 1px solid #9C9C9B;
        border-left: none;
        border-top: none;
        padding-left: 3px;
        padding-right: 3px;
    }

    .ListviewAltItem a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .ListviewAltItem a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .ListviewAltItem a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }



.ruInputs ul, .ruInputs li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    color: Red !important;
    list-style-type: none !important;
}

.RAIGridHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold !important; /*background-color: #009CCC;*/
    font-weight: bold;
    color: #63625D;
    /*background-color:#CACACA;*/
    background-color: #C9D7D8;
    /*padding-left:15px;*/
    height: 18px;
    line-height: 18px;
}

    .RAIGridHeader td, .RAIGridHeader th {
        border: solid 1px #9C9C9B;
        color: #63625D;
        font-weight: bold;
        height: 18px;
        line-height: 18px;
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
        white-space: normal;
    }

    .RAIGridHeader a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #63625D;
        font-weight: bold;
        text-decoration: underline;
    }

        .RAIGridHeader a:hover {
            text-decoration: underline;
        }

.RAIGridHLC a {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12pt;
    color: #000000 !important;
    text-decoration: none;
}

    .RAIGridHLC a:hover {
        text-decoration: underline;
        font-size: 12pt;
    }

    .RAIGridHLC a:visited {
        font-size: 12pt;
        color: #000000;
        text-decoration: none;
    }

.RAIGridItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: White;
    text-align: left;
}

    .RAIGridItem td {
        border: solid 1px #9C9C9B;
        padding-left: 3px;
        padding-right: 3px;
        white-space: normal;
    }

    .RAIGridItem a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .RAIGridItem a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .RAIGridItem a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

        .RAIGridItem a:link {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
            text-decoration: underline;
        }

        .RAIGridItem a:active {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

.RAIGridAltItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*background-color: #F5F5F5;*/
    background-color: #F1F5F6;
    text-align: left;
}

    .RAIGridAltItem td {
        border: solid 1px #9C9C9B;
        padding-left: 3px;
        padding-right: 3px;
        white-space: normal;
    }

    .RAIGridAltItem a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .RAIGridAltItem a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .RAIGridAltItem a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

        .RAIGridAltItem a:link {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
            text-decoration: underline;
        }

        .RAIGridAltItem a:active {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

.RAIGridFooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: none 1px white;
}

    .RAIGridFooter a {
        text-decoration: none;
    }

        .RAIGridFooter a:hover {
            text-decoration: underline;
        }


.ReportListviewItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: White;
    text-align: left;
    margin: 0px;
}

    .ReportListviewItem td {
        border: 1px solid #9C9C9B;
        border-left: none;
        border-top: none;
        border-bottom: none;
        padding-left: 3px;
        padding-right: 3px;
        margin: 0px;
    }

    .ReportListviewItem tr {
        border: 1px solid #9C9C9B;
        border-left: none;
        border-right: none;
        padding-left: 3px;
        padding-right: 3px;
        margin: 0px;
    }

    .ReportListviewItem a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .ReportListviewItem a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .ReportListviewItem a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

.ReportListviewAltItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*background-color: #F5F5F5;*/
    background-color: #F1F5F6;
    text-align: left;
}

    .ReportListviewAltItem td {
        border: 1px solid #9C9C9B;
        border-left: none;
        border-top: none;
        border-bottom: none;
        padding-left: 3px;
        padding-right: 3px;
    }

    .ReportListviewAltItem a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .ReportListviewAltItem a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .ReportListviewAltItem a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

.RAIGridOuter {
    padding: 0px;
    margin: 0px;
}

ul.notices {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 0px;
    padding-right: 10px;
}

    ul.notices li {
        padding-bottom: 10px;
    }

.ContextMenuPanel {
    z-index: 1000;
    /*background: url(~/images/menu-bg.gif) repeat-y 0 0 #FAFAFA;*/
    cursor: default;
    padding: 1px 1px 1px 1px;
    font-size: 11px;
    background-color: #F1F5F6;
    border: #63625D 1px solid;
    margin: 15px 0px 0 0 !important;
    border:;
}

.ContextMenuItem {
    margin: 1px 0 1px 0;
    display: block;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 20px 4px 10px;
    white-space: nowrap;
}

.PreviewHeading {
    background-color: var(--SecondaryColor);
    padding: 0px;
    margin: 0px;
    /*background: url(../../images/preview-title-bg.jpg) repeat-x left top #7c7c7c;*/
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding-left: 5px;
    height: 10px;
    /*padding-top: 5px;
   padding-bottom: 5px;*/
}

.PreviewHeadingOffer, .PreviewHeadingOffer span {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 20px;
    line-height: 14px;
    font-weight: bold;
    padding-left: 5px;
    height: 10px;
    color: var(--PrimaryColor);
}

.GridItem-noneborder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: White;
    text-align: left;
}

    .GridItem-noneborder td {
        border: 1px solid #9C9C9B;
        padding-left: 3px;
        padding-right: 3px;
        white-space: normal;
    }

        .GridItem-noneborder td td {
            border: 0px solid #9C9C9B;
            padding-left: 3px;
            padding-right: 3px;
            white-space: normal;
        }

    .GridItem-noneborder a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .GridItem-noneborder a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .GridItem-noneborder a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

        .GridItem-noneborder a:link {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
            text-decoration: underline;
        }

        .GridItem-noneborder a:active {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

.GridAltItem-noneborder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*background-color: #F5F5F5;*/
    /*background-color: #F1F5F6;*/
    text-align: left;
}

    .GridAltItem-noneborder td {
        border: 1px solid #9C9C9B;
        padding-left: 3px;
        padding-right: 3px;
        white-space: normal;
    }

        .GridAltItem-noneborder td td {
            border: 0px solid #9C9C9B;
            padding-left: 3px;
            padding-right: 3px;
            white-space: normal;
        }

    .GridAltItem-noneborder a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .GridAltItem-noneborder a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .GridAltItem-noneborder a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

        .GridAltItem-noneborder a:link {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
            text-decoration: underline;
        }

        .GridAltItem-noneborder a:active {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }


.empSummary td {
    color: #434343;
    font-size: 12px;
    line-height: 16px;
}

.enrolmentCompleteAuto {
    color: #434343;
    font-size: 12px;
    padding: 10px 0 15px 0;
    float: left;
    min-width: 240px;
    width: auto !important;
    text-align: left;
}

.enrolmentCompleteFixed {
    color: #434343;
    font-size: 12px;
    padding: 10px 0 15px 0;
    float: left;
    width: 240px;
    text-align: left;
}

.openEnrollment {
    color: #434343;
    font-size: 14px;
    padding: 10px 0 5px 0;
}

.tdSpacing td {
    padding: 3px 0 !important;
}

.lightBlueBg {
    background-color: #ebf4f9;
    padding: 10px 10px 10px 10px;
}

.lightBlueBgNospace {
    background-color: #ebf4f9;
    padding: 0px 0 0 0;
    border: none !important;
}
/*Grid with none border*/
GridItemNoneBorder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: White;
    text-align: left;
}

.GridItemNoneBorder td {
    margin: 0;
    white-space: normal;
    padding: 2px 6px 2px 6px !important;
    line-height: 18px;
}

.GridItemNoneBorder a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

    .GridItemNoneBorder a:hover {
        text-decoration: underline;
        font-size: 12px;
    }

    .GridItemNoneBorder a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
    }

    .GridItemNoneBorder a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
        text-decoration: underline;
    }

    .GridItemNoneBorder a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
    }

.GridAltItemNoneBorder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*background-color: #F5F5F5;
	background-color: #F1F5F6;*/
    text-align: left;
    /*padding:3px 3px 3px 3px !important;*/
    padding: 2px 6px 2px 6px !important;
    border: none !important;
}

    .GridAltItemNoneBorder td {
        /*padding:3px 6px 3px 6px !important;*/
        padding: 0px 6px 0px 6px !important;
        white-space: normal;
        line-height: 18px !important;
    }

    .GridAltItemNoneBorder a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .GridAltItemNoneBorder a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .GridAltItemNoneBorder a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

        .GridAltItemNoneBorder a:link {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
            text-decoration: underline;
        }

        .GridAltItemNoneBorder a:active {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }


.whiterightBdr {
    border-right: 2px solid #fff;
    vertical-align: top !important;
}

.preparation {
    vertical-align: top !important;
}

    .preparation h2 {
        font-size: 19px;
        color: #657b92;
        text-transform: none !important;
        padding: 10px 0 20px 0;
    }


    .preparation .label {
        font-size: 12px;
        color: #6c6c6a;
    }

    .preparation .val {
        font-size: 12px;
        color: #486994;
    }

.lightBlueSummaryBlock {
    /*background-color:#ebf4f9;*/
    background-color: #f4f5f9;
    width: 960px;
    float: left;
    margin: 12px 0 0 0;
    padding: 0px 10px 0px 10px;
    text-align: left;
    clear: both;
}

    .lightBlueSummaryBlock ul {
        list-style: none;
    }

        .lightBlueSummaryBlock ul li {
            list-style: none;
            display: block;
            font-size: 12px;
            line-height: 20px;
            color: #434343;
            font-family: Arial;
        }

            .lightBlueSummaryBlock ul li a {
                color: #124079;
            }

                .lightBlueSummaryBlock ul li a:hover {
                    text-decoration: underline;
                }


.RedLabel, .RedLabel span {
    color: red;
}

/*Grid with none border withoutpadding*/
GridItemNoneBorderPaddingless {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: White;
    text-align: left;
}

.GridItemNoneBorderPaddingless td {
    /*border: 1px solid #ccc;
	padding-left:3px;
	padding-right:3px;	
	padding-left:5px;*/
    margin: 0;
    white-space: normal;
    /*border:1px solid #e9e9e9;*/
    /*padding:3px 3px 3px 3px !important;*/
    padding: 0px 0px 0px 0px !important;
    line-height: 18px;
}

.GridItemNoneBorderPaddingless a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

    .GridItemNoneBorderPaddingless a:hover {
        text-decoration: underline;
        font-size: 12px;
    }

    .GridItemNoneBorderPaddingless a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
    }

    .GridItemNoneBorderPaddingless a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
        text-decoration: underline;
    }

    .GridItemNoneBorderPaddingless a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
    }

.GridAltItemNoneBorderPaddingless {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*background-color: #F5F5F5;
	background-color: #F1F5F6;*/
    text-align: left;
    /*padding:3px 3px 3px 3px !important;*/
    padding: 0px 0px 0px 0px !important;
}

    .GridAltItemNoneBorderPaddingless td {
        /*padding-left:3px;
	padding-right:3px;*/
        /*height:15px;*/
        /*border: 1px solid #e9e9e9;*/
        /*padding:3px 3px 3px 3px !important;*/
        padding: 0px 0px 0px 0px !important;
        white-space: normal;
        line-height: 18px !important;
    }

    .GridAltItemNoneBorderPaddingless a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

        .GridAltItemNoneBorderPaddingless a:hover {
            text-decoration: underline;
            font-size: 12px;
        }

        .GridAltItemNoneBorderPaddingless a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }

        .GridAltItemNoneBorderPaddingless a:link {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
            text-decoration: underline;
        }

        .GridAltItemNoneBorderPaddingless a:active {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
        }


.GridFooterNoneBorderPaddingless {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: none 0px white;
}

    .GridFooterNoneBorderPaddingless a {
        text-decoration: none;
    }

        .GridFooterNoneBorderPaddingless a:hover {
            text-decoration: underline;
        }


.orange {
    color: var(--PrimaryColor);
}

a.orangelink {
     color: var(--PrimaryColor);
}

a.clearSearch {
    color: #fff;
    border: 1px solid var(--PrimaryColor) !important;
    border-radius: 3px;
    -moz-border-radius: 3px; /* Old Firefox */
    background-color: var(--PrimaryColor);
    padding: 3px 5px 3px 3px;
    font-weight: bold;
}

    a.clearSearch:hover {
        /*color: #000;
        text-decoration: none;*/
        color:#fff;
        text-decoration:none !important;
        background-color:var(--HoverColor);
        cursor:pointer;
    }



.chkbox input[type='checkbox'] {
    margin-top: 2px !important;
}

.auditTrailDiv {
    overflow-y: auto !important;
    overflow-x: hidden;
}

/** For chrome  **/
.emailFieldWidth {
    width: 440px;
}

/** For chrome  **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .emailFieldWidth {
        width: 365px;
    }
}

/** For firefox  **/
@-moz-document url-prefix() {
    .emailFieldWidth;

{
    width: 365px;
}

}

.viewemployerbtnSpace {
    margin-left: 162px !important;
}




/*Classes RAD Grid - Muhammad Adnan */

.myCustomRadGridStyle table {
    border-collapse: collapse;
}

    .myCustomRadGridStyle table thead tr {
        background-color: var(--SecondaryColor);
        color: #124079;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold !important;
        line-height: 18px;
    }

    .myCustomRadGridStyle table thead td, .myCustomRadGridStyle table thead th {
        border: 1px solid #E9E9E9 !important;
        color: #FFFFFF !important;
        font-weight: bold;
        padding: 6px !important;
        white-space: normal;
    }

.myCustomRadGridStyle td {
    border: 1px solid #E9E9E9;
    line-height: 18px;
    margin: 0;
    padding: 3px 6px !important;
    white-space: normal;
}

.myCustomRadGridStyle table td a, .myCustomRadGridStyle table th a {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.myCustomRadGridStyle table .label {
    color: #FFFFFF;
}

.myCustomRadGridStyle table td a {
    color: #63625D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    font-weight: bold;
    text-decoration: underline;
}

.myCustomRadGridStyle table a:hover {
    text-decoration: underline;
}




/*Classes Smart Control- Muhammad Adnan */

.divContainerVertical * {
    line-height: normal;
}

.divContainerVertical {
    float: left;
    margin: 0 0 10px 0;
    overflow: hidden;
}

    .divContainerVertical > div {
        float: left;
    }

.divRequiredValidator {
    float: left;
    width: 7px;
    min-height: 5px;
}

.divCaptionVertical {
    text-align: left;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 200px;
}

.divControlsVertical > div {
    float: left;
}

.divRepeatDirection > div {
    float: left;
}

/*Added  By Haroon*/


.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.popupHeading {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #055da6;
    font-size: 14px;
    padding: 6px 0;
    height: 15px;
    position: relative;
    top: 40px;
    margin-left: 9px;
    margin-right: 7px;
    width: auto;
}

.popupHeadingRight {
    float: right;
    text-align: right;
}



.popupBody {
    background-color: white !important;
    border-width: 5px;
    border-color: #606060;
    border-style: solid;
    padding: 5px 0 15px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkits-border-radius: 5px;
}

/********* New Styles***************/

#main-wrap{
	width:100%;
    float:left;
     
}

#main-wrap p{	
     text-align:left;	
}

.ffm-inner-wrap{
	margin:0 auto;	
	width:980px;
    text-align:left;
}

.ffm-container{
	float:left;
	width:100%;
	margin:20px 0 0 0;    
}

    .ffm-container h1 {
        font-size: 20px;
        color: var(--PrimaryColor);
        padding: 0 0 5px 0;
        border-bottom: 1px solid #bfbfbf;
        margin-bottom: 10px;
    }


        .ffm-container h1 .NormalText {
            font-size: 20px;
            color: #939598;
            padding: 0 0 5px 0;
            border-bottom: 1px solid #bfbfbf;
            margin-bottom: 10px;
        }

.ffm-header-bg{
	background-color:#fff;
	padding:10px 0 20px 0;	
    filter: none;
	float:left;
	width:100%;
    border-bottom:0 !important;
    margin:0 !important;
}

.ffm-header-bg2{
    /*background-color:#fff;*/    
    padding:10px 0;	
    float:left;
    width:100%;    
    margin-top:-5px;   
    /*box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
    border-bottom:1px solid #ccc;*/
    clear:both;
   
     
}

.ffm-logo{
	float:left;
	width:400px;
    /*background-image:url("../../images/jethealthplanLogo.png");
    background-repeat:no-repeat;
    width:174px;
    height:64px;*/
}

.top-right-links{
	font-size:13px;
	float:right;
	width:auto;
	margin-top:20px;
	
}

    .top-right-links a {
        color: var(--PrimaryColor);
        padding: 0 10px;
        text-decoration: none;
    }

.top-right-links a:hover{
	color:var(--PrimaryColor);
}



.spacer{
	height:20px;
	clear:both;
}

.spacer2{
	height:15px;
	clear:both;
}

.spacer3{
	height:5px;
	clear:both;
}

.sub-heading{
	font-size:18px;
	color:var(--PrimaryColor);
}

.ffm-page-heading {
    font-size: 22px;
    color: var(--PrimaryColor);
    padding: 20px 0 10px 0;
}

.ffm-page-subheading{
	font-size:16px;
	color:var(--SecondaryColor);
	padding:10px 0 10px 0;
    font-weight:bold;
    font-style:italic;
}

.ffm-sub-heading2{
	font-size:14px;
	color:#1c1c1c;
    font-weight:bold;
}

.ffm-side-sub-heading{
	font-size:13px;
	color:#1c1c1c;
    font-weight:bold;    
}

.grey-sub-heading{
	font-size:18px;
	color:#676767;
    padding-bottom:5px;
}

.clr{
	clear:both;
}

.ffm-content{
	width:95%;
	float:right;
}

.sidebar-heading {
    font-size: 15px;
    color: var(--PrimaryColor);
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.sidebar-spacer{
	margin-bottom:10px;
    line-height:17px !important;
}

.sort-plan{	
	display:block;
	margin:0px 0;
  
}

.sort-plan ul{
	margin:0 0 2px 0;
	padding:0;
}

.sort-plan li{
	margin-right:15px;
  
	list-style:none;	
    font-size:20px;
	color:#676767;
    float:left;   
}

.sort-plan li label{
    font-size:14px !important;
	color:#676767 !important;
    
}

.sort-plan li table td{   
    padding-right:15px;   
}

.ffm-compare{
	float:left;
	width:auto;
	font-size:14px;
	/*text-align:center;*/
    padding:0;
    margin:5px 5px 0 7px;
}

.planlabelname {
    line-height: 1.1;
    text-align: left;
}

.ffm-plan-name {
    float: left;
    width: auto;
    font-size: 14px;
    color: var(--PrimaryColor);
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 10px 0 0 0;
}

.plan-links p{	
    font-size:13px;
	color:#676767;	
    font-family:Arial !important;
    padding:15px 0 5px 10px;
}

.plan-links ul{
	padding:0;
	margin:20px 0 0 10px;
    float:left;
}
 
.plan-links ul li{	
	padding-bottom:7px;
	clear:both;
	list-style:none;
}

.plan-links ul li a{
	/*font-size:14px;*/
    font-size:13px;
	color:#676767;
	text-decoration:underline;
    font-family:Arial !important;
}

.plan-links ul li a:hover{
	text-decoration:none;
    cursor: pointer !important;
}

.ffm-plan-detail td{
	font-size:13px;
    line-height:normal !important; 
}

td.ffm-plan-detail-val{
	font-size:12px; 
    line-height:normal !important;    
}


.orange-color {
    color: var(--PrimaryColor);
}

.ffm-valign {
    vertical-align:top !important
}


.ffm-orange-bar-head{
    background-color:var(--PrimaryColor);
     color:#fff;
}


.ffm-orange-bar-head td{
    background-color:var(--PrimaryColor);
     color:#fff;
     padding:5px;
     font-weight:bold;
}

.ffm-tbl-spacing td{
    padding:5px;
}

.white-box {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 9px;
}

.white-box-inner{
	padding:10px;
}

.white-box-inner2{
	padding:15px 10px 5px 10px;
    float:left;   
}


.orange-btn a {
    background-color: var(--PrimaryColor);
    text-align: center;
    padding: 6px 8px;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
    width: 114px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border:1px solid var(--PrimaryColor);
}

.orange-btn a:hover{
    color:#fff;
text-decoration:none !important;
background-color:var(--HoverColor);
}

.orange-btn-big a{
	background-color:var(--PrimaryColor);
	text-align:center;
	padding:10px 12px;
	float:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	font-size:15px;
	font-weight:bold;
	width:130px;
	color:#fff;
	text-decoration:none;
}

.orange-btn-big a:hover{}


.sign-in-btn {
    background-color: var(--PrimaryColor);
    /*background: #be470f;*/
    text-align: center;
    padding: 6px 10px;
    float: right;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
    /*margin:12px 0 0 10px;*/
    margin: 0 0 0 10px;
}

.sign-in-btn a{
	color:#fff;
	text-decoration:none;
}

    .sign-in-btn:hover, .sign-in-btn a:hover {
        color: #fff;
        text-decoration: none !important;
        background-color: var(--SecondaryColor);
    }

.sign-in-btn a img{
	margin:0 0 -2px 5px;
}

.footnote{
	float:left;
	width:100%;
    text-align:left
}

.footnote-greybar{
	background-color:var(--SecondaryColor);
	font-size:14px;
	color:white;
	font-weight:bold;
	padding:6px 0;
	text-align:center;
	margin:15px 0 5px 0; 
}


.eligibity-stats-tbl{
	color:#3a3a3a;
	font-size:13px;
}

.eligibility-status {
    float:left;
    width:100%;
}

.eligibility-status h3{
	font-size:16px;
	color:var(--PrimaryColor);
	padding-bottom:10px;
	margin:0;	
}

.per-info-row{
	float:left;
	width:100%;
	margin-bottom:8px;	
}

.per-info{
	float:left;
	width:35%;
	font-weight:bold;
}

.per-info-val{
	float:left;
	width:20%;
}

.white-block{
	background-color:#fff;
	border:1px solid #bfbfbf;	
	float:left;
	width:97%;
	padding:10px;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.ffm-slider {
    float:right;
    width:24%;
    margin-top:20px;
}

.ffm-tbl-spacing td{
    padding:4px;
}

.eligibity-stats-tbl{
	color:#3a3a3a;
	font-size:13px;
}

.ui-slider {   
    top:35px;
    
}

.txtAdjustAPTC {
   float:right;
    width:65px;  
    font-size:20px;
    padding:2px 5px;
     text-align:right !important;
     height:20px;
     border:1px solid var(--PrimaryColor) !important;
    
}


.txtAdjustAPTC2 {
   float:right;
    width:65px;  
    font-size:20px;
    padding:2px 5px;
     text-align:right !important;
     height:20px;
     
    
}

.ffm-slider-row {
    float:left;   
    margin-bottom:10px;    
    width:100%;
    font-weight:bold;
}

.ffm-aptc{
    color:var(--PrimaryColor);
    font-size:12px;
    font-weight:bold;  
    float:left; 
    margin-top:13px;
}

.ffm-slider-start-val {
    float:left;
    border:none !important;
    width:60px !important;
   margin-top:13px;
   font-weight:bold; 
    
}

.ffm-slider-max-val {
    float:right;   
    width:70px !important;
    border:none !important;
    text-align:right;
    margin-top:13px;
    font-weight:bold; 
}

.ui-widget-header {
    background-color:#fff !important;
    background-image:none !important
}

.ui-widget-content {
    background-color:var(--PrimaryColor) !important;
    background-image:none !important
}

.text-center {
    text-align:center;   
}

.pull-center {
    margin:0 auto;
    
}

.ffm-med-text-box {
    width:135px;
	border:1px solid #c2c2c2;
	/*padding:4px;*/
}

.ffm-med-dropdown {
    width:135px;
	border:1px solid #c2c2c2;
	padding:4px;
}


.pull-left {
    float:left;
}

.pull-right {
    float:right;
}

.ffm-center {
    margin:0 auto;
    width:auto;
}

.ffm-sub-heading {
    font-size: 18px;
    color: var(--PrimaryColor);
}

.ffm-sub-heading2 {
    font-size: 14px;
    color: #8a8a8a;
    /*color:#000;*/
}

.ffm-planComaprisonsidbar {
    float:left;
    width:260px;
}

.container-center {
    margin:0 auto;
    width:auto;
}

.ffm-planMain {
    color:#8d8d8d !important;  
}

.cmp-plan-name {
    font-size:14px;
    color:var(--PrimaryColor);
    font-weight:bold;
    line-height:18px;   
    height:35px;
    float:left;
    width:100%;    
    text-align:center;
}



.cmprPlans td{
    color:#5e5652 !important;
}

.compare-select-plan {
    min-width:180px; max-width:180px; width: 180px; color: orange !important;
    margin-left:15px;
}

.ffm-orange {
    color:var(--PrimaryColor);
}

.ffm-contentRow {
}

.ffm-contentRow .lt{
    float: left;
    width: 110px;
    line-height: 15px;  
}

.ffm-contentRow .rt {
    float: left;
    width: 50px;
    text-align: right;
}

.ffm-estimatedTotalDiv {
    float: left;
    width: 170px;
    padding-top: 5px;
    color: #444444;
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.ffm-totalTitle {
     float: left;
    width: 115px;
    padding-top:5px;    
    color: #444444;
    text-align: left;
}

.ffm-register {
    float:left;
    width:730px;
}

.ffm-light-blue-bg {
    /*background-color:#f6f8f9;*/
}

.sorttyple-radio {
    position:relative;
    top:-2px;
}

.ffm-right-content{
   /*float:left;
    width:700px;*/   
}

.chooseplannote-text {
   float:right; margin-top:7px; text-align:left; width:450px; font-size:12px; line-height:normal;
}

.ffm-grey-txt {
    color:var(--SecondaryColor) !important;
}

.paddingrt-5px {
    padding-right:5px;
}

.ffm-nobdr td{
    border:none !important
}

.ffm-estimatedTotal {
    padding-top:5px;
}
.ffm-left-alignment {
    margin-left:-5px;
}
.rqfield {
    float:left;
    width:90%;
    padding:15px 0 0 12px
}

a.aquacolor{
    color:#63acb4;
    font-weight:bold;
}

a.aquacolor:hover{
    text-decoration:underline; 
}
.error-msg-skin {
    background-image: url(../../Images/info-msg-bg.jpg);
    background-repeat: repeat-x;
    background-color: #ebd8d8;
    line-height: 27px;
    color: #8d313d;
    width: 45%;
    padding: 5px 10px 5px 35px;
    border: 1px solid #c29f9f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0;
}

 .error-msg-skin img {
        margin: 0 5px -2px 0;
    }
 .success-msg-skin {
            background-image: url(../../Images/success-msg-bg.jpg);
            background-repeat: repeat-x;
            background-color: #d6e6cc;
            line-height: 27px;
            color: #2d6524;
            width: 45%;
            padding: 5px 10px 5px 35px;
            border: 1px solid #9dc286;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            font-family: Arial, Helvetica, sans-serif;
            margin:10px 0;
        }
  .success-msg-skin img {
                margin: 0 5px -2px 0;
            }
  .msg-icon {
    position:relative;
    top:36px;
    left:10px;
}

/*** 508 compliance ***/

/*** Focus visible ***/
input[type="text"]:focus, select:focus, a:focus {
    border:1px  solid  #808080 !important;
    outline:none;
}
.tbl-space {
    border-collapse:collapse;
    border-spacing:0;
}

.tbl-space td{
    border-collapse:collapse;    
}

 .FooterLinks{
    text-decoration:underline !important;    
    font-weight:bold !important;
    color:#000 !important;
} 

.noborder {
  border:none;
}

.tbl-nobdr {
    border:none;
    padding:0; 
    border-spacing:0px;    
}

.tdAlignLeft {
    text-align:left;
}

.tdAlignRight {
    text-align:right;
}

.tdAlignCenter {
    text-align:center;
}

.tdValign {
    vertical-align:top;
}

.imgValignMiddle {
    vertical-align:middle
}

.tblAlignRight {
    float:right;
}

.tblAlignLeft {
    float:Left;
}

.tblAlignCenter {
    text-align:center;    
}

.ConsumerPortalWidth {
    width:980px;
}

.consumerMainContent {
    width:730px;
    float:right;
}

.linkUnderline a{
   text-decoration:underline;
}

.appinfo table {
   width:100%;
}

fieldset {
    margin:0;
    padding:0;
}