/*
 * eservices-core.css
 *
 *  eServices Application
 *  author: Carlos Lara
 *  version: 1.0.1
 *  created: 22052009
 *  revised: 12022010
 *   _   _    _    _   _____ _
 *  | | | |  / \  | | |_   _| |
 *  | |_| | / _ \ | |   | | | |
 *  |  _  |/ ___ \| |___| | |_|
 *  |_| |_/_/   \_\_____|_| (_)
 *
 *  THIS IS THE CORE E-SERVICES CSS.
 *  DO NOT CHANGE THIS FILE UNLESS THEY ARE AGREED WITH THE WEB-ARCHITECT
 * orange: #CC5A13
 * light orange: #F9EBE3
 * very light blue: #F0F9FC
 * light-blue: #BFE1EF
 * dark blue: #083A81
 * light grey - button: #E6E6E6
 * light light grey - button: #F2F2F2
 * grey: #888888
 * grey new: #707070
 * mid grey #CCCCCC
 * dark grey: #434343
 * bright red: #ED1C24
 * dark red: #7A0E0E
 */


/****************************************************************
 ** The main font size was defined as 12px =  0.75em           **
 ** The default value for a browser is 16px or 1em             **
 ** the following formula was used to calculate the ems values **
 ** (1/parent font size) * required pixels = ems               **
 ** Example:  (1/12)*16 = 1.33                                 **
 ** We also can define: body{ font-size 75%; } (12px), in this **
 ** case the font resizing is smaller but the page layout do   **
 ** not break.                                                 **
 ****************************************************************/

body div#eServices {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    background: #F1F3F4;
}

div.container div#eServices {
    background-color: white !important;
    with: 930px !important;
    _padding: 0px 0px 20px 0px !important;
    margin-bottom: 20px;
    border: 1px solid white;
}

div#eServices img {
    border: 0px;
}

div#eServices input, select, textarea, select
{
    font-size: 1em;
    margin-left: 4px;
    margin-right: 2px;
    border: 1px solid #CCCCCC;
}

div#eServices select {
    height: 20px;
}
div#eServices table
{
   font-size: 0.95em;
}

div#eServices table td
{
   vertical-align: middle;
}

div#eServices table.normalFont
{
   font-size: 1em;
}

div#eServices h1.errorMsgTitle
{
    font-size: 1.33em;
}

/*
     agd  fujitsu
h1  40px  20
h2  19px  18
h3  18px; 17
h4  16px  15
*/

div#eServices h1 {font-size: 20px; margin:0; padding:0;}
div#eServices h2 {font-size: 18px;}
div#eServices h3 {font-size: 17px;}
div#eServices h4 {font-size: 15px;}
div#eServices h5 {font-size: 15px;}
div#eServices h6 {font-size: 14px;}

div#eServices h1.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;

  color: #083A81;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

div#eServices h2.pageHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-weight: 500;
    line-height: normal;

    color: #083A81;
    margin-bottom: 13px;
    margin-bottom: 10px;
    margin-top: 13px;
    text-align: left;
}

div#eServices h3.pageHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-weight: 500;
    line-height: normal;

    color: #083A81;
    margin-bottom: 10px;
    margin-top: 13px;
    text-align: left;
}

div#eServices h4.bolderText {
    font-weight: 600;
    margin-bottom: 5px;
}

div#eServices h5.bolderText {
    font-weight: 600;
    margin-bottom: 5px;
}

div#eServices h4.pageHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;

    color: #000000;
    font-weight: bold;
    text-align: left;
}

div#eServices h6.pageHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;

    color: #000000;
    font-weight: bold;
    text-align: left;
}


div#eServices .bodyPrint
{
    font-size: 11px;
}

div#eServices #mainPageContent
{
    margin-left: auto;
    margin-right: auto;
}

div#eServices h1.errorMsgTitle
{
    margin-top: 20px;
    margin-left: auto;
    margin-right:auto;
    color: #083A81;
}

div#eServices #pageNavigator
{
    _display:none;
}

div#eServices input
{
    padding-left: 3px;
}
div#eServices input.tableRadioButton, input.tableCheckbox
{
    border: 0px;
    padding: 0px;
}

div#eServices .submit
{
    margin-top: 0px;
    padding: 3px 15px;
    color:#FFFFFF;
    background: #CC5A13;
    cursor:pointer;
    overflow: visible;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none !important;
}

div#eServices .submit:disabled
{
    background: #AAAAAA;
    cursor: not-allowed;
}

div#eServices .submitLevelTwo
{
    background: #BFE1EF;
    color: #083A81;
}

div#eServices .submitLevelThree
{
    background: #CCCCCC;
    color: black;
}

div#eServices .submitDisabled
{
    background: #AAAAAA;
    cursor: default;
}

div#eServices ul, li
{
    padding: 0px;
    margin: 0px;
}

div#eServices a
{
    text-decoration: none;
}

div#eServices a:hover
{
    text-decoration: none;
}

div#eServices .waitMessage
{
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

div#eServices .waitMessageTab
{
    text-align: center;
    font-weight: bold;
    color: #000000;
    margin: 20px 0px;
}

div#eServices span.bold
{
    font-weight: bold;
}

div#eServices .inline
{
    display: inline;
}

div#eServices .block
{
    display: block;
}

div#eServices #topImg
{
    margin: 0px 0px 0px -2px;
    padding: 0px 0px 0px 0px;
    float:left;
}

div#eServices #right
{
    padding-top: 18px;
    padding-right: 0px;
    float:right;
    color: #ffffff;
    text-align: right;
}

div#eServices #right li
{
    list-style-type: none;
    list-style: none;
}

div#eServices ul.noStyle
{
    list-style-type: none;
    list-style: none;
}

div#eServices #right select
{
    margin-top: 4px;
}

div#eServices #menu
{
    padding: 5px 0px;
    color: #ffffff;
    background-color: #083A81;
    width: 100%;
}

div#eServices #menu ul
{
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    list-style-type: none;
}
div#eServices ul.ulStyleNone {
   list-style: none;
}

div#eServices #menu ul li
{
    display: inline;
    padding: 0px 0px 0px 14px;
}

div#eServices #menu a
{
    /* color: #ffffff; orig */
    color: #083A81
}

div#eServices div.content
{
    background-color: #ffffff;
    _background: #F1F3F4;
    /** border: 1px solid #d2d2d2; **/
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 0px;
}

div#eServices .staticPage
{
    text-align: left;
}
div#eServices div.content h2.tableHeader
{
    color: #083A81;
    text-align: left;
    margin:  5px 0px 10px 4px;
    padding: 0px;
    width: 100%;
    float:left;
}

div#eServices .ulItems li {
   padding: 0px 0px 0px 0px;
   margin-left: 30px;
   line-height: 1.5em;
}

div#eServices div.hiddenDiv
{
    display: none;
}

div#eServices .mainTable
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    border-top: 1px solid #B4B4B4;

    margin-left: auto;
    margin-right: auto;
}

div#eServices th
{
    padding: 4px 4px 4px 4px;
    text-align: left;
}

div#eServices th.tableHeader
{
    background: #CCCCCC;
    height: 35px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #B4B4B4;
    border-left: 2px solid white;
    white-space:nowrap;
    vertical-align: middle;
}

div#eServices table.mainTable tr th:first-child
{
    border-left: none;
}

div#eServices th.tableHeader a
{
    color: #000;
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 100%;
}

div#eServices th.tableHeader a:visited
{
    color: #000;
}

div#eServices th.tableHeader a:hover
{
    background-repeat: no-repeat;
    color: #000;
}

div#eServices table.mainTable td
{
   border-left: 2px solid #FFFFFF;
   padding: 3px 4px; 3px 4px;
}

div#eServices table td
{
   _border-left: 2px solid #FFFFFF; /* zzx1 */
   padding: 3px 4px; 3px 4px;
}

div#eServices table.mainTable tr td:first-child
{
    border-left: none;
}

div#eServices table tr td:first-child
{
    border: none;
}

div#eServices div.tabTable
{
    padding: 0px 4px 0px 5px;
    margin-bottom: 10px;

}

div#eServices td
{
    height: 18px;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
}

div#eServices td.groupDivider
{
    height: 1px;
    background-color: #fff;
}

div#eServices tr.dotted
{
    padding: 3px;
    background-image: url(../img/bg_dotted.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

div#eServices tr.tabTableDotted td
{
    background-image: url(../img/bg_dotted.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 3px 0px 3px 4px;

   height: 21px;
}

div#eServices tr.even
{
    background-color: #ffffff;
}

div#eServices tr.odd
{
    background-color: #F8F8F8; /* orig */
    background-color: #E6E6E6;
}

div#eServices td.error
{
    color: #ff0033;
}

div#eServices .wide
{
    text-align: left;
}

div#eServices td.wide
{
    text-align: left;
}

div#eServices #bsgResultWithHeaderWrapperDiv
{
    margin: 0px 5px 0px 5px;
    padding-bottom: 5px;
}

div#eServices .overBorders
{
    padding-bottom: 25px;
}

div#eServices .borders
{
   border: 0.17em solid #CCCCCC;
   background: #E6E6E6;
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
   border-top-right-radius: 6px;
   position: relative;
   z-index: 1;
   /*border-top-color: #E6E6E6; */
    margin-bottom: 20px;
   top: 33px;
}

div#eServices #navTabs
{
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    position: absolute;
    z-index: 100;
}

div#eServices #navTabs ul
{
    list-style: none;
    list-style-type: none;
    padding: 0px 8px 0px 0px;
    margin: 0px 0px 0px -1px;
    position: relative;
    z-index: 100;
}

div#eServices #navTabs li
{
    list-style: none;
    list-style-type: none;
    float: left;
    margin: 0;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    overflow: hidden;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;

    border: 0.17em solid #CCCCCC;
    border-bottom-width: 0;
    position: relative;

    z-index: 100;
    height: 35px;
}

div#eServices #navTabs li.selected
{
   position: relative;
   border-bottom: 8px solid #E6E6E6;
   z-index: 200;
   height: 35px;
}

div#eServices #navTabs a
{
    display: block;
    background-color: #707070;

    padding: 7px 0px 0px 0px;
    color: white;
    width: 230px;
    height: 30px;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

div#eServices #navTabs ul li a:focus {
    background-color: #E6E6E6;
    color: #083A81;
    display: block;
}

div#eServices #navTabs a.smallTab
{
    width: 147px;
    width: 12.0em;
    position: relative;
    z-index: 100;
}

div#eServices #navTabs a.manageEorgTab
{
    width: 220px;
}

div#eServices #navTabs a.smallTab img, #navTabs a.manageEorgTab img
{
    margin-left: 15px; margin-top: -3px; float: left;
}

div#eServices #navTabs a.smallTabBlue, #navTabs a.manageEorgTab
{
    background-color: #BFE1EF;
    color: #083A81;
}

div#eServices #navTabs a.smallTabBlue div.smallTabBlueDiv, #navTabs a.manageEorgTab div.smallTabBlueDiv
{
    margin: -1px 0px 0px 10px;
}

div#eServices #navTabs a.smallTabBlue span.smallTabBlueSpan, #navTabs a.manageEorgTab span.smallTabBlueSpan
{
    padding-top: 2px;
    float: left;
}

div#eServices #navTabs a.or
{
    background: #CC5A13;
}

div#eServices #navTabs a.or div
{
    float: left;
    margin-left: 10px;
}

div#eServices #navTabs li.selected a
{
    background: #E6E6E6;
    color: #083AB1;

    -webkit-box-shadow: 0px 0px 6px 4px rgba(8, 8, 8, .5);
    box-shadow: 0px 0px 6px 4px rgba(8, 8, 8, .5);
}

div#eServices p.registration
{
   margin-top: 9px;
}

div#eServices p.tabMessage
{
    margin-top: 100px;
    text-align: center;
}

div#eServices ul.multiFieldsRow
{
    list-style: none;
    list-style-type: none;
    clear:both;
    overflow: hidden;
}

div#eServices ul.multiFieldsRow li
{
    display: inline;
    margin-right: 0px;
    float:left;
    padding: 0;
    padding-bottom: 5px;
}

div#eServices ul.multiFieldsRow li.marginRight
{

    margin-right: 7px;
}

div#eServices ul.multiFieldsRow li.marginRightBig
{

    margin-right: 17px;
}

div#eServices ul.multiFieldsRow li.marginLeft
{

    margin-left: 7px;
}

div#eServices ul.multiFieldsRow .buttonContainer
{
    padding-top: 2px;
}

div#eServices ul.tabulatedText1
{
    list-style-type: square;
    margin: 10px 0px 10px 18px;
}

div#eServices ul.tabulatedText1 li
{
    line-height: 1.5em;
    color: red;
}

div#eServices ul.tabulatedText
{
    margin: 10px 0px 10px 0px;
    list-style-type: none;
}

div#eServices ul.tabulatedText li
{
   padding-left: 23px;
   background-image: url('../img/list.png');
   background-repeat: no-repeat;
   background-position: 5px 3px;
}

div#eServices ul.tabulatedText li span
{
    color: #000000;
}

div#eServices ul.tabulatedText2
{
   list-style-type: none;
}

div#eServices div.initialRepTopMain
{
    width: 100%;
    height: 250px;
}

div#eServices div.initialRepTopLeft
{
    float: left;
}

div#eServices div.initialRepTopRight
{
    float: right;
    _height: 233px;
    height: 242px;
    margin-left: 10px;
}

div#eServices div.initialRepMain
{
    float: left;
    margin-top: 10px;
}

div#eServices div.initialRepRightLeft
{
    float: left;
    width: 205px;
}

div#eServices div.initialRepRightRight
{
    float: left;
    width: 215px;
}

div#eServices ul.tabulatedText2 li
{
   display: table-row;
   height: 25px;
   padding-left: 7px;
   background-image: url('../img/black_bullet.png');
   background-repeat: no-repeat;
   background-size: 7px 7px;
   background-position: 0 3px;
}

div#eServices ul.tabulatedText2 li span
{
    color: #000;
    padding-left: 12px;
   display: table-cell;

}
div#eServices div.mainDiv
{
    _width: 99.5%;
    height: auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

div#eServices div.mainDiv div.leftColumn
{
    float: left;
    padding-left: 5px;
    width: 98%;
}

div#eServices div.fieldsetOrg
{
    float: left;
    margin-left: 2px;
    padding-top: 10px;
    width: 75%;
}

div#eServices div.mainDiv div.rightColumn
{
    float:right;
    width: 22%;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    overflow: auto;
}

div#eServices div.mainDiv div.permission
{
    float:right;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    overflow: auto;
}

div#eServices div.mainDiv div.optional
{
    padding-top: 3px;
    padding-bottom: 3px;
    clear: left;
    text-align: left;
}

div#eServices div.mainDiv div.optional a
{
    float:left;
    padding-top: 3px;
    margin: 0px 8px;
}

div#eServices div.mainDiv div.required
{
    padding-top: 3px;
    padding-bottom: 3px;
    clear: left;
    text-align: left;
}

div#eServices div.mainDiv div.compact
{
    clear: both;
    float: none;
}

div#eServices div.mainDiv div.compact div
{
    clear: none;
    float:left;
}

div#eServices div.mainDiv div.compact div.next label
{
    padding-left: 15px;
    width: auto;
}

div#eServices .errortext
{
    margin: 2px 0px 0px 2px;
    color: #df0000;
    float: left;
}

div#eServices .errortextBox
{
    padding-left: 85px;
    width: 300px;
    margin: -20px 0px 0px 10px;
    color: #df0000;
    text-align: left;
}

div#eServices .additionalErrorText
{
   margin-top: 5px;
}

div#eServices div.fldError input
{
    background-color: #ffa8a8;
}

div#eServices div.fldError select
{
    background-color: #ffa8a8;
}

div#eServices div.fldError textarea
{
    background-color: #ffa8a8;
}

div#eServices div.mainDiv div.readOnly
{
    border: 1px solid white; /* fix for chrome */
    line-height: 1.1em;
    text-align: right;   /** zzx1 */
    margin-top: 0px;
    margin-right: 4px;
    clear: left;
}

div#eServices div.mainDiv div.readOnly label
{
    padding: 4px 0;
    text-align: right;   /** zzx1 **/
    margin-left: 0px;
}

div#eServices div.mainDiv div.realLeft div.readOnly label
{
    text-align: left;
}

div#eServices div.mainDiv div.readOnly span
{
    font-weight: bold;
    margin-left: 8px;
    padding: 4px 0;
    float: left;
}

div#eServices div.mainDiv div.readOnlyBig
{
    border: 1px solid white; /* fix for chrome */
    line-height: 1.1em;
    text-align: right;   /** zzx1 */
    margin-top: 0px;
    margin-right: 4px;
    clear: left;
}

div#eServices div.mainDiv div.readOnlyBig label
{
    padding: 4px 0;
    text-align: right;   /** zzx1 **/
    margin-left: 0px;
}

div#eServices div.mainDiv div.readOnlyBig span
{
    text-align: left;
    margin-left: 5px;
    width: 75%;
    padding: 4px 0px;
    font-weight: bold;
    float: left;
}


/** zzw **/
div#eServices div.mainDiv div.readOnlyImgNext img
{
    margin-top: -5px;
    margin-left: 5px;
}

div#eServices div.mainDiv div.readOnlyImg img
{
    margin-top: -5px;
}

div#eServices div.mainDivMidSection
{
    width: 96%;
    height: 40px;
}

div#eServices div.mainDivButtons
{
    height: 25px;
    clear:both;
    margin: 10px 10px 15px 0px;
}

div#eServices div#eorgPaymentOptionsButton
{
    height: 25px;
    clear:both;
    margin: 15px 0px 2px 0px;
    text-align: center;
}

div#eServices div.mainDivButtonsFieldSet
{
    padding-top: 2px;
}

div#eServices div.mainDivButtons .buttonContainer
{
    height: 30px;
    padding: 0;
    padding-left: 15px;
    margin: 0;
    display: inline;
    text-align: right;
}

div#eServices div.mainDivButtons .rightAlign
{
    float: right;
}

div#eServices div.mainDivButtons .leftAlign
{
    float: left;
    padding-right: 8px;
}

div#eServices div.sideButtonWrapper .rightAlign
{
    float: right;
    padding-right: 8px;
}


div#eServices div.underButtonWrapper .rightAlign
{
    float: left;
    padding-right: 8px;
}


div#eServices dt
{
    margin: 0px 0px 5px 0px;
}

div#eServices dd
{
    padding-left: 0px;
    margin: 0px 0px 5px 15px;
}

div#eServices .defaultIcon
{
    background: #194499 url(../img/ic_down_white.gif) right 1px no-repeat;
}

div#eServices .downIcon
{
    background: #194499 url(../img/ic_down_blue.gif) right 1px no-repeat;
}

div#eServices .upIcon
{
    background: #194499 url(../img/ic_up_blue.gif) right 1px no-repeat;
}

/** -------------------------- **/
div#eServices .noIcon
{
    color: #fff;
    color: #000;
}

div#eServices .textAlignLeft
{
    text-align: left;
}

div#eServices .readonlyContent
{
    font-weight: bold;
}

div#eServices div.searchResultHeading
{
    font-weight: bold;
    width: 96%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

div#eServices div.optional label.leftLabel
{
    float: left;
    text-align: right;	  /** zzx1 **/
    margin-top: 2px;
    margin-right: 2px;
}

div#eServices div.compact div.optional label.leftLabel
{
    margin-top: 2px;
}

div#eServices div.realLeftReadOnly
{
    border: 1px solid white; /* fix for chrome */
    line-height: 1.1em;
    margin-top: 0px;
    margin-right: 4px;
    clear: left;
}

div#eServices div.realLeftReadOnly label
{
    text-align: left;
    padding: 4px 0;
    margin-left: 0p
}

div#eServices div.realLeftReadOnly span
{
    font-weight: bold;
    margin-left: 8px;
    padding: 4px 0;
    float: left;
}


div#eServices div.realLeft label.leftLabel
{
    text-align: left;
}

div#eServices div.realLeft div.required label.leftLabel
{
    text-align: left;
}

div#eServices div.realLeft div.required
{
    padding-bottom: 0px;
    margin: 0px;
}


div#fixSelectLabel label.leftLabel{
    margin-top: 0px;
    margin-left: -5px;
    margin-right: 10px;
}

div#fixSelectLabel1
{
    margin-bottom: -2px;
}

div#eServices div.required label.leftLabel{
    float:left;
    text-align: right;		 /** zzx1 **/
    margin-right: 2px;
}

div#eServices div.groupLabel label.leftLabel{
    float:left;
    text-align: right;	   /** zzx1 **/
}

div#eServices #message {
   with: 300px;
}

div#eServices .rejReason
{
    text-align: left; color: #ED1C24;
    float: left;
    white-space:nowrap;
    display: table-column;
    display: table-cell;
    display: table-column;
    width: 5px;
    empty-cells: show;
}

div#eServices .rejReasonA
{
    text-align: right;
    vertical-align:text-top;
    color: #ED1C24;
}
div#eServices .rejReasonB
{
    text-align: left;
    vertical-align:text-top;
    color: #ED1C24;
}

/** --------------------------NEW AGD-------------------------------- **/

div#eServices #content {
  border: 1px solid #ddd;
  padding: 0;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  background-color: #F9F8F6;
}

div#eServices .clear {
  clear: both;
}

div#eServices .caseInfoTabText
{
    margin-bottom: 10px;
    padding: 0px 8px 5px 8px;
    font-weight: 400;
}

div#eServices .tabText
{
    margin-top: 5px;
    padding: 5px 0px 8px 5px;
    font-weight: 400;
    text-align: left;
}
div#eServices .underH1pageHeadingText
{
    padding: 0px 5px 8px 5px;
    font-weight: 400;
    text-align: left;
}
div#eServices div.filterMargin
{
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}

div#eServices .filterDiv
{
   margin-bottom: 10px;
}

div#eServices table.xmlTable
{
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
div#eServices table.xmlTable td
{
    border-top: 1px solid #666666;
}

div#eServices #formPages {
  text-align: left;
  width: 100%;
  margin-top: 0;
}

div#eServices ul.selected {
  display: block;
}

/** 25/10/2012 */
div#eServices .infoMsg, .errorMsg {
  border: 1px solid #a7bcd6;
  background-color: #ffffc0;
  margin: 0.5em;
  padding: 0.5em;
}

div#eServices .infoMsg {
  color: navy;
}

div#eServices #errorMsg, #infoMsg {
  background: none;
  border: none;
  padding: 0;
}
div#eServices #errorMsg .textHeading, #infoMsg .textHeading {
    background-image: none;
    padding: 0;
    color: #CC5A13;
    font-size: 16.1167px;
    font-weight: bold;
}
div#eServices #errorMsg .messageboxHead, #infoMsg .messageboxHead {
    display: none;
}
#errorMsg p, #infoMsg p {
    padding: 0;
}

div#eServices .contentMiddle, #content {
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  border: 1px solid #ddd;
  padding: 30px;
  background-color: transparent;
  margin-top: 27.5px;
  margin-right: 12px;
  width: 820px;
  min-height: 297px;
}

div#eServices .dialogFormMain
{
   margin: 0px 0px;
   padding: 0px 0px;
  background-color: #E6E6E6;
}

div#eServices .dialogFormMain a:visited
{
  color:  #800080;
}

div#eServices .dialogFormMain a
{
  color:  #0000FF;
}

div#eServices .alignUp2
{
   margin-top: -2px;
}

div#eServices div.lightGrey
{
    background: #E6E6E6;
}

div#eServices span.popupDiv
{
    position: relative;
    padding-left: 8px;
}

div#eServices span.popupDiv a span
{
    display: none;
}

div#eServices span.popupDiv a:hover
{
    font-size: 99%;
    color: #000000;
}

div#eServices span.popupDiv a:hover span
{
    display: block;
    position: absolute;
    margin-top: 10px;
    margin-left: -10px;
    width: 250px;
    padding: 0px;
    z-index: 100;
    color: #000000;

    background: #FFFFFF;
    background: #FFBE7D;
    background: #F9EBE3;

    font: 11px "Arial";
    text-align: left;
    text-decoration: none;

    border-radius: 3px;
    -moz-border-radius:3px; /* Old Firefox */
    -webkit-box-shadow: 0 4px 5px grey;
    -moz-box-shadow: 0 4px 5px grey;
    box-shadow: 0 4px 5px grey;

    border: 1px solid grey;

    padding: 4px;
}

div#eServices span.popupDiv div.errorSubject
{
    background: #008000;
    border-radius: 2px;
    color: white;
    margin: 0;
    padding: 2px;
}

div#eServices .buttonDisabled
{
    -mos-opacity: 0.5;
    opacity: 0.5;
    cursor: default;
}

div#eServices div.profileFrame
{
    margin: 0px 10px 10px 10px;
    background: #FFFFFF;
    _background: #F1F3F4;
    padding-bottom: 5px;
}

div#eServices div.subPoenaFrame
{
    margin: 0px 5px 10px 5px;
    padding: 5px;
}

div#eServices div#subpoenaedItemDiv
{
    background: #FFFFFF;
    margin: 0px 10px 10px 10px;
    padding: 5px;
    border: 1px solid #E6E6E6;
}

div#eServices .lightGrey
{
   background: #E6E6E6;
}

div#eServices input.lightBlue
{
   background: #BFE1EF;
   color: #083A81;
}

div#eServices div#formSampleHelp
{
    position: relative;
    background-color: #F9EBE3;
    height: 110px;
    width: 190px;

    top: 0px;
    right: 0px;
    float: right;
}

div#eServices #helpDivImgWrapper img
{
    display: block;
    float: left;
    vertical-align: top;
    margin: auto;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
}
ddiv#eServices div#helpDivTitle
{
    margin: 4px 60px 0px 10px;
    float: right;
    font-size: 15px;
    color: #7A0E0E;
}

div#eServices div#helpDivText
{
    padding: 0px 10px;
}

div#eServices div#formCartFormName
{
    vertical-align: middle;
    float: left;
    margin-top: 5px;
}

div#eServices #helpDivImgStandalone img
{
    display: block;
    float: left;
    vertical-align: top;
    margin: auto;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
}

div#eServices #helpDivImgStandalone1 img
{
   display: block;
   float: left;
   padding-top: 2px;
   padding-left: 4px;
}

div#eServices img.sortDown, img.sortUp
{
   width: 17px;
   height: 16px;
   float: right;
   margin-left: 5px;
}

div#eServices img.sortNone
{
   float: right;
   margin-left: 5px;
   margin-right: 5px;
}

div#eServices img.delegateRemove:hover
{
   cursor: hand;
}

div#eServices div.marginSide5
{
   margin-top: 10px;
   padding: 0px 5px 0px 5px;
}

div#eServices .paddingLeft7
{
   padding-left: 7px;
}

div#eServices fieldset#findYourCase
{
    height: 122px;
    clear: none;
    width: 195px;
    padding: 10px 0px 10px 10px;
}

div#eServices fieldset#newCase
{
    height: 138px;
    clear: none;
    width: 195px;
    padding: 10px 0px 10px 10px;
}

div#eServices div#searchCaseFirstDiv
{
   float: left;
   margin-right: 30px;
   width: 300px;
}

div#eServices .checkboxLeft label
{
    display: block;
    float: left;
    white-space: nowrap;
    padding: 0px;
}

div#eServices .checkboxLeft input
{
    vertical-align: middle;
}

div#eServices .checkboxLeft label span
{
    vertical-align: middle;
}

div#eServices .blueInfoArea
{
    margin: 15px 0px 15px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #F0F9FC;
}

div#eServices div#caseSearchNewFormDates
{
   float: left;
   clear: left;
   padding-top: 6px;
   width: 500px;
}

div#eServices div#paymentOptionMainDiv
{
    float: left;
    width: 405px;
    margin-top: 0px;
}

div#eServices div#paymentOptionPaymentDetailsDiv
{
    float: right;
    width: 405px;
    margin-top: 0px;
}

div#eServices div#paymentOptionPaymentDetailsDivDd
{
    float: right;
    width: 405px;
    margin-top: 0px;

}

div#eServices fieldset#paymentOptionFieldset
{
   padding: 0px 10px 10px 10px;
}

div#eServices div#paymentOptionInnerFieldsetDiv
{
  padding-left: 0px;
}

div#eServices .paymentOptionRadio
{
   margin-top: 0px;
   float: left;
}

div#eServices div#paymentOptionHeader
{
   padding-top: 5px;
   padding-left: 0px;
   padding-bottom: 10px;
 }

div#eServices div#paymentOptionHeader legend
{
   color: #083A81;
   font-size: 1.3em;
   text-align: left;
   font-weight: normal;
}

div#eServices div#paymentOptionDetailsHeader
{
   padding-top: 5px;
   padding-left: 0px;
   padding-bottom: 5px;
}

div#eServices div#paymentOptionDetailsHeader legend
{
   color: #083A81;
   font-size: 1.3em;
   font-weight: normal;
   text-align: left;
}

div#eServices div#paymentOptionDetailsHeaderDd
{
   padding-top: 5px;
   padding-left: 0px;
   padding-bottom: 12px;
}

div#eServices div#paymentOptionDetailsHeaderDd legend
{
   color: #083A81;
   font-size: 1.3em;
   font-weight: normal;
   text-align: left;
}

div#eServices table#paymentOptionTable
{
   font-size: 1em;
   width: 410;
   margin-top: -2px;
   border-spacing: 0px;
}

div#eServices table#paymentOptionTable td
{
   height: 17px;
   vertical-align: center;
}


div#eServices td#paymentOptionFirstTd
{
    width: 8%;
    margin: 0;
    padding-top: 0px;
}

div#eServices td#paymentOptionSecondTd
{
    margin: 0;
    float: left;
}

div#eServices div#paymentOptionHelp
{
    height: 20px;
    text-align: left;
    font-weight: bold;
    margin-left: 8px;
    margin-top: 5px;
    color: blue;
}

div#eServices div#paymentMessageDiv
{
    height: 20px;
    text-align: left;
    font-weight: bold;
    margin-top: 8px;
    padding-left: 8px;
    color: #ED1C24;
}

div#eServices div.radioLabelRight
{
    text-align: left;
    width: 100%;
}

div#eServices label.radioLabelRight
{
    position:relative;
    left: 2px;
    top: -2px;
    line-height: 27px;
}

div#eServices div.regFixer
{
   width: 5px;
   height: 140px;
   float: left;
}

div#eServices label.regFixerFirstRow
{
   width: 212px;
   margin-top: 7px;
}
div#eServices input.regFixerFirstRow
{
   margin-left: 3px;
   margin-top: 5px;
}

div#eServices .radioMarginLeft
{
}

div#eServices .offleft
{
   display: block;
   left: -9999px;
}

div#eServices .hidden
{
    display: none;
}

div#eServices input[type=text]:focus, textarea:focus
{
  box-shadow: 0 0 4px rgba(164, 198, 253, 1);
  border: 1px solid rgba(164, 198, 253, 1);
}

div#eServices label.mandatoryRed
{
    float: left;
    color: #ff0033;
    color: #ED1C24;
    padding-left: 0px;
}

div#eServices div.fancy-line-div
{
   margin-left: -5px;
   margin-top: 5px;
   margin-bottom: 10px;
   border-top: 1px solid #B4B4B4;
}


div#eServices div.ccText
{
   float: left;
   padding: 9px 0px 0px 10px;
}

div#eServices div.ccTextSep
{
   float: left;
   padding: 9px 0px 0px 10px;
}

div#eServices #cardList li
{
   display: inline;
   list-style-type: none;
}

div#eServices #cardList li.ccText
{
   float: left;
   padding: 9px 0px 0px 10px;
}
div#eServices #cardList li.ccTextDele
{
   float: right
}

div#eServices #cardList li.ccTextSep
{
   float: left;
   padding: 9px 0px 0px 10px;
}

div#eServices #cardList li.ccTextDele img
{
    margin-top: 4px;
}

div#eServices #cardList fieldset.ccList
{
   height: 35px;
   margin: 0px 5px 5px 0px;
   padding: 0px 5px 0px 5px;
}

div#eServices .veryLightBlue
{
   background-color: #F0F9FC;
}

div#eServices div.ccInfo
{
    float: left;
}

div#eServices div#eorgPaymentOptionsText
{
    width: 150px;
    margin: 10px 0px 0px 5px;
}

div#eServices div.infoHelpLinkPayment
{
   float: right;
   margin-top: -35px;
   margin-right: 10px;
}

div#eServices div.infoHelpLinkReport
{
   float: right;
   margin-top: 18px;
   margin-right: 10px;
}

div#eServices fieldset.failedForms
{
   background-color: #F9EBE3;
   margin-bottom: 20px;
}

div#eServices fieldset.xmlFiling
{
   margin: 10px -2px 10px -2px;
   padding-left: 5px;
}

div#eServices fieldset.xmlFiling marginTen
{
   margin-bottom: 10px;
}

div#eServices h3.fieldsetHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;

    color: #083A81;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
}

div#eServices #singleFileUploader
{
    margin-bottom: 0px;
}

div#eServices #multiFileUploader
{
    margin-left: -5px;
    margin-bottom: 0px;
}

div#eServices #fieldsetProceedToPayment
{
   margin: 0px -2px 20px -2px;
   text-align: left;
   padding-bottom: 0px;
padding-left: 5px;
}

div#eServices div#singleCartPaymentOption
{
   float: left;
   margin-left: -5px;
   margin-top: -1px;
   width: 25px;
}

div#eServices div#saveCardlabel
{
   margin-top: 2px;
   margin-left: 2px;
}

div#eServices div.hiddenDiv10
{
   clear: both;
   line-height: 10px;
}

div#eServices div.height5
{
   line-height: 5px
}

div#eServices div.height10
{
   line-height: 10px
}

div#eServices div#multiFileUploader1
{
  height: 40px;
  margin-left: -5px;
}

div#eServices div#formList ul li
{
   display: block;
   list-style-type: none;
   float: left;
   margin: 5px;
   clear: both;
}

div#eServices div.lineSeparator10
{
   line-height: 10px;
   clear: both;
}

div#eServices div.clearMarginTopTen
{
   clear: left;
   float: left;
   white-space:nowrap;
   margin-top: 10px;
}

div#eServices .offLeft
{
    position: absolute;
    left: -1000px
}

div#eServices .executingSearchIcon
{
    margin:10px auto;
    display:block;
}

div#eServices div.roundCorner
{
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 0px 3px 3px #888888;

   background: #BFE1EF;
   padding: 10px;
}

div#eServices h3.blockHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #083A81;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: left;
}

div#eServices .widthReportBlock
{
    _width: 432px;
    width: 440px;
}

div#eServices .heightReportBlock
{
    _height: 65px;
    height: 70px;
}

div#eServices span.taxTableColumn1
{
    width: 180px;
    font-weight: normal;
    float: left;
}
div#eServices span.taxTableColumn2
{
    font-weight: bold;
    float: left;
}

div#eServices fieldset.reportScreen
{
   background: #F2F2F2;
   margin-bottom: 20px;
   width: 100%;
}

div#eServices img.bigCheckBox
{
    width: 20px;
    height: 20px;
    margin: 15px 0px 0px 15px;
}

div#eServices .infoPosition
{
    width: 24px;
    height: 24px;
    margin: -4px 0px 0px 0px;
}

div#eServices .errorContainer {
    float:left;
}


div#eServices td.addCasePartyRadio
{
    width: 3%;
    vertical-align: middle;
    height: 15px;
}

div#eServices td.addCasePartyLabel
{
   width: 97%;
   text-align: left;
   vertical-align: middle;
   margin: 0px;
   padding: 0px;
   padding-bottom: 5px;
   height: 15px;
}

div#eServices input.addCasePartyRadioButton
{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

div#eServices div.read-only{
    clear: left;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
}

div#eServices div.read-only .leftLabel {
    float: left;
    text-align: right;
    margin-top: 0;
    margin-right: 0;
    padding: 4px 0;
}

div#eServices div.read-only .field-text {
    font-weight: bold;
    margin-left: 8px;
    padding: 4px 0;
    float: left;
}

div#eServices span.inline-error-text {
    color:#ff0033;
    font-size:10px;
    display:inline-block;
    margin:12px 0 0 4px
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearLeft {
    clear: left;
}

.clearBoth {
    clear: both;
}

.marginTop10 {
    margin-top: 10px;
}

div#eServices .marginTop50 {
   margin-top: 50px !important;
}

div#eServices .paddingTop20 {
   padding-top: 20px;
}

div#eServices fieldset {
   padding-left: 5px;
}

#generalConfirm {
    display: none;
    padding: 0px;
    margin: 0px;
    z-index: 200;
}
#generalConfirmImg {
    float: left;
    margin-top: 2px;
    margin-left: 12px;
}

div.generalConfirmMsg {
    float: left;
    width: 300px;
    margin-left: 12px;
    margin-top: 5px;
    max-height: 300px;
    overflow: auto;
}


div#eServices a:active {
    color: #3C3CFF;
}
div#eServices a:link {
    color: #3C3CFF;
}
div#eServices a:visited {
    color: #832AD6;
}


/** ----- Confirmation Popup ---------- **/
#confirm {
    display: none;
}

#confirm-overlay {
    background-color: rgb(179, 179, 179);
}
/* Container */
#confirm-container {
    height: 120px;
    width: 276px;
    font: 16px/22px 'Arial';
    text-align: left;
    background: #fff;
    border: 1px solid #CCC;
    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /* css3 border radius */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    z-index: 5000;
    display: none;
}
#confirm-container .header span {
    padding-left: 8px;
}
#confirm-container .message {
    color: #333;
    font-size: 13px;
    margin: 0;
    padding: 18px 12px 2px 12px;
}
#confirm-container .buttons {
    line-height: 26px;
    width: 160px;
    width: 180px;
    float: right;
    padding: 18px 15px 0;
    float: right;
}
#confirm-container .buttons .orange {
    float: left;
    width: 70px;
    height: 26px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #cc5a13;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    cursor: pointer;
}
#confirm-container .buttons .gray {
    float: left;
    margin-left: 4px;
    width: 70px;
    height: 26px;
    font-size: 13px;
    color: #000;
    text-align: center;
    background-color: #cccccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
      cursor: pointer;
}
#confirm-container a.modal-close, #confirm-container a.modal-close:link, #confirm-container a.modal-close:active, #confirm-container a.modal-close:visited {
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 2px;
    color: #fff;
}
#confirm-container a.modal-close:hover {
    color: #ccc;
}


div#eServices fieldset#addCaseFieldset {
    position: relative;
    margin: 10px 200px 10px 210px;
    padding: 5px 0px 5px 0px;
}

div#eServices fieldset div#addCaseFieldsetText {
    float: left;
    padding: 5px 15px 5px 5px;
}

div#iframeHolder {
  margin-top: 10px;
}
