/*
'*********************************************************************
' Name:  main.css
' Created date: 5/15/2003
' Created by:   Keiji Ikuta
' Purpose:      Standard CSS for RMLSweb V2 System
' Inputs:
' Outputs:
' Notes:
' Update date:	10/10/2003
' Update by:	Megan Notarte
' Update notes:	LL2 77. Added TextArea font and size attributes. Textareas
'				fonts weren't being covered by other classes.
'
' Update by: David Berglin
' Update date: 12/13/2010
' Update notes: TRAINLINK-4 Added css for helplinks
'
' Update by: Alan Miers
' Update date: 7/26/2011
' Update notes: FCTEN-248. updated: .Footer_Disclaimer
'
'*********************************************************************
*/

/*
//======================================================================================
//    Standard Tag CSS
//======================================================================================
*/
html {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: Lato, Arial, Helvetica, Sans-Serif;
    font-size: small;
    text-align: left;
    line-height: 1.4; /*RCR-78. overwritten for @media print*/
}

table {
    padding: 0px;
    margin: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}



.StdFormLabel {
    font-weight: bold;
}

.REPORT_ERRMSG {
    FONT-SIZE: 12px;
    font-weight: bold;
    COLOR: #ff0000
}

#Recipients_ExpandLink {
    cursor: pointer;
}

.Footer_Disclaimer /* This could be overwritten by ReportGen.asp for Printing Mode */ {
    font-family: Lato, arial;
    font-style: normal;
    font-size: 8pt;
    padding: 2px;
    text-align: center;
}

.PAGE_BODY {
    font-family: Lato,  Arial, Helvetica, Sans-Serif;
    text-align: left;
    /*
    font-size: 13px;
    line-height: 1.4;*/
    /*RCR-78. overwritten for @media print*/
}

    .PAGE_BODY td {
        /*font-size: small;*/
        /*font-size: 12px;
        line-height: 1.4;*/
    }



label {
    cursor: pointer;
}
#ProgressMessage2 {
    z-index:4000;
}

    #ProgressMessage2_c {
    z-index: 4000;
}

/*
//======================================================================================
//  Page Centering Schema
//======================================================================================
*/

.SEARCH_BODY_OUTER {
    /*width: 760px;*/
    /*height: 100%;*/
    margin: 0px;
    padding: 0px;
    visibility: visible;
    /*background-color: #F2F4F8;*/
    text-align: left;
}

.SEARCH_BODY_INNER_SHADE {
    /*margin-top: 1px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;*/
    visibility: visible;
    background-color: #ffffff;
    border: none;
    text-align: left;
}

.SEARCH_BODY_INNER {
    margin: 0px;
    visibility: visible;
    background-color: #ffffff;
    /*border-top: none 1px #FFFFFF;
	border-left: none 1px #FFFFFF;
	border-bottom: #bbbbbb 1px solid;
	border-right: #bbbbbb 1px solid;*/
    text-align: left;
    /*padding-top:4px;*/
}

    .SEARCH_BODY_INNER input, .SEARCH_BODY_INNER select {
    }

.SEARCH_BODY_MAIN {
    margin: 4px;
    padding: 4px;
    visibility: visible;
    background-color: #ffffff;
    border: solid 1px #aaaaaa;
}

.searchscreenlabel {
    text-align: left;
}

@media print {
    .SEARCH_BODY_INNER_SHADE {
        border: none;
        margin: 0px;
    }

    .SEARCH_BODY_INNER {
        border: none;
    }

    .PAGE_BODY {
        line-height: 1.2; /*RCR-78.*/
    }
}

@media screen {
}

/*
//======================================================================================
//  Page Titles
//======================================================================================
*/
#PAGE_HEADER {
    padding: 6px;
    margin: 0px;
    padding-left: 8px;
    padding-top: 6px;
}
#PAGE_HEADER2 {
    padding: 0px;
    margin: 0px;
    padding-left: 7px;
    padding-top: 15px;
    margin-top: 2px;
    margin-bottom: 0px;
}
#PAGE_HEADER td {
}
.PAGE_HEADERCLASS{
    text-align:right;
}

    .PAGE_HEADERCLASS #reportselectform {
        float: right;
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
    }

.PAGE_HEADERCLASS .CELL {
    display: inline-block;
    margin-right:3px;
}

#PAGE_HEADER .TITLEBOX {
    float:left;
    display:inline-block;
    text-align:left;
}

    .PAGE_TITLE_MAIN {
        color: #041751;
        /*font-size:160%;*/
        font-size: 14pt;
    }

.PAGE_TITLE_SUB {
    color: #041751;
    font-size: 110%;
}

.PAGE_NAVLINECLASS{
    padding:2px;
}


    .PAGE_NAVLINECLASS .REPORT_HEADER {
        float: left;
        text-align: left;
        width:170px;
    }
.PAGE_NAVLINECLASS .CELL {
    display: inline-block;
    margin-right: 3px;
}




/*
//======================================================================================
//  LINK colors
//======================================================================================
*/
/* ========== */
a.LINK_STD, a.LINK_STD:link, a.LINK_STD:visited, a.LINK_STD:hover {
    color: #0000CC;
    text-decoration: underline;
    white-space: nowrap;
}

a.BOUNCED:link, a.BOUNCED:visited, a.BOUNCED:hover {
    color: #F00;
    white-space: nowrap;
}

/* ========== */
A.LINK_MLN:link {
    COLOR: #0000CC;
    TEXT-DECORATION: underline;
    white-space: nowrap;
}

A.LINK_MLN:visited {
    COLOR: #CC2200;
    TEXT-DECORATION: underline;
    white-space: nowrap;
}

A.LINK_MLN:hover {
    COLOR: #0a8e6a;
    TEXT-DECORATION: underline;
    white-space: nowrap;
}

/* ========== */
a.LINK_SORT, a.LINK_SORT:link, a.LINK_SORT:visited, a.LINK_SORT:hover {
    color: #0000AA;
    text-decoration: underline;
    white-space: nowrap;
}

/* ========== */
a.LINK_NAV, a.LINK_NAV:link, a.LINK_NAV:visited, a.LINK_NAV:hover {
    display: inline-block;
    color: #000;
    font-weight: bold;
    background-color: #efefef;
    display: inline-block;
    box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
    border-radius: 4px 4px;
    text-decoration: none;
    margin: 2px 5px 3px 0;
    padding: 3px 8px 0px 8px;
    white-space: nowrap;
    /*font-size:90%;*/
    font-size: 11pt;
    vertical-align: middle;
}

    a.LINK_NAV:hover {
        background-color: #e8e8e8;
    }

/* ========== */
a.LINK_NAV_NOICON, a.LINK_NAVNOICON:link, a.LINK_NAVNOICON:visited, a.LINK_NAVNOICON:hover {
    display: inline-block;
    color: #000;
    font-weight: bold;
    background-color: #efefef;
    border: solid 1px #e0e0e0;
    box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
    border-radius: 4px 4px;
    text-decoration: none;
    margin: 1px;
    margin-top: 2px;
    padding: 2px 8px;
    white-space: nowrap;
    font-size: 10pt;
    vertical-align: middle;
}

    a.LINK_NAV_NOICON:hover {
        background-color: #e8e8e8;
    }


a.LINK_NAV_DISABLED, a.LINK_NAV_DISABLED:link, a.LINK_NAV_DISABLED:visited, a.LINK_NAV_DISABLED:hover {
    color: #bbb;
    background-color: #efefef;
}

/* ========== */

.LINK_DISABLED {
    display: inline-block;
    color: #aaaaaa;
    background-color: #ffffff;
    /*height: 18px;*/
    /*font-size:85%;*/
    font-size: 11pt;
    border: solid 1px #aaaaaa;
    text-decoration: none;
    padding: 1px;
    margin: 1px;
    white-space: nowrap;
}

A.LINK_CMD, A.LINK_CMD:link, A.LINK_CMD:visited, A.LINK_CMD:hover {
    display: inline-block;
    color: #000;
    /*height: 19px;*/
    /*font-size:90%;*/
    font-size: 10pt;
    background-color: #efefef; /*    #f2ece3;*/
    box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
    border: solid 1px #e0e0e0;
    border-radius: 4px 4px;
    text-decoration: none;
    padding: 1px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 1px;
    margin-left:2px;
    margin-right:2px;
    white-space: nowrap;
}

    A.LINK_CMD:hover {
        background-color: #e8e8e8;
    }

.LINK_CMD {
    display: inline-block;
    color: #000;
    /*height: 18px;*/
    /*line-height: 18px;*/
    background-color: #efefef; /*    #f2ece3;*/
    border: solid 1px #e0e0e0;
    box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
    border-radius: 4px 4px;
    text-decoration: none;
    padding: 1px 8px 1px 8px;
    margin: 1px;
    font-size: 11pt;
    white-space: nowrap;
    cursor: pointer;
}

    .LINK_CMD img {
        /*padding-bottom: 2px;*/
    }

input.LINK_CMD {
    display: inline-block;
    color: #000;
    height: 24px;
    background-color: #efefef;
    border: solid 1px #e0e0e0;
    padding: 1px 8px 1px 8px;
    margin: 1px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    font-size: 11pt;
}


/* ========== */
A.LINK_CMD2, A.LINK_CMD2:link, A.LINK_CMD2:visited, A.LINK_CMD2:hover, A.LINK_CMD2_ICON, A.LINK_CMD2_ICON:link, A.LINK_CMD2_ICON:visited, A.LINK_CMD2_ICON:hover {
    display: inline-block;
    color: #000;
    /*height: 19px;*/
    /*font-size:90%;*/
    font-size: 10pt;
    background-color: #efefef; /* #f2ece3;*/
    font-weight: bold;
    border: solid 1px #e0e0e0;
    border-radius: 4px 4px;
    box-shadow: rgba(0,0,0,0.2) 1px 1px 3px;
    text-decoration: none;
    padding: 3px 8px 1px 8px;
    padding-top: 3px;
    margin: 1px;
    white-space: nowrap;
}

.LINK_CMD2 img {
    padding-bottom: 2px;
}

A.LINK_CMD2:hover, A.LINK_CMD2_ICON:hover {
    background-color: #e8e8e8;
}

a.LINK_CMD_WATCHING, a.LINK_CMD_WATCHING:link, a.LINK_CMD_WATCHING:visited, a.LINK_CMD_WATCHING:hover {
    background-color: #eeaa00;
}

a.LINK_CMD_WATCHING_DISABLED, a.LINK_CMD_WATCHING_DISABLED:link, a.LINK_CMD_WATCHING_DISABLED:visited, a.LINK_CMD_WATCHING_DISABLED:hover {
    background-color: #ddd;
    color: #bbb;
}



a.LINK_ICON, a.LINK_ICON:link, a.LINK_ICON:visited, a.LINK_ICON:hover {
    display: inline-block;
    color: #000;
    /*height: 19px;*/
    /*font-size:90%;*/
    font-size: 11pt;
    text-decoration: none;
    padding: 1px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 1px;
    margin-left: 2px;
    margin-right: 2px;
    white-space: nowrap;
}

a.LINK_ICON:hover {
    background-color: #e8e8e8;
}
.LINK_ICON img{
    width:20px;
}


#btnSearch {
    /*    background-color: #2A7319;
    color: #fff;
*/
}




/*cfeecf  afdeaf*/
.LINK_CMD2_ICON img {
    padding-bottom: 0px;
}

.LINK_CMD img, .LINK_CMD2 img, .LINK_CMD2_ICON img {
    vertical-align: text-top;
    border: none;
    width: 16px;
    /*height: 16px;*/
    position: relative;
}

a.ITEM_DELLINK {
    color: #444499;
}

    a.ITEM_DELLINK:link {
        text-decoration: none;
    }

    a.ITEM_DELLINK:hover {
        text-decoration: underline;
    }

a.ITEM_LINK {
    display: inline-block;
    color: #3333FF;
    text-decoration: underline;
    white-space: nowrap;
    
}

a.ITEM_CMD_LINK {
    display: inline-block;
    /*font-size:90%;*/
    /*font-size: 11px;*/
    color: #3333AA;
    text-decoration: underline;
    white-space: nowrap;
}

span.ITEM_CMD_LINK {
    display: inline-block;
    white-space: nowrap;
    margin-left: 2px;
    margin-right: 2px;
}

/* Image Links */
img.NAV {
    background-color: transparent;
    color: #ffffff;
    border: 0;
    width: 16px;
    height: 16px;
    /*vertical-align: bottom;*/
    position: relative;
    /*border-bottom:2px;
	border-color:transparent;*/
    vertical-align: text-bottom;
    top: -3px;
}

img.NAV2 {
    display: inline-block;
    position: relative;
    top: -3px;
    background-color: transparent;
    color: #ffffff;
    border: 0;
    width: 16px;
    height: 16px;
    padding-top: 2px;
    vertical-align: bottom;
}



    /*
//Misc
*/
    .pageNormal {
        color: #041751
    }

.pageOfficial {
    FONT-FAMILY: Courier New;
}

.pageSubHeader {
    FONT-WEIGHT: bold;
    color: #041751
}

.boldText {
    FONT-WEIGHT: bold
}

.boldBlueText {
    FONT-WEIGHT: bold;
    color: #041751
}

.boldRedText {
    FONT-WEIGHT: bold;
    color: red
}

.discreet {
    color: #828282;
}

.topGradient {
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FILTER: alpha(FinishOpacity=50, Style=1);
    PADDING-BOTTOM: 2px;
    color: white;
    PADDING-TOP: 2px;
    background-color: #041751
}

.messageStyle {
    FONT-WEIGHT: bold;
}

.errorStyle {
    FONT-WEIGHT: bold;
    color: #FF0000
}

.errorStyleNoBold {
    color: #FF0000;
}

.footerStyle {
    color: #999999;
}

.LABELBIG {
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 5px;
}

.TABBAR_OUTER {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.TABBAR {
    margin: 0px;
    padding: 0px;
    border-bottom: solid 5px rgba(69,98,155,1.0);
}

.TABBAR_SHADOW {
    /*border-top: solid #DDDDDD 6px;*/
    background-color: #fff;
    height: 0px;
    box-shadow: 1px 1px 4px #666;
    margin-bottom: 1px;
}


a.TAB_NOTSELECTED, a.TAB_NOTSELECTED:link, a.TAB_NOTSELECTED:visited, span.TAB_SELECTED, a.TAB_SELECTED, a.TAB_SELECTED:link, a.TAB_SELECTED:visited {
    color: #000;
    /*background-color: #fff;*/
    height: 34px;
    line-height: 25px;
    border: solid 1px #aaaaaa;
    border-bottom: solid 2px rgba(69,98,155,1.0);
    text-decoration: none;
    margin: 0px;
    padding: 4px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12pt;
}

    span.TAB_SELECTED, a.TAB_SELECTED, a.TAB_SELECTED:link, a.TAB_SELECTED:visited {
        background-color: rgba(69,98,155,1.0);
        font-weight: bold;
        color: #FFF;
    }

    A.TAB_NOTSELECTED:hover {
        color: #000000;
        background-color: #EDEDED;
    }



#REPORT_DETAILBOX a.TAB_NOTSELECTED, #REPORT_DETAILBOX a.TAB_NOTSELECTED:link, #REPORT_DETAILBOX a.TAB_NOTSELECTED:visited, #REPORT_DETAILBOX span.TAB_SELECTED, #REPORT_DETAILBOX a.TAB_SELECTED, #REPORT_DETAILBOX a.TAB_SELECTED:link, #REPORT_DETAILBOX a.TAB_SELECTED:visited {
    margin: 0px;
    padding: 4px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 9pt;
}

.TABBAR td {
    white-space: nowrap;
}


@media print {
    .np, a.np:link, a.np:visited, a.np:hover {
        DISPLAY: none /*only displayed on screen and not on paper*/
    }
}

@media screen {
    .p, a.p:link, a.p:visited, a.p:hover {
        DISPLAY: none /*only displayed on paper and not on screen*/
    }
}

/* TRAINLINK-4  System Help Link - Begin */

.SYSTEMHELPLINK_A, .SYSTEMHELPLINK_A:visited {
    color: #00f;
}

#SystemHelpButton {
    background-image: url(/v2/images/icons/help.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 8px;
    background-position: left;
    cursor: pointer;
    line-height: 1.5;
    margin: 2px;
    padding: 2px;
    padding-left: 18px;
    border: none;
    display: none;
}

    #SystemHelpButton button {
        border: none;
        background-color: transparent;
        color: #004AFF;
        font-family: Lato, Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        cursor: pointer;
        line-height: 1;
        border: none;
    }


.SystemHelpIcon {
    border: none;
    width: 16px;
    height: 16px;
}

#SystemHelpButton_menu {
    border: solid 1px #BDBDFF;
    background-color: #eef;
    padding: 10px;
    z-index: 9000;
    display: none;
    position: fixed;
}

    #SystemHelpButton_menu ul {
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: #eef;
        border-width: 0px;
        border-style: none;
        padding: 0;
        font-size: 100%;
    }

    #SystemHelpButton_menu a {
        padding: 2px 4px 2px 4px;
        text-decoration: none;
    }

        #SystemHelpButton_menu a:hover {
            background-color: #D6D6FF;
            color: Black;
            cursor: pointer;
        }

    #SystemHelpButton_menu option {
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }











a.LinkGreen {
    color: #00C600;
    text-decoration: none;
}

    a.LinkGreen:visited {
        color: #00C600;
        text-decoration: none;
    }

    a.LinkGreen:hover {
        color: #08FF00;
        text-decoration: none;
    }

a.LinkGreenD {
    color: #009900;
    text-decoration: none;
}

    a.LinkGreenD:visited {
        color: #009900;
        text-decoration: none;
    }

    a.LinkGreenD:hover {
        color: #00CC00;
        text-decoration: none;
    }

a.LinkWhite {
    color: #ccc;
    text-decoration: none;
}

    a.LinkWhite:visited {
        color: #ccc;
        text-decoration: none;
    }

    a.LinkWhite:hover {
        color: #fff;
        text-decoration: none;
    }


a.buttonGreen, a.buttonGreen:visited, a.buttonGreen:hover {
    display: inline-block;
    background-color: #35871F;
    border: solid 1px #444;
    color: #eee;
    font-size: 110%;
    text-align: center;
    vertical-align: middle;
    padding: 11px;
    text-decoration: none;
}

    a.buttonGreen:hover {
        background-color: #41A526;
        color: #eee;
    }

a.buttonGreen_disabled, a.buttonGreen_disabled:visited, a.buttonGreen_disabled:hover {
    background-color: #bbb;
    color: #333;
}



input.buttonGreen {
    background-color: #35871F;
    border: solid 1px #444;
    color: #eee;
    font-size: 110%;
    text-align: center;
    vertical-align: middle;
    padding: 11px;
    cursor: pointer;
}

input.buttonGreen_disabled {
    background-color: #bbb;
    color: #333;
}

/* System Help Link - End */
/* System Help Link - End */




.FieldBlock {
    float: left;
    width: 33%;
    padding: 2px;
}

.FieldBlock100 {
    float: left;
    width: 100%;
    padding: 2px;
}

    .FieldBlock .label, .FieldBlock100 .label {
        text-align: right;
        width: 100px;
    }

.SIDEVIEW .FieldBlock {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .FieldBlock {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 950px) and (min-width:600px) {

    .FieldBlock {
        float: left;
        width: 48%;
    }
}



.AreaListDialog {
    width: 90%;
    max-width: 550px;
}

#Dialogbox_AreaList #AREA {
    width: 100%;
}

.StatusDaysBackTable {
}

    .StatusDaysBackTable label {
        display: inline-block;
        width: 190px;
    }

    .StatusDaysBackTable .HD1 {
        display: inline-block;
        width: 210px;
    }

    .StatusDaysBackTable .HD2 {
        display: inline-block;
        width: 76px;
        text-align: center;
    }

    .StatusDaysBackTable .HD3 {
        display: inline-block;
        width: 20px;
        text-align: center;
    }

    .StatusDaysBackTable .HD4 {
        display: inline-block;
        width: 76px;
        text-align: center;
    }




#STATUS_FIELD_BLOCK {
    min-width: 210px;
    margin: 0px;
    padding: 0px;
}


.OpenBrokerPageBtn
{
    font-weight:normal;
    color:#00f;
}

/*FC19-112  1/23/2020   Johnny Chan */
#DOC_TBL th {
    border-bottom: solid 1px #aaa;
    Background-color: #a9b0c4;
}

#DOC_TBL td {
    border-bottom: solid 1px #aaa;
}




.V2_SYSMSG {
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    width: 70%;
    margin: 0px;
    margin-left: -35%;
    background-color: #ffdddd;
    color: #000;
    border: solid 3px #f00;
    font-size: 12pt;
    padding: 8px;
    box-shadow: 1px 1px 6px #333;
    z-index: 100;
}

    .V2_SYSMSG a, .V2_SYSMSG a:visited{
        color:#00F;
    }

    .V2_SYSMSG_OFF {
        width: 30%;
        margin: 0px;
        margin-left: -15%;
        font-size: 90%;
        padding:1px;
    }

.V2_SYSMSG input[type=button] {
    font-size:105%;
}



a#btnSearch, a#btnSearch:link, a#btnSearch:visited, a#btnSearch:hover {

    display: inline-block;
    color: #fff;
    /*height: 19px;*/
    /*font-size:90%;*/
    font-size: 11pt;
    background-color: #00529B; /*    #f2ece3;*/
    box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
    border: solid 1px #00529B;
    border-radius: 4px 4px;
    text-decoration: none;
    padding: 1px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 1px;
    margin-left:2px;
    margin-right:2px;
    white-space: nowrap;
}

    a#btnSearch:hover {
        background-color: #01427c; /*#277016; */
        color: #fff;
    }

a.LINK_NAV_GREEN, a.LINK_NAV_GREEN:link, a.LINK_NAV_GREEN:visited {
    background-color: #2A7319;
    color: #fff;
    font-size: 12pt;
}

    a.LINK_NAV_GREEN:hover {
        background-color: #4A9339; /*#277016; */
        color: #fff;
    }



.ui-widget-header {
    /*background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;*/
    background-color: #666;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-image: url("images/ui-bg_gloss-wave_35_f6a828_500x100.png");
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    border-color: #666;
}

.ui-dialog .ui-dialog-buttonpane {
    background-color: #ddd;
}



#contactSelect {
    text-align: left;
    height: 160px;
    overflow: auto;
    border: solid 1px #aaa;
}








