﻿.listheadingcustom tr th
{
    /*text-align: left;*/
    font-size: 13px;
    height: 15px;
    text-decoration: none;
    vertical-align: bottom;
    border-bottom: 1px solid #00417f;
    font-weight: normal;
}
.listheadingcustom tr th a
{
    color: #333;
    text-decoration: none;
}
.listheadingcustom tr th a:hover
{
    color: #d22828;
    text-decoration: none;
}
.listheadingcustom tr td.listlinkmain
{
    font-size: 12px;
    color: #0077CC;
    cursor: pointer;
}
.listheadingcustom tr td.listlinkmain:hover
{
    font-size: 12px;
    color: #d22828;
    cursor: pointer;
}
.listheadingcustom tr td.listlinkmain a
{
    font-size: 12px;
    color: #0077CC;
    cursor: pointer;
}
.listheadingcustom tr td.listlinkmain a:hover
{
    font-size: 12px;
    color: #d22828;
    cursor: pointer;
}

.tdtext
{
    text-align: right;
    padding-right: 5px;
}
.tdcontrol
{
    text-align: right;
    padding-right: 5px;
}

.pager span
{
    border: 1px solid #9AAFE5;
    padding: 0 5px 0 5px;
    font-weight: bold;
    background: #00417f;
    color: #fff;
}

.pager a
{
    color: #003366;
    padding: 0 5px 0 5px;
    border: 1px solid #9AAFE5;
    text-decoration: none;
}
.pager a:hover
{
    border: 1px solid #2E6AB1;
}

.pager tr
{
    height: 20px;
    vertical-align: bottom;
}



.floatL
{
    float: left;
}
.floatR
{
    float: right;
}
.paddT20
{
    padding-top: 20px;
}
.MT2
{
    margin-top: 2px;
}
.MT5
{
    margin-top: 5px;
}
.MT10
{
    margin-top: 10px;
}
.paddL
{
    padding-left: 10px;
}
.paddL20
{
    padding-left: 10px;
}
.padleft20
{
    padding-left: 20px;
}
.paddR
{
    padding-right: 10px;
}
.paddR15
{
    padding-right: 15px;
}
.paddL2
{
    padding-left: 2px;
}
.paddR20
{
    padding-right: 20px;
}
.paddL15
{
    padding-left: 15px;
}
.paddL20
{
    padding-left: 20px;
}
.bg
{
    border: 1px solid red;
}

.welcome
{
    padding: 0px 12px 0 10px;
    float: left;
}
.paddT10
{
    padding-top: 10px;
}
#wrappercontainer
{
    width: 1252px;
    margin: 0 auto;
}
#maincontainer
{
    width: 1252px;
    float: left;
    background: #ffffff;
}
#header
{
    width: 1252px;
    float: left;
    height: 70px;
}

#logo
{
    float: left;
    padding: 5px 0 0 0;
}
#headerright
{
    width: 1067px;
    height: 70px;
    float: right;
}
#dateinfo
{
    height: 18px;
    float: right;
    background: #f2f2f2;
    padding-top: 2px;
}
#mainnavigation
{
    float: left;
    width: 100%;
    margin-top: 28px;
    font-size: 12px;
}

#maincontentarea
{
    width: 1252px;
    float: left;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin: 0 0 0px 0;
}
/**Middle Content Area**/
.middlecontent
{
    width: 1020px;
    float: left;
    border-right: 1px solid #cccccc;
}
.maincontent
{
    width: 1010px;
    float: left;
    padding: 10px 0 50px 10px;
    min-height: 675px;
}

/**Tab Box**/
#tabs
{
    font-size: 12px;
    float: left;
    line-height: normal;
    position: relative;
    top: 1px;
    z-index: 0;
}
#tabs ul
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#tabs li
{
    float: left;
    margin: 0;
    padding: 0;
}
#tabs .current
{
    background-image: url(../image/current-tab.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 30px;
    width: 162px;
}
#tabs a
{
    color: #333333;
    display: block;
    float: left;
    height: 30px;
    text-align: center;
    text-decoration: none;
    width: 162px;
}
#tabs .normal
{
    background-image: url(../image/normal-tab.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 30px;
    width: 163px;
}
#tabs a:hover
{
    color: #D22828;
    background-image: url(../image/current-tab.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 30px;
    width: 162px;
}
#contact_list
{
    border: 0px solid #CCCCCC;
    float: left;
    padding-bottom: 10px;
    width: 1000px;
}
#contact_tab
{
    border: 1px solid #CCCCCC;
    float: left;
    padding-bottom: 10px;
    width: 1000px;
}
#tabs .normal-left
{
    background-image: url(../image/normal-tab-left.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 30px;
    width: 163px;
}
#tabs .normal-right
{
    background-image: url(../image/normal-tab-right.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 30px;
    width: 163px;
}

.searchpanel
{
    width: 1010px;
    float: left;
    height: 25px;
    border-bottom: solid 1px #ccc;
    padding: 7px 0 0 10px;
}
.searchmain
{
    width: 985px;
    float: left;
}
.searchmain label
{
    float: left;
}
.searchmain input
{
    width: 150px;
    height: 16px;
    margin-left: 5px;
    float: left;
}
.searchmain select
{
    width: 150px;
    height: 18px;
    margin-left: 5px;
    float: left;
}
.help
{
    width: 15px;
    float: left;
}










/**Tab Box End**/

/**Right Content Area**/
.rightcontent
{
    width: 225px;
    float: left;
}
.rightcontent input
{
    width: 130px;
    height: 16px;
    float: left;
    padding-left: 20px;
    font-size: 11px;
    color: #555555;
    background: url(../image/search-icon.gif) left no-repeat;
    background-color: #FFF;
}
.searchline
{
    padding-top: 35px;
    text-align: center;
}
.searchbox
{
    width: 220px;
    height: 25px;
    text-align: left;
    float: left;
    padding: 10px 0 0 10px;
}
/**footer**/

.footer
{
    width: 1252px;
    float: left;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.footertop
{
    width: 1252px;
    height: 45px;
    float: left;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
    text-align: center;
}
.footermain
{
    width: 1252px;
    height: 30px;
    float: left;
    background-color: #eaeaea;
    text-align: center;
    padding-top: 12px;
}

.ContactCardHeader
{
    font-size: 14px;
    color: #0077CC;
}
.ContactCardHeaderSmall
{
    font-size: 12px;
    color: #888888;
}
.ContactCardLabel
{
    color: #888888;
    margin-right: 10px;
    text-align: right;
    width: 50px;
}
.ContactCardText
{
    color: #000000;
    text-align: left;
    width: 195px;
}

/* Added for Form Pages. */
.searchpannel
{
    width: 1023px;
    height: 35px;
    border-bottom: 1px solid #cccccc;
    background-color: #FFF;
}
.searcharea
{
    width: 900px;
    height: 27px;
    float: left;
    margin: 8px 0 0 0;
}
.innercontent
{
    width: 1000px;
    float: left;
    background: #FFF;
}
.infopanelright
{
    width: 335px;
    float: left;
    margin-left: 100px;
}
.infopannel
{
    width: 335px;
    float: left;
    margin-left: 10px;
}
.infopannel td
{
    padding: 5px 0 5px 5px;
}
.sectionheading16
{
    width: 308px;
    height: 18px;
    float: left;
    border-bottom: 1px solid #00417f;
    padding: 20px 0 2px 0;
}
.sectionheading
{
    width: 308px;
    height: 16px;
    float: left;
    border-bottom: 1px solid #1f60a9;
    padding: 20px 0 2px 0;
}
.sectionheading40
{
    width: 308px;
    float: left;
    border-bottom: 1px solid #1f60a9;
    padding: 33px 0 2px 0;
}
.sectionheadingwide
{
    width: 480px;
    height: 18px;
    float: left;
    border-bottom: 1px solid #00417f;
    padding: 20px 0 2px 0;
    vertical-align: bottom;
}
.lableboxwide
{
    width: 100px;
    height: 18px;
    float: left;
    padding: 5px 0 2px 0;
}
.lableboxcurrency
{
    width: 50px;
    height: 18px;
    float: left;
    padding: 5px 0 0 10px;
}
.lableboxamount
{
    width: 60px;
    height: 18px;
    float: left;
    padding: 5px 0 0 10px;
}
.lableboxdescription
{
    width: 220px;
    height: 18px;
    float: left;
    padding: 5px 0 0 10px;
}
.textfields
{
    width: 335px;
    float: right;
    margin: 10px 0 0 0;
}

.textfieldswide
{
    width: 480px;
    float: left;
    margin: 10px 0 0 0;
}
.lablebox
{
    width: 335px;
    float: left;
}
.lablebox input
{
    width: 150px;
    height: 16px;
    float: left;
    margin-left: 0px;
    font-size: 11px;
}
.lablebox textarea
{
    width: 150px;
    height: 48px;
    float: left;
    margin-left: 5px;
    font-size: 11px;
}
.lablebox label
{
    width: 150px;
    text-align: right;
    float: left;
}
.lableboxExpenseManagement
{
    width: 308px;
    float: left;
}
.lableboxExpenseManagement input[type="file"]
{
    width: 150px;
    float: left;
    margin-left: 0px;
    font-size: 11px;
}

.lableboxExpenseManagement textarea
{
    width: 150px;
    height: 48px;
    float: left;
    font-size: 11px;
}
.lableboxExpenseManagement label
{
    width: 100px;
    text-align: right;
    float: left;
}
.dropdownsmall
{
    width: 152px;
    height: 18px;
    float: left;
    font-size: 11px;
    margin: 0 0 0 0px;
}
input.error
{
    background: #fed;
    border: 1px solid red;
}
select.error
{
    background: #fed;
    border: 1px solid red;
}
.leftcontent
{
    width: 1020px;
    border-right: 1px solid #cccccc;
}
.cclistarea
{
    width: 650px;
    float: right;
    margin-top: 20px;
}
.cclistarea select
{
    width: 150px;
    margin-top: 10px;
    padding: 4px 0 4px 0;
    font-size: 11px;
}
.linkcontainer
{
    width: 640px;
    height: 16px;
    border-bottom: 1px solid #00417f;
}
.cclink
{
    float: right;
    width: 300px;
    height: 16px;
    text-align: right;
}
.cclink a
{
    float: right;
    width: 60px;
    text-align: right;
    text-decoration: none;
}
.cclink a:hover
{
    float: right;
    width: 60px;
    text-align: right;
    text-decoration: none;
    color: #d22828;
}
.listedOption
{
    width: 130px;
    text-align: right;
    margin-top: 35px;
}
.padleft
{
    padding-left: 5px;
}
.padright
{
    padding-right: 5px;
}
.tablesection
{
    width: 312px;
    float: right;
    margin: 10px 15px 0 0;
}
.listingMain
{
    width: 312px;
    float: left;
    border-bottom: 2px solid #ffffff;
}
.tableHeading
{
    width: 312px;
    height: 18px;
    float: left;
    background: #6c6c6c;
    color: #ffffff;
    padding: 2px 0 0 5px;
}
.listing
{
    width: 312px;
    height: 81px;
    float: left;
    background: #eeeeee;
    padding-left: 5px;
}
.helpForm
{
    width: 90px;
    height: 23px;
    float: left;
    text-align: right;
    margin: 12px 25px 0 0;
}
.clear
{
    clear: both;
}
.spacer
{
    height: 5px;
}
.textalignright
{
    text-align: right;
    padding-right: 5px;
}
.textalignleft
{
    text-align: left;
    padding-right: 5px;
}
/*
#ImageButton1 {display:block;cursor:pointer;background-image:url(../img/phone.png);width:16px;height:16px;text-indent:-5000px}
#ImageButton1:hover {background-position:top right;}
*/


.ContactCardLink a
{
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}
.ContactCardLink a:hover
{
    color: #d22828;
    font-size: 11px;
    text-decoration: none;
}
.searchpannelauto
{
    width: 1023px;
    border-bottom: 1px solid #cccccc;
    background-color: #FFF;
}
.searchareaauto
{
    width: 1020px;
    float: left;
    margin: 8px 0 8px 0;
}
.whitetext
{
    color: #FFF;
}
.paddbottom
{
    padding-bottom: 5px;
}

/*Confirmation CSS*/
.flowpannel
{
    width: 950px;
    height: 35px;
    border: 1px solid #cccccc;
    background-color: #edeff5;
    padding-top: 2px;
}
.flowarea
{
    width: 890px;
    height: 27px;
    float: left;
    margin: 4px 0 0 0px;
}
.leftflow
{
    height: 26px;
    float: left;
}
.flowrepeat
{
    color: #00417f;
    float: left;
    height: 26px;
    background: url(../image/repeat_flow.png) repeat-x;
    padding-top: 5px;
}
.flowrepeat a
{
    color: #00417f;
    float: left;
    height: 26px;
    text-decoration: none;
}
.flowrepeat a:hover
{
    color: #00417f;
    float: left;
    height: 26px;
    text-decoration: underline;
}
.flowrepeathover
{
    float: left;
    height: 26px;
    background: url(../image/hover_repeat_flow.png) repeat-x;
    padding-top: 5px;
}
.rightflow
{
    width: 10px;
    float: left;
}
.dobyear
{
    font-size: 11px;
    width: 52px;
    height: 18px;
    margin: 0px 0 0 5px;
}
.dobdate
{
    font-size: 11px;
    width: 40px;
    height: 18px;
    margin: 0px 0 0 5px;
}
.ddlCustom
{
    font-size: 11px;
    width: auto;
    height: 18px;
    margin: 0px 0 0 5px;
}
.dobyear
{
    font-size: 11px;
    width: 52px;
    height: 18px;
    margin: 0px 0 0 5px;
}
.dobyear_nomargin
{
    font-size: 11px;
    width: 52px;
    height: 18px;
    margin: 0px 0 0 0px;
}
.greentext
{
    color: #01bd01;
    font-weight: bold;
}
.datefield
{
    width: 100px;
    height: 16px;
    background: url(../image/cal-icon2.jpg) right no-repeat #FFF;
    font-size: 11px;
    padding-right: 0px;
}


/*Exotic Order CSS*/
#wrappercontainerpopup
{
    width: 715px;
    margin: 0 auto;
}
#maincontainerpopup
{
    width: 715px;
    float: left;
}

#wrappercontainerpopupwide
{
    width: 915px;
    margin: 0 auto;
}
#maincontainerpopupwide
{
    width: 915px;
    float: left;
}

#headerpopup
{
    width: 715px;
    float: left;
    height: 45px;
    background-color: #FFF;
}
#headerpopupwide
{
    width: 915px;
    float: left;
    height: 45px;
    background-color: #FFF;
}
#logopopup
{
    width: 185px;
    float: left;
}
#maincontentareapopup
{
    width: 715px;
    float: left;
    border-top: 1px solid #CCCCCC; /*border-right: 1px solid #CCCCCC; 	border-bottom: 1px solid #cccccc;*/
}
#maincontentareapopupwide
{
    width: 915px;
    float: left;
    border-top: 1px solid #CCCCCC; /*border-right: 1px solid #CCCCCC; 	border-bottom: 1px solid #cccccc;*/
}
.searchpannelpopup
{
    width: 710px;
    height: 27px;
    background-color: #FFF;
    padding-top: 8px;
}
.searchpannelpopupNewOrder
{
    width: 715px;
    height: 24px;
    background-color: #4c4c4c;
    padding-top: 5px;
}
/*.searchpannelpopup label
{
    text-align: right;
    float: left;
    color: #666;
    margin: 0 0 0 10px;
}
.searchpannelpopup input
{
    font-size: 11px;
    margin: 0;
    padding: 0;
}*/
.helppopup
{
    width: 170px;
    height: 13px;
    float: right;
    text-align: right;
    padding: 25px 10px 0 0;
}
.innercontentpopup
{
    width: 715px;
    float: left;
}
.innercontentpopup input
{
    font-size: 11px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.floatL
{
    float: left;
}
.floatR
{
    float: right;
}
.dropdown-barriertype
{
    width: 70px;
    height: 18px;
    float: left;
    font-size: 11px;
    margin: 0 15px 0 15px;
}

.dropdown-barrier
{
    width: 130px;
    height: 18px;
    float: left;
    font-size: 11px;
    margin: 0 5px 0 5px;
}
.dobyear_nomargin
{
    font-size: 11px;
    width: 52px;
    height: 18px;
    margin: 0px 0 0 0px;
}
.firstsearchpanel
{
    width: 703px;
    float: left;
    padding: 10px 0 10px 13px;
    border-bottom: 1px solid #cccccc;
}
.secondsearchpanel
{
    width: 715px;
    float: left;
    height: 40px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background-color: #FCFBE3;
}
.secondsearchpanelNewOrder
{
    width: 715px;
    float: left;
    height: 40px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #cccccc;
    background-color: #FCFBE3;
}
.thirdsearchpanel
{
    width: 715px;
    float: left;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #cccccc;
    background-color: #dbdac5;
}
.leftqty
{
    width: 360px;
    float: left;
    border-right: 1px solid #000000;
}
.leftqtyDerivative
{
    width: 335px;
    float: left;
    border-right: 1px solid #000000;
    padding-right: 5px;
}

.rightqty
{
    width: 350px;
    float: left;
    padding-left: 8px;
}
.tradermain
{
    width: 190px;
    float: left;
    text-align: right;
    padding: 0px 0px 0 0px;
}
.tradermain label
{
    width: 180px;
    float: left;
    text-align: right;
}
.tradermain input
{
    width: 180px;
    float: right;
}
.qtymain
{
    width: 70px;
    float: left;
    text-align: right;
    padding: 0 0px 0 0px;
}
.qtymain label
{
    width: 60px;
    float: left;
    text-align: right;
}
.qtymain input
{
    width: 60px;
    float: left;
}
.qtymainright
{
    width: 84px;
    float: right;
    text-align: right;
    padding: 0 0px 0 0;
}
.qtymainright label
{
    width: 60px;
    float: right;
    text-align: right;
}
.qtymainright input
{
    width: 70px;
    float: left;
}

.tradermainR
{
    width: 160px;
    float: left;
    text-align: left;
    padding-right: 10px;
}
.tradermainR label
{
    width: 100px;
    float: left;
    text-align: left;
}
.tradermainR input
{
    width: 100px;
    float: left;
    font-size: 11px;
}
.qtymainR
{
    width: 80px;
    float: left;
    text-align: right;
}
.qtymainR label
{
    width: 70px;
    float: left;
    text-align: left;
}
.qtymainR input
{
    width: 70px;
    float: left;
    font-size: 11px;
}
.btnpopup
{
    width: 700px;
    background-color: #ffffff;
    float: right;
    text-align: right;
    padding: 20px 15px 20px 0;
}
.dobyearpopup
{
    width: 70px;
    height: 20px;
    margin-left: 5px;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.normallink a
{
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}
.normallink a:hover
{
    color: #d22828;
    font-size: 11px;
    text-decoration: none;
}
.smalllink a
{
    color: #333333;
    font-size: 10px;
    text-decoration: none;
}
.smalllink a:hover
{
    color: #d22828;
    font-size: 10px;
    text-decoration: none;
}

.dropdown
{
    width: 190px;
    height: 18px;
    float: left;
    font-size: 11px;
    margin: 0 0 0 5px;
}
.lableboxpopup
{
    float: left;
}
.lableboxpopup label
{
    text-align: right;
    float: left;
    margin-left: 10px;
}
.lableboxpopup input
{
    width: 100px;
    height: 16px;
    float: left;
    margin-left: 5px;
}
.radio
{
    float: left;
    margin: 0 5px 0 5px;
}
.ratio
{
    float: left;
    padding-left: 46px;
}
.ratio label
{
    text-align: right;
    float: left;
    margin-left: 10px;
}
.ratio input
{
    width: 30px;
    height: 16px;
    float: left;
    margin-left: 5px;
}
.dropdown-order
{
    width: 100px;
    height: 18px;
    font-size: 11px;
}
.dropdown-barriertype
{
    width: 70px;
    height: 18px;
    font-size: 11px;
}
.note
{
    height: 16px;
    float: left;
    margin-left: -47px;
}
.note label
{
    width: 70px;
    text-align: right;
    float: left;
}
.note input
{
    width: 170px;
    height: 16px;
    float: left;
    margin-left: 5px;
}
/*Depth Window Comments*/
.maincommentspanel
{
    width: 995px;
    float: left;
    margin: 10px 0 10px 10px;
}
.currentinterestmain
{
    width: 320px;
    float: left;
}

.bookreferences
{
    width: 310px;
    float: left;
    margin: 0 20px 0 21px;
}

.tradehistory
{
    width: 310px;
    float: left;
    margin: 0 0 0 14px;
}

.paneltitle
{
    width: 315px;
    height: 15px;
    background-color: #dbdac5;
    color: #343434;
    padding: 2px 0 0 5px;
    text-transform: uppercase;
}
.dualtitle
{
    width: 315px;
    height: 20px;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 5px 0 0 5px;
}
.nointerest
{
    float: right;
    padding: 0 5px 0 0;
}
.commentpostbox
{
    width: 305px;
    height: 50px;
    float: left;
    padding: 3px 5px 3px 5px;
}

.alternatecommentpostbox
{
    width: 305px;
    float: left;
    height: 50px;
    padding: 3px 5px 3px 5px;
    background: #f3f3f3;
}

.commentpostbox input
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    font-size: 11px;
}

.commentdisplaybox input
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    font-size: 11px;
}

.rightborder
{
    border-right: 1px solid #aeaeae;
}
.borderright
{
    border-right: 1px solid #aeaeae;
}
.rowborder
{
    padding: 5px;
    border-bottom: 1px solid #aeaeae;
}
.greentext
{
    color: #59b224;
}
.yellow
{
    color: #ff9900;
    font-weight: bold;
}

.alignright
{
    text-align: right;
}
.alignleft
{
    text-align: left;
}
.aligncenter
{
    text-align: center;
}
.maindepthscreen
{
    width: 1000px;
    float: left;
    border: 1px solid #cccccc;
    margin: 10px 0px 0 9px;
}
.topheadingpanel
{
    width: 1000px;
    height: 22px;
    float: left;
    background-color: #222222;
    color: #ffffff;
    padding-top: 8px;
}
.topheadingpanel .toplabel
{
    color: #c8c8c8;
    padding: 0 0 0 20px;
}
.informationalpanel
{
    width: 945px;
    float: left;
    padding: 10px 0 0 14px;
}
.paddL55
{
    padding-left: 55px;
}
.mainlistarea
{
    width: 1000px;
    float: left;
    margin-top: 10px;
}
.bidmainpanel
{
    width: 500px;
    float: left;
}
.offermainpanel
{
    width: 500px;
    float: right;
}


.depth_header tr th
{
    background-color: #bedffd;
    height: 20px;
    font-weight: normal;
}
.depth_oddrow
{
    background-color: #3c3c3c;
    height: 35px;
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
}
.depth_oddrow a
{
    color: #FFFFFF;
    text-decoration: none;
}
.depth_oddrow a:hover
{
    color: #d22828;
    text-decoration: none;
}
.depth_evenrow
{
    background-color: #4c4c4c;
    height: 35px;
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
}
.depth_evenrow a
{
    color: #FFFFFF;
    text-decoration: none;
}
.depth_evenrow a:hover
{
    color: #d22828;
    text-decoration: none;
}
.searchheader
{
    width: 197px;
    background-color: #fcfbe3;
    padding: 5px 0 0 3px;
    height: 20px;
    float: left;
    font-weight: bold;
}
.searchoddrow
{
    padding: 3px 0 3px 5px;
    height: auto;
    width: 195px;
}
.searchoddrow:hover
{
    background-color: #b2d9ff;
}
.searchoddrow a
{
    color: #333333;
    text-decoration: none;
}

.searchoddrow a:hover
{
    color: #d22828;
    text-decoration: none;
}

.searchevenrow
{
    padding: 3px 0 3px 5px;
    background-color: #f6f6f6;
    height: auto;
    width: 195px;
}
.searchevenrow:hover
{
    background-color: #b2d9ff;
}
.searchevenrow a
{
    color: #333333;
    text-decoration: none;
}

.searchevenrow a:hover
{
    color: #d22828;
    text-decoration: none;
}
.username
{
    width: 310px;
    height: 18px;
    float: left;
}
.comntbox
{
    width: 280px;
    padding: 0 0 0 10px;
    float: left;
}
.comntbox input
{
    width: 150px;
    height: 16px;
}
.commentdisplaybox
{
    width: 310px;
    float: left;
    padding: 3px 5px 3px 5px;
    background: #4c4c4c;
    border-top: 1px solid #888888;
}
.yellowcomment
{
    color: #666666;
}

.buttondynamic
{
    cursor: pointer;
    display: inline;
    padding: 0 1px 0 1px;
    margin: 0px;
    text-decoration: none;
    background: url(../image/button_1px.gif);
    height: 18px;
    text-align: center;
    border: solid 1px #848484;
    width: auto;
}


.buttondynamic:hover
{
    color: #d22828;
}



/*Css For Hint Box*/

#hintbox
{
    position: absolute;
    width: 200px;
    margin-top: -4px;
    margin-left: 0px;
    border: 1px solid #cc9933;
    padding: 10px 12px; /* to fix IE6, I can't just declare a background-color,     I must do a bg image, too!  So I'm duplicating the pointer.gif     image, and positioning it so that it doesn't show up     within the box */
    background: #ffc url(../image/pointer.gif) no-repeat -10px 5px;
    visibility: hidden;
}

#hintanchor
{
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px; /*background: url(../image/pointer.gif) left top no-repeat;*/
}

#btnpop
{
    float: left;
    position: absolute;
    width: 150px; /**/
    display: none;
    margin-top: 0px;
    margin-left: 8px;
    border: 1px solid #000;
    padding: 2px 0px 0px 0px; /* to fix IE6, I can't just declare a background-color,     I must do a bg image, too!  So I'm duplicating the pointer.gif     image, and positioning it so that it doesn't show up     within the box */
    background: #fff url(../image/pointer.gif) no-repeat -10px 5px;
}

#btnpopanchor
{
    position: absolute;
    left: -10px;
    vertical-align: middle;
    width: 10px;
    height: 19px;
    background: url(../image/pointer.gif) left top no-repeat;
}
.text_box_hide
{
    visibility: hidden;
}

/*Wide Master Page*/
.searchpannelwide
{
    width: 1252px;
    height: 35px;
    border-bottom: 1px solid #cccccc;
}
.searchareawide
{
    width: 1252px;
    height: 27px;
    float: left;
    margin: 8px 0 0 0;
}

.searchpannelwideinvoice
{
width: 1252px;
    
    border-bottom: 1px solid #cccccc;	
}

.searchpannelwidehigh
{
    width: 1000px;
    border-bottom: 1px solid #cccccc;
}
.searchareawidehigh
{
    width: 1252px;
    float: left;
    margin: 8px 0 0 0;
}

.leftcontentwide
{
    width: 1252px;
    min-height: 730px;
}
.innercontentwide
{
    width: 1252px;
    float: left;
    background: #FFF;
}
.middlecontentwide
{
    width: 1252px;
    float: left;
}
#contact_list_wide
{
    border: 0px solid #CCCCCC;
    float: left;
    padding-left: 5px;
    padding-bottom: 10px;
    width: 1242px;
}
table.radiolist input
{
    float: left;
    vertical-align: top;
}
table.radiolist label
{
    text-align: left;
    vertical-align: baseline;
}
.checkbox input
{
    float: left;
}
.checkbox label
{
    text-align: left;
}
.whitelink
{
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}
.whitelink:hover
{
    color: #d22828;
    font-size: 12px;
    text-decoration: none;
}
.contactcardlink a
{
    font-size: 12px;
    text-decoration: none;
    color: #0077CC;
}
.contactcardlink a:hover
{
    color: #d22828;
    font-size: 12px;
    text-decoration: none;
}
.borderbottom
{
    border-bottom: 1px solid #00417f;
}



.data_field
{
    padding-right: 0px;
}
span#icon_clear
{
    display: none;
    cursor: pointer; /*font-family: verdana;         color: #38468F;     font-weight: bold;     font-size: 12px;     border: solid 1px red;*/
    position: relative;
    height: 16px;
    left: -18px;
    vertical-align: middle;
}
span#icon_clear:hover
{
    color: #ccc;
}

span#icon_clear_master
{
    display: none;
    cursor: pointer; /*font-family: verdana;         color: #38468F;     font-weight: bold;     font-size: 12px;     border: solid 1px red;  */
    position: relative;
    height: 16px;
    left: -18px;
    vertical-align: middle;
}
span#icon_clear_master:hover
{
    color: #ccc;
}

.listheadingcustom1
{
    width: 255px !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    margin-left: 10px !important;
}


.listheadingcustom1 tr th
{
    /*text-align: left;*/
    font-size: 12px !important;
    height: 17px !important;
    text-decoration: none !important;
    vertical-align: bottom !important;
    border-bottom: 1px solid #00417f !important;
    font-weight: normal !important;
}

.listheadingcustom1 tr th a
{
    color: #333 !important;
    text-decoration: none !important;
}
.listheadingcustom1 tr th a:hover
{
    color: #d22828 !important;
    text-decoration: none !important;
}
.listheadingcustom1 tr td.listlinkmain
{
    font-size: 11px !important;
    color: #0077CC !important;
    cursor: pointer !important;
}
.listheadingcustom1 tr td.listlinkmain:hover
{
    font-size: 11px !important;
    color: #d22828 !important;
    cursor: pointer !important;
}
.listheadingcustom1 tr td.listlinkmain a
{
    font-size: 11px !important;
    color: #0077CC !important;
    cursor: pointer !important;
}
.listheadingcustom1 tr td.listlinkmain a:hover
{
    font-size: 11px !important;
    color: #d22828 !important;
    cursor: pointer !important;
}
.oddrow1
{
    height: 40px;
}
.oddrow1:hover
{
    background-color: #b2d9ff;
}
.oddrow1 a
{
    color: #333333;
    text-decoration: none;
}

.oddrow1 a:hover
{
    color: #d22828;
    text-decoration: none;
}
.selectrow1
{
    background-color: #b2d9ff;
    height: 28px;
}
.selectrow1 a
{
    color: #333333;
    text-decoration: none;
}

.selectrow1 a:hover
{
    color: #d22828;
    text-decoration: none;
}
.evenrow1
{
    background-color: #f6f6f6;
    height: 40px;
}
.evenrow1:hover
{
    background-color: #b2d9ff;
}
.evenrow1 a
{
    color: #333333;
    text-decoration: none;
}

.evenrow1 a:hover
{
    color: #d22828;
    text-decoration: none;
}

.back-to-top
{
    font-size: 1.1em;
    font-weight: bold;
    color: #393c3d;
    display: none;
    position: fixed;
    bottom: 30px;
    padding: 10px;
    border: 1px solid #999;
    border-color: rgba(0,0,0,0.5);
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f9f9f9 50%, #f6f6f6 50%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #f9f9f9), color-stop(50%, #f6f6f6), color-stop(100%, #eaeaea));
    background: -o-linear-gradient(top, #fff 0%, #f9f9f9 50%, #f6f6f6 50%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f9f9f9 50%, #f6f6f6 50%, #eaeaea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeaeaea',GradientType=0 );
    background: linear-gradient(top, #fff 0%, #f9f9f9 50%, #f6f6f6 50%, #eaeaea 100%);
    text-decoration: none;
    right: -1px;
}
.back-to-top:hover
{
    text-decoration: none;
    background: #f9f9f9;
    border-color: rgba(0,0,0,0.7);
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fdfdfd 50%, #fbfbfb 50%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fdfdfd), color-stop(50%, #fbfbfb), color-stop(100%, #efefef));
    background: -o-linear-gradient(top, #fff 0%, #fdfdfd 50%, #fbfbfb 50%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fdfdfd 50%, #fbfbfb 50%, #efefef 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef',GradientType=0 );
    background: linear-gradient(top, #fff 0%, #fdfdfd 50%, #fbfbfb 50%, #efefef 100%);
}
.back-to-top: active
{
    background: #f9f9f9;
}

.buttondynamicDisable
{
    cursor: pointer;
    display: inline;
    padding: 0 1px 0 1px;
    margin: 0px;
    text-decoration: none;
    background: url(../image/button_1px.gif);
    height: 18px;
    text-align: center;
    border: solid 1px #848484;
    width: auto;
    color: #848484;
}


.buttondynamicDisable:hover
{
}

.linkError
{
    color: #d22828;
    text-decoration: none;
    display: block;
    z-index: 6000;
    padding: 0px 20px 0px 10px;
    font-size: 15px;
}
.linkError:hover
{
    color: #444444;
}

.BondDepthGrid
{
    width: 60px;
    border-bottom: 1px solid #00417f;
    color: #000000;
    padding-bottom: 2px;
}

.paddT5
{
    padding-top: 5px;
}

.linkBondDepth
{
    color: #0077CC;
    font-size: 14px;
}

.breadcrumError
{
    background-color: #F2F2F2;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #888888;
    float: left;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    padding: 3px 0 0 10px;
    width: 1242px;
}
.linkErrorLabel
{
    color: #d22828;
    text-decoration: none;
    display: block;
    z-index: 6000;
    padding: 0px 0px 0px 5px;
    font-size: 11px;
}
.linkErrorCount
{
    color: #d22828;
    text-decoration: none;
    display: block;
    z-index: 6000;
    padding: 0px 0px 0px 5px;
    font-size: 11px;
}
.linkErrorCount:hover
{
    color: #d22828;
}
.linkNormalLabel
{
    color: #444444;
    text-decoration: none;
    display: block;
    z-index: 6000;
    padding: 0px 0px 0px 5px;
    font-size: 11px;
}
.linkNormalCount
{
    color: #444444;
    text-decoration: none;
    display: block;
    z-index: 6000;
    padding: 0px 0px 0px 5px;
    font-size: 11px;
}
.linkSuccessLabel
{
    color: #00CC33;
    text-decoration: none;
    display: block;
    z-index: 6000;
    padding: 0px 0px 0px 5px;
    font-size: 11px;
}
.linkSuccessCount
{
    color: #00CC33;
    text-decoration: none;
    display: block;
    z-index: 6000;
    padding: 0px 0px 0px 5px;
    font-size: 11px;
}

.lnkBlueHeader
{
    color: #0077CC;
    font-size: 12px;
}

.listlinkmainButton
{
    font-size: 12px;
    color: #0077CC;
    cursor: pointer;
}
.listlinkmainButton:hover
{
    font-size: 12px;
    color: #d22828;
    cursor: pointer;
}
.listlinkmainButton a
{
    font-size: 12px;
    color: #0077CC;
    cursor: pointer;
}
.listlinkmainButton a:hover
{
    font-size: 12px;
    color: #d22828;
    cursor: pointer;
}
.checkboxlist
{
}
.checkboxlist label
{
    width: 100px !important;
}

.cls-check-it-out-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 58%);
    -ms-transform: translate(-50%, -50%);
    font-size: 12px;
    padding: 7px 14px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.cls-check-it-out-btn:hover {
    border-color: #fff;
    box-shadow: 0px 0px 10px #fff;
}

.new-instance-wrapper-cls {
    margin-top: 3rem;
    position: relative;
}