body {
    margin: 0;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #f00;
}

a:link,
a:visited,
a:active {
    color: #377890;
    text-decoration: none;
}

h1 {
    color: #f09a1d;
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 3px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    display: inline;
}

.spacer {
    clear: both;
    height: 1px;
}

.clr {
    clear: both;
}

form {
    height: 100%;
}

form,
input {
    vertical-align: top;
    *vertical-align: middle;
}

select {
    width: 183px;
}

/***************************
MAIN WRAPPER
***************************/

#mainWrapper {
    position: relative;
    width: 570px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -97px;
    top: -40px;
}

/****************
USR ribbon
****************/

.ribbonBackBg {
    background: url(../images/ribbonBackBg.jpg) repeat-x;
    height: 40px;
    display: block;
    position: relative;
    top: 122px;
    width: 100%;
}

.shadow {
    background: url(../images/shadow.png);
    padding-bottom: 5px;
}

div.searchWrap {
    width: 100%;
}

/*********************
HEADER STARTED
*********************/

#headerWrapper {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#header {
    width: 960px;
    overflow: hidden;
    display: block;
    background: url(../images/headerBg.png) repeat-x;
    padding-bottom: 7px;
}

h1#usr-logo {
    background: url(../images/usr-logo.png) 0 0 no-repeat;
    text-indent: -9999px;
    width: 148px;
    height: 87px;
    cursor: pointer;
    margin: 15px 30px 0px 25px;
    float: left;
}

p#loginInfo {
    font-size: 11px;
    color: #000;
    margin: 6px 0px 0 0;
}

.header-right {
    text-align: right;
    float: right;
    margin: 25px 25px 0px 0px;
}

/*********************
TOP NAVIGATION STARTED
*********************/

#topNav {
    width: 980px;
    font-size: 13px;
    line-height: normal;
    height: 50px;
    overflow: hidden;
    background: url(../images/navShadow.jpg) left bottom repeat-x;
    overflow: hidden;
}

    #topNav ul {
        margin: 0 0 0 0px;
        padding: 0px 10px 0 10px;
        /*padding:10px 10px 0 10px;*/
        list-style: none;
        width: 960px;
        display: block;
        overflow: hidden;
    }

    #topNav li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    #topNav a {
        float: left;
        /*margin:0 1px;*/
        padding: 3px 0 0 0px;
        text-decoration: none;
        outline: none;
        background: url(../images/navSep.gif) no-repeat right top;
    }

        #topNav a span {
            float: left;
            display: block;
            color: #d2f3ff;
            outline: none;
            padding: 4px 14px 18px 10px;
            *padding: 5px 14px 17px 10px;
            /* padding:4px 20px 18px 16px;
	  *padding:5px 20px 17px 16px; */
        }

        /* Commented Backslash Hack hides rule from IE5-Mac \*/

        #topNav a span {
            float: none;
        }

        /* End IE5-Mac hack */

        #topNav a:hover span,
        #topNav span:hover {
            color: #fff;
        }

        #topNav a:hover,
        #topNav a.active {
        }

            #topNav a:hover span,
            #topNav a.active span {
                background: url(../images/activeArrow.png) no-repeat 50% 33px;
                color: #fff;
            }

.topNavWrap {
    background: url(../images/ribbonFrontBg.jpg) repeat-x;
    width: 955px;
    padding: 4px 0px 0px 5px;
    /*padding:4px 0px 8px 5px;*/
    float: left;
    /*position:absolute;*/
}

#topNav .noImg {
    background: none;
}

/********************************
CONTENT STARTS
********************************/

#mainContentWrapper {
    width: 960px;
    margin: 0 auto;
    background: url(../images/contentPatternBg.png);
}

.contentWrapper {
    padding: 18px 0px 0px 0px;
}

h1.content {
    font-size: 22px;
    color: #0584af;
    margin: 0px 20px 0px 0px;
    padding: 2px 0px 10px 0px;
    cursor: pointer;
    text-shadow: 1px 1px 1px #e3e3e3;
}

h2.content {
    font-size: 16px;
    font-style: normal;
    color: #000;
    margin: 20px 20px 0px 0px;
    padding: 0px 0px 5px 0px;
    display: block;
    background: none;
    cursor: pointer;
}

h1.subContent {
    font-size: 18px;
    color: #0584af;
    margin: 10px 20px 0px 0px;
    *margin: 20px 20px 0px 0px;
    padding: 0px 0px 0px 10px;
    display: block;
}

.showHideForm {
    float: right;
    font-size: 11px;
    left: -26px;
    position: relative;
    top: -20px;
}

    .showHideForm a.hide:link,
    .showHideForm a.hide:visited,
    .showHideForm a.hide:active {
        background: url(../images/showHideForm.png) no-repeat right top;
        padding-right: 20px;
        color: #7b7b7b;
    }

    .showHideForm a.hide:hover {
        background: url(../images/showHideForm.png) no-repeat right -23px;
        color: #2382E1;
    }

.txtInput {
    border: 1px solid #bdc8d1;
    padding: 4px;
}

table.form1,
table.form2,
table.form3 {
    margin: 0px 0px 0px 20px;
}

table.form1 {
    margin-left: 35px;
}

    table.form1 td {
        padding: 0px 0px 5px 0px;
    }

        table.form1 td.label,
        table.form2 td.label,
        table.form3 td.label,
        table.form4 td.label,
        table.form5 td.label,
        table.form6 td.label {
            text-align: right;
            padding-right: 5px;
            white-space: nowrap;
        }

    table.form1 a,
    table.form2 a,
    table.form3 a {
        text-decoration: none;
        color: #000;
    }

        table.form1 a:hover,
        table.form2 a:hover,
        table.form3 a:hover {
            text-decoration: underline;
        }

    table.form1 td input.txtInput,
    table.form2 td input.txtInput,
    table.form3 td input.txtInput,
    table.form4 td input.txtInput,
    table.form5 td input.txtInput,
    table.form6 td input.txtInput {
        border: 1px solid #c9dfe5;
        width: 180px;
        text-align: left;
        padding: 3px 4px;
    }

    table.form1 td input.txtInputOnclick,
    table.form2 td input.txtInputOnclick,
    table.form3 td input.txtInputOnclick,
    table.form4 td input.txtInputOnclick,
    table.form5 td input.txtInputOnclick,
    table.form6 td input.txtInputOnclick {
        border: 1px solid #c9dfe5;
        width: 180px;
        padding: 3px 4px;
    }

    table.form1 td select,
    table.form2 td select,
    table.form3 td select,
    table.form4 td select,
    table.form5 td select,
    table.form6 td select {
        width: 190px;
        padding: 2px;
        border: 1px solid #c9dfe5;
    }

    table.form1 .date {
        margin-right: 5px;
    }

table.form2 {
    margin-left: 20px;
}

    table.form2 td {
        padding: 5px 0px;
    }

table.form3 {
    margin-right: 35px;
}

    table.form3 td {
        padding: 5px 0px;
    }

        table.form3 td table td {
            padding: 0px;
        }

        table.form3 td.normLabel {
            padding: 0px;
            font-size: 11px;
        }

table.cal td {
    padding: 0;
}

    table.cal td input.txtInput {
        width: 65px;
        margin-right: 3px;
    }

table.form4 {
    margin: 0px 0px 0px 20px;
}

table.form4 {
    margin: 0px 0px 0px 33px;
}

    table.form4 td,
    table.form5 td,
    table.form6 td {
        padding: 0px 0px 5px 0px;
    }

table.form5 {
    margin-left: 33px;
}

table.form6 {
    margin-left: 16px;
}

.txtchk,
.txtrdo {
    font-size: 11px;
    color: #515151;
}

table.cldr td {
    padding: 0;
}

/*******************
ACTOVE BUTTON
********************/

.btnArea {
    padding: 10px 0px 20px 115px;
    overflow: hidden;
}

.viewEditbtnArea {
    padding: 10px 0px 20px 30px;
}

a.activeBtn {
    font: bold 13px Arial, Helvetica, sans-serif;
    float: left;
    display: block;
    background: url(../images/activeBtn-leftBg.png) no-repeat left 5px;
    outline: none;
    padding-left: 12px;
    text-decoration: none;
    cursor: pointer;
    margin: 2px 2px 0 0px;
}

    a.activeBtn span {
        float: left;
        display: block;
        background: url(../images/activeBtn-rightBg.png) no-repeat right 5px;
        outline: none;
        height: 30px;
        color: #d0efff;
        padding: 12px 22px 0px 10px;
        text-shadow: 1px 1px 1px #3ca0b3;
    }

    a.activeBtn:hover {
        background-position: 0% -50px;
        color: #dbf5ff;
    }

        a.activeBtn span:hover,
        a:hover span,
        a.activeBtn:hover span {
            background-position: 100% -50px;
            color: #fff;
        }

/********************
NORMAL BUTTON
*******************/

a.normalBtn {
    font: bold 13px Arial, Helvetica, sans-serif;
    float: left;
    display: block;
    background: url(../images/normalBtn-leftBg.png) no-repeat left 5px;
    color: #000;
    outline: none;
    padding-left: 12px;
    text-decoration: none;
    cursor: pointer;
    margin: 2px 2px 0 0px;
}

    a.normalBtn span {
        float: left;
        display: block;
        background: url(../images/normalBtn-rightBg.png) no-repeat right 5px;
        outline: none;
        height: 37px;
        color: #707070;
        padding: 12px 22px 0px 10px;
        text-shadow: 1px 1px 1px #fff;
    }

    a.normalBtn:hover {
        background-position: 0% -50px;
        color: #000;
    }

        a.normalBtn span:hover,
        a.normalBtn:hover span {
            background-position: 100% -50px;
            color: #000;
        }

/***************************
RESULT STARTS
***************************/

.result {
    margin: 0px 0 0 5px;
    width: 940px;
}

.result-head {
    background: #f0f0f0 url(../images/resultHdBg.jpg) repeat-x 0 0;
    overflow: hidden;
    padding: 25px 0px 3px 0px;
}

h1.result {
    font-size: 22px;
    color: #0584af;
    margin: 0px;
    padding: 0 0 5px 20px;
    letter-spacing: 0.2px;
    text-shadow: 1px 1px 1px #e3e3e3;
}

/*****************************
TABLE STARTS
****************************/

.resultContentBg {
    background: url(../images/contentPatternBg.png);
}

.tblContent {
    width: 960px;
    /*	overflow-x:auto;
	overflow-y:hidden;*/
    margin: 0 auto;
    padding: 0px 0 10px 0;
    background: #fff;
}

table.tbl tr.tblHead {
    background: #ececec;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    text-align: left;
    color: #000;
}

    table.tbl tr.tblHead th.last,
    table.tbl tr.tblSubHead th.last {
        border-right: 0;
    }

    table.tbl tr.tblHead th {
        border-top: 1px solid #a6a6a6;
        border-bottom: 1px solid #a6a6a6;
        border-right: 1px solid #a6a6a6;
        padding: 9px 8px;
        white-space: nowrap;
    }

        table.tbl tr.tblHead th.grp {
            text-align: center;
        }

        table.tbl tr.tblHead th a:link,
        table.tbl tr.tblHead th a:visited,
        table.tbl tr.tblHead th a:active {
            color: #000;
        }

        table.tbl tr.tblHead th a:hover {
            text-decoration: underline;
        }

table.tbl tr td {
    white-space: normal;
}

    table.tbl tr td.right {
        text-align: right;
    }

    table.tbl tr td a {
        color: black;
        text-decoration: none;
    }

table.tbl tr.tblOdd td,
table.tbl tr.tblEven td {
    padding: 7px;
}

table.tbl tr.tblOdd td {
    background: #fff;
}

table.tbl tr.border td {
    border-bottom: 1px solid #e0e0e0;
}

table.tbl tr.tblEven td {
    background: #F5F5F5;
}

table.tbl tr.tblOdd:hover td,
table.tbl tr.tblEven:hover td {
    background: #fdf3e0;
}

/*********************
TABLE SUB HEAD STARTS
********************/

table.tbl {
    border-left: 1px solid #A6A6A6;
}

    table.tbl td {
        border-right: 1px solid #A6A6A6;
        border-bottom: 1px solid #A6A6A6;
    }

    table.tbl tr.tblSubHead {
        background: #f5f5f5 url(../images/tblSubHeadBg.jpg) repeat-x left top;
        color: #000;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff;
        text-align: left;
    }

        table.tbl tr.tblSubHead th {
            padding: 9px 8px;
            white-space: nowrap;
        }

/*********************
TABLE SUB HEAD ENDS
********************/


/***************************
PAGINATION FOR TABLE STARTS
****************************/

#pagination-section {
    margin: 5px 20px 10px 0;
    overflow: hidden;
}

#pagination {
}

table.pages {
    font-size: 11px;
    padding: 3px 0px 0px 0;
    color: #8b8b8b;
}

    table.pages tr td {
        margin-right: 5px;
    }

        table.pages tr td a {
            display: block;
            padding: 3px 6px;
            border: 1px solid #d4d4d4;
            color: #048699;
            text-decoration: none;
            background: url(../images/pageBg.jpg) repeat-x left bottom;
            -moz-box-shadow: 1px 1px 1px #f5f5f5;
            -webkit-box-shadow: 1px 1px 1px #f5f5f5;
            box-shadow: 1px 1px 1px #f5f5f5;
            /* For IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#f5f5f5')";
        }

            table.pages tr td a:hover {
                background: #eee;
                color: #ff7200;
            }

        table.pages tr td.active a {
            color: #000;
            background: #f3f3f3;
        }

            table.pages tr td.active a:hover {
                background: #f3f3f3;
                cursor: default;
                color: #000;
            }

    table.pages td.goBtn a {
        background: url(../images/pageBg.jpg) repeat-x left bottom;
        text-decoration: none;
    }

        table.pages td.goBtn a:hover {
            background: url(../images/pageBg.jpg) repeat-x left bottom;
            color: #ff7200;
        }

    table.pages td.prev-on a,
    table.pages td.next-on a,
    table.pages td.prev-off a,
    table.pages td.next-off a {
        background: url(../images/pageBg.jpg) repeat-x left bottom;
        text-decoration: none;
    }

        table.pages td prev-on a:hover,
        table.pages td.next-on a:hover {
            color: #ff7200;
            background: url(../images/pageBg.jpg) repeat-x left bottom;
        }

        table.pages td.prev-off a,
        table.pages td.next-off a,
        table.pages td.prev-off a:hover,
        table.pages td.next-off a:hover {
            background: url(../images/pageBg.jpg) repeat-x left bottom;
            color: #8b8b8b;
        }

    table.pages .txtInput {
        padding: 3px 3px 4px 3px;
        width: 30px;
        font-size: 11px;
    }

/********************************
 DROPDOWN STARTS 
 ********************************/

.actionControl ul.lowerNav {
    width: 25px;
}

    .actionControl ul.lowerNav li .sub-nav2 {
        width: auto;
        display: none;
        position: absolute;
        margin-top: -19px;
        margin-left: 15px;
        border-top: 0;
        display: block;
        background: #fff;
        z-index: 9999;
        -moz-box-shadow: 3px 3px 4px #e6e6e6;
        -webkit-box-shadow: 3px 3px 4px #e6e6e6;
        box-shadow: 3px 3px 4px #e6e6e6;
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e6e6e6')";
        /* For IE 5.5 - 7 */
        filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e6e6e6');
    }

    .actionControl ul.lowerNav li {
        display: inline;
        float: left;
        padding-right: 10px;
    }

        .actionControl ul.lowerNav li .sub-nav2 ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
            float: left;
            border: 1px solid #f0d35c;
            font-size: 11px;
        }

            .actionControl ul.lowerNav li .sub-nav2 ul li {
                margin: 0;
                padding: 0px 20px 0px 0px;
                color: #616161;
                font-weight: normal;
                display: block;
                float: none;
                border-bottom: 1px solid #eee;
            }

                .actionControl ul.lowerNav li .sub-nav2 ul li:hover {
                    background: #fbf3cf;
                }

                .actionControl ul.lowerNav li .sub-nav2 ul li a {
                    margin: 0 0 0 8px;
                    padding: 7px 8px 7px 20px;
                    color: #616161;
                    display: block;
                    text-decoration: none;
                }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a:hover {
                        color: #a5780c;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.view:link,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.view:visited,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.view:active {
                        background: url(../images/control-sprite.png) no-repeat left 9px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.view:hover {
                        background: url(../images/control-sprite.png) no-repeat left -12px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.edit:link,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.edit:visited,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.edit:active {
                        background: url(../images/control-sprite.png) no-repeat left -33px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.edit:hover {
                        background: url(../images/control-sprite.png) no-repeat left -53px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.print:link,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.print:visited,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.print:active {
                        background: url(../images/control-sprite.png) no-repeat left -76px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.print:hover {
                        background: url(../images/control-sprite.png) no-repeat left -101px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.correct:link,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.correct:visited,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.correct:active {
                        background: url(../images/control-sprite.png) no-repeat left -125px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.correct:hover {
                        background: url(../images/control-sprite.png) no-repeat left -146px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.submit:link,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.submit:visited,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.submit:active {
                        background: url(../images/control-sprite.png) no-repeat left -165px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.submit:hover {
                        background: url(../images/control-sprite.png) no-repeat left -184px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.unlock:link,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.unlock:visited,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.unlock:active {
                        background: url(../images/control-sprite.png) no-repeat left -205px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.unlock:hover {
                        background: url(../images/control-sprite.png) no-repeat left -226px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.undo:link,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.undo:visited,
                    .actionControl ul.lowerNav li .sub-nav2 ul li a.undo:active {
                        background: url(../images/control-sprite.png) no-repeat left -245px;
                    }

                    .actionControl ul.lowerNav li .sub-nav2 ul li a.undo:hover {
                        background: url(../images/control-sprite.png) no-repeat left -265px;
                    }

/****************** 
DROPDOWN ENDS 
******************/


/***********************
SHOW HIDE 
**********************/

.ActiveTab {
    background: url(../images/showHide.png) no-repeat 5px -35px;
    margin-left: 15px;
    padding: 0 0 0 33px;
    display: inline-block;
    cursor: pointer;
}

.DefaultTab {
    background: url(../images/showHide.png) no-repeat 5px 5px;
    margin-left: 15px;
    padding: 0 0 0 33px;
    cursor: pointer;
}

div.ActiveArrow {
    background: url(../images/showHide.png) no-repeat left top;
    color: #9a944c;
    /*width:14px;
	height:13px;*/
    display: block;
}

div.DefaultArrow {
    background: url(../images/showHide.png) no-repeat left -23px;
    width: 14px;
    height: 13px;
    display: block;
}

/**************************
SHOW HIDE SUB
*************************/


/***********************
SHOW HIDE 
**********************/

.ActiveTabSub {
    background: url(../images/showHideH2.png) no-repeat 5px -34px;
    margin-left: 15px;
    padding: 0 0 0 33px;
    cursor: pointer;
    /*border-top:1px solid #e0e0e0;*/
}

.DefaultTabSub {
    background: url(../images/showHideH2.png) no-repeat 5px 0px;
    margin-left: 15px;
    padding: 0 0 0 33px;
    cursor: pointer;
    /*border-top:1px solid #e0e0e0;*/
}

div.DefaultTabSub:hover h2.content,
div.ActiveTabSub:hover h2.content {
    color: #0584af;
    background: url(../images/divider.png) no-repeat 112px -21px;
    display: block;
}

ul.accControl {
    float: right;
    position: relative;
    top: 2px;
    *top: 0px;
}

div.ActiveArrowSub {
    background: url(../images/showHideH2.png) no-repeat left -23px;
    color: #9a944c;
    display: block;
}

div.DefaultArrowSub {
    background: url(../images/showHideH2.png) no-repeat left top;
    /*width:14px;
	height:13px;*/
    display: block;
}

ul.accControl li a.accDefaultArrowSub:hover {
    background: url(../images/accTabArrow.png) no-repeat left -23px;
}

/************************
SHOW HIDE SUB ENDS
***************************/

textarea {
    width: 99.8%;
    height: 100px;
    border: 1px solid #e1e1e1;
}

.mainViewBtnArea {
    padding: 10px 0px 10px 20px;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
}

.borderbtm {
    border-bottom: 1px solid #e0e0e0;
}

.bordertop {
    border-top: 1px solid #e0e0e0;
}

.noTopBorder {
    border-top: 0px;
}

.noBtmBorder {
    border-bottom: 0px;
}

/****************
CTRL
**************/

ul.ctrl {
    float: right;
    margin-right: 20px;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 1px;
}

    ul.ctrl li {
        float: left;
        display: inline;
        margin-left: 20px;
    }

        ul.ctrl li a.print:link,
        ul.ctrl li a.print:visited,
        ul.ctrl li a.print:active,
        ul.ctrl li a.download:link,
        ul.ctrl li a.download:visited,
        ul.ctrl li a.download:active,
        ul.ctrl li a.edit:link,
        ul.ctrl li a.edit:visited,
        ul.ctrl li a.edit:active,
        ul.ctrl li a.undo:link,
        ul.ctrl li a.undo:visited,
        ul.ctrl li a.undo:active,
        ul.ctrl li a.view:link,
        ul.ctrl li a.view:visited,
        ul.ctrl li a.view:active,
        ul.ctrl li a.submit:link,
        ul.ctrl li a.submit:visited,
        ul.ctrl li a.submit:active {
            background: url(../images/control-sprite.png) no-repeat;
            padding: 2px 0 0 17px;
            color: #6b6b6b;
            display: block;
        }

        ul.ctrl li a.print:link,
        ul.ctrl li a.print:visited,
        ul.ctrl li a.print:active {
            background-position: left -88px;
        }

        ul.ctrl li a.download:link,
        ul.ctrl li a.download:visited,
        ul.ctrl li a.download:active {
            background-position: left -148px;
        }

        ul.ctrl li a.edit:link,
        ul.ctrl li a.edit:visited,
        ul.ctrl li a.edit:active {
            background-position: left -16px;
        }

        ul.ctrl li a.undo:link,
        ul.ctrl li a.undo:visited,
        ul.ctrl li a.undo:active {
            background-position: left -110px;
        }

        ul.ctrl li a.view:link,
        ul.ctrl li a.view:visited,
        ul.ctrl li a.view:active {
            background-position: left 4px;
        }

        ul.ctrl li a.submit:link,
        ul.ctrl li a.submit:visited,
        ul.ctrl li a.submit:active {
            background-position: left -128px;
        }

        ul.ctrl li a.print:hover,
        ul.ctrl li a.download:hover,
        ul.ctrl li a.edit:hover,
        ul.ctrl li a.undo:hover,
        ul.ctrl li a.view:hover,
        ul.ctrl li a.submit:hover {
            text-decoration: underline;
            color: #2382E1;
        }

table.tbl tr.tblView td {
    background: #fff;
    padding: 11px 8px;
    border-bottom: 1px solid #e0e0e0;
}

/************************
Actions
*************************/

ul.tblAction {
    width: 60px;
}

    ul.tblAction li {
        display: inline;
        float: left;
        margin-right: 15px;
    }

        ul.tblAction li a {
            width: 14px;
            height: 14px;
            display: block;
        }

            ul.tblAction li a.view:link,
            ul.tblAction li a.view:visited,
            ul.tblAction li a.view:active {
                background: url(../images/control-sprite.png) left 2px;
            }

            ul.tblAction li a.edit:link,
            ul.tblAction li a.edit:visited,
            ul.tblAction li a.edit:active {
                background: url(../images/control-sprite.png) left -17px;
            }

/******************************************
Error/Success Msg
******************************************/

div.info-success {
    border: 1px solid #a6d877;
    padding: 6px 6px 6px 30px;
    color: #336801;
    margin: 10px 0;
    background: #d7efc0 url(../images/info-success.png) 8px 7px no-repeat;
    *background: #d7efc0 url(../images/info-success.png) 10px 7px no-repeat;
    position: relative;
    display: block;
}

    div.info-success div,
    div.info-error div,
    div.info-alert div,
    div.info-informative div {
        cursor: pointer;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding: 0px;
        position: absolute;
        right: 7px;
        top: 6px;
    }

div.info-alert {
    border: 1px solid #E6DB55;
    padding: 6px 6px 6px 30px;
    color: #74655F;
    margin: 10px 0;
    background: #ffffbb url(../images/info-alert.png) 8px 6px no-repeat;
    *background: #ffffbb url(../images/info-alert.png) 10px 6px no-repeat;
    position: relative;
    display: block;
}

div.info-error {
    border: 1px solid #E18484;
    padding: 6px 6px 6px 30px;
    color: #dd0000;
    margin: 10px 0;
    background: #fdd8d8 url(../images/info-error.png) 8px 5px no-repeat;
    *background: #fdd8d8 url(../images/info-error.png) 10px 6px no-repeat;
    position: relative;
    display: block;
}

div.info-informative {
    border: 1px solid #90B1C7;
    padding: 6px 6px 6px 30px;
    color: #4B6BAB;
    margin: 10px 0;
    background: #D4EBFA url(../images/info-informative.png) 8px 5px no-repeat;
    *background: #D4EBFA url(../images/info-informative.png) 10px 6px no-repeat;
    position: relative;
    display: block;
}

span.txtInput {
    border: 1px solid #bdc8d1;
    padding: 4px;
    width: 20px;
    height: 15px;
    display: block;
}

/**********
TEXTBOX
**********/

.normal {
    color: #999;
}

.onclick {
    color: #000;
}

/****************************
FOOTER
****************************/

.footer {
    background: #ebebeb url(../images/ftBg.png) left top;
    margin-top: 30px;
    overflow: hidden;
    height: 67px;
    position: relative;
    width: 100%;
    z-index: 99999;
    border-top: 1px solid #d6d7d9;
}

.push {
    height: 67px;
}

.footerContent {
    width: 940px;
    padding: 0px 20px;
    margin: 0 auto;
}

    .footerContent .copyright {
        font-size: 11px;
        color: #5a5a5a;
        float: left;
        padding: 20px 0;
    }

h2#USR-logo {
    background: url(../images/ftUSRLogo.png) 0 0 no-repeat;
    text-indent: -9999px;
    width: 89px;
    height: 51px;
    margin: 8px 20px 0px 25px;
    float: right;
}

/*********************************
TABBED
**********************************/

ul.menu {
    padding: 0 0 0 20px;
    clear: both;
}

    ul.menu li {
        display: inline;
    }

/*.menu li a { background: #ccf; padding: 10px; float:left; border-right: 1px solid #ccf; border-bottom: none; text-decoration: none; color: #000; font-weight: bold;}
			.menu li a:hover{background:red;}*/

.tabContent {
    clear: both;
    border-top: 2px solid #5190b9;
    padding: 10px 10px 10px 10px;
    width: 940px;
    background: #f4f4f4 url(../images/tabContentBg.jpg) repeat-x;
}

a.tab {
    float: left;
    display: block;
    background: url(../images/tabLeft.png) no-repeat left -101px;
    outline: none;
    padding-left: 5px;
    text-decoration: none;
    cursor: pointer;
    margin: 2px 2px 0 10px;
}

    a.tab span {
        float: left;
        font-size: 12px;
        font-weight: bold;
        display: block;
        background: url(../images/tabRight.png) no-repeat right -101px;
        outline: none;
        height: 23px;
        color: #5B5B5B;
        padding: 7px 22px 0px 19px;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 1px #3ca0b3;*/
    }

    a.tab:hover {
        background-position: 0% -50px;
        color: #d0efff;
    }

        a.tab span:hover,
        a:hover span,
        a.tab:hover span {
            background-position: 100% -50px;
            color: #d0efff;
        }

.menu li.active a.tab {
    background: url(../images/tabLeft.png) no-repeat left 0px;
    color: #d0efff;
}

    .menu li.active a.tab span {
        background: url(../images/tabRight.png) no-repeat right 0px;
        color: #d0efff;
    }

/*****************************
TABLE STARTS
****************************/

.normalHead {
    margin: 0px 0px 5px 30px;
}

.tblContentHead {
    width: 940px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0px 0 20px 0;
}

table.tblHeader {
    border-right: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
}

    table.tblHeader tr.tblHead {
        background: #ECECEC;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff;
        text-align: left;
        color: #000;
    }

        table.tblHeader tr.tblHead th.last,
        table.tbl tr.tblSubHead th.last {
            border-right: 0;
        }

        table.tblHeader tr.tblHead th {
            border-right: 1px solid #a6a6a6;
            border-bottom: 1px solid #a6a6a6;
            border-top: 1px solid #a6a6a6;
            padding: 9px 8px;
            white-space: nowrap;
            color: #000;
        }

            table.tblHeader tr.tblHead th.label {
                border-top: 0px;
            }

            table.tblHeader tr.tblHead th.data {
                border-top: 0;
                border-right: 0px;
                background: #fff;
                padding: 5px;
                color: #000;
                font-weight: normal;
            }

                table.tblHeader tr.tblHead th.data input {
                    width: 99%;
                    border: 1px solid #c9dfe5;
                    padding: 2px;
                }

            table.tblHeader tr.tblHead th a:link,
            table.tbl tr.tblHead th a:visited,
            table.tblHeader tr.tblHead th a:active {
                color: #000;
            }

            table.tblHeader tr.tblHead th a:hover {
                text-decoration: underline;
            }

    table.tblHeader tr td a {
        color: #000;
        text-decoration: underline;
    }

    table.tblHeader tr.tblOdd td,
    table.tblHeader tr.tblEven td,
    table.tblHeader tr.tblEdit td,
    table.tblHeader tr.tblEditing td {
        padding: 7px;
    }

    table.tblHeader tr.tblOdd td {
        background: #fff;
    }

    table.tblHeader tr.border td {
        border-bottom: 1px solid #e0e0e0;
    }

    table.tblHeader tr.tblEven td {
        background: #f1f5fa;
    }

    table.tblHeader tr.tblOdd:hover td,
    table.tbl tr.tblEven:hover td {
        background: #e6f2ff;
    }

    table.tblHeader tr.tblEdit td {
        background: #e9fcec;
        border-bottom: 1px solid #d3f2d8;
        border-top: 1px solid #d3f2d8;
    }

    table.tblHeader tr.tblEditing td {
        background: #FFEDE6;
        border-bottom: 1px solid #ffdccf;
        border-top: 1px solid #ffdccf;
    }

    /*********************
TABLE SUB HEAD STARTS
********************/

    table.tblHeader tr.tblSubHead {
        background: #f5f5f5 url(../images/tblSubHeadBg.jpg) repeat-x left top;
        color: #000;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff;
        text-align: left;
    }

        table.tblHeader tr.tblSubHead th {
            /*border-top:1px solid #f8c477;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;*/
            padding: 9px 8px;
            white-space: nowrap;
        }

    table.tblHeader tr.tblView td {
        background: #fff;
        padding: 5px 8px;
        border-bottom: 1px solid #e0e0e0;
    }

        table.tblHeader tr.tblView td table.cal tr td {
            border-bottom: 0px;
        }

        table.tblHeader tr.tblView td table.date tr td {
            padding: 0;
            border-bottom: 0;
        }

table.date td input.txtInput {
    margin-right: 3px;
    width: 65px;
}

/*********************
TABLE SUB HEAD ENDS
********************/


/********************************
EXPOSURE LIST
Created by Naresh Bajracharya
*********************************/

.expoListHead {
    width: auto;
    float: left;
}

ul#legend {
    float: right;
    margin-right: 20px;
    font-weight: bold;
}

    ul#legend select {
        padding: 3px;
        border: 1px solid #C9DFE5;
        color: #565656;
    }

.expoTblContent {
    width: auto;
}

table.tbl tr.expoTblHead th {
    padding: 9px 6px;
}

    table.tbl tr.expoTblHead th.first {
        border-left: 1px solid #D9D9D9;
    }

.expoResultHead {
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

a.expoEdit:link,
a.expoEdit:visited,
a.expoEdit:active {
    background: url(../images/control-sprite.png) no-repeat left -42px;
    text-indent: -99999px;
    height: 10px;
    width: 12px;
    display: none;
}

a.expoEdit:hover {
    background: url(../images/control-sprite.png) no-repeat left -62px;
}

/********************
SUB BUTTON
Created by Naresh
*******************/

.expoSubBtn {
    padding: 10px;
    overflow: hidden;
    background: #ececec;
}

a.subBtn,
a.subBtnDisabled {
    font: bold 11px Arial, Helvetica, sans-serif;
    float: left;
    display: block;
    background: url(../images/subBtn-leftBg.png) no-repeat left 0px;
    color: #565656;
    outline: none;
    padding-left: 5px;
    text-decoration: none;
    cursor: pointer;
    margin: 5px 0 0 5px;
}

    a.subBtn span,
    a.subBtnDisabled span {
        float: left;
        display: block;
        background: url(../images/subBtn-rightBg.png) no-repeat right 0px;
        outline: none;
        height: 23px;
        color: #565656;
        padding: 6px 13px 0px 10px;
    }

    a.subBtn:hover {
        background-position: 0% -37px;
        color: #000;
    }

        a.subBtn span:hover,
        a.subBtn:hover span {
            background-position: 100% -37px;
            color: #000;
        }

    a.subBtnDisabled,
    a.subBtnDisabled span {
        color: #ccc;
        cursor: default;
    }

        a.subBtnDisabled span:hover,
        a.subBtnDisabled:hover span {
            background: url(../images/subBtn-rightBg.png) no-repeat right 0px;
        }

/*******************
FIELDSET
*****************/

fieldset.expoFilter {
    clear: both;
    padding: 3px 10px 10px 10px;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 485px;
    margin: 0 0 20px 0;
    position: relative;
    top: 20px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #565656;
}

    fieldset.expoFilter legend {
        font-size: 14px;
        font-weight: bold;
        color: #0584af;
        padding: 0 10px;
    }

ul.expoFilterOption {
    margin-left: 10px;
}

    ul.expoFilterOption li {
        float: left;
        display: inline;
    }

        ul.expoFilterOption li.field {
            position: relative;
            top: 6px;
        }

        ul.expoFilterOption li input.long,
        ul.expoFilterOption li select.long {
            border: 1px solid #C9DFE5;
            padding: 3px;
            width: 115px;
        }

        ul.expoFilterOption li select.long {
            position: relative;
            *top: 2px;
        }

/****************
LOSS INFORMATION
*****************/

fieldset.expoFilter {
    width: auto;
    padding: 3px 5px 10px 10px;
}

ul.lossFilterOption li input.medium,
ul.lossFilterOption li select.medium {
    border: 1px solid #C9DFE5;
    padding: 3px;
    width: 60px;
}

ul.expoFilterOption li select.medium {
    position: relative;
    *top: 4px;
}

.disabled {
    background: #eee;
}

/*******************
Sub Content
*******************/

.SubContentWrap {
    background: none;
    margin: 10px 0px;
    width: 940px;
    clear: both;
}

    .SubContentWrap table {
        border-collapse: collapse;
        border: 1px solid #a6a6a6;
    }

        .SubContentWrap table tr td input {
            text-align: left;
        }

        .SubContentWrap table tr td span.right {
            text-align: right;
            display: block;
        }

.SubContent {
    padding: 0px;
}

table.SubContent tr th {
    background: #ECECEC;
    padding: 6px;
    text-align: left;
    border: 1px solid #a6a6a6;
    color: #000;
}

    table.SubContent tr th.grp {
        text-align: center;
    }

    table.SubContent tr th.subHd {
        background: #F5F5F5;
        color: #373737;
        font-size: 11px;
        font-weight: bold;
        text-align: left;
        border: 1px solid #a6a6a6;
    }

        table.SubContent tr th a,
        table.SubContent tr th.subHd a {
            color: #000;
        }

            table.SubContent tr th a:hover,
            table.SubContent tr th.subHd a:hover {
                text-decoration: underline;
            }

.SubContentWrap table tr td {
    background: #fff;
    padding: 5px;
    text-align: left;
    border: 1px solid #a6a6a6;
}

    .SubContentWrap table tr td input.valueRight {
        text-align: right;
    }

.SubContentWrap table.cal,
.SubContentWrap table.cal tr td,
.SubContentWrap table.cal tr td table.date {
    border: 0;
    padding: 0;
}

.SubContentWrap table tr td input.short,
.SubContentWrap table tr td select.short {
    width: 40px;
    border: 1px solid #c9dfe5;
    padding: 2px;
}

.SubContentWrap table tr td input.medium {
    width: 65px;
    border: 1px solid #c9dfe5;
    padding: 2px;
}

.SubContentWrap table tr td select.medium {
    width: 60px;
    border: 1px solid #c9dfe5;
    padding: 2px;
}

.SubContentWrap table tr td input.lossMedium,
.SubContentWrap table tr td select.lossMedium {
    width: 80px;
    border: 1px solid #c9dfe5;
    padding: 2px;
}

.SubContentWrap table tr td input.long,
.SubContentWrap table tr td select.long {
    width: 115px;
    border: 1px solid #c9dfe5;
    padding: 2px;
}

.SubContentWrap table tr td input.lossLong,
.SubContentWrap table tr td select.lossLong {
    width: 103px;
    border: 1px solid #c9dfe5;
    padding: 2px;
}

table.accSubTbl {
    border: 1px solid #e1e1e1;
}

div.comments span.cmtHd {
    font-weight: bold;
    color: black;
    padding-left: 5px;
}

    div.comments span.cmtHd A {
        color: black;
    }

textarea {
    width: 99.8%;
    height: 100px;
    border: 1px solid #e1e1e1;
    resize: none;
}

.mainViewBtnArea {
    padding: 10px 0px 10px 20px;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
}

.borderbtm {
    border-bottom: 1px solid #e0e0e0;
}

.bordertop {
    border-top: 1px solid #e0e0e0;
}

.noTopBorder {
    border-top: 0px;
}

.noBtmBorder {
    border-bottom: 0px;
}

/**************************
ICR
***********************/

.subReportHead {
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0px;
}

h3.ICR {
    color: #0584AF;
    padding: 10px 0 0 10px;
    font-size: 15px;
    text-shadow: 1px 1px 1px #fff;
}

.subContentWrapICR {
    margin-top: 5px;
}

/*************
Ad Hoc Report
**************/

table.selDeselfield {
    width: 447px;
}

    table.selDeselfield tr th {
        background: #f5f5f5;
        padding: 5px 10px;
        border: 1px solid #f2f2f2;
    }

    table.selDeselfield tr td {
        border: 1px solid #f2f2f2;
    }

        table.selDeselfield tr td input {
            margin: 0px 5px 0px 0px;
        }

span.recFilter {
    float: right;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

    span.recFilter label {
        font-weight: bold;
        font-size: 11px;
        color: #565656;
    }

ul.move {
    float: left;
    margin-left: 10px;
}

    ul.move li {
        display: inline;
        float: left;
    }

span.moveUp,
span.moveDown {
    font: normal 11px Arial, Helvetica, sans-serif;
    float: left;
    display: block;
    color: #0f9702;
    margin: 0px;
    text-indent: -99999px;
}

span.moveUp {
    width: 40px;
    height: 24px;
    background: url(../images/move.png) no-repeat left 0px;
    display: block;
}

span.moveDown {
    width: 67px;
    height: 24px;
    background: url(../images/move.png) no-repeat left -30px;
    display: block;
}

span.rightMenu {
    float: right;
    position: relative;
    top: 8px;
}

    span.rightMenu label {
        float: left;
        position: relative;
        top: 5px;
        font-size: 11px;
        font-weight: bold;
        color: #565656;
    }

a.moveUpIn,
a.moveDownIn {
    font: normal 11px Arial, Helvetica, sans-serif;
    float: left;
    display: block;
    color: #0f9702;
    outline: none;
    margin: 0px;
    text-indent: -99999px;
    cursor: pointer;
}

a.moveUpIn {
    width: 18px;
    height: 18px;
    background: url(../images/moveIn.png) no-repeat left 0px;
}

    a.moveUpIn:hover {
        background: url(../images/moveIn.png) no-repeat left -28px;
    }

a.moveDownIn {
    width: 18px;
    height: 18px;
    background: url(../images/moveIn.png) no-repeat left -56px;
}

    a.moveDownIn:hover {
        background: url(../images/moveIn.png) no-repeat left -84px;
    }

table.Content tr td.rbox,
table.Content tr td.lbox {
    border: 0px;
}

table.Content tr td.ctrl {
    background: #ededed;
}

.paragraph {
    clear: both;
    margin: 0px 20px 10px 20px;
}

/*****************
FILTER 
*****************/

.SubContentWrap table.Content {
    width: 100%;
    border: 0px;
}

    .SubContentWrap table.Content table {
        width: 100%;
        padding: 0;
    }

.SubContentWrap table tr td.filterBox {
    width: 100%;
    padding: 0px;
    border: 0px;
}

table.filter {
    border: 1px solid #f2f2f2;
}

    table.filter tr th {
        background: #f5f5f5;
        padding: 5px 10px;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        border-left: 0px;
        border-right: 0px;
    }

    table.filter tr td {
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        border-left: 0px;
        border-right: 0px;
    }

        table.filter tr td select {
            vertical-align: top;
        }

    table.filter tr th.first {
        border-left: 1px solid #f2f2f2;
    }

    table.filter tr td.first {
        border-left: 1px solid #f2f2f2;
    }

h3.filter {
    font-weight: bold;
    padding: 5px;
    font-size: 13px;
    color: #4f4f4f;
}

table.filter tr td input.short {
    width: 50px;
}

table.filter tr td select.short {
    width: 56px;
}

table.filter tr td input.medium {
    width: 100px;
}

table.filter tr td select.medium {
    width: 106px;
}

table.filter tr td input.long {
    width: 200px;
}

table.filter tr td select.long {
    width: 206px;
}

span.filterNote {
    position: relative;
    top: 10px;
    left: 20px;
    font-style: italic;
}

/*****************
SORT
*******************/

table.sort tr td input.medium {
    width: 100px;
}

table.sort tr td select.medium {
    width: 106px;
}

table.sort tr td input.long {
    width: 200px;
}

table.sort tr td select.long {
    width: 206px;
}

table.sort tr td input.longest {
    width: 300px;
}

table.sort tr td select.longest {
    width: 306px;
}

table.sort tr td {
    border: 1px solid #f2f2f2;
}

    table.sort tr td.firstCol {
        width: 100%;
    }

/********************
PREVIEW
******************/

ul#controller {
    float: right;
    margin: 0 10px 0 0;
}

    ul#controller li {
        display: inline;
        float: left;
        position: relative;
        top: 10px;
        padding: 5px;
    }

        ul#controller li label {
            position: relative;
            top: 3px;
        }

        ul#controller li a.subBtn {
            position: relative;
            top: -9px;
        }

        ul#controller li label.note {
            font-style: italic;
            font-size: 11px;
            color: #b2b2b2;
        }

/*****************
OUTPUT 
*****************/

.SubContentWrap table tr td.outputBox {
    width: 100%;
    padding: 0px;
    border: 0px;
}

table.output tr th {
    background: #f5f5f5;
    padding: 5px 10px;
    border: 1px solid #f5f5f5;
    font-size: 16px;
    text-align: left;
}

table.output tr td {
    border: 1px solid #f5f5f5;
    background: #F5F5F5;
    padding: 5px;
    text-align: left;
}

    table.output tr td.firstCol {
        width: 260px;
        text-align: right;
    }

    table.output tr td.secCol {
        font-weight: bold;
    }

table.output tr th.firstCol {
    /*width:100%;*/
}

h3.output {
    font-weight: bold;
    padding: 5px;
    font-size: 16px;
    color: #0584AF;
    text-shadow: 1px 1px 1px #e3e3e3;
    border-bottom: 1px solid #eee;
}

table.output tr td input.short {
    width: 50px;
}

table.output tr td select.short {
    width: 56px;
}

table.output tr td input.medium {
    width: 100px;
}

table.output tr td select.medium {
    width: 106px;
}

table.output tr td input.long {
    width: 200px;
}

table.output tr td select.long {
    width: 206px;
}

span.outputNote {
    position: relative;
    top: 10px;
    left: 20px;
    font-style: italic;
}

/**************
Ad Hoc Report
***************/

.rptTblContent {
    width: 780px;
}

table.tbl tr.rptTblHead th {
    padding: 9px 6px;
}

    table.tbl tr.rptTblHead th.first {
        border-left: 1px solid #D9D9D9;
    }

.rptResultHead {
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

a.rptEdit:link,
a.rptEdit:visited,
a.rptEdit:active {
    background: url(../images/control-sprite.png) no-repeat left -42px;
    text-indent: -99999px;
    height: 10px;
    width: 12px;
    display: block;
}

a.rptEdit:hover {
    background: url(../images/control-sprite.png) no-repeat left -62px;
}

a.rptDel:link,
a.rptDel:visited,
a.rptDel:active {
    background: url(../images/control-sprite.png) no-repeat left -294px;
    text-indent: -99999px;
    height: 10px;
    width: 12px;
    display: block;
}

a.rptDel:hover {
    background: url(../images/control-sprite.png) no-repeat left -314px;
}

.controlVisible {
    visibility: visible;
}

.controlInVisible {
    visibility: hidden;
}

/******************
ERROR DETAILS
*****************/

.errDetails {
    width: 939px;
}

table.tbl tr td.wrapRevert {
    white-space: normal;
    width: 400px;
}

/***************
ERROR DETAILS
**************/

.thlast {
    border-right: 1px solid #D9D9D9;
}

.anchorLoss {
    color: black;
    text-decoration: none;
}

.SubContentWrap table tr td span.textAr {
    white-space: normal;
    display: inline-block;
    height: 100px;
    width: 926px;
    word-wrap: break-word;
}

.overFlAuto {
    overflow: visible;
}

ul#legend,
.cs-header,
#nav-wrapper,
.btnArea,
.headerLogo,
footer, .tbl-actions {
    display: none;
}

.tabContent {
    border-top: none;
    padding-top: 0;
}

div, td, th {
    border-color: #666;
    padding: 0;
    margin: 0;
}

.tbl-lorange th, .tbl-lorange td {
    white-space: normal;
}
