/* Minification failed. Returning unminified contents.
(598,26): run-time error CSS1019: Unexpected token, found ':'
(598,26): run-time error CSS1042: Expected function, found ':'
(598,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1550,30): run-time error CSS1019: Unexpected token, found ':'
(1550,30): run-time error CSS1042: Expected function, found ':'
(1550,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(6301,30): run-time error CSS1019: Unexpected token, found ':'
(6301,30): run-time error CSS1042: Expected function, found ':'
(6301,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@font-face {
    font-family: 'helvetica_lightregular';
    src: url('../fonts/helvetica-light-webfont.eot');
    src: url('../fonts/helvetica-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica-light-webfont.woff') format('woff'), url('../fonts/helvetica-light-webfont.ttf') format('truetype'), url('../fonts/helvetica-light-webfont.svg#helvetica_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neue_bold';
    src: url('../fonts/helveticaneue-bold-webfont.eot');
    src: url('../fonts/helveticaneue-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue-bold-webfont.woff') format('woff'), url('../fonts/helveticaneue-bold-webfont.ttf') format('truetype'), url('../fonts/helveticaneue-bold-webfont.svg#helvetica_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
::-ms-clear { display: none; }

html {
    height: 100%;
}

body {
    margin: 0;
    color: #000;
    font: 14px/21px Helvetica, Arial, sans-serif;
    background: #eee;
    min-width: 1090px;
    height: 100%;
}

img {
    border-style: none;
}

input,
textarea,
select {
    color: #000;
    vertical-align: top;
    font: 14px/17px Helvetica,Arial,sans-serif;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

blockquote, q {
    quotes: none;
}

    q:before,
    q:after {
        content: '';
    }

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:focus,
    input:focus,
    textarea:focus,
    select:focus {
        outline: none;
    }

.wrapper {
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
}

#header {
    margin-bottom: 42px;
    height: 144px;
    position: relative;
    z-index: 10;
}

    #header:after {
        clear: both;
        content: '';
        display: block;
    }

    #header .frame {
        width: 100%;
        background: url(../images/bg-w1.png) repeat-x;
        position: relative;
        height: 75px;
    }

        #header .frame:after {
            clear: both;
            content: '';
            display: block;
        }

    #header .holder {
        width: 1090px;
        margin: 0 auto;
        padding: 10px 0 9px;
    }

    @-moz-document url-prefix() { 

    #header .holder {
        width: 1090px;
        margin: 0 auto;
        padding: 5px 0 9px;
    }
}

        #header .holder:after {
            clear: both;
            content: '';
            display: block;
        }

        #header .holder .logo {
            overflow: hidden;
            float: left;
            background: url(../images/logo.png) no-repeat;
            width: 175px;
            height: 41px;
            text-indent: -9999px;
            margin: 6px 0 0;
        }
            /*panel*/
            #header .holder .logo a {
                display: block;
                height: 100%;
            }

    #header .panel {
        float: right;
        margin-left: 34px;
        width: 291px;
    }
    /*block-user*/
    #header .block-user {
        font: bold 12px/14px Helvetica, Arial, sans-serif;
        color: #fff;
        position: relative;
        padding: 0 0 25px;
        width: 250px;
    }

        #header .block-user:after {
            clear: both;
            content: '';
            display: block;
        }

        #header .block-user p {
            margin: 0;
            padding-left:52px;
        }

        #header .block-user .name {
            overflow: hidden;
            padding: 0 0 5px;
        }

        #header .block-user .avatar {
            float: left;
            margin: 5px 19px 0 0;
        }

            #header .block-user .avatar img {
                vertical-align: top;
            }

        #header .block-user .name-user {
            overflow: hidden;
            color: #fff;
            font: 14px/16px Helvetica, Arial, sans-serif;
            margin-top: 5px;
        }

            #header .block-user .name-user strong {
                font: 16px/18px Helvetica, Arial, sans-serif;
                display: block;
                margin: -1px 0 3px 1px;
            }

            #header .block-user .name-user span {
                display: block;
                padding-left: 16px;
            }

            #header .block-user .name-user .close.covered {
                background: url(../images/ico2.png) no-repeat 0 1px;
            }

            #header .block-user .name-user .close.avail {
                background: url(../images/ico1.png) no-repeat 0 1px;
            }

            #header .block-user .name-user .close.unavail {
                background: url(../images/ico0.png) no-repeat 0 1px;
            }

        #header .block-user.no-avail .name {
            margin-top: 5px;
        }

        #header .block-user.no-avail .name-user strong {
            margin-top: 11px;
        }

        #header .block-user.no-avail .name-user span {
            display: none;
        }

        #header .block-user.no-avail p {
            display: none;
        }

        #header .block-user.no-avail .banner .rad-row {
            display: none;
        }

        #header .block-user.no-avail .banner .text-row {
            display: none;
        }

    /*note*/
    #header .note {
        float: right;
        position: relative;
        padding: 13px 5px 0 0;
        margin-right: 5px;
    }

        #header .note .ico {
            overflow: hidden;
            display: block;
            background: url(../images/ico-05.png) no-repeat;
            width: 36px;
            height: 35px;
            text-indent: -9999px;
        }

        #header .note span.total {
            position: absolute;
            top: 111px;
            right: 34px;
            background: url(../images/ico-03.png) no-repeat;
            width: 20px;
            text-align: center;
            color: #fff;
            padding: 0 0 0;
            padding-bottom: 1px;
        }

.wrapper .alert-toast {
    display: none;
    position: absolute;
    width: 100%;
    top: 150px;
    text-align: center;
    z-index: 11;
}

    .wrapper .alert-toast a {
        display: inline-block;
        background: #ffde92; /*#ffd87c*/
        border: 1px solid #6e6d6d;
        border-radius: 4px;
        padding: 5px 8px 5px 8px;
        font: 14px Helvetica, Arial, sans-serif;
        white-space: nowrap;
    }
/*main-nav*/
#header .main-nav {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    float: right;
    position: relative;
    text-align: center;
    width: 54%;
}

    #header .main-nav li {
        display:inline-block;
        margin: 0 auto;
    }

        #header .main-nav li a {
            display: block;
            text-indent: -9999px;
            overflow: hidden;
            background: url(../images/nav-states.png) no-repeat;
            height: 163px;
        }


    #header .main-nav .secure.active a {
        background-position: 0 0;
        width: 190px;
    }

    #header .main-nav .secure a {
        background-position: 10px -163px;
        width: 190px;
    }


    #header .main-nav .group a {
        background-position: -192px 0;
        width: 168px;
    }

    #header .main-nav .group.active {
        margin-right: -6px;
    }

        #header .main-nav .group.active a {
            background-position: -183px -163px;
            width: 174px;
        }



    #header .main-nav .customer a {
        background-position: -360px 0;
        width: 190px;
    }

    #header .main-nav .customer.active {
        margin-right: 0px;
    }

        #header .main-nav .customer.active a {
            background-position: -344px -326px;
            width: 192px;
        }





    #header .main-nav .customerxxx a {
        background-position: -360px 0;
        width: 175px;
    }
/*main*/
#main {
    width: 1090px;
    margin: 0 auto;
    padding: 0 0 56px;
}

    #main:after {
        clear: both;
        content: '';
        display: block;
    }
/*sub-menu*/
.sub-menu {
    margin: 0 -9999px 10px;
    padding: 0 9999px 4px;
    background: url(../images/bg-breadcrumbs.gif) repeat-x 0 100%;
    position: relative;
}

    .sub-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        width: 100%;
    }

    .sub-menu li {
        float: left;
        font: bold 16px/27px Helvetica, Arial, sans-serif;
        margin-right: 50px;
    }

        .sub-menu li:first-child {
            padding-left: 25px;
        }

        .sub-menu li a {
            color: #393939;
        }

            .sub-menu li a:hover,
            .sub-menu .active a {
                text-decoration: none;
                color: #11468d;
            }

#main .cols {
    padding: 0 0 0 26px;
}

    #main .cols:after {
        clear: both;
        content: '';
        display: block;
    }
/*recipient-form*/
.recipient-form {
    float: left;
    margin-right: 50px;
    padding-top: 2px;
    width: 488px;
    position: relative;
    z-index: 10;
}

    .recipient-form .top {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 1px #6e6d6d inset;
        -moz-box-shadow: 1px 1px 1px #6e6d6d inset;
        box-shadow: 1px 1px 1px #6e6d6d inset;
        width: 478px;
        background: #fff;
        margin-bottom: 5px;
        position: relative;
        height: 24px;
    }

        .recipient-form .top:after {
            clear: both;
            content: '';
            display: block;
        }

        .recipient-form .top .txt {
            background: url(../images/sep01.png) no-repeat 100% 100%;
            border: 0;
            float: left;
            font: 14px/17px Helvetica, Arial, sans-serif;
            color: #000;
            padding: 4px 8px 3px;
            height: 17px;
            width: 464px; /* was 437px with search ico */
            margin-right: 3px;
            box-shadow: none;
        }

        .recipient-form .top .star {
            float: left;
            background: url(../images/sep01.png) no-repeat 100% 100%;
            padding: 2px 7px 0 2px;
            margin-right: 4px;
            position: relative;
            z-index: 5;
        }

        .recipient-form .top .ico {
            display: block;
            overflow: hidden;
            text-indent: -9999px;
            background: url(../images/ico-06.png) no-repeat;
            width: 21px;
            height: 21px;
        }

    .recipient-form textarea {
        background: #fff;
        margin: 0;
        border: 0;
        resize: none;
        padding: 4px 4px 4px 6px;
        width: 466px;
        height: 144px;
        overflow: auto;
    }

    .recipient-form .top .btn {
        margin: 4px 0 0 0;
        background: url(../images/bg-search.png) no-repeat;
        width: 19px;
        height: 19px;
        padding: 0;
        border: 0;
        float: left;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        display: block;
        text-indent: -9999px;
        box-shadow: none;
    }

.area-holder {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #6e6d6d inset;
    -moz-box-shadow: 1px 1px 1px #6e6d6d inset;
    box-shadow: 1px 1px 1px #6e6d6d inset;
    background: #fff;
    border: 0;
    padding: 2px;
    margin-bottom: 6px;
    width: 475px;
}

.attchm {
    overflow: hidden;
    padding: 6px 4px 3px 4px;
}

    .attchm a {
        border: 1px solid #bebebe;
        float: left;
        background: #dbf2fe url(../images/ico-023.png) no-repeat 100% 6px;
        padding: 0 24px 0 0;
        color: #000;
        font: 14px/16px 'helvetica_lightregular', sans-serif;
    }

        .attchm a span {
            /*background:url(../images/ico-022.png) no-repeat 100% 4px;*/
            padding: 4px 2px 5px 3px;
            float: left;
        }

.recipient-form .row {
    overflow: hidden;
    padding-bottom: 25px;
}

.recipient-form .checkbox {
    float: right;
    padding: 7px 12px 0 0;
}

    .recipient-form .checkbox label {
        float: left;
        background: url(../images/ico-07.png) no-repeat 100% 1px;
        padding-right: 12px;
        font: 15px/20px Helvetica, Arial, sans-serif;
        margin-left: 7px;
    }

    .recipient-form .checkbox .check {
        float: left;
        margin: 2px 0 0 0;
        padding: 0;
        width: 16px;
        height: 15px;
    }

.recipient-form .photo {
    float: left;
    color: #393939;
    font: bold 14px/14px Helvetica, Arial, sans-serif;
    background: url(../images/bg-btn-choose.png) no-repeat;
    width: 152px;
    margin-left: -1px;
}

    .recipient-form .photo:hover {
        text-decoration: none;
        background-position: 0 -38px;
    }

    .recipient-form .photo:active {
        background-position: 0 -76px;
    }

    .recipient-form .photo span {
        float: right;
        padding: 3px 21px 6px 0;
    }

.recipient-form div.upload {
    display: block;
    margin: 0;
    padding: 0;
    width: 151px;
    height: 36px;
    overflow: hidden;
}

.recipient-form input.upload {
    font-size: 100px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity: 0);
    position: relative;
    top: -40px;
    left: -1250px;
}

.recipient-form .file-upload {
    padding-bottom: 15px;
}

    .recipient-form .file-upload label {
        float: left;
        font: 15px/20px Helvetica, Arial, sans-serif;
        color: #393939;
        width: 140px;
        margin: 0 10px 0 3px;
    }

    .recipient-form .file-upload input {
        width: 325px;
        height: 22px;
        margin: 0;
        padding: 0 0 0 5px;
    }

.recipient-form .topic
{
    padding: 5px 0;
    margin-bottom: 5px;
}
.recipient-form .topic label
{
	float:none;
    display:inline-block;
	font:15px/20px Helvetica, Arial, sans-serif;
	color:#393939;
	margin:0 10px 0 3px;
}
.recipient-form .topic input
{
    width: 415px;
}

.recipient-form .select-box {
    overflow: hidden;
    padding-bottom: 38px;
}

    .recipient-form .select-box label {
        float: left;
        font: 15px/20px Helvetica, Arial, sans-serif;
        color: #393939;
        width: 140px;
        margin: 0 10px 0 3px;
    }

    .recipient-form .select-box select {
        width: 325px;
        margin: 0;
        padding: 0 0 0 5px;
    }

a.btn {
    font: bold 14px/33px Helvetica, Arial, sans-serif;
    color: #393939;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    text-align: center;
    background: #fff;
    width: 148px;
    display: block;
    height: 33px;
    margin: 0 0 29px 2px;
}

    a.btn:hover {
        text-decoration: none;
        background: url(../images/bg-buttons.png) repeat-x 0 0;
    }

    a.btn:active {
        background: url(../images/bg-buttons.png) repeat-x 0 -33px;
    }

    a.btn span {
        background: url(../images/arrow.png) no-repeat 100% 5px;
        padding-right: 20px;
    }

.buttons {
    overflow: hidden;
    padding: 0 0 5px 1px;
}

    .buttons input {
        font: bold 15px/34px Helvetica, Arial, sans-serif;
        color: #393939;
        border: 1px solid #c9c9c9;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        text-align: center;
        background: #fff;
        width: 75px;
        float: left;
        height: 35px;
        margin: 0 15px 0 0;
        padding: 1px 0 2px;
        cursor: pointer;
    }

        .buttons input:hover {
            background: url(../images/bg-buttons.png) repeat-x 0 0;
        }

        .buttons input:active {
            background: url(../images/bg-buttons.png) repeat-x 0 -33px;
        }

.col {
    float: left;
    width: 460px;
}

    .col.empty {
        padding-top: 164px;
    }

        .col.empty .sent {
            display: none;
        }

        .col.empty .info {
            display: none;
        }

    .col .sent {
        width: 460px;
        color: #dcdcdc;
        font: 16px/20px Helvetica, Arial, sans-serif;
        background: #3a910f;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        position: relative;
        display: block;
        padding: 4px 0;
        margin-bottom: 12px;
    }

        .col .sent:hover {
            text-decoration: none;
        }

        .col .sent span {
            background: url(../images/ico-08.png) no-repeat 0 1px;
            padding: 4px 0 4px 54px;
            margin-left: 10px;
            display: block;
        }

    .col .loading {
        position: relative;
    }

        .col .loading span {
            display: block;
            position: absolute;
            top: 5px;
            left: 45px;
            font-size: 15px;
        }

    .col .info {
        overflow: hidden;
        padding: 0 0 16px 1px;
        min-height: 112px;
    }

        .col .info span {
            display: block;
        }

    .col h2 {
        margin: 0 0 19px;
        font: bold 18px/20px Helvetica, Arial, sans-serif;
    }

    .col.empty h2 {
        color: #cecece;
    }

.select-box.empty .choices {
    display: none;
}
/*posts*/
.col .posts {
    margin: 0 0 -2px -2px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 435px;
    height: 444px;
    border-left: 1px solid #a49990;
}

.col.empty .posts {
    border-left: 1px solid #cecece;
}

.col .posts li {
    vertical-align: top;
    font: 14px/22px Helvetica, Arial, sans-serif;
    background: url(../images/bg-breadcrumbs.gif) repeat-x 0 100%;
    padding: 6px 0 13px 16px;
}

    .col .posts li:first-child {
        padding-top: 0;
    }

    .col .posts li p {
        margin: 0 0 5px;
    }

.col .posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 435px;
}

    .col .posts ul li {
        float: left;
        width: auto;
        background: url(../images/ico-10.png) no-repeat 0 1px;
        border: 0;
        margin: 0 37px 0 0;
        padding: 0 0 0 21px;
    }

.col .posts .time {
    margin-right: 7px;
}

.col .posts ul li:first-child {
    background: url(../images/ico-09.png) no-repeat;
}
/*term-form*/
.term-form {
    overflow: hidden;
    padding: 0 0 12px 29px;
    margin-top: 0px;
}

#main .term-form .col {
    float: left;
    width: auto;
    margin-right: 8px;
    padding-top: 6px;
}

    #main .term-form .col label {
        float: left;
        font: 14px/21px Helvetica, Arial, sans-serif;
        margin-right: 8px;
    }

    #main .term-form .col:first-child label {
        margin-right: 14px;
    }

    #main .term-form .col .txt {
        -webkit-box-shadow: 1px 1px 1px #6e6d6d inset;
        -moz-box-shadow: 1px 1px 1px #6e6d6d inset;
        box-shadow: 1px 1px 1px #6e6d6d inset;
        background: #fff;
        float: left;
        padding: 2px 6px 3px;
        font: 14px/17px Helvetica, Arial, sans-serif;
        height: 17px;
        border: 0;
        width: 88px;
    }

#main .term-form .buttons {
    float: left;
    padding-left: 10px;
}

    #main .term-form .buttons input {
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
        position: relative;
        height: 34px;
        padding: 1px 0;
        line-height: 30px;
    }
/*table-info*/
.table-info {
    width: 1041px;
    margin: 0 0 8px 27px;
}

    .table-info table {
        table-layout: fixed;
    }

table:not(.no-style) {
    border-collapse: separate;
    border: 1px solid #b7b7b7;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    border-spacing: 0;
    background: #fff;
}

    table th {
        background: #393939;
        border-bottom: none;
        font: bold 14px/30px Helvetica, Arial, sans-serif;
        color: #fff;
        text-align: left;
        padding: 0px;
    }

        table th > a {
            color: #fff;
            text-decoration: none;
            display: inline-block;
            width: 100%;
            padding: 0 0 2px;
        }

            table th > a.sort-asc {
                background: url('/Images/arrow_up_white.png') no-repeat right;
            }

            table th > a.sort-desc {
                background: url('/Images/arrow_down_white.png') no-repeat right;
            }

    table .active td {
        background: #a7d7fd;
    }

.table-info table .col1 {
    padding-left: 19px;
    width: 143px;
}

.table-info table .col2 {
    width: 137px;
}

.table-info table .col3 {
    width: 174px;
}

.table-info table .col4 {
    width: 37px;
    padding: 0 92px 0 0;
    text-align: center;
}

.table-info table td.col4 {
    text-align: left;
    padding-left: 10px;
}

.table-info table .col5 {
    width: 213px;
}

.table-info table .col6 {
    width: 57px;
    padding: 0 70px 0 0;
}

.table-info table .col7 {
    width: 49px;
    text-align: center;
}

.table-info table td.col6 {
    text-align: left;
}

.table-info table .col8 {
    width: 54px;
    padding-right: 33px;
    text-align: center;
}


.table-info.GSent .col1 {
    width: 104px;
    padding: 0 0 0 19px;
}

.table-info.GSent .col2 {
    width: 152px;
    padding: 0 0 0 10px;
}

.table-info.GSent .col3 {
    width: 199px;
    padding: 0 0 0 10px;
}

.table-info.GSent .col4 {
    width: 40px;
    text-align: right;
    padding: 0 10px 0 10px;
}

.table-info.GSent .col5 {
    width: 193px;
    padding: 0 0 0 10px;
}

.table-info.GSent .col6 {
    width: 112px;
    padding: 0 0 0 10px;
}

.table-info.GSent .col7 {
    width: 49px;
    text-align: center;
    padding: 0;
}

.table-info.GSent .col8 {
    width: 49px;
    text-align: center;
    padding: 0 19px 0 0;
}

.table-info.Patient th > a {
    width: auto;
    padding-right: 16px;
}

.table-info.Patient .col1 {
    width: 25px;
    padding: 0 0 0 0;
}

.table-info.Patient .col2 {
    width: 185px;
    padding: 0 0 0 4px;
}

.table-info.Patient .col3 {
    width: 30px;
    text-align: center;
    padding: 0 0 0 0;
}

.table-info.Patient .colHist {
    width: 35px;
    text-align: center;
    padding: 0 0 0 0;
}

.table-info.Patient .col4 {
    width: 120px;
    text-align: center;
    padding: 0 0 0 0;
}

.table-info.Patient .col5 {
    width: 115px;
    text-align: center;
    padding: 0 0 0 0;
}

.table-info.Patient .col6 {
    width: 120px;
    text-align: center;
    padding: 0 0 0 0;
}

.table-info.Patient .col7 {
    width: 23px;
    text-align: center;
    padding: 0 0 0 0;
}

.table-info.Patient .col8 {
    width: 95px;
    padding: 0 0 0 0;
}

.table-info.Patient .col9 {
    width: 23px;
    text-align: left;
    padding: 0;
}

.table-info.Patient .col10 {
    width: 23px;
    padding: 0 0 0 0;
}

.table-info.Patient .col11 {
    width: 200px;
    padding: 0 0 0 0;
    padding-right: 20px;
}

.table-info.Patient .col12 {
    width: 43px;
    text-align: center;
}

.table-info.Patient .col13 {
    width: 40px;
    padding: 0 0 0 0;
    text-align: center;
}

.table-info table td {
    font: 14px/32px Helvetica, Arial, sans-serif;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-info table .color01 {
    color: #065c06;
}

.table-info table .color02 {
    color: #002960;
}

table .even td {
    background: #f0f0f0;
}

table th.first {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    position: relative;
}

table th.last {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    position: relative;
}

table td.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    position: relative;
}

table td.first {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    position: relative;
}

.table-info table tr td:first-child {
    padding-left: 19px;
}

.table-info table td a {
    width: 20px;
    height: 20px;
}

    .table-info table td a img {
        vertical-align: middle;
    }

table td a.edit {
    background: url(../images/ico-14.png) no-repeat;
    width: 24px;
    height: 23px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
    vertical-align: middle;
}

    table td a.edit:hover {
        background: url(../images/ico-14-active.png) no-repeat;
    }

table td a.paperclip {
    background: url(../images/ico-paper-clip.png) no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

table td a.users {
    background: url(../images/ico-users.png) no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

table td a.cellphoneblack {
    background: url(../images/ico-cell-black.png) no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

table td a.active {
    background: url(../images/ico-010.png) no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

table td a.history {
    background: url(../images/ico-details.png) no-repeat;
    width: 24px;
    height: 23px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

    table td a.history:hover {
        background: url(../images/ico-details-active.png) no-repeat;
    }

a.delete {
    background: url(../images/ico-15.png) no-repeat;
    width: 24px;
    height: 23px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

    a.delete:hover {
        background: url(../images/ico-15-active.png) no-repeat 0 1px;
    }

table td a.add {
    background: url(../images/ico-26.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

table td a.stop {
    background: url(../images/ico-12.png) no-repeat;
    width: 18px;
    height: 19px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

    table td a.stop:hover {
        background: url(../images/ico-12-active.png) no-repeat;
        width: 20px;
        height: 20px;
    }

table td a.detail {
    background: url(../images/ico-11.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

    table td a.detail:hover {
        background: url(../images/ico-11-active.png) no-repeat;
    }

table td a.active-check {
    background: url(../images/ico-17.png) no-repeat;
    width: 16px;
    height: 13px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

    table td a.active-check:hover {
        background: url(../images/ico-17-active.png) no-repeat 0 -1px;
    }

table td a.public {
    overflow: hidden;
    display: block;
    background: url(../images/ico-16.png) no-repeat;
    width: 16px;
    height: 17px;
    text-indent: -9999px;
    margin: 0 auto;
}

    table td a.public:hover {
        background: url(../images/ico-16-active.png) no-repeat;
    }
/*pages*/
.pages {
    margin: 0 0 0 26px;
    padding: 0 58px;
    list-style: none;
    overflow: hidden;
    position: relative;
    height: 25px;
    width: 931px;
}

    .pages li {
        float: left;
        margin-right: 5px;
    }

        .pages li a {
            text-decoration: underline;
            color: #3f59f4;
            font: 14px/21px Helvetica, Arial, sans-serif;
            display: block;
        }

            .pages li a:hover {
                text-decoration: none;
            }

    .pages .first,
    .pages .prev,
    .pages .next,
    .pages .last {
        position: absolute;
        top: 0;
        left: 0;
    }

    .pages .prev {
        left: 25px;
    }

    .pages .next,
    .pages .last {
        right: 0;
        left: auto;
    }

    .pages .next {
        right: 25px;
    }

        .pages .first a,
        .pages .prev a,
        .pages .next a,
        .pages .last a {
            text-indent: -9999px;
            background: url(../images/bg-pages.png) no-repeat;
            width: 25px;
            height: 25px;
            overflow: hidden;
        }

    .pages .first a {
        background-position: 0 0;
    }

    .pages .prev a {
        background-position: -25px 0;
    }

    .pages .next a {
        background-position: 0 -25px;
    }

    .pages .last a {
        background-position: -25px -25px;
    }
/*register-form*/
.register-form {
    overflow: visible;
    padding: 0 0 0px 27px;
    margin: -20px 0 0 0;
    width: 1044px;
}

.title {
    padding-bottom: 4px;
    margin-bottom: 22px;
    background: url(../images/bg-title.png) no-repeat 0% 100%;
}

    .title:after {
        clear: both;
        content: '';
        display: block;
    }

.register-form .title h2 {
    margin: 0;
    font: 18px/32px Helvetica, Arial, sans-serif;
    padding-top: 9px;
}

.register-form .buttons {
    float: right;
    padding: 0 5px 5px 0;
}

    .register-form .buttons input {
        margin: 0 0 0 10px;
    }

#main .register-form .block-cols .cols {
    padding: 25px 0 0 0;
    margin: 0 0 17px -35px;
    border-top: 1px solid #a6a5a5;
    width: 1084px;
}

#main .register-form .block-cols {
    overflow: hidden;
}

#main .register-form .cols:first-child {
    border: 0;
    padding-top: 0;
}

.register-form .col {
    float: left;
    width: 287px;
    margin-left: 40px;
}

    .register-form .col:first-child {
        width: 385px;
    }

.register-form .total .col:first-child {
    width: 353px;
    margin-left: 72px;
}

.register-form .col label {
    width: 145px;
    float: left;
    text-align: right;
    margin-right: 11px;
}

.register-form .col .txt {
    width: 135px;
}

.register-form .col .photo-col {
    float: left;
}

    .register-form .col .photo-col .user-id {
        margin-top: 10px;
    }

.register-form .col .photo {
    width: 102px;
    background: #d3d2d2;
    border: 1px solid #b7b7b7;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 12px 0;
    margin: 1px 15px 0 0;
}

    .register-form .col .photo img {
        vertical-align: top;
        border: 1px solid #b7b7b7;
        width: 102px;
        margin-bottom: 12px;
    }

.register-form .col a.btn {
    width: 103px;
    margin: 0 0 8px -2px;
    padding: 2px 1px 0;
    height: 31px;
    line-height: 29px;
}

#divEditUserProfileImage {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 107px;
    height: 35px;
    overflow: hidden;
    top: -9999px;
    left: -9999px;
}

    #divEditUserProfileImage input.upload {
        font-size: 100px;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity: 0);
        position: relative;
        top: -5px;
        left: -1250px;
    }

.register-form .col a.btn.remove {
    letter-spacing: -1px;
}

.register-form .col h3 {
    margin: 0 0 4px;
    font: 16px/20px Helvetica, Arial, sans-serif;
}

.register-form .col .row {
    overflow: hidden;
    padding-bottom: 14px;
}

.register-form .col .info-box {
    overflow: hidden;
    margin-left: 142px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* ie10, ie11+ */
    .register-form .col .info-box {
        top: -216px;
    }
    .register-form .col:first-child {
        width: 385px;
        height:10px;
    }
}

.register-form .col .check-box {
    overflow: hidden;
}

.register-form .col .radio-box {
    padding-bottom: 21px;
}

.register-form .col .info-box label {
    float: left;
    font: 14px/22px Helvetica, Arial, sans-serif;
    width: auto;
    margin: 0;
}

.register-form .col .info-box .row {
    padding: 0;
}

.register-form .col .radio,
.register-form .col .check {
    float: left;
    padding: 0;
    margin: 2px 7px 0 0;
    width: 16px;
    height: 15px;
}

.txt {
    -webkit-box-shadow: 1px 1px 1px #6e6d6d inset;
    -moz-box-shadow: 1px 1px 1px #6e6d6d inset;
    box-shadow: 1px 1px 1px #6e6d6d inset;
    background: #fff;
    float: left;
    padding: 2px 6px 3px;
    font: 14px/17px Helvetica, Arial, sans-serif;
    height: 17px;
    border: 0;
    width: 133px;
}

.register-form select {
    width: 127px;
    font: 13px/20px Helvetica, Arial, sans-serif;
    padding: 0 0 0 5px;
}

.register-form .info-box select {
    margin: 1px 0 13px 12px;
}
/*rabs*/
#tabs {
    padding: 0 0 0 24px;
    width: 1043px;
}

    #tabs ul {
        margin: 0 0 -1px;
        padding: 0;
        list-style: none;
        overflow: hidden;
        position: relative;
        z-index: 3;
    }

    #tabs #tabs-1,
    #tabs #tabs-2,
    #tabs #tabs-2.tab-2 .tabs,
    #tabs #tabs-3 .tabs {
        background: #fff;
        border: solid #c3c1c1;
        border-width: 1px;
        -webkit-border-radius: 0 5px 5px;
        -moz-border-radius: 0 5px 5px;
        border-radius: 0 5px 5px;
        padding: 14px 0 0;
        margin: 0 0 19px;
        position: relative;
        z-index: 2;
    }

        #tabs #tabs-2.tab-2 {
            background: none;
            border: 0;
            padding: 0;
        }

        #tabs #tabs-2 .pages li,
        #tabs #tabs-3 .pages li {
            background: none;
            padding: 0;
            border: 0;
            margin: 0 5px 0 0;
        }

            #tabs #tabs-2 .pages li a,
            #tabs #tabs-3 .pages li a {
                padding: 0;
            }

        #tabs #tabs-3 .pages,
        #tabs #tabs-2 .pages {
            width: 933px;
            padding: 0 58px;
            margin-top: -4px;
        }

            #tabs #tabs-3 .pages .prev,
            #tabs #tabs-3 .pages .first,
            #tabs #tabs-3 .pages .next,
            #tabs #tabs-3 .pages .last,
            #tabs #tabs-2 .pages .prev,
            #tabs #tabs-2 .pages .first,
            #tabs #tabs-2 .pages .next,
            #tabs #tabs-2 .pages .last {
                position: absolute;
            }

    #tabs ul li {
        float: left;
        font: bold 16px/20px Helvetica, Arial, sans-serif;
        border: solid #c3c1c1;
        border-width: 1px 1px 0;
        position: relative;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background: #cecece;
        margin-right: 12px;
        height: 40px;
    }

        #tabs ul li a {
            display: block;
            padding: 11px 28px 8px 27px;
        }

        #tabs ul li:hover a {
            text-decoration: none;
        }

    #tabs ul .ui-tabs-active {
        background: #fff;
    }

    #tabs a.btn {
        float: right;
        line-height: 33px;
        height: 33px;
        width: 105px;
        margin: -4px 8px 19px 0;
    }

    #tabs table {
        width: 1041px;
        background: #fff;
        border-collapse: collapse;
        border: 0;
    }

        #tabs table th {
            background: #383838;
            color: #fff;
            font: bold 14px/30px Helvetica, Arial, sans-serif;
            text-align: left;
            border: solid #000;
            border-width: 1px 0 1px 0;
            padding: 0;
        }

        #tabs table .col01 {
            padding-left: 12px;
            width: 140px;
        }

        #tabs table .col02 {
            width: 195px;
        }

        #tabs table .col03 {
            width: 225px;
        }

        #tabs table .col04 {
            width: 60px;
        }

        #tabs table .col05 {
            width: 105px;
        }

        #tabs table .col06 {
            width: 125px;
        }

        #tabs table .col07 {
            width: 65px;
        }

        #tabs table .col08 {
            width: 45px;
        }

        #tabs table .col09 {
            width: 65px;
        }

        #tabs table td {
            padding: 0 0 0px;
            font: 14px/34px Helvetica, Arial, sans-serif;
        }

            #tabs table td:first-child {
                padding: 0 0 0px 12px;
            }

        #tabs table .center {
            text-align: center;
        }

        #tabs table td img {
            vertical-align: middle;
        }

        #tabs table td a {
            display: block;
        }

        #tabs table .even td {
            padding-bottom: 0;
        }

    #tabs .edit-table .active-check {
        margin: 0;
    }
/*device-form*/
.device-form {
    overflow: hidden;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    position: relative;
    padding-bottom: 14px;
    background: url(../images/bg-form-top.gif) repeat-x #cecece;
    margin: 0 -1px -6px -12px;
}

    .device-form form {
        background: url(../images/bg-form.gif) repeat-x 0 40px;
        padding: 16px 0 0 10px;
    }

#main .device-form .col {
    float: left;
    width: auto;
    margin-right: 12px;
}

    #main .device-form .col:first-child {
        margin-right: 53px;
    }

    #main .device-form .col label {
        display: block;
        font: bold 14px/25px Helvetica, Arial, sans-serif;
        margin: 0 0 16px 2px;
    }

#main .device-form select {
    width: 135px;
    margin: 0;
    padding: 0 0 0 5px;
    float: left;
}

#main .device-form .col .txt {
    -webkit-box-shadow: 1px 1px 1px #6e6d6d inset;
    -moz-box-shadow: 1px 1px 1px #6e6d6d inset;
    box-shadow: 1px 1px 1px #6e6d6d inset;
    background: #fff;
    float: left;
    padding: 3px 6px 3px;
    font: 14px/15px Helvetica, Arial, sans-serif;
    height: 15px;
    border: 0;
    width: 150px;
    margin: 0 0 0;
}

#main .device-form .public {
    text-align: center;
}

#main .device-form .active {
    text-align: center;
}

    #main .device-form .public input,
    #main .device-form .active input {
        margin: 0 0 0 0;
        width: 16px;
        height: 15px;
        display: inline-block;
    }

#main .device-form .priority .txt {
    width: 9px;
    margin: 0 0 0 14px;
}

#main .device-form .buttons {
    padding-top: 34px;
    margin-left: 30px;
}

    #main .device-form .buttons input {
        margin: 0;
    }

#main .buttons a.btn {
    width: 73px;
    margin: 0 3px 0 7px;
    height: 32px;
    line-height: 32px;
}
/*footer*/
#footer {
    width: 1090px;
    margin: -56px auto 0;
    font: 11px/14px Helvetica, Arial, sans-serif;
    height: 56px;
    position: relative;
    overflow: hidden;
}

    #footer p {
        margin: 20px 0 20px -8px;
        text-align: center;
    }

    #footer strong {
        overflow: hidden;
        background: url(../images/logo-bottom.gif) no-repeat;
        width: 84px;
        height: 14px;
        text-indent: -9999px;
        display: inline-block;
        margin: 0 0 -2px 5px;
    }

        #footer strong a {
            display: block;
            height: 100%;
        }
/*search-form*/
.search-form {
    overflow: hidden;
    width: 239px;
    padding: 6px 0 0;
    margin-bottom: -5px;
}

    .search-form .txt {
        float: left;
        width: 133px;
        height: 21px;
        font: 14px/21px Helvetica, Arial, sans-serif;
        margin-top: 5px;
    }

.title.top .search-form .buttons {
    float: right;
    margin: 0;
}

    .title.top .search-form .buttons input {
        width: 75px;
        margin: 0;
    }

.title.top {
    background: none;
    padding: 0 83px 7px 26px;
    margin-top: 0px;
}

    .title.top .buttons {
        margin-top: -14px;
        float: right;
    }

        .title.top .buttons input {
            width: 53px;
            margin: 0;
        }

    .title.top .ttl {
        overflow: hidden;
        padding: 14px 19px 0 0;
    }

    .title.top p {
        margin: 0;
        float: left;
    }

        .title.top p a {
            color: #1636f5;
            text-decoration: underline;
            margin-left: 7px;
        }

            .title.top p a:hover {
                text-decoration: none;
            }

.table-info.edit {
    width: 962px;
    margin-top: -23px;
}

    .table-info.edit .col1 {
        width: 179px;
    }

    .table-info.edit .col2 {
        width: 127px;
    }

    .table-info.edit .col3 {
        width: 130px;
    }

    .table-info.edit .col4 {
        width: 136px;
        padding-right: 0;
        text-align: left;
    }

    .table-info.edit .col5 {
        width: 137px;
    }

    .table-info.edit .col6 {
        width: 55px;
        padding-right: 0;
        text-align: center;
    }

    .table-info.edit .col7 {
        width: 65px;
    }

    .table-info.edit .col8 {
        width: 34px;
        padding-right: 10px;
    }

    .table-info.edit .col9 {
        width: 54px;
        padding-right: 10px;
        text-align: center;
    }

.table-info.history .col1 {
    width: 19%;
    padding-right: 10px;
    text-align: left;
}

.table-info.history .col2 {
    width: 18%;
    padding-right: 10px;
    text-align: left;
}

.table-info.history .col3 {
    width: 21%;
    padding-right: 10px;
    text-align: left;
}

.table-info.history .col4 {
    width: 35%;
    padding-right: 10px;
    text-align: left;
    padding-left: 0;
}

.table-info.history .col5 {
    width: 7%;
    padding-right: 10px;
    text-align: center;
}

table:not(.no-hover) tr:hover td {
    background: #d8eaf8;
}

.pages.size01 {
    width: 852px;
}
/*communication-form*/
.communication-form {
    border: 1px solid #383838;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    position: relative;
    margin: 16px 13px 14px 0;
    padding: 0 0 1px 22px;
    width: 535px;
}

    .communication-form h3 {
        margin: -11px 0 -3px;
        background: #fff;
        font: bold 16px/20px Helvetica, Arial, sans-serif;
        width: 190px;
    }

    .communication-form .row {
        overflow: hidden;
        padding: 13px 7px 0 0;
        width: 528px;
    }

#tabs .communication-form .col {
    float: left;
    padding: 0 0 0 2px;
    width: 345px;
    margin-right: 13px;
}

.communication-form label {
    float: left;
    margin: -2px 9px 0 0;
}

.communication-form .col .txt {
    border: 1px solid #a5a6a6;
    -webkit-box-shadow: -1px 1px 1px #e5e5e5 inset;
    -moz-box-shadow: -1px 1px 1px #e5e5e5 inset;
    box-shadow: -1px 1px 1px #e5e5e5 inset;
    width: 282px;
    height: 17px;
    font: 14px/17px Helvetica, Arial, sans-serif;
    padding: 0 6px;
}

.communication-form .checkbox-block {
    float: left;
    width: 63px;
}

    .communication-form .checkbox-block input {
        float: left;
        margin: 0;
        padding: 0;
        width: 16px;
        height: 15px;
    }

.communication-form .buttons {
    float: right;
    margin: -13px 0 0;
}

    .communication-form .buttons input {
        margin: 0;
    }

#tabs .edit-table .col01 {
    width: 128px;
}

#tabs .edit-table .col02 {
    width: 134px;
}

#tabs .edit-table .col03 {
    width: 157px;
}

#tabs .edit-table .col04 {
    width: 104px;
    padding-right: 0;
}

#tabs .edit-table .col05 {
    width: 190px;
    padding-right: 0;
}

#tabs .edit-table .col06 {
    width: 26px;
}

#tabs .edit-table .col07 {
    width: 226px;
}

#main .device-form .col.client {
    margin: 0 29px 0 18px;
}

#main .edit-table .device-form .col:first-child {
    margin-right: 52px;
}

#main .edit-table .device-form .col {
    margin-right: 20px;
}

    #main .edit-table .device-form .col.active {
        margin-right: 35px;
    }

#main .device-form .col.client .txt {
    width: 34px;
}

#main .edit-table .device-form .col.action {
    margin-right: 35px;
}

    #main .edit-table .device-form .col.action .txt {
        width: 163px;
    }

#main .edit-table .device-form .buttons {
    padding-left: 102px;
}

#main .holder {
    overflow: hidden;
    padding: 0 0 0 25px;
    margin-top: 0px;
}
/*sidebar*/
#sidebar {
    float: left;
    width: 248px;
    border: 1px solid #bdbcbc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background: #dcdcdc;
    padding: 20px 0 0;
    margin-right: 30px;
}

    #sidebar h3 {
        margin: 0 0 18px;
        font: bold 16px/18px Helvetica, Arial, sans-serif;
        border-bottom: 1px solid #a9a6a6;
        padding: 0 5px 9px 23px;
    }

    #sidebar h4 {
        margin: 0 0 18px;
        font: bold 18px/20px Helvetica, Arial, sans-serif;
        border-bottom: 1px solid #a9a6a6;
        padding: 0 0 8px 23px;
    }

    #sidebar ul {
        margin: 0 0 46px;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        #sidebar ul li {
            vertical-align: top;
            font: 14px/18px Helvetica, Arial, sans-serif;
            border-top: 1px solid transparent;
            padding: 0 10px 3px 22px;
            margin-bottom: 3px;
        }

            #sidebar ul .active,
            #sidebar ul li:hover {
                vertical-align: top;
                color: #fff;
                background: #3a3a3a;
                border-top: 1px solid #909090;
            }

                #sidebar ul li:hover a {
                    color: #fff;
                    text-decoration: none;
                }

    #sidebar .version {
        margin: 0 0 0 20px;
        font-size: 12px;
    }
/*content*/
#content {
    float: left;
    width: 716px;
}

    #content .title {
        padding: 15px 0 5px;
        margin-bottom: 6px;
        overflow: hidden;
    }

    #content .buttons {
        overflow: hidden;
        float: right;
        margin: -10px 4px 0 0;
    }

        #content .buttons a.btn {
            float: left;
        }

            #content .buttons a.btn.add {
                width: 51px;
            }

#main h1 {
    margin: 0;
    padding: 0;
    font: 18px/20px Helvetica, Arial, sans-serif;
}

#content .pages {
    margin: 0 0 0 -2px;
    width: 596px;
}
/*required-form*/
.required-form {
    padding: 0 0 0 21px;
}

    .required-form p {
        margin: 0 8px 0 0;
        padding: 8px 0 0;
        float: left;
    }

    .required-form .info {
        min-height: 215px;
        margin-bottom: 15px;
    }

    .required-form .top {
        float: none;
        margin: 0 0 24px 177px;
    }

    .required-form span {
        text-indent: -9999px;
        overflow: hidden;
        float: left;
        margin-right: 6px;
        background: url(../images/ico-18.png) no-repeat;
        width: 8px;
        height: 7px;
    }

    .required-form .row {
        overflow: hidden;
    }

    .required-form .txt {
        width: 19px;
        padding: 2px 6px 1px;
        margin: 9px 12px 0 0;
    }

    .required-form .col {
        overflow: hidden;
        width: 130px;
        float: none;
    }

    .required-form select {
        width: 87px;
        margin-top: 9px;
    }

    .required-form em {
        display: block;
        margin: 0 196px 0 0;
        text-align: right;
        font: italic 12px/18px Helvetica, Arial, sans-serif;
    }

#content .required-form .buttons {
    margin: 0 4px 0 -20px;
    border-top: 1px solid #9a9a9a;
    overflow: hidden;
    float: none;
    padding: 25px 3px 0 0;
}

    #content .required-form .buttons input {
        float: right;
        margin: 0 0 0 10px;
    }
/*recipient-form*/
.recipient-form .top {
    z-index: 10;
}

    .recipient-form .top .star .drop-list {
        position: absolute;
        top: -48px;
        left: 40px;
        background: #e7f2fb;
        border: 1px solid #808080;
        display: none;
    }

    .recipient-form .top .star.active .drop-list {
        display: block;
    }

    .recipient-form .top .star .drop-list .mask {
        position: absolute;
        top: 43px;
        left: -14px;
        z-index: 10;
    }

    .recipient-form .top .star .drop-list .list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .recipient-form .top .star .drop-list .list > li {
            position: relative;
            width: 200px;
            border: solid #eaeaea;
            border-width: 0 0 2px;
            background: #fff;
            padding: 5px 2px 3px 5px;
            cursor: pointer;
            vertical-align: top;
        }

            .recipient-form .top .star .drop-list .list > li:hover {
                background: #e7f2fb;
                border-right: none;
            }

                .recipient-form .top .star .drop-list .list > li:hover .info {
                    display: block;
                }

        .recipient-form .top .star .drop-list .list li .list-holder {
            overflow: hidden;
        }

            .recipient-form .top .star .drop-list .list li .list-holder .img {
                float: left;
                border: 2px solid #686868;
            }

            .recipient-form .top .star .drop-list .list li .list-holder .box {
                overflow: hidden;
                padding: 2px 0 0 15px;
                line-height: 19px;
            }

                .recipient-form .top .star .drop-list .list li .list-holder .box .title {
                    overflow: hidden;
                    padding: 0 0 1px;
                    background: none;
                    margin: 0;
                }

                    .recipient-form .top .star .drop-list .list li .list-holder .box .title .name {
                        float: left;
                        max-width: 106px;
                        font: bold 18px/20px Helvetica, Arial, sans-serif;
                        color: #393939;
                    }

                    .recipient-form .top .star .drop-list .list li .list-holder .box .title .icos {
                        margin: 0;
                        padding: 4px 0 0;
                        list-style: none;
                        float: right;
                    }

                        .recipient-form .top .star .drop-list .list li .list-holder .box .title .icos li {
                            float: left;
                            width: 15px;
                            height: 14px;
                            margin: 0 2px 0 0;
                        }

                            .recipient-form .top .star .drop-list .list li .list-holder .box .title .icos li img {
                                vertical-align: top;
                                display: block;
                            }

                            .recipient-form .top .star .drop-list .list li .list-holder .box .title .icos li.square {
                                width: 10px;
                                height: 10px;
                                margin: 3px 8px 0 0;
                            }

                                .recipient-form .top .star .drop-list .list li .list-holder .box .title .icos li.square.color1 {
                                    background: #54a62d;
                                }

                                .recipient-form .top .star .drop-list .list li .list-holder .box .title .icos li.square.color2 {
                                    background: #ff8a00;
                                }

                                .recipient-form .top .star .drop-list .list li .list-holder .box .title .icos li.square.color3 {
                                    background: #ff0000;
                                }

                .recipient-form .top .star .drop-list .list li .list-holder .box span {
                    display: block;
                }

        .recipient-form .top .star .drop-list .list li .info {
            position: absolute;
            top: -1px;
            left: 207px;
            width: 320px;
            background: #e7f2fb;
            border: solid #808080;
            border-width: 1px 1px 1px 0;
            padding: 13px 18px 43px 14px;
            -webkit-box-shadow: 3px 2px 2px #565656;
            -moz-box-shadow: 3px 2px 2px #565656;
            box-shadow: 3px 2px 2px #565656;
            font: 14px/17px Helvetica,Arial,sans-serif;
            display: none;
        }

        .recipient-form .top .star .drop-list .list li.last .info {
            bottom: -3px;
            top: auto;
        }

        .recipient-form .top .star .drop-list .list li .info p {
            margin: 0 0 16px;
        }

        .recipient-form .top .star .drop-list .list li .info .heading {
            overflow: hidden;
            padding: 0 0 16px;
            line-height: 21px;
        }

            .recipient-form .top .star .drop-list .list li .info .heading .img1 {
                float: left;
                border: 1px solid #242424;
            }

            .recipient-form .top .star .drop-list .list li .info .heading .box {
                overflow: hidden;
                padding: 4px 13px 0;
            }

                .recipient-form .top .star .drop-list .list li .info .heading .box .name {
                    overflow: hidden;
                    font: bold 18px/20px Helvetica, Arial, sans-serif;
                    color: #000;
                    display: block;
                }

                .recipient-form .top .star .drop-list .list li .info .heading .box span {
                    display: block;
                    -webkit-box-shadow: 2px 2px 2px #515151;
                    -moz-box-shadow: 2px 2px 2px #515151;
                    box-shadow: 2px 2px 2px #515151;
                }
/*add-message*/
.add-message {
    width: 706px;
    margin-bottom: 11px;
}

    .add-message td {
        font: 13px/30px Helvetica, Arial, sans-serif;
    }

        .add-message td:first-child {
            padding-left: 11px;
        }

    .add-message a.edit,
    .add-message a.delete {
        margin-top: 2px;
    }

    .add-message .col01 {
        padding-left: 11px;
        width: 215px;
    }

    .add-message th {
        padding: 2px 0 0 2px;
    }

    .add-message .col02 {
        width: 169px;
    }

    .add-message .col03 {
        width: 173px;
    }

    .add-message .col04 {
        width: 30px;
        padding-right: 25px;
    }

    .add-message .col05 {
        width: 48px;
        padding-right: 15px;
    }

.back {
    margin: 5px 0 2px -2px;
    overflow: hidden;
}

.back a {
    overflow: hidden;
    float: left;
    background: url(../images/bg-back.png) no-repeat;
    width: 78px;
    height: 19px;
    text-indent: -9999px;
    margin: 1px 25px 0 0;
}

    .back a:hover {
        background-position: 0 -19px;
    }

    .back a:active {
        background-position: 0 -38px;
    }
.back {
    margin: 5px 0 2px -2px;
    overflow: hidden;
}

.fwd a {
    overflow: hidden;
    float: right;
    background: url(../images/bg-fwd.png) no-repeat;
    width: 78px;
    height: 19px;
    text-indent: -9999px;
    margin: 1px 13px 0 5px;
}

    .fwd a:hover {
        background-position: 0 -19px;
    }

    .fwd a:active {
        background-position: 0 -38px;
    }

/*message-form*/
.message-form {
    overflow: hidden;
    padding: 22px 0 0 20px;
}

    .message-form .row {
        overflow: hidden;
        padding-bottom: 38px;
    }

        .message-form .row label {
            float: left;
            width: 110px;
            text-align: right;
            font: 16px/20px Helvetica, Arial, sans-serif;
            margin-right: 10px;
        }

        .message-form .row .txt,
        .message-form .row textarea {
            box-shadow: none;
            border: 1px solid #b7b7b7;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            position: relative;
            height: 18px;
            padding: 0 6px;
            font: 14px/18px Helvetica, Arial, sans-serif;
            width: 542px;
        }

        .message-form .row textarea {
            resize: none;
            overflow: auto;
            margin: 0;
            padding: 6px;
            height: 73px;
        }

        .message-form .row .long {
            height: 137px;
        }

    .message-form .simbol {
        overflow: hidden;
        margin: -30px 0 50px;
        padding-left: 136px;
    }

        .message-form .simbol span {
            float: left;
            font: 14px/20px Helvetica, Arial, sans-serif;
        }

        .message-form .simbol .number {
            border: 1px solid #b7b7b7;
            background: #fff;
            font: 14px/17px Helvetica, Arial, sans-serif;
            padding: 0 8px 0 4px;
            margin-right: 6px;
        }

#content .message-form .buttons {
    margin: -5px 21px 0;
}

.message-form .buttons input {
    margin: 0;
}
/*reports*/
.title.reports {
    margin: 0px 0 21px 26px;
    overflow: hidden;
}

.title.report-table {
    background: none;
    margin: -1px 0 13px 8px;
}

    .title.report-table .back a {
        margin: 1px 8px 0 0;
    }

.title.admin {
    margin: 0 0 41px 26px;
}

    .title.admin h2 {
        margin: 0;
        font: 18px/32px Helvetica, Arial, sans-serif;
    }

.title.reports .buttons {
    float: right;
    margin: 0 1px 0 0;
}

#main .title.reports .buttons a.btn {
    margin: 0;
    width: 50px;
}

.title.reports h2 {
    margin: 0;
    font: 18px/32px Helvetica, Arial, sans-serif;
}

.reports-list {
    overflow: hidden;
    padding: 0 0 47px 44px;
}

    .reports-list ul {
        margin: 0 130px 0 0;
        padding: 0;
        list-style: none;
        float: left;
        width: 250px;
    }

        .reports-list ul li {
            background: url(../images/bull-01.png) no-repeat 0 7px;
            padding: 0 0 16px 14px;
            font: 14px/16px Helvetica, Arial, sans-serif;
            vertical-align: top;
        }

            .reports-list ul li a {
                color: #001df2;
                text-decoration: underline;
            }

                .reports-list ul li a:hover {
                    cursor: default;
                }
/*code*/
.code {
    width: 1070px;
    margin-left: 10px;
}

    .code th {
        padding: 3px 0 0 8px;
    }

        .code th:first-child {
            padding-left: 16px;
        }

    .code td {
        font: 14px/36px Helvetica, Arial, sans-serif;
        padding: 0 0 0 8px;
    }

    .code .even td {
        font: 14px/32px Helvetica, Arial, sans-serif;
    }

    .code td:first-child {
        padding-left: 16px;
    }

    .code .col7 {
        padding-right: 16px;
    }
/*comments-form*/
.comments-form {
    overflow: hidden;
    margin: 0px 0 0 25px;
}

    .comments-form .col {
        float: left;
        width: 640px;
        position: relative;
        padding: 42px 0 0 0;
        margin-left: 5px;
    }

        .comments-form .col:first-child {
            width: 391px;
            padding: 0;
            margin: 0;
        }

    .comments-form .row {
        overflow: hidden;
        padding: 0 0 2px;
    }

        .comments-form .row .buttons {
            float: right;
            width: 151px;
        }

            .comments-form .row .buttons input {
                margin: 0 5px 0 0;
                width: 150px;
            }

    .comments-form .block-checkbox {
        float: left;
        width: 230px;
        padding: 10px 0 0;
    }

        .comments-form .block-checkbox input {
            padding: 0;
            margin: 1px 5px 0 9px;
            float: left;
            width: 16px;
            height: 16px;
        }

        .comments-form .block-checkbox label {
            float: left;
            margin-top: -1px;
        }

    .comments-form .list-comments {
        margin: 0;
        padding: 0 0 26px;
        list-style: none;
        overflow-x: hidden;
        overflow-y: auto;
        width: 390px;
        height: 500px;
        border-top: 1px solid #b8b7b7;
    }

        .comments-form .list-comments li {
            overflow: hidden;
            vertical-align: top;
            color: #393939;
            font: 14px/16px Helvetica, Arial, sans-serif;
            padding: 8px 6px 6px 2px;
            border-bottom: 1px solid #b8b7b7;
            margin: 0;
        }

        .comments-form .list-comments .active {
            border-bottom: 1px solid transparent;
            background: #820707;
            color: #fff;
            margin: 0;
            padding: 8px 6px 6px 2px;
        }

        .comments-form .list-comments .icons {
            float: left;
            margin: 3px 0;
            width: 52px;
            position: relative;
            height: 63px;
        }

        .comments-form .list-comments input {
            margin: 0 0 0 7px;
            padding: 0;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 16px;
            height: 15px;
        }

        .comments-form .list-comments .icons img {
            vertical-align: top;
            display: block;
            margin: 0 0 15px;
        }

        .comments-form .list-comments.outbox .icons img {
            position: relative;
            top: -5px;
        }

        .comments-form .list-comments .icons span.ball {
            display: none; /*change to block to display*/
            position: absolute;
            height: 12px;
            width: 12px;
            border: 1px solid #777;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            font: 9px/12px Helvetica, Arial, sans-serif;
            font-weight: bold;
            text-align: center;
            background-color: #ddd;
            margin-left: 3px;
            top: 30px;
        }

            .comments-form .list-comments .icons span.ball.delivered {
                left: 3px;
            }

            .comments-form .list-comments .icons span.ball.opened {
                left: 19px;
            }

            .comments-form .list-comments .icons span.ball.green {
                background-color: #27cd59;
            }

        .comments-form .list-comments .active .icons span.ball {
            color: #000;
        }

        .comments-form .list-comments .user {
            overflow: hidden;
            padding: 2px 0 0;
            font: 14px/16px Helvetica, Arial, sans-serif;
        }

        .comments-form .list-comments .avatar {
            float: left;
            margin: -2px 10px 0 0;
        }

        .comments-form .list-comments span {
            display: block;
            margin: 0 0 5px;
            font: bold 16px/20px Helvetica, Arial, sans-serif;
        }

            .comments-form .list-comments span.read,
            .comments-form .list-comments strong.read {
                font-weight: normal;
            }

        .comments-form .list-comments .paperclip {
            margin: 3px 0 0 2px;
            display: inline-block;
            overflow: hidden;
            background: url(../images/ico-24.png) no-repeat;
            width: 15px;
            height: 16px;
            text-indent: -9999px;
        }

        .comments-form .list-comments .active .paperclip {
            background-position: 0 -16px;
        }

        .comments-form .list-comments strong {
            font: bold 14px/16px Helvetica, Arial, sans-serif;
            display: block;
            color: #820707;
            margin: 0 0 7px;
        }

        .comments-form .list-comments .active strong,
        .comments-form .list-comments .active .date,
        .comments-form .list-comments .active span {
            color: #fff;
        }

        .comments-form .list-comments .date {
            color: #000;
        }

        .comments-form .list-comments em {
            display: block;
            font-style: normal;
        }

        .comments-form .list-comments li.no-msgs div {
            margin-left: 3px;
        }

        .comments-form .list-comments li.load-older-msgs div {
            text-align: center;
        }

            .comments-form .list-comments li.load-older-msgs div a {
                display: inline-block;
                line-height: 24px;
                padding: 4px 10px 4px 40px;
                background: url(/images/arrow-down-blue.png) no-repeat #fff;
                background-position: 8px 4px;
                border: 1px solid #ccc;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }

    .comments-form a.message {
        width: 627px;
        text-align: center;
        background: #830800;
        color: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: relative;
        font: bold 16px/33px Helvetica, Arial, sans-serif;
        padding-top: 2px;
        margin: 0 0 7px 2px;
        word-spacing: 14px;
        position: absolute;
        top: 0;
        left: 0;
        word-spacing: -1px;
        display: none;
    }

        .comments-form a.message span {
            text-indent: -9999px;
            overflow: hidden;
            display: inline-block;
            background: url(../images/sep02.png) no-repeat;
            width: 2px;
            height: 12px;
            margin: 0 10px;
        }

        .comments-form a.message:hover {
            text-decoration: none;
        }

    .comments-form .block-comment {
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        width: 600px;
        border: 1px solid #dadada;
        border-bottom: 0;
        font: 14px/19px Helvetica, Arial, sans-serif;
        padding: 20px 10px 18px 20px;
        margin-bottom: 25px;
        height: 335px;
        -webkit-box-shadow: -1px -1px 1px rgba(57, 57, 57, .42);
        -moz-box-shadow: -1px -1px 1px rgba(57, 57, 57, .42);
        box-shadow: -1px -1px 1px rgba(57, 57, 57, .42);
        position: relative;
        display: none;
    }

        .comments-form .block-comment strong {
            display: block;
            font: bold 16px/19px Helvetica, Arial, sans-serif;
        }

        .comments-form .block-comment span {
            font: 16px/18px Helvetica, Arial, sans-serif;
            display: block;
            margin-bottom: 20px;
        }

            .comments-form .block-comment span strong {
                display: inline;
            }

        .comments-form .block-comment p {
            margin: 0 0 28px;
        }

        .comments-form .block-comment .block-radio {
            overflow: hidden;
            border-top: 1px solid #e1e1e1;
            margin: 0 10px 15px 0;
            display: none;
        }

            .comments-form .block-comment .block-radio p {
                margin: 15px 0;
            }

            .comments-form .block-comment .block-radio .row {
                overflow: hidden;
                padding-bottom: 9px;
            }

            .comments-form .block-comment .block-radio input {
                margin: 0px 15px 0 0;
                padding: 0;
                float: left;
                width: 16px;
                height: 15px;
            }

            .comments-form .block-comment .block-radio label {
                float: left;
                font: bold 15px/18px Helvetica, Arial, sans-serif;
                margin-top: -1px;
            }

    .comments-form .col > .loading {
        width: 250px;
        margin-left: 210px;
        display: none;
    }

        .comments-form .col > .loading span {
            display: inline-block;
            position: relative;
            left: 5px;
            top: auto;
            bottom: 12px;
            font-size: 15px;
            padding-top: 18px;
        }

    .comments-form textarea {
        margin: 0 0 20px;
        overflow: auto;
        resize: none;
        border: solid #727272;
        border-width: 1px 1px 0 1px;
        border-right-color: #f5f5f5;
        -webkit-box-shadow: 1px 1px 0 #d0d0d0 inset;
        -moz-box-shadow: 1px 1px 0 #d0d0d0 inset;
        box-shadow: 1px 1px 0 #d0d0d0 inset;
        font: 14px/18px Helvetica, Arial, sans-serif;
        padding: 10px 11px;
        height: 50px;
        width: 606px;
        display: none;
    }

    .comments-form .buttons input {
        margin: 0;
        width: 73px;
        float: right;
        margin-right: 10px;
    }

    .comments-form .buttons .send {
        display: none;
    }

    .comments-form .sign {
        padding: 0;
        list-style: none;
        overflow: hidden;
        border-top: 1px solid #e1e1e1;
        margin-top: 40px;
        margin-bottom: 5px;
        display: none;
        width: 590px;
    }

        .comments-form .sign li {
            display: block;
            padding-top: 4px;
        }

    .comments-form .block-comment .sign li span {
        font: 12px Helvetica, Arial, sans-serif;
        margin-bottom: 0;
    }

.button {
    overflow: hidden;
    padding: 2px 0 0;
    margin: 0 0 18px -2px;
}

.attachment {
    display: inline-block;
    border: 1px solid #bebebe;
    background: #dbf2fe;
    text-align: center;
    padding: 3px 0 4px;
}

    .attachment:hover {
        text-decoration: none;
    }

#attachment {
    height: 520px;
}

.comments-form .block-comment .attachment span {
    background: url(../images/ico-25.png) no-repeat 100% 0;
    font: 13px/18px Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0 22px 0 8px;
    margin-right: 8px;
}

#attachment {
    border: 1px solid #393939;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    position: relative;
}

    #attachment img {
        vertical-align: top;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
    }

.comments-form .block-comment.outbox {
    margin-bottom: 10px;
    height: 305px;
}

.comments-form .recipient-status {
    display: none;
    padding-right: 8px;
}
.comments-form .recipient-status .head
{
    overflow: hidden;
}
.comments-form .recipient-status .scroll
{
    margin-top:-1px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 140px;
}
.comments-form .recipient-status table
{ 
    width: 630px;
}
.comments-form .recipient-status table.data
{ 
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.comments-form .recipient-status th,
.comments-form .recipient-status td 
{ 
    padding-left:6px;
    text-align:left; 
}
.comments-form .recipient-status .col1 { width: 40%; }
.comments-form .recipient-status .col2 { width: 30%; }
.comments-form .recipient-status .col3 { width: 30%; }



/*directory-table*/
.directory-table table {
	width:1043px;
	margin:-26px 0 7px 24px;
}
.directory-table th {padding:1px 0 2px 2px;}
.directory-table th:first-child {
	width:auto;
	padding-left:12px;
}
.directory-table .col1 a {
    width: 55px;
}
.directory-table .col2 a {
    width: 75px;
}
.directory-table .col3 a {
    width: 95px;
}
.directory-table .col4 a {
    width: 115px;
}
.directory-table .col2 {
	width:auto;
    max-width:200px;
}
.directory-table .col3 {width:auto;max-width:200px;}
.directory-table .col4 {
	width:auto;max-width:200px;
}
.directory-table .col5 {
	width:auto;max-width:200px;
}
.directory-table .col6 {
	width:auto;max-width:200px;
}
.directory-table .col7 {
	width:30px;
	padding-right:20px;
}

.directory-table td {
	font:14px/29px Helvetica, Arial, sans-serif;
	padding:0 0 3px;
}
.directory-table .even td {padding-bottom:3px;}
.directory-table td:first-child {padding-left:12px;}
.directory-table .pages {margin-left:24px;}
.title.dir {
	overflow:hidden;
	margin:0px 15px 36px 25px;
	background:none;
	padding:0;
}
.title.dir .buttons {float:right;}
.title.dir .search-form {
	float:left;
	margin:0;
}
.title.dir .search-form .txt {
	padding:4px 6px 5px;
	margin:2px 0 0;
	width:133px;
}
.title.dir .ttl .search-form .buttons {
	float:right;
	margin:0 9px 5px 0;
}
.title.dir .ttl .search-form .buttons input {
	margin:0;
	width:74px;
}
.title.dir .ttl {overflow:hidden;}
.title.dir p {margin:0 0 0 3px;}
.title.dir p a {
	color:#1636f5;
	text-decoration:underline;
}
.title.dir p a:hover {text-decoration:none;}
.title.dir .ttl .buttons  {margin:6px -16px 0 0;}
.title.dir .ttl .buttons input {width:53px;}



/*distribution-table*/
.distribution-table table {
	width:1043px;
	margin:-26px 0 7px 24px;
}
.distribution-table th {padding:1px 0 2px 2px;}
.distribution-table th:first-child {
	width:558px;
	padding-left:12px;
}
.distribution-table .col2 {
    width: 116px;
}

.distribution-table .col3 {
    width: 70px;
}

.distribution-table .col4 {
    width: 25px;
    padding-right: 40px;
}

.distribution-table .col5 {
    width: 30px;
    padding-right: 20px;
}

.distribution-table td {
    font: 14px/29px Helvetica, Arial, sans-serif;
    padding: 0 0 3px;
}

.distribution-table .even td {
    padding-bottom: 2px;
}

.distribution-table td:first-child {
    padding-left: 12px;
}

.distribution-table .pages {
    margin-left: 24px;
}

.title.distrib {
    overflow: hidden;
    margin: 0px 15px 36px 25px;
    background: none;
    padding: 0;
}

    .title.distrib .buttons {
        float: right;
    }

    .title.distrib .search-form {
        float: left;
        margin: 0;
    }

        .title.distrib .search-form .txt {
            padding: 4px 6px 5px;
            margin: 2px 0 0;
            width: 133px;
        }

    .title.distrib .ttl .search-form .buttons {
        float: right;
        margin: 0 9px 5px 0;
    }

        .title.distrib .ttl .search-form .buttons input {
            margin: 0;
            width: 74px;
        }

    .title.distrib .ttl {
        overflow: hidden;
    }

    .title.distrib p {
        margin: 0 0 0 3px;
    }

        .title.distrib p a {
            color: #1636f5;
            text-decoration: underline;
        }

            .title.distrib p a:hover {
                text-decoration: none;
            }

    .title.distrib .ttl .buttons {
        margin: 6px -16px 0 0;
    }

        .title.distrib .ttl .buttons input {
            width: 53px;
        }
/*distribution-form*/
.distribution-form {
    overflow: hidden;
    margin: -11px 25px 0;
}

    .distribution-form .title {
        overflow: hidden;
        padding-bottom: 1px;
        margin: 0 0 20px;
    }

        .distribution-form .title .buttons {
            float: right;
        }

            .distribution-form .title .buttons input {
                margin: 0 0 0 7px;
            }

        .distribution-form .title h2 {
            margin: 8px 0 0;
            float: left;
            font: 18px/20px Helvetica, Arial, sans-serif;
        }

#main .distribution-form .cols {
    overflow: hidden;
    background: url(../images/sep03.png) no-repeat 291px 0;
    width: 670px;
    padding: 0;
    margin-bottom: 8px;
}

.distribution-form .col {
    float: left;
    width: 320px;
}

    .distribution-form .col:first-child {
        width: 292px;
        margin-right: 35px;
        padding-top: 6px;
    }

    .distribution-form .col .row {
        overflow: hidden;
        padding-bottom: 14px;
    }

        .distribution-form .col .row label {
            float: left;
            width: 100px;
            text-align: right;
            font: 16px/18px Helvetica, Arial, sans-serif;
            margin-right: 10px;
        }

        .distribution-form .col .row .txt {
            float: left;
            font: 13px/18px Helvetica, Arial, sans-serif;
            height: 18px;
            width: 134px;
            padding: 2px 6px 1px;
        }

    .distribution-form .col h3 {
        margin: 0 0 7px;
        font: 16px/18px Helvetica, Arial, sans-serif;
    }

    .distribution-form .col .radio-block .row {
        padding-bottom: 6px;
    }

    .distribution-form .col .radio-block input {
        float: left;
        margin: 0 6px 0 0;
        padding: 0;
        width: 16px;
        height: 15px;
    }

    .distribution-form .col .radio-block label {
        float: left;
        text-align: left;
        width: auto;
        font: 14px/16px Helvetica, Arial, sans-serif;
    }
/*search-info-form*/
.search-info-form {
    border-top: 1px solid #d9d9d9;
    overflow: hidden;
    width: 934px;
    padding-top: 52px;
}

#main .search-info-form .col {
    float: left;
    width: 422px;
    padding: 0;
    margin: 0;
}

    #main .search-info-form .col:first-child {
        margin-right: 87px;
    }

    #main .search-info-form .col.right {
        padding-top: 25px;
    }

        #main .search-info-form .col.right .buttons {
            margin-right: -3px;
        }

            #main .search-info-form .col.right .buttons a {
                margin-left: 7px;
            }

.search-info-form .col .row {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px rgba(3, 3, 3, .75) inset;
    -moz-box-shadow: 1px 1px 1px rgba(3, 3, 3, .75) inset;
    box-shadow: 1px 1px 1px rgba(3, 3, 3, .75) inset;
    width: 478px;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
    height: 24px;
    padding: 1px 0 0 1px;
    width: 419px;
    margin-bottom: 19px;
}

    .search-info-form .col .row .txt {
        box-shadow: none;
        float: left;
        -webkit-border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
        position: relative;
        width: 372px;
        padding: 4px 8px 3px;
        height: 17px;
        font: 14px/17px Helvetica, Arial, sans-serif;
    }

    .search-info-form .col .row .btn {
        text-indent: -9999px;
        overflow: hidden;
        float: left;
        background: url(../images/bg-search.png) no-repeat;
        width: 19px;
        height: 19px;
        border: 0;
        margin: 3px 0 0 5px;
        padding: 0;
        cursor: pointer;
    }

.search-info-form span,
.search-info-form label {
    display: block;
    font: 16px/18px Helvetica, Arial, sans-serif;
    margin-bottom: 7px;
}

.search-info-form .table,
.list-info-form .table,
.members-form .table {
    width: 420px;
    border: 1px solid #b7b7b7;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    height: 312px;
    padding-bottom: 17px;
}

.search-info-form .table-more,
.list-info-form .table-more,
.members-form .table-more {
    height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.search-info-form table,
.list-info-form table,
.members-form table {
    width: 100%;
    border-radius: 0;
    border: 0;
}

.search-info-form .table-more a.delete {
    margin-left: 20px;
}

.search-info-form table th,
.list-info-form table th,
.members-form table tg {
    font: bold 16px/31px Helvetica, Arial, sans-serif;
    padding: 4px 0 0 0;
}

    .search-info-form table th:first-child,
    .search-info-form table td:first-child,
    .list-info-form table th:first-child,
    .list-info-form table td:first-child,
    .members-form table th:first-child,
    .members-form table td:first-child {
        padding-left: 14px;
        width: 197px;
    }

.search-info-form table td,
.list-info-form table td,
.members-form table td {
    padding: 2px 0 0;
    font: 14px/34px Helvetica, Arial, sans-serif;
}

.search-info-form table .even td,
.list-info-form table .even td,
.members-form table .even td {
    padding: 2px 0 0;
    font: 14px/34px Helvetica, Arial, sans-serif;
}

.search-info-form table td:first-child,
.list-info-form table td:first-child,
.members-form table td:first-child {
    padding-left: 14px;
}

.search-info-form table .col3,
.list-info-form table .col3,
.members-form table .col3 {
    width: 35px;
    padding-right: 30px;
}

.search-popup {
    width: 910px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #656565;
    display: none;
}

    .search-popup .heading {
        background: #393939;
        font: 20px/22px Helvetica, Arial, sans-serif;
        color: #fff;
        border-bottom: 1px solid #737373;
        padding: 17px 21px 12px;
    }

    .search-popup .popup-form {
        overflow: hidden;
        background: #fff;
        padding: 19px 50px 16px 43px;
    }

        .search-popup .popup-form .col {
            float: left;
            position: relative;
            width: 367px;
            border: 1px solid #bbb;
            -webkit-box-shadow: 1px 1px 5px #dadada;
            -moz-box-shadow: 1px 1px 5px #dadada;
            box-shadow: 1px 1px 0 #dadada;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background: #fff;
        }

            .search-popup .popup-form .col .top {
                overflow: hidden;
                border-bottom: 1px solid #818181;
            }

                .search-popup .popup-form .col .top .txt {
                    padding: 7px 7px 4px;
                    margin: 0;
                    background: none;
                    font: 16px/17px Helvetica, Arial, sans-serif;
                    height: 17px;
                    box-shadow: none;
                    border: 1px solid #8c8c8c;
                    border-bottom: 1px solid #dfdfdf;
                    border-width: 0 1px 1px 0;
                    width: 322px;
                }

                .search-popup .popup-form .col .top .search {
                    background: url(../images/bg-search.png) no-repeat 6px 6px;
                    width: 30px;
                    height: 28px;
                    float: left;
                    text-indent: -9999px;
                    overflow: hidden;
                    border-bottom: 1px solid #dfdfdf;
                }

            .search-popup .popup-form .col .drop {
                border-top: 1px solid #d3d3d3;
                height: 349px;
            }

        .search-popup .popup-form .top.parent-focus .pop-list {
            display: block;
        }

        .search-popup .popup-form .top .pop-list {
            margin: 0;
            padding: 0;
            list-style: none;
            height: 350px;
            width: 367px;
            overflow: auto;
            position: absolute;
            top: 31px;
            left: 0;
            display: none;
        }

            .search-popup .popup-form .top .pop-list li {
                overflow: hidden;
                font: 14px/20px 'helvetica_lightregular', sans-serif;
                border-top: 1px solid #eae9e9;
                padding: 6px 0 0 10px;
                vertical-align: top;
            }

                .search-popup .popup-form .top .pop-list li:hover {
                    background: #d8eaf8;
                }

                .search-popup .popup-form .top .pop-list li:first-child {
                    border: 0;
                }

                .search-popup .popup-form .top .pop-list li .avatar {
                    float: left;
                    border: 2px solid #686868;
                    margin: 3px 10px 0 0;
                }

                .search-popup .popup-form .top .pop-list li .block {
                    float: left;
                    width: 182px;
                }

                    .search-popup .popup-form .top .pop-list li .block .ttl {
                        overflow: hidden;
                        padding: 0 0 3px;
                    }

                        .search-popup .popup-form .top .pop-list li .block .ttl strong {
                            float: left;
                            font: bold 18px/20px Helvetica, Arial, sans-serif;
                            color: #000;
                        }

                    .search-popup .popup-form .top .pop-list li .block .icos {
                        float: right;
                        margin: 0;
                        padding: 3px 0 0;
                        list-style: none;
                    }

        .search-popup .popup-form .top ul li .block .icos img {
            vertical-align: top;
        }

        .search-popup .popup-form .top ul li .block .icos li {
            float: left;
            padding: 0;
            width: 15px;
            height: 14px;
            margin: 0 10px 0 0;
            border: 0;
        }

            .search-popup .popup-form .top ul li .block .icos li.ico {
                width: 10px;
                height: 10px;
                margin-top: 2px;
            }

                .search-popup .popup-form .top ul li .block .icos li.ico.color1 {
                    background: #54a62d;
                }

                .search-popup .popup-form .top ul li .block .icos li.ico.color2 {
                    background: #ff8a00;
                }

                .search-popup .popup-form .top ul li .block .icos li.ico.color3 {
                    background: #ff0000;
                }

        .search-popup .popup-form .top ul li .block span {
            display: block;
        }

        .search-popup .popup-form .top ul li .button {
            float: right;
            padding: 17px 14px 0 0;
        }

            .search-popup .popup-form .top ul li .button .add {
                background: url(../images/ico-004.png) no-repeat;
                width: 20px;
                height: 20px;
                text-indent: -9999px;
                overflow: hidden;
                display: block;
            }
        /*column*/
        .search-popup .popup-form .column {
            float: right;
            width: 397px;
        }

            .search-popup .popup-form .column .name-box {
                border: 1px solid #bbb;
                position: relative;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                height: 284px;
                margin: 0 0 19px;
                overflow: auto;
            }

                .search-popup .popup-form .column .name-box .name-list {
                    margin: 0;
                    padding: 4px 0 0;
                    list-style: none;
                }

                    .search-popup .popup-form .column .name-box .name-list li {
                        overflow: hidden;
                        border-bottom: 1px solid #eae9e9;
                        padding: 9px 15px;
                        vertical-align: top;
                    }

                        .search-popup .popup-form .column .name-box .name-list li .close {
                            float: right;
                            background: url(../images/ico-15-active.png) no-repeat;
                            width: 24px;
                            height: 23px;
                        }

                        .search-popup .popup-form .column .name-box .name-list li .name {
                            font: 14px/16px Helvetica, Arial, sans-serif;
                            -moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.35);
                            -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.35);
                            box-shadow: 0 -1px 1px rgba(0,0,0,0.35);
                            -webkit-border-radius: 10px;
                            -moz-border-radius: 10px;
                            border-radius: 10px;
                            border-top: 1px solid #e3f7e5;
                            padding: 1px 33px 3px 11px;
                            float: left;
                            background: #bfecc3 url(../images/bg-btn-001.png) repeat-x;
                        }

        .search-popup .popup-form .chk-row {
            overflow: hidden;
            padding: 0 0 23px;
        }

        .search-popup .popup-form .chk {
            width: 16px;
            height: 15px;
            padding: 0;
            margin: 0 7px 0 0;
            float: left;
        }

        .search-popup .popup-form label {
            float: left;
            font: 14px/16px Helvetica, Arial, sans-serif;
            color: #000;
        }

        .search-popup .popup-form .row {
            overflow: hidden;
            padding: 0 0 19px;
        }

        .search-popup .popup-form .txt {
            font: 14px/17px Helvetica, Arial, sans-serif;
            height: 17px;
            padding: 1px 4px;
            border: 1px solid #ababab;
            width: 136px;
        }

        .search-popup .popup-form .row label {
            padding: 3px 6px 0 0;
        }

            .search-popup .popup-form .row label.lbl {
                margin: 0 0 0 17px;
            }

        .search-popup .popup-form .btn {
            padding: 0;
            font: bold 14px/16px Helvetica, Arial, sans-serif;
            color: #000;
            border: 1px solid #c9c9c9;
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
            -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            position: relative;
            background: #fff;
            display: block;
            cursor: pointer;
            margin: 0 2px 0 auto;
            width: 61px;
            height: 28px;
        }

            .search-popup .popup-form .btn:hover {
                text-decoration: none;
                background: url(../images/bg-buttons.png) repeat-x 0 0;
            }

            .search-popup .popup-form .btn:active {
                background: url("../images/bg-buttons.png") repeat-x 0 -33px;
            }
/*drop-top*/
.recipient-form .top .names {
    margin: 0;
    padding: 0 0 0;
    border: 1px solid #a0a0a0;
    background: #fff;
    list-style: none;
    width: 394px;
    overflow: auto;
    position: absolute;
    top: 24px;
    left: 0;
    display: none;
    -webkit-box-shadow: 1px 1px 0 #c2c2c2;
    -moz-box-shadow: 1px 1px 0 #c2c2c2;
    box-shadow: 1px 1px 0 #c2c2c2;
}

.recipient-form .top.parent-focus .names {
    display: block;
}

.recipient-form .top .names li {
    overflow: hidden;
    font: 14px/17px 'helvetica_lightregular', sans-serif;
    border-top: 1px solid #eae9e9;
    padding: 6px 0 2px 10px;
    vertical-align: top;
}

    .recipient-form .top .names li.selected {
        background: #d8eaf8;
    }

    .recipient-form .top .names li:first-child {
        border: 0;
        padding-top: 8px;
    }

    .recipient-form .top .names li .avatar {
        float: left;
        border: 1px solid #c0bfbf;
        margin: 1px 10px 4px 0;
    }

    .recipient-form .top .names li .block {
        float: left;
        width: 322px;
    }

        .recipient-form .top .names li .block .ttl {
            overflow: hidden;
            width: 320px;
        }

            .recipient-form .top .names li .block .ttl strong {
                float: left;
                font: bold 15px/18px Helvetica, Arial, sans-serif;
                color: #000;
            }

        .recipient-form .top .names li .block .icos {
            float: right;
            margin: 0;
            padding: 1px 0 0;
            list-style: none;
        }

            .recipient-form .top .names li .block .icos.no-avail {
                display: none;
            }

            .recipient-form .top .names li .block .icos img {
                vertical-align: top;
            }

            .recipient-form .top .names li .block .icos li {
                float: left;
                padding: 0;
                width: 15px;
                height: 14px;
                margin: 0 8px 0 0;
                border: 0;
            }

                .recipient-form .top .names li .block .icos li.ico {
                    width: 10px;
                    height: 10px;
                    margin-top: 3px;
                    border-radius: 50%;
                }

                    .recipient-form .top .names li .block .icos li.ico.color1 {
                        background: #54a62d;
                    }

                    .recipient-form .top .names li .block .icos li.ico.color2 {
                        background: #ebbd30;
                    }

                    .recipient-form .top .names li .block .icos li.ico.color3 {
                        background: #a00000;
                    }

        .recipient-form .top .names li .block span {
            display: block;
        }
/*select-box*/
.select-box .choices {
    padding: 5px 0 0 68px;
    clear: both;
}

    .select-box .choices .row {
        padding: 12px 0 0;
        overflow: hidden;
    }

        .select-box .choices .row label {
            margin-right: 12px;
            width: 70px;
        }

        .select-box .choices .row .txt {
            width: 225px;
            padding: 1px 5px 1px 5px;
            position: relative;
            border: 1px solid #bdbdbd;
            -webkit-box-shadow: 0 1px 0 #d0d0d0 inset;
            -moz-box-shadow: 0 1px 0 #d0d0d0 inset;
            box-shadow: 0 1px 0 #d0d0d0 inset;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
/*options*/
.options-holder {
    padding: 0;
}

    .options-holder.active .btn {
        margin-bottom: 19px;
    }

    .options-holder.active .options {
        display: block;
    }

    .options-holder .btn {
        cursor: pointer;
    }

        .options-holder .btn .less {
            display: none;
            background: url(../images/ico-006.png) no-repeat 100% 5px;
        }

    .options-holder.active .btn .more {
        display: none;
    }

    .options-holder.active .btn .less {
        display: inline;
    }

    .options-holder .options {
        padding: 0 9px 22px 3px;
        display: none;
    }

        .options-holder .options .chk-row {
            overflow: hidden;
            padding: 0 0 20px;
        }

            .options-holder .options .chk-row .chk {
                width: 16px;
                height: 15px;
                padding: 0;
                margin: 3px 11px 0px 0;
                float: left;
            }

        .options-holder .options .block {
            border: 1px solid #8d8d8d;
            -webkit-box-shadow: 0 -1px 0 #d7d7d7 inset;
            -moz-box-shadow: 0 -1px 0 #d7d7d7 inset;
            box-shadow: 0 -1px 0 #d7d7d7 inset;
            padding: 0 0 15px;
        }

            .options-holder .options .block.block2 {
                margin-bottom: 32px;
            }

            .options-holder .options .block:after {
                clear: both;
                content: '';
                display: block;
            }

            .options-holder .options .block .lbl {
                float: left;
                margin: -11px 0 6px 6px;
                background: #eee;
                padding: 0 3px;
            }

            .options-holder .options .block .txt {
                clear: both;
                margin: 0 0 0 9px;
                border: 1px solid #dbdbdb;
                -webkit-box-shadow: 0 1px 0 #9d9d9d inset;
                -moz-box-shadow: 0 1px 0 #9d9d9d inset;
                box-shadow: 0 1px 0 #9d9d9d inset;
                width: 435px;
                padding: 5px 5px 4px;
            }

            .options-holder .options .block .row {
                overflow: hidden;
                clear: both;
                padding: 0 0 10px 11px;
            }

                .options-holder .options .block .row label {
                    float: left;
                }

                .options-holder .options .block .row .txt2 {
                    width: 29px;
                    padding: 4px 0 2px;
                    clear: none;
                    margin: 0 4px;
                    text-align: center;
                }
/*fail*/
.col .fail {
    width: 460px;
    color: #dcdcdc;
    font: 16px/20px Helvetica, Arial, sans-serif;
    background: #b20e0e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 4px 0;
    margin-bottom: 13px;
}

    .col .fail:hover {
        text-decoration: none;
    }

    .col .fail span {
        background: url(../images/ico-007.png) no-repeat 0 4px;
        padding: 2px 0 6px 42px;
        margin-left: 10px;
        display: block;
    }

.col .fail-info {
    overflow: hidden;
    padding: 0 0 16px 1px;
    min-height: 112px;
    font-size: 16px;
}

    .col .fail-info span {
        float: left;
        padding: 6px 28px 0 0;
    }

    .col .fail-info .btn {
        margin: 0;
        float: left;
        width: 105px;
    }
/*message-details*/
.message-area {
    padding: 0 118px 0 29px;
}

    .message-area .title {
        margin-bottom: 16px;
        padding: 0;
        background: none;
    }

    .message-area .back {
        margin: 0;
        overflow: hidden;
        font: 18px/20px Helvetica,Arial,sans-serif;
    }

    .message-area .block {
        overflow: hidden;
        position: relative;
        border: 1px solid #b7b7b7;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #fff url(../images/bg-block.png) repeat-y 524px 0;
        padding: 18px 0 6px 22px;
        margin: 0 0 30px;
    }

        .message-area .block .box {
            float: left;
            font: 14px/19px 'helvetica_lightregular', Arial, sans-serif;
            width: 300px;
            padding: 11px 0 0;
        }

            .message-area .block .box dl {
                margin: 0 0 47px;
                overflow: hidden;
                font: 16px/21px Helvetica, Arial, sans-serif;
                color: #000;
            }

                .message-area .block .box dl dt {
                    float: left;
                    font-weight: bold;
                    padding: 0 6px 0 0;
                }

                .message-area .block .box dl dd {
                    margin: 0;
                }

            .message-area .block .box p {
                margin: 0;
            }

            .message-area .block .box .ttl {
                font: bold 16px/18px Helvetica, Arial, sans-serif;
                padding: 0 0 1px;
                display: block;
            }

        .message-area .block .img {
            float: right;
            width: 356px;
        }

            .message-area .block .img .img2 {
                float: left;
            }

            .message-area .block .img .list {
                margin: 0;
                padding: 1px 0px 0 6px;
                list-style: none;
                float: left;
            }

                .message-area .block .img .list li {
                    font: 16px/16px 'helvetica_lightregular', Arial, sans-serif;
                    padding: 0 0 10px;
                    vertical-align: top;
                    width: 100%;
                }

                    .message-area .block .img .list li img {
                        vertical-align: top;
                        margin: 0 7px 0 0;
                    }
    /*table1*/
    .message-area .table1 th {
        line-height: 28px;
        padding: 0 0 2px;
    }

    .message-area .table1 td {
        padding: 6px 0 5px;
    }

    .message-area .table1 .col1 {
        width: 137px;
        padding: 0 0 0 18px;
    }

    .message-area .table1 .col2 {
        width: 173px;
    }

    .message-area .table1 .col3 {
        width: 178px;
    }

    .message-area .table1 .col4 {
        width: 174px;
    }

    .message-area .table1 .col5 {
        width: 249px;
    }

    .message-area .table1 .last td {
        padding: 0;
        line-height: 10px;
    }

#tabs.notification .ui-tabs-nav li {
    height: 29px;
}

#tabs.notification ul li a {
    padding: 3px 22px 0 22px;
}

#tabs.notification #tabs-1 {
    padding: 52px 0 9px;
    min-height: 700px;
}

#tabs .cols {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding: 38px 0 9px 48px;
    margin-right: 15px;
}

    #tabs .cols:first-child {
        padding-top: 15px;
    }

#tabs .col {
    float: left;
    width: 435px;
    margin-right: 6px;
}

#tabs .cols dl {
    overflow: hidden;
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
    font: 14px/20px Helvetica, Arial, sans-serif;
}

#tabs .cols dt {
    float: left;
    font: bold 14px/20px Helvetica, Arial, sans-serif;
    margin-right: 4px;
}

#tabs .cols dd {
    overflow: hidden;
    margin: 0;
}

#tabs .cols h3 {
    margin: 0 0 22px;
    font: 18px/22px Helvetica, Arial, sans-serif;
}

#tabs .cols:first-child h3 {
    margin-bottom: 14px;
}
/*methods*/
#tabs .methods {
    overflow: hidden;
    padding-left: 2px;
    margin: 0;
}

    #tabs .methods li {
        background: none;
        vertical-align: top;
        float: none;
        border: 0;
        font: 14px/16px Helvetica, Arial, sans-serif;
        overflow: hidden;
        margin: 0;
        height: auto;
        padding-bottom: 18px;
    }

        #tabs .methods li .ico {
            float: left;
            margin-right: 9px;
        }

            #tabs .methods li .ico img {
                vertical-align: top;
            }

#tabs .cols .row {
    padding: 7px 0 28px;
    font: 14px/16px Helvetica, Arial, sans-serif;
}

#tabs .cols strong {
    font: bold 14px/16px Helvetica, Arial, sans-serif;
    display: block;
}

#tabs .cols p {
    margin: 0;
}

#tabs .cols .play {
    padding-top: 9px;
    margin-bottom: 12px;
}

#tabs .cols .video {
    border: 1px solid #bdbcbc;
    overflow: hidden;
    width: 302px;
}

    #tabs .cols .video img {
        vertical-align: top;
    }

#main .back.sent {
    margin: 0px 0 28px 25px;
}

#tabs.notification #tabs-2 .tabs,
#tabs.notification #tabs-3 .tabs {
    padding-top: 9px;
}

#tabs.notification #tabs-2 .buttons,
#tabs.notification #tabs-3 .buttons {
    margin: 0 5px 5px 0;
}

    #tabs.notification #tabs-2 .buttons a.btn,
    #tabs.notification #tabs-3 .buttons a.btn {
        width: 51px;
    }

#tabs.notification #tabs-2 table,
#tabs.notification #tabs-3 table {
    border: 0;
}

    #tabs.notification #tabs-2 table td,
    #tabs.notification #tabs-3 table td {
        padding: 0;
        line-height: 34px;
    }

    #tabs.notification #tabs-2 table .even td,
    #tabs.notification #tabs-3 table .even td {
        padding: 0;
        line-height: 34px;
    }

    #tabs.notification #tabs-2 table th:first-child,
    #tabs.notification #tabs-2 table td:first-child,
    #tabs.notification #tabs-3 table th:first-child,
    #tabs.notification #tabs-3 table td:first-child {
        padding-left: 22px;
    }

    #tabs.notification #tabs-2 table .col1 {
        width: 127px;
    }

    #tabs.notification #tabs-2 table .col2 {
        width: 152px;
    }

    #tabs.notification #tabs-2 table .col3 {
        width: 163px;
    }
/*select-form*/
.title.list {
    margin: 0px 0 4px 27px;
    background: none;
    padding: 0;
    overflow: hidden;
}

.select-form {
    float: left;
    padding: 9px 0 0;
}

    .select-form label {
        font: 18px/20px Helvetica, Arial, sans-serif;
        float: left;
        margin-right: 9px;
    }

    .select-form select {
        float: left;
        width: 138px;
    }

.title.list .buttons {
    float: right;
    margin-right: 20px;
}

    .title.list .buttons input {
        margin: 0;
        width: 52px;
    }
/*table-list*/
.table-list {
    width: 1040px;
}

    .table-list table {
        width: 100%;
        margin: 0 0 5px 32px;
    }

        .table-list table th {
            padding: 3px 0 0 0;
        }

            .table-list table th:first-child,
            .table-list table td:first-child {
                padding-left: 23px;
            }

        .table-list table .col1 {
            width: 100px;
        }

        .table-list table .col2 {
            width: 490px;
        }

        .table-list table .col3 {
            width: 200px;
        }

        .table-list table .col4 {
            width: 25px;
            padding-right: 35px;
        }

        .table-list table .col5 {
            width: 43px;
            padding-right: 30px;
        }

        .table-list table td {
            font: 14px/33px Helvetica, Arial, sans-serif;
        }

    .table-list .pages {
        margin-left: 32px;
        width: 930px;
    }
/*list-form*/
.list-form {
    overflow: hidden;
    margin: 0px 0 0 25px;
}

    .list-form .title {
        padding-bottom: 16px;
        margin-bottom: 41px;
        overflow: hidden;
    }

    .list-form .buttons {
        float: right;
        margin-right: 65px;
    }

        .list-form .buttons input {
            margin: 0;
            width: 118px;
        }

#main .list-form h1 {
    float: left;
    padding-top: 8px;
    margin-right: 16px;
}

.list-form h1 a {
    margin-right: 8px;
}

.list-form .sale-form {
    overflow: hidden;
    padding-top: 8px;
}

    .list-form .sale-form label {
        float: left;
        background: url(../images/sep04.png) no-repeat 0 4px;
        padding-left: 19px;
        font: 18px/20px Helvetica, Arial, sans-serif;
        margin-right: 4px;
    }

    .list-form .sale-form .txt {
        border: 1px solid #a5a6a6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .3) inset, 0 1px 0 #f8f8f8;
        -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .3) inset, 0 1px 0 #f8f8f8;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .3) inset, 0 1px 0 #f8f8f8;
        font: 14px/19px Helvetica, Arial, sans-serif;
        height: 19px;
        padding: 0 4px;
        margin-right: 19px;
        float: left;
    }
/*list-info-form*/
.list-info-form {
    padding-left: 2px;
}

    .list-info-form .txt {
        overflow: hidden;
        float: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        width: 405px;
        padding: 2px 7px 3px 9px;
        height: 20px;
        font: 14px/20px Helvetica, Arial, sans-serif;
        margin-bottom: 19px;
    }

    .list-info-form span {
        display: block;
        font: 16px/18px Helvetica, Arial, sans-serif;
        margin-bottom: 6px;
    }

    .list-info-form .col:first-child table th:first-child,
    .list-info-form .col:first-child table td:first-child {
        padding-left: 18px;
        width: 215px;
    }

    .list-info-form .col:first-child table th {
        padding-top: 5px;
        font: bold 16px/30px Helvetica, Arial, sans-serif;
    }

    .list-info-form .col:first-child .table {
        width: 418px;
    }

    .list-info-form .col .table {
        width: 504px;
    }

    .list-info-form .col:first-child {
        margin-right: 56px;
        padding: 0;
        width: 435px;
    }

    .list-info-form .col {
        padding-top: 6px;
        width: 504px;
    }

        .list-info-form .col th {
            font: bold 14px/31px Helvetica, Arial, sans-serif;
            padding-top: 0;
        }

        .list-info-form .col table th:first-child,
        .list-info-form .col table td:first-child {
            padding-left: 24px;
            width: 346px;
        }

        .list-info-form .col table td {
            font: 13px/30px Helvetica, Arial, sans-serif;
        }

        .list-info-form .col table .col3 {
            padding-right: 10px;
        }

        .list-info-form .col table .col2 {
            width: 30px;
            padding-right: 24px;
        }

        .list-info-form .col table strong {
            cursor: pointer;
            background: url(../images/ico-32.png) no-repeat;
            padding: 0 0 4px 22px;
        }

    .list-info-form .pages {
        width: auto;
        margin: 15px -7px 0 -2px;
    }
/*members-form*/
.title.ttl {
    margin: -31px 0 50px 24px;
    padding: 0;
    background: none;
}

    .title.ttl .back a {
        margin: 1px 7px 0 0;
    }

.members-form {
    overflow: hidden;
    padding: 0 0 80px 27px;
    background: url(../images/bg-cols.gif) repeat-y 614px 0;
}

#main .members-form .col {
    float: left;
    width: 451px;
}

    #main .members-form .col:first-child {
        width: 588px;
        margin-right: 10px;
        padding: 6px 12px 0 0;
        background: url(../images/shadow.gif) no-repeat 100% 145px;
    }

.members-form .row {
    overflow: hidden;
    border-bottom: 1px solid #dfdcda;
    padding-bottom: 13px;
    margin-bottom: 8px;
}

    .members-form .row label {
        float: left;
        width: 137px;
        margin-right: 13px;
        text-align: right;
        font: 14px/16px Helvetica, Arial, sans-serif;
        padding-top: 6px;
    }

.state {
    color: #64676b;
    float: left;
    background: url(../images/bg-state.gif) repeat-x;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .82) inset, 0 1px 0 rgba(255, 255, 255, .72);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .82) inset, 0 1px 0 rgba(255, 255, 255, .72);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .82) inset, 0 1px 0 rgba(255, 255, 255, .72);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 156px;
    padding: 2px;
    margin-right: 22px;
}

    .state:hover {
        text-decoration: none;
    }

#main .state span {
    float: left;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
    height: 22px;
    width: 71px;
    text-align: center;
    margin: 0;
    font: 12px/22px 'helvetica_neue_bold', sans-serif;
    cursor: pointer;
}

#main .state .check {
    width: 85px;
    color: #393939;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .43);
    background: url(../images/bg-state-active.gif) repeat-x;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .67) inset, 0 1px 1px rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .67) inset, 0 1px 1px rgba(0, 0, 0, .21);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .67) inset, 0 1px 1px rgba(0, 0, 0, .21);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.members-form .row .txt {
    float: left;
    border: 1px solid #dcdcdc;
    padding: 5px 4px 4px;
    width: 217px;
}

.members-form .buttons {
    float: right;
    padding: 19px 6px 5px 1px;
}

.members-form span {
    display: block;
    font: 16px/18px Helvetica, Arial, sans-serif;
    margin-bottom: 7px;
}

.members-form .table {
    width: 418px;
}

    .members-form .table th {
        font: bold 16px/31px Helvetica, Arial, sans-serif;
        padding: 4px 0 0 0;
    }

        .members-form .table th:first-child,
        .members-form .table td:first-child {
            padding-left: 17px;
            width: 243px;
        }

.members-form .pages {
    width: 309px;
    margin: 8px 0 37px;
}

.members-form .dinamic-form {
    width: 387px;
    /*background:url(../images/bg-form-dinamic.gif) repeat-x 0 0;*/
    margin-left: -22px;
    padding: 11px 0 0 30px;
}

    .members-form .dinamic-form h3 {
        margin: 0 0 20px;
        font: bold 16px/19px Helvetica, Arial, sans-serif;
    }

    .members-form .dinamic-form .row {
        border: 0;
        margin-right: -13px;
    }

        .members-form .dinamic-form .row .buttons {
            float: left;
            padding-top: 0;
            margin-right: 11px;
        }

            .members-form .dinamic-form .row .buttons input {
                margin: 0;
            }

        .members-form .dinamic-form .row .txt {
            float: left;
            box-shadow: none;
            border: 1px solid #b7b7b7;
            height: 22px;
            padding: 5px 4px 4px;
            margin-top: 2px;
            width: 297px;
        }
/*table-categories*/
.table-categories {
    width: 1040px;
}

    .table-categories table {
        margin-left: 32px;
    }

.title.categories {
    margin: 0px 0 4px 27px;
    background: none;
    padding: 0;
    overflow: hidden;
}

    .title.categories .buttons {
        float: right;
        margin-right: 19px;
    }

        .title.categories .buttons input {
            margin: 0;
            width: 52px;
        }

.table-categories th {
    padding: 3px 0 0;
}

    .table-categories th:first-child,
    .table-categories td:first-child {
        padding-left: 24px;
        width: 689px;
    }

.table-categories td {
    padding: 3px 0 0;
    font: 14px/33px Helvetica, Arial, sans-serif;
}

.table-categories .even td {
    padding-top: 3px;
    font: 14px/33px Helvetica, Arial, sans-serif;
}

.table-categories .col4 {
    width: 30px;
    padding-right: 17px;
}

.table-categories .col5 {
    width: 50px;
    padding-right: 29px;
}

.table-categories .pages {
    margin: 9px 0 0 31px;
    width: 930px;
}

/*categories-form*/
.categories-form .buttons {
    float: right;
}

    .categories-form .buttons input {
        margin: 0 0 0 15px;
    }

.categories-form .title {
    margin: 0px 135px 12px 27px;
    padding-bottom: 3px;
    overflow: hidden;
}

    .categories-form .title h1 {
        padding: 10px 0 3px;
    }

.categories-form .search-info-form {
    padding: 0 0 0 27px;
    border: 0;
}

#main .categories-form .search-info-form .col:first-child {
    padding-top: 26px;
}

#main .categories-form .search-info-form .col.left .table {
    -webkit-box-shadow: 1px 1px 1px rgba(3, 3, 3, .45) inset;
    -moz-box-shadow: 1px 1px 1px rgba(3, 3, 3, .45) inset;
    box-shadow: 1px 1px 1px rgba(3, 3, 3, .45) inset;
    padding: 1px 0 0 1px;
    position: relative;
}

#main .categories-form .search-info-form .top {
    overflow: hidden;
    padding-bottom: 53px;
}

    #main .categories-form .search-info-form .top label {
        float: left;
        margin: 3px 9px 0 0;
    }

    #main .categories-form .search-info-form .top .txt {
        border: 1px solid #a5a6a6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 3px #e5e5e5 inset, 0 1px 0 #f8f8f8;
        -moz-box-shadow: 1px 1px 3px #e5e5e5 inset, 0 1px 0 #f8f8f8;
        box-shadow: 1px 1px 3px #e5e5e5 inset, 0 1px 0 #f8f8f8;
        font: 14px/23px Helvetica, Arial, sans-serif;
        height: 23px;
        width: 192px;
        padding: 0 5px 0 11px;
        float: left;
    }

.search-info-form .heading {
    overflow: hidden;
    padding: 2px 3px 0 0;
}

    .search-info-form .heading ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
    }

        .search-info-form .heading ul li {
            float: left;
            font: 16px/18px Helvetica, Arial, sans-serif;
            margin-left: 27px;
        }

#main .search-info-form .col.left .table {
    height: 440px;
}

#main .search-info-form .col.left td:first-child {
    width: 223px;
    padding: 0 0 0 16px;
}

#main .search-info-form .col.left td a {
    vertical-align: top;
}

#main .categories-form .search-info-form .col.left .even td:first-child {
    padding: 0 0 3px 16px;
}

.categories-form .search-info-form .col.right .table {
    height: 240px;
    margin-bottom: 21px;
}

.categories-form .search-info-form .col.right .table-more {
    height: 220px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.categories-form .search-info-form .col.right th:first-child,
.categories-form .search-info-form .col.right td:first-child {
    width: 316px;
}

.categories-form .search-info-form .col.right .buttons {
    padding-top: 8px;
}

    .categories-form .search-info-form .col.right .buttons a {
        float: left;
        margin-left: 12px;
    }
/*login*/
.login-block {
    overflow: hidden;
    background: #f1f1f1 url(../images/bg-login.jpg) repeat-y;
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.75);
    box-shadow: 0 2px 4px rgba(0,0,0,0.75);
    width: 669px;
    padding: 18px 40px 44px 61px;
    margin: 0 auto;
    position: relative;
}

    .login-block .logo {
        float: left;
        text-indent: -9999px;
        overflow: hidden;
        width: 185px;
        height: 169px;
        margin: 78px 0 0;
    }

        .login-block .logo a {
            display: block;
            height: 100%;
        }

    .login-block .login-form {
        float: right;
        width: 358px;
        font: 13px/15px Helvetica, Arial, sans-serif;
        color: #393939;
    }

        .login-block .login-form h2 {
            font: bold 24px/26px Helvetica, Arial, sans-serif;
            color: #000;
            margin: 0 3px 52px;
        }

            .login-block .login-form h2 sup {
                vertical-align: top;
                font-size: 13px;
                line-height: 21px;
            }

            .login-block .login-form h2 span {
                font: 24px/26px Helvetica, Arial, sans-serif;
                font-weight: normal;
            }

        .login-block .login-form .row {
            overflow: hidden;
            padding: 0 0 24px;
        }

        .login-block .login-form label {
            font: 14px/16px Helvetica, Arial, sans-serif;
            float: left;
            color: #000;
            margin: 0 3px 5px;
        }

        .login-block .login-form .txt-login {
            padding: 8px 5px 7px;
            margin: 0;
            border: 1px solid #e4e4e4;
            background: #fff;
            font: 14px/18px Helvetica, Arial, sans-serif;
            height: 18px;
            color: #000;
            float: left;
            clear: both;
            width: 323px;
        }

        .login-block .login-form .btn-row {
            overflow: hidden;
            padding: 1px 23px 17px 0px;
        }

        .login-block .login-form .btn-sbm {
            float: left;
            padding: 0 0 3px;
            margin: 0;
            font: bold 16px/18px Helvetica, Arial, sans-serif;
            color: #fff;
            border: 0;
            cursor: pointer;
            background: url(../images/btn-bg-002.png) no-repeat;
            width: 99px;
            height: 30px;
            text-shadow: 0 1px 0 #6e0000;
        }

            .login-block .login-form .btn-sbm:hover {
                background-position: 0 -33px;
            }

            .login-block .login-form .btn-sbm:active {
                background-position: 0 -66px;
            }

        .login-block .login-form .btn2 {
            background: url(../images/btn-bg-001.png) no-repeat;
            width: 118px;
            height: 32px;
            display: block;
            text-align: center;
            font: bold 16px/28px Helvetica, Arial, sans-serif;
            color: #fff;
            float: right;
        }

            .login-block .login-form .btn2:hover {
                background-position: 0 -35px;
                text-decoration: none;
            }

            .login-block .login-form .btn2:active {
                background-position: 0 -69px;
            }

/*send-notifications*/
.steps-menu {
    margin-bottom: 50px;
}

.steps {
    margin: 0 169px 19px 91px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: url(../images/bg-steps.gif) repeat-x;
    -webkit-box-shadow: 1px 1px 3px #d3d3d3;
    -moz-box-shadow: 1px 1px 3px #d3d3d3;
    box-shadow: 1px 1px 3px #d3d3d3;
}

    .steps li {
        float: left;
        text-shadow: 0 1px 0 #fff;
        font: 16px/20px 'helvetica_neue_bold', sans-serif;
        color: #000;
    }

        .steps li.active {
            background: url(../images/bg-steps-hover.png) repeat-x;
        }

        .steps li.conf {
            width: 172px;
        }

            .steps li.conf a {
                background: none;
            }

            .steps li.conf.active a {
                background: none;
            }

        .steps li a {
            float: left;
            padding: 14px 44px 14px 14px;
            background: url(../images/bg-def.png) no-repeat 100% 0;
            cursor: pointer;
        }

            .steps li a:hover {
                text-decoration: none;
            }

        .steps li.done.done-done a {
            background: url(../images/bg-def.png) no-repeat 100% 0;
        }

        .steps li.active a {
            color: #11468d;
            background: url(../images/bg-active.png) no-repeat 100% 0;
        }

        .steps li a span {
            float: left;
            padding: 0 36px 0 0;
        }

        .steps li.done span {
            background: url(../images/ico-010.png) no-repeat 100% 0;
        }

        .steps li.done a {
            background: url(../images/bg-done.png) no-repeat 100% 0;
        }
/*step-area*/
.step-area {
    position: relative;
    border: 1px solid #b7b7b7;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 100px 89px;
    padding: 29px 132px 94px 69px;
    width: 627px;
}

    .step-area .steps-form {
        padding: 0 0 35px;
        position: relative;
    }

        .step-area .steps-form .row {
            overflow: hidden;
            padding: 0 0 50px;
        }

            .step-area .steps-form .row.last {
                padding-bottom: 21px;
            }

        .step-area .steps-form label {
            float: left;
            font: 16px/18px Helvetica, Arial, sans-serif;
            color: #000;
            width: 137px;
            text-align: right;
            margin: 0 13px 0 0;
        }

            .step-area .steps-form label.lbl {
                margin-top: 6px;
            }

        .step-area .steps-form .sel {
            float: left;
            width: 210px;
        }

        .step-area .steps-form .sel-mult {
            width: 477px;
        }

        .step-area .steps-form .txt {
            padding: 4px 6px;
            width: 465px;
            position: relative;
            background: #f1f1f1;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: 1px 1px 2px #6e6d6d inset;
            -moz-box-shadow: 1px 1px 2px #6e6d6d inset;
            box-shadow: 1px 1px 2px #6e6d6d inset;
        }

        .step-area .steps-form .required {
            display: block;
            text-align: right;
            margin: -33px 0 16px 0;
        }

        .step-area .steps-form .btns {
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
        }

            .step-area .steps-form .btns li {
                float: right;
                margin: 0 0 5px 15px;
            }

                .step-area .steps-form .btns li .btn {
                    margin: 0;
                    width: 73px;
                }
        /*step2*/
        .step-area .steps-form .sel-row {
            overflow: hidden;
            padding: 0 0 26px;
        }

            .step-area .steps-form .sel-row label {
                width: 331px;
                margin-right: 18px;
            }

        .step-area .steps-form .row2 {
            overflow: hidden;
            padding: 0 0 16px;
        }

            .step-area .steps-form .row2 label {
                width: 115px;
                margin: 2px 19px 0 0;
            }

        .step-area .steps-form .char {
            display: block;
            text-align: right;
            font: 13px/15px Helvetica, Arial, sans-serif;
        }

        .step-area .steps-form .mail {
            display: block;
            text-align: right;
            font: 13px/15px Helvetica, Arial, sans-serif;
        }

        .step-area .steps-form .txt.area {
            resize: none;
            height: 85px;
            margin: 0;
            overflow: auto;
        }

            .step-area .steps-form .txt.area.big {
                height: 215px;
            }

        .step-area .steps-form .btns.btns2 {
            margin: 0 15px 0 0;
            position: relative;
        }
        /*step3*/
        .step-area .steps-form .ttl {
            font: 16px/18px Helvetica, Arial, sans-serif;
            display: block;
            padding: 2px 0 14px 70px;
        }

        .step-area .steps-form .list {
            margin: 0;
            padding: 0 0 0 69px;
            list-style: none;
        }

            .step-area .steps-form .list li {
                font: 16px/18px Helvetica, Arial, sans-serif;
                border-bottom: 1px solid #dedede;
                padding: 16px 0 10px;
                margin: 0 -79px 0 0;
            }

                .step-area .steps-form .list li:after {
                    clear: both;
                    content: '';
                    display: block;
                }

                .step-area .steps-form .list li:first-child {
                    padding-top: 0;
                }

                .step-area .steps-form .list li.sep {
                    border: 0;
                }

                .step-area .steps-form .list li .ico {
                    float: left;
                    width: 52px;
                    height: 52px;
                    margin: 1px 14px 0 0;
                    position: relative;
                    cursor: pointer;
                }

                    .step-area .steps-form .list li .ico.ico1 {
                        background: url(../images/ico-013.png) no-repeat 50% 50%;
                        width: 53px;
                        height: 53px;
                    }

                        .step-area .steps-form .list li .ico.ico1:hover {
                            background: url(../images/ico-013-hover.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico1:active,
                        .step-area .steps-form .list li .ico.ico1.active {
                            background: url(../images/ico-013-selected.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico1.disabled {
                            background: url(../images/ico-013-disabled.png) no-repeat;
                        }

                    .step-area .steps-form .list li .ico.ico2 {
                        background: url(../images/ico-012.png) no-repeat 50% 50%;
                        width: 53px;
                        height: 53px;
                    }

                        .step-area .steps-form .list li .ico.ico2:hover {
                            background: url(../images/ico-012-hover.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico2:active,
                        .step-area .steps-form .list li .ico.ico2.active {
                            background: url(../images/ico-012-selected.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico2.disabled {
                            background: url(../images/ico-012-disabled.png) no-repeat;
                        }

                    .step-area .steps-form .list li .ico.ico3 {
                        background: url(../images/ico-014.png) no-repeat 50% 50%;
                        width: 53px;
                        height: 53px;
                    }

                        .step-area .steps-form .list li .ico.ico3:hover {
                            background: url(../images/ico-014-hover.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico3:active,
                        .step-area .steps-form .list li .ico.ico3.active {
                            background: url(../images/ico-014-selected.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico3.disabled {
                            background: url(../images/ico-014-disabled.png) no-repeat;
                        }

                    .step-area .steps-form .list li .ico.ico4 {
                        background: url(../images/ico-015.png) no-repeat 50% 50%;
                        width: 53px;
                        height: 53px;
                    }

                        .step-area .steps-form .list li .ico.ico4:hover {
                            background: url(../images/ico-015-hover.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico4:active,
                        .step-area .steps-form .list li .ico.ico4.active {
                            background: url(../images/ico-015-selected.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico4.disabled {
                            background: url(../images/ico-015-disabled.png) no-repeat;
                        }

                    .step-area .steps-form .list li .ico.ico5 {
                        background: url(../images/ico-016.png) no-repeat 50% 50%;
                        width: 53px;
                        height: 53px;
                    }

                        .step-area .steps-form .list li .ico.ico5:hover {
                            background: url(../images/ico-016-hover.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico5:active,
                        .step-area .steps-form .list li .ico.ico5.active {
                            background: url(../images/ico-016-selected.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico5.disabled {
                            background: url(../images/ico-016-disabled.png) no-repeat;
                        }

                    .step-area .steps-form .list li .ico.ico6 {
                        background: url(../images/ico-017.png) no-repeat 50% 50%;
                        width: 53px;
                        height: 53px;
                    }

                        .step-area .steps-form .list li .ico.ico6:hover {
                            background: url(../images/ico-017-hover.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico6:active,
                        .step-area .steps-form .list li .ico.ico6.active {
                            background: url(../images/ico-017-selected.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.ico6.disabled {
                            background: url(../images/ico-017-disabled.png) no-repeat;
                        }

                    .step-area .steps-form .list li .ico.fb {
                        background: url(../images/ico-fb.png) no-repeat 50% 50%;
                        width: 53px;
                        height: 53px;
                    }

                        .step-area .steps-form .list li .ico.fb:hover {
                            background: url(../images/ico-fb-hover.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.fb:active,
                        .step-area .steps-form .list li .ico.fb.active {
                            background: url(../images/ico-fb-selected.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.fb.disabled {
                            background: url(../images/ico-fb-disabled.png) no-repeat;
                        }

                    .step-area .steps-form .list li .ico.pgr {
                        background: url(../images/ico-pgr.png) no-repeat 50% 50%;
                        width: 53px;
                        height: 53px;
                    }

                        .step-area .steps-form .list li .ico.pgr:hover {
                            background: url(../images/ico-pgr-hover.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.pgr:active,
                        .step-area .steps-form .list li .ico.pgr.active {
                            background: url(../images/ico-pgr-selected.png) no-repeat;
                        }

                        .step-area .steps-form .list li .ico.pgr.disabled {
                            background: url(../images/ico-pgr-disabled.png) no-repeat;
                        }


                    .step-area .steps-form .list li .ico.active .green {
                        display: block;
                    }

                .step-area .steps-form .list li .box {
                    overflow: hidden;
                }

                .step-area .steps-form .list li .ico .green {
                    position: absolute;
                    top: 15px;
                    left: -33px;
                    display: none;
                    background: url(../images/ico-010.png) no-repeat;
                    width: 23px;
                    height: 19px;
                    text-indent: -9999px;
                    overflow: hidden;
                }

                .step-area .steps-form .list li .box .link {
                    background: url(../images/bg-attach.png) no-repeat;
                    width: 132px;
                    height: 27px;
                    display: block;
                    text-indent: -9999px;
                    overflow: hidden;
                    margin: 7px 3px 0;
                }

                    .step-area .steps-form .list li .box .link:hover {
                        background-position: 0 -27px;
                    }

                    .step-area .steps-form .list li .box .link:active {
                        background-position: 0 -54px;
                    }

                .step-area .steps-form .list li .box .row-chk {
                    overflow: hidden;
                    padding: 14px 0 0;
                }

                .step-area .steps-form .list li .box span {
                    display: block;
                }

                .step-area .steps-form .list li .box .row-chk .chk {
                    width: 16px;
                    height: 15px;
                    padding: 0;
                    margin: 1px 8px 0 4px;
                    float: left;
                }

                .step-area .steps-form .list li .box .row-chk label {
                    float: left;
                    margin: 0;
                    width: auto;
                    font-size: 14px;
                }

                .step-area .steps-form .list li .sel {
                    float: none;
                    width: 164px;
                    margin-top: 11px;
                    vertical-align: top;
                }
        /*step4*/
        .step-area .steps-form .rad-box {
            padding: 3px 0 13px 2px;
            border-bottom: 1px solid #ededed;
            margin: 0 -80px 14px 39px;
        }

            .step-area .steps-form .rad-box .ttl {
                padding: 0 0 15px;
            }

            .step-area .steps-form .rad-box .row {
                padding: 0 0 12px 27px;
            }

                .step-area .steps-form .rad-box .row .rad {
                    width: 16px;
                    height: 15px;
                    padding: 0;
                    margin: 0;
                    float: left;
                }

                .step-area .steps-form .rad-box .row label {
                    width: auto;
                    margin: 0 0 0 15px;
                }

        .step-area .steps-form .btn-rad {
            margin: 0 0 -55px 42px;
        }

            .step-area .steps-form .btn-rad.review {
                position: absolute;
                bottom: 0;
                right: 15px;
                margin: 0;
                display: none;
            }
/*popup*/
.popup-members {
    width: 440px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font: 14px/16px Helvetica, Arial, sans-serif;
    padding: 0 0 93px;
    display: none;
}

.popup-steps {
    width: 840px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font: 14px/16px Helvetica, Arial, sans-serif;
    padding: 0 0 93px;
    display: none;
}

    .popup-steps .title {
        font: bold 18px/20px Helvetica, Arial, sans-serif;
        display: block;
        margin: 0;
        padding: 27px 0 0 35px;
        background: none;
    }

    .popup-steps .main-row {
        border-bottom: 1px solid #e4e4e4;
        position: relative;
        padding: 19px 300px 16px 35px;
    }

        .popup-steps .main-row .btn {
            position: absolute;
            bottom: 13px;
            right: 48px;
            margin: 0;
            width: 73px;
        }

        .popup-steps .main-row dl {
            margin: 0;
            font: 14px/16px Helvetica, Arial, sans-serif;
        }

        .popup-steps .main-row dt {
            float: left;
            font-weight: bold;
            margin: 0 6px 0 0;
        }

        .popup-steps .main-row dd {
            margin: 0;
        }

    .popup-steps .msg {
        padding: 17px 0 0;
        display: block;
    }

    .popup-steps p {
        margin: 0;
    }

    .popup-steps .methods {
        margin: 0;
        padding: 3px 0 0;
        list-style: none;
    }

        .popup-steps .methods li {
            line-height: 30px;
            padding: 6px 0 0;
        }

        .popup-steps .methods img {
            vertical-align: top;
            margin: 0 11px 0 0;
        }

    .popup-steps .type {
        display: block;
        padding-top: 14px;
    }

    .popup-steps .last-row {
        overflow: hidden;
        padding: 14px 0 0 34px;
    }

        .popup-steps .last-row .col {
            float: left;
            width: auto;
            padding: 6px 25px 5px 0;
        }

        .popup-steps .last-row label {
            font: bold 16px/18px Helvetica, Arial, sans-serif;
            float: left;
            margin: 1px 19px 0 0;
        }

        .popup-steps .last-row .col .txt {
            font: 14px/17px Helvetica, Arial, sans-serif;
            height: 17px;
            padding: 2px 5px 4px;
            position: relative;
            border: 1px solid #8c8c8c;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: 0 1px 1px #e5e5e5 inset;
            -moz-box-shadow: 0 1px 1px #e5e5e5 inset;
            box-shadow: 0 1px 1px #e5e5e5 inset;
            width: 113px;
        }

        .popup-steps .last-row .chk-col {
            float: left;
            padding: 8px 4px 5px 22px;
            background: url(../images/ico-020.png) no-repeat 100% 50%;
        }

        .popup-steps .last-row .chk {
            width: 16px;
            height: 15px;
            padding: 0;
            margin: 2px 8px 0 0;
            float: left;
        }

        .popup-steps .last-row .btn {
            margin: 0 0 0 32px;
            width: 73px;
            float: left;
        }
/*banners-popup*/
#header .block-user:hover .banner {
    position: absolute;
    top: 66px;
    left: -14px;
}

.banner {
    position: absolute;
    top: 66px;
    left: -14px;
    border: 1px solid #7e7e7e;
    background: #fff;
    width: 255px;
    -webkit-box-shadow: 2px 3px 2px #515151;
    -moz-box-shadow: 2px 3px 2px #515151;
    box-shadow: 2px 3px 2px #515151;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    top: -9999px;
    left: -9999px;
}

    .banner.active-e {
        display: block;
        z-index: 9999;
        position: absolute;
        top: 81px;
        left: 86px;
        max-height: 275px;
    }

.b-ico {
    position: absolute;
    top: -15px;
    left: 102px;
    background: url(../images/ico-021.png) no-repeat;
    width: 28px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
}

.banner .list {
    margin: 0;
    padding: 7px 7px 0 7px;
    list-style: none;
    border-bottom: 1px solid #eae9e9;
}

    .banner .list li {
        font: 14px/19px Helvetica, Arial, sans-serif;
    }
    
    .banner .list li:hover {
        background-color: #371C3F;
        color: white;
    }

    .banner .list li:hover a {
        color: white;
    }

        .banner .list li.out {
            padding: 10px 0 9px;
        }

        .banner .list li > div {
            padding: 5px;
        }

        .banner .list li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .banner .list li img {
            height: 19px;
            vertical-align: middle;
        }

        .banner .list li .menu-span {
          padding-left: 7px;
          line-height: 19px;
        }

.banner .rad-row {
    overflow: hidden;
    padding: 8px 12px;
}

    .banner .rad-row .chk {
        width: 16px;
        height: 15px;
        padding: 0;
        margin: 2px 4px 0 0;
    }

    .banner .rad-row label {
        font: 14px/20px Helvetica, Arial, sans-serif;
        color: #000;
    }

.banner.active .text-row {
    display: block !important;
}

.banner .text-row {
    color: #000;
    padding: 0 12px;
    position: relative;
    display: none;
}

.banner.active-e .text-row {
    display: block;
    max-height: 275px;
}

.banner .text-row:after {
    clear: both;
    content: '';
    display: block;
}

.banner .text-row label {
    display: block;
    font: 14px/16px Helvetica, Arial, sans-serif;
    padding: 0 2px 8px;
}

.banner .text-row .txt {
    border: 1px solid #696969;
    -webkit-box-shadow: 0 1px 1px #9c9c9c inset;
    -moz-box-shadow: 0 1px 1px #9c9c9c inset;
    box-shadow: 0 1px 1px #9c9c9c inset;
    clear: both;
    font: 15px/17px Helvetica, Arial, sans-serif;
    height: 17px;
    padding: 6px 8px 4px;
    width: 213px;
    float: none;
    display: block;
    margin-bottom: 15px;
}

.banner .text-row.active {
    padding-bottom: 0;
}

    .banner .text-row.active .txt {
        margin-bottom: 25px;
    }

    .banner .text-row.active .names {
        display: block;
    }

.banner .names {
    margin: 15px 0 0 -12px;
    width: 255px;
    padding: 0;
    background: #fff;
    list-style: none;
    /*height:350px;*/
    overflow: auto;
    display: none;
    position: relative;
}

.banner.active-e .names {
    display: block;
    max-height: 275px;
    margin: 0 0 0 -12px;
}

.banner .names li {
    overflow: hidden;
    font: 14px/17px 'helvetica_lightregular', sans-serif;
    border-top: 1px solid #eae9e9;
    padding: 5px 0 2px 8px;
    vertical-align: top;
}

    .banner .names li.selected {
        background: #d8eaf8;
    }

    .banner .names li:first-child {
        border: 0;
    }

    .banner .names li .avatar {
        float: left;
        border: 1px solid #c0bfbf;
        margin: 1px 10px 3px 0;
        border-radius: 0;
    }

    .banner .names li .block .ttl {
        overflow: hidden;
        width: 185px;
    }

.banner.active-e .names li .block .ttl {
    width: 174px;
}

.banner .names li .block .ttl strong {
    font: bold 15px/18px Helvetica, Arial, sans-serif;
    color: #000;
}

.banner .names li .block .icos {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .banner .names li .block .icos img {
        vertical-align: top;
    }

    .banner .names li .block .icos li {
        float: left;
        padding: 0;
        width: 15px;
        height: 14px;
        margin: 0;
        border: 0;
    }

        .banner .names li .block .icos li.ico {
            width: 10px;
            height: 10px;
            margin-top: 3px;
            border-radius: 50%;
        }

            .banner .names li .block .icos li.ico.color1 {
                background: #54a62d;
            }

            .banner .names li .block .icos li.ico.color2 {
                background: #ebbd30;
            }

            .banner .names li .block .icos li.ico.color3 {
                background: #a00000;
            }

.banner .names li .block span {
    display: block;
    width: 185px;
    margin-left: 53px;
}

.banner.active-e .names li .block span {
    width: 174px;
}

#CoveredTxt2 {
    margin-top: 2px;
}

    #CoveredTxt2 .txt {
        margin-left: 10px;
    }
/*popup*/
.popup-user {
    border: 1px solid #393939;
    width: 880px;
    overflow: hidden;
    background: #fff url(../images/bg-form.gif) repeat-y 447px 0;
    padding: 16px 14px;
    min-height: 465px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none;
}

.popup-companion {
    background: #fff repeat-y 447px 0;
}

.popup-user .profile {
    float: left;
    width: 434px;
}

    .popup-user .profile .box {
        background: #292929;
        overflow: hidden;
        padding: 23px 24px 20px;
        margin-bottom: 30px;
    }

        .popup-user .profile .box .left-col {
            float: left;
            padding: 0 24px 0 0;
        }

            .popup-user .profile .box .left-col .btn {
                margin: 0 0 0 -3px;
                width: 105px;
            }

        .popup-user .profile .box .info {
            overflow: hidden;
            padding: 10px 0 0 0;
        }

    .popup-user .profile img {
        display: block;
        padding: 0 0 16px;
    }

    .popup-user .profile div.upload {
        display: block;
        margin: 0;
        padding: 0;
        width: 103px;
        height: 36px;
        overflow: hidden;
    }

    .popup-user .profile input.upload {
        font-size: 100px;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity: 0);
        position: relative;
        top: -40px;
        left: -1250px;
    }

    .popup-user .profile .name {
        display: block;
        color: #4e9cde;
        font: bold 26px/28px Helvetica, Arial, sans-serif;
        padding: 0 0 8px;
    }

    .popup-user .profile .box .info span {
        display: block;
        font: 20px/24px 'helvetica_lightregular', sans-serif;
        color: #fff;
    }

    .popup-user .profile dl {
        margin: 0 20px 0 0;
        overflow: hidden;
        font: 17px/20px Helvetica, Arial, sans-serif;
    }

        .popup-user .profile dl dt {
            float: left;
            width: 110px;
            text-align: right;
            margin: 0 10px 7px 0;
            clear: both;
            font-weight: bold;
        }

        .popup-user .profile dl dd {
            float: left;
            width: 290px;
            margin: 0;
            padding: 0 0 7px;
            overflow: hidden;
        }

.popup-user .about {
    float: right;
    width: 425px;
    padding: 70px 0 0;
}

    .popup-user .about .ttl {
        display: block;
        font: bold 18px/20px Helvetica, Arial, sans-serif;
        padding: 0 0 13px;
    }

    .popup-user .about dl {
        margin: 0 0 40px;
        overflow: hidden;
        font: 18px/20px Helvetica, Arial, sans-serif;
    }

        .popup-user .about dl dt {
            float: left;
            width: 125px;
            text-align: right;
            margin: 0 14px 6px 0;
        }

        .popup-user .about dl dd {
            margin: 0 0 6px;
        }

        .popup-user .about dl.secure {
            margin: 0;
        }

            .popup-user .about dl.secure dt {
                width: 143px;
                margin-right: 21px;
            }

.engagement-modal-header {
    text-align: center;
    font-size: 1.25em;
}

.popup-note {
    border: 1px solid #393939;
    width: 600px;
    overflow: hidden;
    /*background: #fff url(../images/bg-form.gif);*/
    background: #fff;
    padding: 16px 14px;
    min-height: 465px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none;
}

.notesArea {
    width: 580px;
    height: 415px;
    margin: 10px;
    resize: none;
}

body.login, .login-holder {
    height: 100%;
    width: 100%;
    display: table;
}

.login-holder {
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    background: url(../images/bg-login-body.png) no-repeat;
    background-size: cover;
}

.login-frame {
    width: 1090px;
    margin: 0 auto;
}

#footer.footer-login {
    background: url(../images/sep-001.png) no-repeat 50% 0;
    margin: 0;
}

.validation-summary-errors, .error {
    color: red;
    margin-bottom: 25px;
}

.login-form .validation-summary-errors {
    position: absolute;
    top: 50px;
    left: 346px;
}

.template, .hidden {
    display: none;
}

/* Patient Engagement Home menu*/
#phome {
    width: 272px;
    margin-left: auto;
    margin-right: auto;
}

    #phome li, #phome a {
        width: 272px;
        height: 42px;
        display: block;
        list-style: none;
        text-indent: -9999em;
        margin-bottom: 10px;
    }

#phome1 {
    background: url("../images/phome.png") -25px -25px no-repeat;
}

#phome2 {
    background: url("../images/phome.png") -25px -75px no-repeat;
}

#phome3 {
    background: url("../images/phome.png") -25px -125px no-repeat;
}

#phome4 {
    background: url("../images/phome.png") -25px -175px no-repeat;
}

#phome5 {
    background: url("../images/phome.png") -25px -225px no-repeat;
}

#phome6 {
    background: url("../images/phome.png") -25px -275px no-repeat;
}

#phome7 {
    background: url("../images/phome.png") -25px -325px no-repeat;
}

#phome1:hover {
    background: url("../images/phome.png") -325px -25px no-repeat;
}

#phome2:hover {
    background: url("../images/phome.png") -325px -75px no-repeat;
}

#phome3:hover {
    background: url("../images/phome.png") -325px -125px no-repeat;
}

#phome4:hover {
    background: url("../images/phome.png") -325px -175px no-repeat;
}

#phome5:hover {
    background: url("../images/phome.png") -325px -225px no-repeat;
}

#phome6:hover {
    background: url("../images/phome.png") -325px -275px no-repeat;
}

#phome7:hover {
    background: url("../images/phome.png") -325px -325px no-repeat;
}

#phome1:active {
    background: url("../images/phome.png") -625px -25px no-repeat;
}

#phome2:active {
    background: url("../images/phome.png") -625px -75px no-repeat;
}

#phome3:active {
    background: url("../images/phome.png") -625px -125px no-repeat;
}

#phome4:active {
    background: url("../images/phome.png") -625px -175px no-repeat;
}

#phome5:active {
    background: url("../images/phome.png") -625px -225px no-repeat;
}

#phome6:active {
    background: url("../images/phome.png") -625px -275px no-repeat;
}

#phome7:active {
    background: url("../images/phome.png") -625px -325px no-repeat;
}

.FBoxGeneric {
    border: 1px solid #393939;
    width: auto;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 16px 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none;
    text-wrap: none;
}

    .FBoxGeneric table tr:hover td {
        background: #ffffff;
    }

.title.top.history {
    padding-bottom: 0;
}

    .title.top.history .search-form {
        width: auto;
        margin: 12px 0 0 0;
        position: relative;
    }

        .title.top.history .search-form label {
            float: left;
        }

        .title.top.history .search-form input.txt {
            margin: 0 12px;
            height: 17px;
            line-height: 17px;
            width: 88px;
        }

        .title.top.history .search-form .buttons {
            float: left;
            margin-top: -8px;
        }

    .title.top.history .ttl {
        padding: 0;
        margin: -10px 0 3px 0;
    }

        .title.top.history .ttl p {
            float: right;
            padding-right: 12px;
        }

.user-history-popup-container {
    display: none;
}

.user-history-popup-content {
    width: 650px;
    height: 600px;
    position: relative;
    text-align: left;
}

    .user-history-popup-content h3 {
        margin: 0 0 15px 0;
        border-bottom: 1px solid #d0d0d0;
        line-height: 30px;
    }

    .user-history-popup-content .scroll {
        overflow-y: auto;
        overflow-x: hidden;
        height: 555px;
    }

    .user-history-popup-content .row {
        padding-top: 4px;
        position: relative;
        clear: both;
    }

        .user-history-popup-content .row .label {
            float: left;
            min-width: 50px;
            padding-right: 10px;
            font-weight: bold;
        }

        .user-history-popup-content .row .value {
            float: left;
            width: 570px;
        }

    .user-history-popup-content .topspace {
        padding-top: 15px;
    }

    .user-history-popup-content .box-label {
        font-weight: bold;
    }

    .user-history-popup-content .box {
        border: 1px solid #dadada;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 2px 3px;
        margin-right: 1px;
    }

    .user-history-popup-content .body {
        min-height: 200px;
        font: 14px/19px Helvetica, Arial, sans-serif;
    }

    .user-history-popup-content .events {
        min-height: 150px;
        border-radius: 4px;
    }

        .user-history-popup-content .events table {
            border: 0;
        }

        .user-history-popup-content .events td {
            vertical-align: top;
            padding: 0;
            font: 14px/19px Helvetica, Arial, sans-serif;
        }

            .user-history-popup-content .events td.date {
                width: 5%;
                white-space: nowrap;
                padding-right: 3px;
            }

    .user-history-popup-content .loading {
        position: absolute;
        top: 230px;
        left: 260px;
        font-size: 15px;
        background: url("/images/loading.gif") 10px 10px no-repeat;
        padding: 16px 16px 15px 55px;
    }

    .user-history-popup-content .attachments {
        display: none;
    }

        .user-history-popup-content .attachments .value {
            width: 530px;
        }

            .user-history-popup-content .attachments .value a {
                font: 14px/19px Helvetica, Arial, sans-serif;
                text-decoration: underline;
                color: blue;
                padding: 0 5px;
            }

                .user-history-popup-content .attachments .value a:hover {
                    text-decoration: underline;
                }

.team-monitor {
    padding-left: 25px;
}

    .team-monitor h5 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .team-monitor ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .team-monitor li {
        padding: 0 2px;
        font-size: 13px;
    }

    .team-monitor ul.top li {
        float: right;
        padding: 0 0 5px 5px;
    }

    .team-monitor ul.bottom li {
        float: left;
        padding: 5px 5px 0 0;
    }

    .team-monitor li.recent, .team-monitor li.newer {
        display: none;
    }

    .team-monitor li > a {
        text-decoration: underline;
    }

    .team-monitor th {
        padding: 0 5px;
    }

    .team-monitor td {
        padding: 3px 5px;
    }

        .team-monitor td.name, .team-monitor th.name {
            min-width: 130px;
        }

        .team-monitor td.date, .team-monitor th.date {
            min-width: 145px;
            white-space: nowrap;
        }

        .team-monitor td.msg, .team-monitor th.msg {
            min-width: 200px;
        }

        .team-monitor td.ico, .team-monitor th.ico {
            width: 45px;
        }

.DText {
    color: gray;
    border-color: gray;
}

.messageCompanionLabel {
    text-align: right;
    display: table-cell;
    padding: 3px;
    font: bold 14px/21px Helvetica, Arial, sans-serif;
}

.messageCompanionLabelNotBold {
    text-align: right;
    display: table-cell;
    padding: 3px;
    font: 14px/21px Helvetica, Arial, sans-serif;
}

.messageCompanionDisplay {
    text-align: left;
    display: table-cell;
    padding: 2px;
    resize: none;
}

.textAreaMessageShort {
    width: 466px !important;
    height: 72px !important;
}

.textAreaMessage {
    width: 466px !important;
    height: 144px !important;
}

.messageCompanionMessage {
    height: 250px;
    width: 100%;
    resize: none;
}

.left-half {
    float: left;
    width: 50%;
}

.right-half {
    float: right;
    width: 50%;
}

.tableRow {
    display: table-row;
}
.disableclick {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}

/* Surgery Waiting Reports */
.indentedcol {
}
.firstswcol {
    padding-left: 19px;
}
.datecol {
    width: 100px;
}
.intcol {
    width: 50px;
}
.longstringcol {
    width: 110px;
}
.medstringcol {
    width: 75px;
}
.shortstringcol {
    width: 50px;
}
.textareacol {
    width: 200px;
}
.term-form {
    padding: 0 83px 7px 26px;
}


.close.Available {
    background: url(../images/ico1.png) no-repeat 0 2px;
    padding-left:25px;
}
.close.Unavailable {
    background: url(../images/ico0.png) no-repeat 0 2px;
    padding-left: 25px;
}

.close.Covered {
    background: url(../images/ico2.png) no-repeat 0 2px;
    padding-left: 25px;
}

textarea.conference-line
{
    height:17px;
    width:285px;
    resize:vertical;
}

.col-summary1 {
    float: left;
    width: 520px;
    padding-right:5px;
}

.col-summary2 {
    float: left;
    width: 400px;
}

.link-row 
{
    overflow: hidden;
    padding: 0px 23px 0px 0px;    
}


.login-block2 {
    background: #f1f1f1 url("../images/logo-001.png") no-repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    overflow: hidden;
    padding: 18px 40px 44px 61px;
    position: relative;
    width: 669px;
}

/*watermark styles for all browsers except for IE8, IE9*/
input:-ms-input-placeholder {
    color: #aaa !important;
}

textarea:-ms-input-placeholder {
    color: #aaa !important;
}

ul.main-nav li.secure.active:hover div.text-content{
    display: none;
}

ul.main-nav li.group.active:hover div.text-content2{
    display: none;
}

ul.main-nav li.customer.active:hover div.text-content3{
    display: none;
}

ul.main-nav li.secure:hover div.text-content{
    display: block;
}
ul.main-nav li.group:hover div.text-content2{
    display: block;
}
ul.main-nav li.customer:hover div.text-content3{
    display: block;
}

.text-content{ 
    position: relative; 
    top:115px;
    text-indent:35px !important;
    display: none;  
}

.text-content2{ 
    position: relative; 
    top:115px;
    text-indent: 5px !important;
    display: none;  
}

.text-content3{ 
    position: relative; 
    top:115px;
    text-indent: 5px !important; 
    display: none;  
}

_:-ms-lang(x), 
fieldset.ie10up{ 
    overflow-y:hidden;
    margin-bottom: 25px;
}

.config-text a {
    color: #888;
    text-decoration: underline;    
}

_:-ms-lang(x), 
fieldset.ie10up{ 
    overflow-y:hidden;
    margin-bottom: 25px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* ie10, ie11+ */
 div.edit-user-absolute-col-1-ie10up { 
     margin-top:215px;  
 }
}

input[type=text] {
    cursor: auto;
}
