﻿/* DEFAULTS
----------------------------------------------------------*/
body {
    background: #EAEAEA;
    font-size: 10pt;
    font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    min-width: 980px; /*background-color: #d6d6d6; 	background-image: url(../images/body_bg.png); 	background-position: top center; 	background-repeat: repeat-y; 	color: #4C4C4C;*/
}

a:link, a:visited {
    color: #034af3;
    text-decoration: none;
}

a:hover {
    color: #1d60ff;
    text-decoration: underline;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5 {
    font-size: 1.5em;
    color: #395277;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #395277;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    text-align: justify;
    line-height: normal;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    border-style: solid none solid none;
    border-width: 1px 0px 1px 0px;
    border-color: #496077;
    width: 100%;
    background-color: #fff;
    margin: 0px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 2px;
    margin: 2px 2px 2px 2px;
    min-height: 400px;
}

.mainRight {
    padding: 0px 2px 0px 0px;
    margin: 2px 2px 2px 2px;
    min-height: 200px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    background-color: #182056;
    color: #FFFFFF;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    height: 25px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #FFFFFF;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
    background-color: #4b6c9e;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        background-color: #4b6c9e;
    }

        div.menu ul li a, div.menu ul li a:visited {
            border: 1px none #4b6c9e;
            color: #FFFFFF;
            display: block;
            line-height: 0.8em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
            border-bottom-style: solid;
            border-bottom-width: medium;
            border-bottom-color: #4b6c9e;
            background-color: #4b6c9e;
        }

            div.menu ul li a:hover {
                color: #FFFFFF;
                text-decoration: none;
                border-bottom-style: solid;
                border-bottom-width: medium;
                border-bottom-color: #FFFFFF;
                background-color: #4b6c9e;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset.proba {
        margin: 1em 0px;
        padding: 1em;
        border: 1px solid #EAEAEA;
    }

fieldsetLogin {
    padding: 1em;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label {
    /*display: block;*/
}

fieldset label.inline {
    text-align: center; /*display: inline;*/
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

input.passwordEntry {
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: 322px;
}

.loginDisplay {
    font-size: 1.0em;
    display: block;
    text-align: right;
    color: #3a4f63;
}

    .loginDisplay a:link {
        color: #3a4f63;
        text-decoration: none;
    }

    .loginDisplay a:visited {
        color: #3a4f63;
    }

    .loginDisplay a:hover {
        color: #3a4f63;
    }

.failureNotification {
    padding: 0px;
    margin: 0px;
    font-size: 1.0em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    font-size: 10pt;
    text-align: right;
    padding-right: 10px;
    width: 100%;
}

.accordion {
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0px 0px;
}

.bListHeader {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    color: #000066;
    cursor: hand;
    text-decoration: none;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    top: 0px;
}

.deadlineDay {
    margin-left: 0;
    padding-left: 5px;
    list-style: none;
    color: #000066;
    cursor: hand;
    text-decoration: none;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    top: 0px;
    padding-right: 5px;
}

.bListHeader ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bList {
    color: #000066;
    margin-bottom: 3px;
    cursor: hand;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 11.4px;
    padding-top: -10px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 25px;
    margin: 2px 0px 2px 0px;
}

    .bList a {
        color: #3399FF;
        margin-bottom: 3px;
        cursor: hand;
        font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
        font-size: 11.4px;
        padding-top: -10px;
        padding-right: 0;
        padding-bottom: 0px;
        margin: 2px 0px 2px 0px;
        text-decoration: none;
    }

.divOutline {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #395277;
    text-decoration: none;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #395277;
    text-align: justify;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
    cursor: default;
    min-height: 200px;
}

.divOutline_Mail {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #395277;
    text-decoration: none;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #395277;
    text-align: justify;
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
    cursor: auto;
    width: 384px;
}

.divOutlineTitle {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #395277;
    text-decoration: none;
    line-height: normal;
    background-color: #EAEAEA;
    text-align: justify;
    min-height: 25px;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 7px;
}

.divOutlineTitle1 {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #395277;
    text-decoration: none;
    line-height: normal;
    text-align: justify;
    height: 20px;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 7px;
}

.divOutline1 {
    color: #395277;
    background-color: #fff;
    border: 1px solid #395277;
    padding-right: 7px;
    padding-left: 7px;
    width: 300px;
    height: 300px;
}

.divOutline2 {
    color: #395277;
    background-color: #fff;
    border: 1px solid #395277;
    padding: 7px;
}

.divOutlineNew {
    color: #395277;
    background-color: #fff;
    border: 1px solid #C0C0C0;
    padding: 7px;
}

.divOutlineContract {
    color: #395277;
    border: 1px solid #C0C0C0;
    padding: 7px;
}

.divOutlineProduct {
    color: #395277;
    background-color: #fff;
    border: 1px solid #C0C0C0;
    padding: 7px;
    height: 200px;
    height: 200px;
}

.divOutline3 {
    padding: 3px;
    height: auto;
    margin-top: 3px;
}

.divOutline4 {
    color: #395277;
    background-color: #fff;
    border: 1px solid #395277;
    height: auto;
    width: auto;
}

.divOutlineQuestions {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #395277;
    text-decoration: none;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #395277;
    text-align: justify;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 2px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    cursor: default;
}

.textBoxAnswer {
    color: #000;
    border: solid 1px #395277;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    height: 20px;
}

.textBoxTextRightAlign {
    color: #000;
    border: solid 1px #395277;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    text-align: right;
}

.textBoxTextLeftAlign {
    color: #000;
    border: solid 1px #395277;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    text-align: left;
}

.textBoxAnswer2 {
    color: #000;
    border: solid 1px #395277;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
}

textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
}

.button {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    height: 25px;
}

#pcm {
    display: none;
}

ul.pureCssMenu ul {
    display: none;
}

ul.pureCssMenu li:hover > ul {
    display: block;
}

ul.pureCssMenu ul {
    position: absolute;
    left: -1px;
    top: 98%;
}

    ul.pureCssMenu ul ul {
        position: absolute;
        left: 98%;
        top: -2px;
    }

ul.pureCssMenu, ul.pureCssMenu ul {
    margin: 0px;
    list-style: none;
    padding: 0px 2px 2px 0px;
    background-color: #4B6C9E;
    background-repeat: repeat;
    border-color: #cccccc #111111 #111111 #cccccc;
    border-width: 1px;
    border-style: solid;
    width: 100%;
}

    ul.pureCssMenu table {
        border-collapse: collapse;
    }

ul.pureCssMenu {
    display: block;
    zoom: 1;
    float: left;
}

    ul.pureCssMenu ul {
        width: 78.75px;
    }

    ul.pureCssMenu li {
        display: block;
        margin: 2px 0px 0px 2px;
        font-size: 0px;
    }

    ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
        outline-style: none;
    }

    ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
        display: block;
        vertical-align: middle;
        background-color: #4B6C9E;
        border-width: 1px;
        border-color: #4B6C9E;
        border-style: solid;
        text-align: left;
        text-decoration: none;
        padding: 2px 5px 2px 10px;
        _padding-left: 0;
        font: 12px Trebuchet MS;
        color: #cccccc;
        text-decoration: none;
        cursor: default;
    }

    ul.pureCssMenu span {
        overflow: hidden;
    }

    ul.pureCssMenu li {
        float: left;
    }

    ul.pureCssMenu ul li {
        float: none;
    }

    ul.pureCssMenu ul a {
        text-align: left;
        white-space: nowrap;
    }

    ul.pureCssMenu li.sep {
        text-align: left;
        padding: 0px;
        line-height: 0;
        height: 100%;
    }

        ul.pureCssMenu li.sep span {
            float: none;
            padding-right: 0;
            width: 3px;
            height: 100%;
            display: inline-block;
            background-color: #cccccc #111111 #111111 #cccccc;
            background-image: none;
        }

    ul.pureCssMenu ul li.sep span {
        width: 100%;
        height: 3px;
    }

    ul.pureCssMenu li:hover {
        position: relative;
    }

        ul.pureCssMenu li:hover > a {
            background-color: #212F45;
            border-color: #212F45;
            border-style: solid;
            font: 12px Trebuchet MS;
            color: #FFFFFF;
            text-decoration: none;
        }

    ul.pureCssMenu li a:hover {
        position: relative;
        background-color: #212F45;
        border-color: #212F45;
        border-style: solid;
        font: 12px Trebuchet MS;
        color: #FFFFFF;
        text-decoration: none;
    }

    ul.pureCssMenu li.dis a {
        color: #666 !important;
    }

    ul.pureCssMenu img {
        border: none;
        float: left;
        _float: none;
        margin-right: 2px;
        width: 16px;
        height: 16px;
    }

    ul.pureCssMenu ul img {
        width: 16px;
        height: 16px;
    }

    ul.pureCssMenu img.over {
        display: none;
    }

    ul.pureCssMenu li.dis a:hover img.over {
        display: none !important;
    }

    ul.pureCssMenu li.dis a:hover img.def {
        display: inline !important;
    }

    ul.pureCssMenu li:hover > a img.def {
        display: none;
    }

    ul.pureCssMenu li:hover > a img.over {
        display: inline;
    }

    ul.pureCssMenu a:hover img.over, ul.pureCssMenu a:hover ul img.def, ul.pureCssMenu a:hover a:hover img.over {
        display: inline;
    }

    ul.pureCssMenu a:hover img.def, ul.pureCssMenu a:hover ul img.over, ul.pureCssMenu a:hover a:hover img.def {
        display: none;
    }

    ul.pureCssMenu a:hover ul {
        display: block;
    }

    ul.pureCssMenu span {
        display: block;
        background-image: url('../Images/arr_white.gif');
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 12px;
    }

    ul.pureCssMenu li:hover > a > span {
        background-image: url('../Images/arrv_white.gif');
    }

    ul.pureCssMenu a:hover span {
        _background-image: url('../Images/arrv_white.gif');
    }

    ul.pureCssMenu ul span, ul.pureCssMenu a:hover table span {
        background-image: url('../Images/arr_white.gif');
    }

.naslov {
    padding: 0px;
    margin: 0px;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #4B6C9E;
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(images/SavedStar.png);
}

.updateProgress {
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=70);
    mozopacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}

    .updateProgress div {
        background-color: white;
        padding: 4px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

.drop_down_list {
    font-family: Trebuchet MS;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    width: auto;
    height: 24px;
}

.drop_down_list_9pt {
    font-family: Trebuchet MS;
    font-size: 9pt;
    height: 24px;
}

.headerBug {
    color: #000066;
    font-size: medium;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    border-bottom-style: ridge;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

.headerProduct {
    color: #FF6600;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

.headerMal {
    color: #003399;
    font-size: small;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

.chooseApp {
    color: #000066;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

.headerBug1 {
    color: #000066;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-bottom-style: ridge;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

.text10normal {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    background-image: url('../images/statusClosed.png');
    background-position: left top;
    border: 0px none;
    padding: 2px 0px 0px 8px;
    font-size: 11px;
    height: 17px;
    width: 150px;
    background-repeat: no-repeat;
}

.main1 {
    padding: 0px 2px 10px 2px;
    margin: 2px 2px 2px 2px;
}

.page1 {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -200px;
    text-align: center;
}

.page2 {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -200px;
    text-align: center;
}

.usernamePasswordEntry {
    border: 1px solid #ccc;
    color: #DBDBDB;
}

.gridViewFooter {
    border-style: solid none none none;
    border-top-color: #333333;
    border-right-color: #D2D1D1;
    border-bottom-color: #D2D1D1;
    border-left-color: #D2D1D1;
    border-top-width: medium;
    border-collapse: collapse;
}

.divMinWidth {
    min-width: 990px;
}

.watermark {
    color: #666666;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
}

table td tr {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 10pt;
}


.Rotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.nidzzo {
    writing-mode: lr-tb;
    height: 100px;
    width: 30px;
    text-align: center;
}

.img {
    cursor: pointer;
}

    .img:hover {
        background-position: center center;
        cursor: pointer;
        background-image: url('../images/rewind.png');
        background-repeat: no-repeat;
    }


#slickbox {
    background: #eee;
    border: 1px solid #900;
    height: 135px;
}


#panel {
    background: #754c24;
    height: 200px;
    display: none;
}

.Grid {
    table-layout: fixed;
    width: 80px;
}

.lBtn:link, .lBtn:visited {
    color: #034af3;
    text-decoration: none;
}

.lBtn:hover {
    color: #FF0000;
    text-decoration: none;
}

.lBtn:active {
    color: #034af3;
}

.pnl:hover {
    background-color: Green;
}


.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#myBox {
    width: 460px;
    height: 340px;
    padding-top: 40px;
    background-color: white;
    text-align: center;
    border: 1px solid #8F8F8F; /* Do rounding (native in Safari, Firefox and Chrome) */
    -webkit-border-radius: 0px 0px 0px 40px;
    -moz-border-radius: 0px 0px 0px 40px;
}


.roundedCorners {
    width: 460px;
    height: 340px;
    padding-top: 40px;
    background-color: white;
    text-align: center;
    border: 1px solid #8F8F8F; /* Do rounding (native in Safari, Firefox and Chrome) */
    -webkit-border-radius: 0px 0px 0px 40px;
    -moz-border-radius: 0px 0px 0px 40px;
}

.roundedCorners1 {
    width: 460px;
    height: 340px;
    padding-top: 40px;
    background-color: white;
    text-align: center;
    border: 1px solid #8F8F8F; /* Do rounding (native in Safari, Firefox and Chrome) */
    -webkit-border-radius: 0px 40px 0px 0px;
    -moz-border-radius: 0px 40px 0px 0px;
}

.test {
    text-align: center;
}

.lblSuggClar {
    border-color: 0;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    border-collapse: collapse;
}

.text12_normal {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    vertical-align: middle;
}

.text10_normal {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    vertical-align: middle;
}

.text_products {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 7pt;
    vertical-align: middle;
    text-align: left;
}


.rolloverPr1 {
    background-image: url(/images/br_btn.gif);
}

    .rolloverPr1:hover {
        background-image: url(/images/br_btn_hover.gif);
    }

.divOutlinek {
    padding: 0px 2px 10px 2px;
    margin: 2px 2px 2px 2px;
    text-decoration: none;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #395277;
    text-align: justify;
    cursor: default;
    min-height: 200px;
}

.headergrid {
    border-width: 0px;
    border-style: none;
    padding: 0px;
    margin: 0px;
}

.nevalidno {
    border: 1px solid #ccc;
    margin-bottom: 0px;
    background-color: #FF0000;
}

.validno {
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

#clickMe {
    text-decoration: none;
    cursor: hand;
}

.modalBackground {
    background-color: #E9E9E9;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    border: 1px solid Gray;
    background-color: #D6D6D6;
    padding: 5px;
    width: 350px;
    height: 300px;
}

.modalPopup_nidzzo {
    border: 1px solid Gray;
    background-color: #D6D6D6;
    padding: 5px;
    width: 350px;
    height: 200px;
}

.rbList td {
    height: 20.5px;
}

.textboxpano {
    border: 1px solid #ccc;
    margin-bottom: 0px;
    font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
}

.surveyQuestion {
    font-size: 12px;
    color: #395277;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: Verdana;
    padding-top: 5px;
}

.divQuestonaireTop {
    border: 1px solid #CACACA;
    background-color: #FBFBFB;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-left: 2px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    cursor: auto;
}

.tcstep {
    border: 1px solid #E6E2D8;
    padding: 2px;
}

.tcsteptext {
    padding: 2px 2px 2px 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #E6E2D8;
    border-right-color: #E6E2D8;
    border-bottom-color: #E6E2D8;
}

.MyRadioButtonList TABLE TR TD {
    white-space: pre-wrap;
}

.Gradient {
    background: -moz-linear-gradient(left, #00abeb, #fff);
    background: -webkit-gradient(linear, left center, right center, from(#00abeb), to(#fff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00abeb', endColorstr='#ffffff', GradientType=1); /* for IE */
}

.Gradient2 {
    background: -moz-linear-gradient(left, red, orange, yellow, green);
    background: -webkit-gradient(linear, left center, right center, from(red), color-stop(25%, orange), color-stop(50%, yellow), to(green));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00abeb', endColorstr='#ffffff', GradientType=1); /* for IE */
}

.Gradient4 {
    background-image: url('../Images/rainbow.jpg');
    background-repeat: repeat-y;
    height: 40px;
}

.cbList {
    /*padding-top: -20px;     padding-left: 300px;*/
    padding: 0px;
    margin: 0px;
    border-style: none;
    border-width: 0px;
    display: table;
    text-align: center;
    padding-left: 0px;
    position: static;
    padding-top: -5;
}

    .cbList input {
        text-align: center; /*padding-right: 109px;*/
    }

    .cbList td {
        border-style: none;
        border-width: 0px;
        text-align: center;
        width: 125px;
        border-collapse: collapse;
        border-spacing: 0px;
        height: 25px;
        background-color: #CCE7F4;
    }

    .cbList table {
        padding: 0px;
        margin: 0px;
    }

.MatrixAnswer {
    padding-left: 20px;
    display: table-cell;
}

    .MatrixAnswer input {
        padding-right: 10px;
    }

.tableMatrix {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tblDynamic {
    border-top-style: 0px;
    border-right-style: 0px;
    border-bottom-style: 0px;
    border-left-style: 0px;
    border-width: 0px;
    border-collapse: collapse;
    border-bottom-style: none;
}


divQuestonaireTop {
    border: 1px solid #CACACA;
    background-color: #FBFBFB;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-left: 2px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    cursor: auto;
}

.panellists {
    max-height: 370px; /*background-color: #d6d6d6; 	background-image: url(../images/body_bg.png); 	background-position: top center; 	background-repeat: repeat-y; 	color: #4C4C4C;*/
}

.titlekristina {
    font-size: 16px;
    font-weight: bold;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

img[alt='Skip Navigation Links'] {
    display: none;
}

.linkb {
    padding: 5px;
    border: 2px solid #CCCCCC;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

    .linkb:link {
        padding: 5px;
        border: 2px solid #FF0000;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

    .linkb:visited {
        color: #f0f;
    }

    .linkb:hover {
        padding: 5px;
        border: 2px solid #FF0000;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

    .linkb:active {
        color: #f00;
    }

.linkbRoles {
    padding: 3px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    .linkbRoles:link {
        padding: 3px;
        border: 1px solid #FF0000;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

    .linkbRoles:visited {
        color: #f0f;
    }

    .linkbRoles:hover {
        padding: 3px;
        border: 1px solid #FF0000;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

    .linkbRoles:active {
        color: #f00;
    }

.overlay {
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=100);
    mozopacity: 0.5;
    opacity: 0.5;
    padding: 0px;
    margin: 0px;
}

.headerBugLocal {
    color: #000066;
    font-size: medium;
    font-weight: bold;
    vertical-align: middle;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

.modalBackgroundPano {
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.1;
}

.trborder {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    empty-cells: show;
}

.tableconfirmation {
    border-bottom-style: solid;
    border: 1px;
    empty-cells: show;
    border-collapse: collapse;
}


.slidingDiv {
    height: 150px;
    background-color: White;
    padding: 20px;
    margin-top: 10px;
}

.show_hide {
    display: none;
}

.surveyLogo {
    padding: 15px 0 0 0;
    max-height: 60px;
    max-width: 300px;
}

.textual-td-hd {
    max-width: 200px;
    min-width: 100px;
    background-color: #ececec;
    font-weight: bold;
    text-align: left;
    padding-top: 5px;
}

.textual-td-text {
    max-width: 300px;
    min-width: 100px;
    text-align: left;
    padding-top: 5px;
    border-right: 1px solid #cccccc;
    padding-left: 4px;
    padding-right: 4px;
}

.s-login-div-container {
    padding-top: 150px;
}

.s-login-div {
    margin: 0 auto;
    background-color: #FFF;
    width: 450px;
    height: 350px;
    border-radius: 35px;
}

.s-login-logo {
    padding: 40px 20px 20px 20px;
    text-align: center;
}

.s-login-image {
    max-height: 80px;
    padding-left: 20px;
}

.s-login-content {
    text-align: center;
    padding: 10px;
}

.s-login-center {
    text-align: center;
}

.s-login-title {
    font-size: 25px;
    font-weight: bold;
}

.s-login-title-text {
    font-size: 16px;
}

.s-button {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    padding: 10px;
}

.s-textbox {
    padding: 10px;
    font-size: 14px;
    text-align: center;
}
.s-login-error {
    color: red;
}