﻿@import url("lockedDialog.css");
@import url(default-button-styles.css);
@import url("font.css");

/* iphone */
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
/* end of iphone */
/* float menu*/
.float_menu {
    border-left: solid thin #eee;
    background-color: #fff;
    position: absolute;
    padding: 0.5em;
    width: 1.5em;
    top: 160px;
    left: -1.3em;
}

.float_menu_mobile {
    border: solid thin #eee;
    left: -2.6em;
}

.float_menu_anchor {
    padding: 0 0 0 0.2em;
}
/* end of float menu*/

/* Tooltip */
#tooltip {
    text-align: left;
    color: #ffffff;
    background: #555;
    position: absolute;
    z-index: 100;
    padding: 15px;
    -webkit-border-radius: 0.35em;
       -moz-border-radius: 0.35em;
            border-radius: 0.35em;
    -moz-box-shadow: 0px 2px 2px #cccccc;
    -webkit-box-shadow: 0px 2px 2px #cccccc;
    box-shadow: 0px 2px 2px #cccccc;
}

    #tooltip:after /* triangle decoration */ {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #555;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #555;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }
/* end of Tooltip */

/* start QP*/
.QPErrorDiv {
    margin: 0.2em 0.5em 0 0.5em;
    vertical-align: middle;
    color: #CA0000;
    /*cursor:pointer;*/
}

#qpTitleDiv {
    padding: 1em 0 0.5em 0;
    text-align: center;
}

.divQPQuestionPreview {
    clear: both;
    margin: 0 0 0.25em 0;
    *width: 100%;
    *margin-left: 12px;
    *margin-right: 12px;
    *filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff);
}

.QP_fccontainertabledivRTL .divQPQuestionPreview {
    clear: both;
    margin: -0.25em 0.25em 0 0;
    *margin-right: 12px;
}

.AppToggleButton {
    -webkit-appearance: none;
    PADDING-left: .5em;
    PADDING-right: .5em;
    text-decoration: none;
    font-size: .9em;
    cursor: pointer;
    color: #000000; /*#4683AD;*/
    min-width: 100px;
    background: #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#ffffff, endColorstr=#f0f0f0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#ffffff, endColorstr=#f0f0f0)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
}

.es .AppToggleButton {
    min-width: 7.5em;
}

.AppToggleSelectButtonShape {
    -webkit-appearance: none;
    -webkit-border-radius: 0.5em 0 0 0.5em;
       -moz-border-radius: 0.5em 0 0 0.5em;
            border-radius: 0.5em 0 0 0.5em;
}

.QP_fccontainertabledivRTL .AppToggleSelectButtonShape {
    -webkit-appearance: none;
    -webkit-border-radius: 0 0.5em 0.5em 0;
       -moz-border-radius: 0 0.5em 0.5em 0;
            border-radius: 0 0.5em 0.5em 0;
}

.AppToggleDeselectButtonShape {
    -webkit-appearance: none;
    -webkit-border-radius: 0 0.5em 0.5em 0;
       -moz-border-radius: 0 0.5em 0.5em 0;
            border-radius: 0 0.5em 0.5em 0;
    margin-left: 0.05em;
    margin-right: 0em;
}

.QP_fccontainertabledivRTL .AppToggleDeselectButtonShape {
    -webkit-appearance: none;
    -webkit-border-radius: 0.5em 0 0 0.5em;
       -moz-border-radius: 0.5em 0 0 0.5em;
            border-radius: 0.5em 0 0 0.5em;
    margin-left: 0em;
    margin-right: 0.05em;
}

.AppPreSelectedToggleButton,
.AppTogglePressedButton {
    -webkit-appearance: none;
    PADDING-left: .5em;
    PADDING-right: .5em;
    text-decoration: none;
    font-size: .8em;
    font-style: normal;
    cursor: default;
    min-width: 100px;
    background: #ffffff;
    border-style: inset;
}

.AppToggleSelectButtonPressed {
    -webkit-appearance: none;
    opacity: 1;
    color: Green;
}

.AppToggleDeselectButtonPressed {
    -webkit-appearance: none;
    opacity: 1;
    color: #C00000;
}

.AppDisableToggleButton {
    -webkit-appearance: none;
    PADDING-left: .5em;
    PADDING-right: .5em;
    text-decoration: none;
    font-size: .9em;
    /*font-size : 10pt;*/
    /*font : bolder;*/
    font-style: normal;
    cursor: default;
    min-width: 100px;
    color: #555555; /*#969696;*/
    opacity: 0.6;
    background: #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#ffffff, endColorstr=#f0f0f0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#ffffff, endColorstr=#f0f0f0)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
}

.QP_Container {
    /*display: table;*/
    white-space: normal;
    padding: 1%;
    /*
width: 1055px;
margin-left: 0 auto;
*/
    margin: 0 auto;
    width: 65.94em;
    position: relative;
    /*
margin-left:-32.97em;
left:50%;
*/
}

.QP_fccontainertablediv, .QP_fccontainertabledivRTL {
    /*display: table;
padding: 1%;
width: 1055px;
margin: 0 auto;*/
}

.FCControllerTableCellDiv {
    /*display:table-cell;*/
    height: 100%;
}

.field-with-placeholder {
    position: relative;
    /*display: block;
display: inline-block;*/
    vertical-align: middle;
}

.RowAlign_Field-with-placeholder {
    margin-top: 0.2em;
}

.field-with-placeholder-webkit-hacked {
    display: block;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.placeholder-span {
    position: absolute;
    z-index: 0;
    z-index: 0\0/IE8+9; /*IE8 and IE9*/
    color: #000000;
    opacity: 0.35;
    font-weight: normal;
    margin: 0em 0.25em 0em 1.25em;
    /*padding: 0.1em 0.25em 0em 1.25em\0/IE8+9;/*IE8 and IE9*/
    height: 1.25em;
    overflow: hidden;
}

.QP_fccontainertabledivRTL .placeholder-span {
    position: absolute;
    z-index: 0;
    z-index: 0\0/IE8+9; /*IE8 and IE9*/
    color: #000000;
    opacity: 0.35;
    font-weight: normal;
    margin: 0.2em 0 0 0;
    right: 3.5em;
    height: 1.25em;
    overflow: hidden;
}

.placeholder-span, x:-moz-any-link, x:only-child /*for all firefox*/ {
    position: absolute;
    z-index: 0;
    color: #000000;
    opacity: 0.35;
    font-weight: normal;
}

::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.4;
    font-weight: normal;
}

textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.4;
    font-weight: normal;
}

.hint {
    /*display:none;*/
    margin: 0.5em 1.25em -0.65em 0em;
}

.hint-span {
    position: relative;
    z-index: 1;
    border: thin solid #c93;
    padding: 0.5em 1em;
    background-color: #ffc;
    font-size: 0.85em;
    font-weight: normal;
    width: 50%;
}

.hint-pointer {
    position: relative;
    z-index: 2;
    background: url(../images/pointer_up.gif) left top no-repeat;
    background-color: transparent;
    display: block;
    margin: -0.5em 2em 0 2em;
    margin: -0.15em 2em 0 2em\0/IE8+9;
}

.QP_fccontainertabledivRTL .hint-pointer {
    position: relative;
    z-index: 2;
    background: url(../images/pointer_up.gif) right top no-repeat;
    background-color: transparent;
    display: block;
    margin: -0.5em 2em 0 2em;
    margin: -0.15em 2em 0 2em\0/IE8+9;
}

.QPDefaultTitleDiv {
    /*position:absolute;*/
    margin-left: 6em;
    margin-right: 0em;
    margin-top: -1.15em;
    margin-top: -1.15em\0/IE8+9;
    /*overflow:hidden;*/
    *margin-left: 0.5em;
    *margin-top: 0.85em;
    *padding-right: 0.25em;
    *position: relative;
}

.es .QPDefaultTitleDiv {
    margin-left: 8em;
}

.ru .QPDefaultTitleDiv {
    margin-left: 8.1em;
}

.ru .RuPreview .QPDefaultTitleDiv {
    margin-left: 13.8em;
}

.QP_fccontainertabledivRTL .QPDefaultTitleDiv {
    margin-left: 0em;
    margin-right: 6.5em;
    margin-right: 6.75em\0/IE8+9;
    /*overflow:hidden;*/
    *margin-right: 0.5em;
    *padding-left: 0.25em;
    *position: relative;
}

.DefaultTitleHeadingContainer {
    width: 38.5em;
    /*height: 1.25em;*/
    *width: 30em;
    width: 37em\0/IE8+9;
}

.es .DefaultTitleHeadingContainer {
    width: 34em;
    width: 32em\0/IE8+9;
}

.ru .DefaultTitleHeadingContainer {
    width: 37em;
    width: 35em\0/IE8+9;
}

.ru .RuPreview .DefaultTitleHeadingContainer {
    width: 32em;
    width: 31em\0/IE8+9;
}

.DefaultTitleHeading {
    font-size: 1em;
    font-weight: normal;
    /*_font-size: 10pt;*/
}

.DefaultQuestionTitle {
    font-size: 1em;
    font-weight: normal;
    /*_font-size: 10pt;*/
}

    .DefaultQuestionTitle:hover {
        cursor: pointer;
    }

.DefaultCustomQuestionTitle {
    /*font-style:italic;*/
}

.QP_DefualtQuestionTitle {
    font-style: italic;
    font-size: 1em;
    font-weight: normal;
    /*_font-size: 10pt;*/
}

.fadeout_DefualtQuestionTitle {
    font-size: 1em;
    font-weight: normal;
    color: #cccccc;
}

.CustomQuestionRow {
    font-size: 0.85em;
    font-weight: normal;
}

.QPOddRow {
    /*background-color:#f7f7f7;*/
}

.CustomHeading {
    padding: 0 0em 0em 1.25em;
    background: #FFFFFF url(../images/EditInformationHS.png) no-repeat;
    background-position: left top;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    background-color: Transparent;
    border: solid thin #ffffff;
    width: 93%;
    /*width:100%;
	width:97%\0/IE8+9;*/
    margin-bottom: 0.2em;
    overflow: hidden;
    cursor: text;
    resize: vertical;
}

.QP_fccontainertabledivRTL .CustomHeading {
    padding: 0 1.25em 0em 0em;
    background: #FFFFFF url(../images/EditInformationHS.png) no-repeat;
    background-position: right top;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    background-color: Transparent;
    border: solid thin #ffffff;
    width: 93%;
    /*width:100%;
	width:97%\0/IE8+9;*/
    margin-bottom: 0.2em;
    overflow: hidden;
    cursor: text;
    resize: vertical;
}

.CustomHeading:focus {
    font-size: 1em;
    font-weight: bold;
    padding: 0em 0em 0em 0.25em;
    width: 97%;
    /*width:100%;
	width:98%\0/IE8+9;*/
    margin-bottom: 0.2em;
    background: #FFFFFF;
    background-color: #ffffff;
    cursor: text;
    resize: vertical;
    overflow: auto;
    outline: none;
    *outline: 0.2em solid orange;
    box-shadow: 0 0 0.3em orange;
    -webkit-box-shadow: 0 0 0.3em orange;
    -moz-box-shadow: 0 0 0.3em orange;
    border: 0.1em solid orange;
}

.CustomHeading-hover {
    padding: 0 0em 0em 1.25em;
    background: #FFFFFF url(../images/EditInformationHS.png) no-repeat;
    background-position: left top;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    background-color: Transparent;
    border: solid thin #cccccc;
    width: 93%;
    /*width:100%;
	width:97%\0/IE8+9;*/
    margin-bottom: 0.2em;
    overflow: auto;
    background-color: #ffffff;
    cursor: pointer;
    resize: vertical;
}

.QP_fccontainertabledivRTL .CustomHeading-hover {
    padding: 0 1.25em 0em 0em;
    background: #FFFFFF url(../images/EditInformationHS.png) no-repeat;
    background-position: right top;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    background-color: Transparent;
    border: solid thin #cccccc;
    width: 93%;
    /*width:100%;
	width:97%\0/IE8+9;*/
    margin-bottom: 0.2em;
    overflow: auto;
    background-color: #ffffff;
    cursor: pointer;
    resize: none;
}

.CustomRowHeading {
    font-size: 0.85em;
    font-weight: normal;
}

.ResetFocusedCustomHeading {
    outline: solid medium orange;
    font-size: 1em;
    font-weight: bold;
    padding: 0em 0em 0em 0.25em;
    width: 100%;
    margin-bottom: 0.2em;
    background: #FFFFFF;
    background-color: #ffffff;
    cursor: text;
}

.QPSectionTitleDiv {
    /*display:table; */
    width: 100%;
    min-width: 99%;
    height: 100% auto;
    margin: 0 0.75em 0 0.75em;
    /*
	margin:0.5em;
	margin-bottom:0.2em;
	margin-top:0.2em;
	*/
    text-align: left;
    overflow: visible;
    PADDING: 0px;
    COLOR: #000000;
    _display: block; /* IE */
    _width: auto; /* IE */
    /*border:solid thin #f4f4f4;*/
}

.QP_fccontainertabledivRTL .QPSectionTitleDiv {
    /*display:table; */
    width: 100%;
    min-width: 99%;
    height: 100% auto;
    margin: 0 0.75em 0 0.75em;
    /*
	margin:0.5em;
	margin-bottom:0.2em;
	margin-top:0.2em;
	*/
    text-align: right;
    overflow: visible;
    PADDING: 0px;
    COLOR: #000000;
    _display: block; /* IE */
    _width: auto; /* IE */
    /*border:solid thin #f4f4f4;*/
}

.QPSectionTitle {
    font-weight: bold;
}

.QPActionDiv {
    float: left;
    /*margin-top:-0.12em;
    *margin-top:0.35em;*/
}

.QP_fccontainertabledivRTL .QPActionDiv {
    float: right;
    /*margin-top:-0.12em;
    *margin-top:0.35em;*/
}

.QPEditingDiv {
    border-top: dotted 0.12em #aaaaaa;
    padding: 0 1em 0.25em 0;
    clear: both;
    overflow: hidden;
    overflow-y: auto;
}

.QP_fccontainertabledivRTL .QPEditingDiv {
    border-top: dotted 0.12em #aaaaaa;
    padding: 0 0 0.25em 1em;
    clear: both;
    overflow: hidden;
    overflow-y: auto;
}

.QPEditingDiv:hover {
    background-color: #fefaf9;
}

.QPCategoryLevel1 {
    margin-bottom: 1em;
    border: solid thin #EEE;
    moz-box-shadow: 0.2em 0.2em 0.5em #dddddd;
    -webkit-box-shadow: 0.2em 0.2em 0.5em #dddddd;
    -moz-box-shadow: 0.2em 0.2em 0.5em #dddddd;
         box-shadow: 0.2em 0.2em 0.5em #dddddd;
}

.QPCategoryLevel1Title {
    background: #F7F7F7;
    border-top: solid thin #eeeeee;
}

.QPCategoryLevel2Title:hover {
    background: #ffffff;
}

.HideShowImageButton {
    margin-left: -0.4em;
    vertical-align: bottom;
    border: none;
}

.HideShowCategory {
    float: left;
    margin: 0.2em 0.5em 0 0;
    font-size: 0.75em;
    text-decoration: none;
    border: solid thin #dddddd;
    -webkit-border-radius: 0.5em;
       -moz-border-radius: 0.5em;
            border-radius: 0.5em;
    padding: 0.2em 0.5em;
}

.QP_fccontainertabledivRTL .HideShowCategory {
    float: right;
    margin: 0.2em 0 0 0.5em;
}

.HideShowCategory:hover {
    text-decoration: none;
    border: solid thin #cccccc;
}

.HideCategoryIcon {
    position: relative;
    top: -2px;
    border-style: dashed solid dashed;
    border-color: transparent;
    border-bottom-color: #cccccc;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    border-width: 0 5px 5px;
    padding-bottom: 1px;
    left: -2px;
}

.ExpandCategoryIcon {
    position: relative;
    top: -1px;
    border-style: solid dashed dashed;
    border-color: transparent;
    border-top-color: #cccccc;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    border-width: 5px 5px 0;
    padding-top: 1px;
    left: -2px;
}

.QP_fccontainertabledivRTL .HideCategoryIcon,
.QP_fccontainertabledivRTL .ExpandCategoryIcon {
    right: -2px;
    left: 0;
}

.QPCategoryHeading {
    font-weight: bold;
    margin: 0.5em 0 0 0;
}

.QPListElementTableCell_VerticalSpacer {
    /*display:table-cell;*/
    overflow: hidden;
    width: 0.2em;
    min-width: 0.1em;
    background-color: #ffffff;
    height: 100% auto;
    margin-top: -0.2em;
    padding-top: 0.2em;
    _display: inline-block; /* IE */
    _margin-bottom: -50000px; /* IE */
    _padding-bottom: 50000px; /* IE */
    _float: left; /* IE */
}

.QP_fccontainertabledivRTL .QPListElementTableCell_VerticalSpacer {
    /*display:table-cell;*/
    overflow: hidden;
    width: 0.2em;
    min-width: 0.1em;
    background-color: #ffffff;
    height: 100% auto;
    margin-top: -0.2em;
    padding-top: 0.2em;
    _display: inline-block; /* IE */
    _margin-bottom: -50000px; /* IE */
    _padding-bottom: 50000px; /* IE */
    _float: right; /* IE */
}

.QPListElementTableCell_1 {
    /*display:table-cell; 	*/
    width: auto;
    white-space: nowrap;
    width: 4.16em;
    min-width: 4em;
    height: 100% auto;
    min-height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0em 0em 0.33em 0.33em;
    margin-left: 0.1em;
    margin-top: 0.5em;
    /*_display:inline-block;	/* IE */
    /*_float:left;			/* IE */
    /*_clear:left;			/* IE */
    *float: left;
}

.QP_fccontainertabledivRTL .QPListElementTableCell_1 {
    /*display:table-cell; 	*/
    width: auto;
    white-space: nowrap;
    width: 4.16em;
    min-width: 4em;
    height: 100% auto;
    min-height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0em 75% 0.33em 0.33em;
    margin-left: 0.1em;
    margin-top: 0.5em;
    /*_display:inline-block;	/* IE */
    /*_float:right;			/* IE */
    /*_clear:right;			/* IE */
    *float: left;
    *padding: 0.33em;
}

.QPListElementTableRow {
    COLOR: #000000;
    width: 100%;
    min-width: 50em;
    margin: 0;
    overflow: auto;
    _display: inline-block; /* IE */
    _width: auto; /* IE */
    _margin-bottom: -1em; /* IE */
    _padding-bottom: 1em; /* IE */
    _position: relative; /* IE */
    background-color: Transparent;
}

.QPListElementTable {
    /*display:table; */
    width: 100%;
    min-width: 99%;
    height: 100% auto;
    margin: 0 0.5em 0 0.5em;
    /*
	margin:0.5em;
	margin-bottom:0.2em;
	margin-top:0.2em;
	*/
    text-align: left;
    overflow: visible;
    PADDING: 0px;
    COLOR: #000000;
    _display: block; /* IE */
    _width: auto; /* IE */
    /*border:solid thin #f4f4f4;*/
}

.QP_fccontainertabledivRTL .QPListElementTable {
    /*display:table; */
    width: 100%;
    min-width: 99%;
    height: 100% auto;
    margin: 0 0.5em 0 0.5em;
    /*
	margin:0.5em;
	margin-bottom:0.2em;
	margin-top:0.2em;
	*/
    text-align: right;
    overflow: visible;
    PADDING: 0px;
    COLOR: #000000;
    _display: block; /* IE */
    _width: auto; /* IE */
    /*border:solid thin #f4f4f4;*/
}

.QPListElement {
    MIN-WIDTH: 100%;
    TEXT-ALIGN: left;
    MARGIN: 0px;
    WIDTH: 100%;
    /*DISPLAY: inline-block; */
    /*VERTICAL-ALIGN: top;*/
}

.QP_fccontainertabledivRTL .QPListElement {
    MIN-WIDTH: 100%;
    TEXT-ALIGN: right;
    MARGIN: 0px;
    WIDTH: 100%;
    /*DISPLAY: inline-block; */
    /*VERTICAL-ALIGN: top;*/
}
/*JSSelectButton*/
.JSSelectButton {
    color: #000000;
    font-size: 1em;
    padding: 0.25em 0.125em 0.45em 0.125em;
    -webkit-appearance: none;
    -webkit-border-radius: 0.5em;
       -moz-border-radius: 0.5em;
            border-radius: 0.5em;
    border: solid thin #ffffff;
    background: #ffffff;
    text-align: center;
    margin: 0em 0.5em 0.3em 0em;
    *text-align: left;
    *padding-bottom: 0;
}

.QP_fccontainertabledivRTL .JSSelectButton {
    color: #000000;
    font-size: 1em;
    padding: 0.25em 0.125em 0.45em 0.125em;
    -webkit-appearance: none;
    -webkit-border-radius: 0.5em;
       -moz-border-radius: 0.5em;
            border-radius: 0.5em;
    border: solid thin #ffffff;
    background: #ffffff;
    text-align: center;
    margin: 0em 0em 0.3em 0.5em;
    *text-align: right;
    *padding-bottom: 0;
}

.JSSelectButton:hover {
    /*border:solid thin #cccccc;*/
    cursor: pointer;
    text-decoration: underline;
}

.JSSelectButton:disabled {
    opacity: 0.5;
    color: #f4f4f4;
    border: solid thin #cccccc;
    cursor: none;
}

.JSSelectButton a:hover {
    text-decoration: none;
}
/*end of JSSelectButton*/
.QPEditButton {
    color: #000000;
    font-size: .85em;
    padding: 0.25em .75em 0.45em .75em;
    -webkit-appearance: none;
    -webkit-border-radius: 0.5em;
       -moz-border-radius: 0.5em;
            border-radius: 0.5em;
    border: solid thin #f0f0f0;
    border-bottom: outset thin #ffffff;
    background: #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#ffffff, endColorstr=#f0f0f0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#ffffff, endColorstr=#f0f0f0)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    min-width: 6.5em;
    /*_min-width:4em;*/
    min-width: 5.25em\0/IE8+9;
    *width: 6.5em;
    text-align: center;
    margin: 0em 0.5em 0.3em 0em;
}

.es .QPEditButton {
    min-width: 8.75em;
}

.QPEditButton:hover {
    border: solid thin #cccccc;
    cursor: pointer;
}

.QPEditButton:disabled {
    color: #555555;
    opacity: 0.6;
    border: solid thin #cccccc;
    cursor: default;
}

.QPEditButton a:hover {
    text-decoration: none;
}

.QP_NA_Button {
    font-size: .85em;
    padding: 0.25em .75em 0.45em .75em;
    -moz-border-radius: 0.5em 0.5em;
         border-radius: 0.5em 0.5em;
    -webkit-appearance: none;
    -webkit-border-radius: 0.5em 0.5em;
    background: #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#ffffff, endColorstr=#f0f0f0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#ffffff, endColorstr=#f0f0f0)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    min-width: 5em;
    text-align: center;
    margin: 0em 0.5em 0.3em 0em;
    opacity: 0.5;
    color: f4f4f4;
    border: solid thin #cccccc;
    cursor: none;
}

.QPTab {
    font-size: 0.85em;
    background: #f0f0f0;
    padding: 0.25em 0.75em 1em 0.75em;
    -webkit-border-top-left-radius: 0.5em 0.5em;
       -moz-border-radius-topleft: 0.5em 0.5em;
            border-top-left-radius: 0.5em 0.5em;
    -webkit-border-top-right-radius: 0.5em 0.5em;
       -moz-border-radius-topright: 0.5em 0.5em;
            border-top-right-radius: 0.5em 0.5em;
    min-width: 5.125em;
    text-align: center;
    *width: 6.5em;
}

.QPQuestionDivStyle {
    height: 100% auto;
    vertical-align: bottom;
    padding-left: .25em;
    float: left;
    width: 77%;
    width: 74%\0/IE8+9;
    *width: 73%;
}

.es .QPQuestionDivStyle {
    width: 71.5%;
}

.QP_fccontainertabledivRTL .QPQuestionDivStyle {
    height: 100% auto;
    vertical-align: bottom;
    padding-right: .25em;
    float: right;
    width: 77%;
    width: 74%\0/IE8+9;
    *width: 67%;
}

.QPQuestionDivStyle:hover {
    /*cursor:pointer;*/
}

.QPFilloutMetaDivStyle {
    display: table-cell;
    width: 4.5em;
    *width: 0em;
    /*width:4.16em;  min-width:4em; */
    height: 100% auto;
    min-height: 100%;
    vertical-align: top;
    _display: inline-block; /* IE */
    _float: left; /* IE */
    _clear: left; /* IE */
    background: #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
}

.QPVerticalSpacer {
    /*display:table-cell;*/
    overflow: hidden;
    /*
	width:0.2em ;
	min-width:0.1em;*/
    height: 100% auto;
    margin-top: -0.2em;
    padding-top: 0.2em;
    _display: inline-block; /* IE */
    _margin-bottom: -50000px; /* IE */
    _padding-bottom: 50000px; /* IE */
    _float: left; /* IE */
}

.QP_fccontainertabledivRTL .QPVerticalSpacer {
    /*display:table-cell;*/
    overflow: hidden;
    width: 0.2em;
    min-width: 0.1em;
    height: 100% auto;
    margin-top: -0.2em;
    padding-top: 0.2em;
    _display: inline-block; /* IE */
    _margin-bottom: -50000px; /* IE */
    _padding-bottom: 50000px; /* IE */
    _float: right; /* IE */
}
/* end */

.hidden {
    position: absolute;
    left: -10000em;
    top: auto;
    width: 1em;
    height: 1em;
    overflow: hidden;
}

.hiddenLink {
    position: absolute;
    left: -10000em;
}

    .hiddenLink:focus {
        position: static;
        font-size: 0.85em;
        text-decoration: underline;
    }

body {
    BACKGROUND-COLOR: #F4F4F4;
}

.LabelOption {
    font-size: 8pt;
}

.SectionCSS {
    BORDER-TOP: #a5b9d3 4px solid;
    BACKGROUND-COLOR: #a5b9d3;
    border: none;
    font-size: larger;
    font-style: normal;
}

.LabelOptionBold {
    font-size: 8pt;
    font: bolder;
}

.QuestionTabActive {
    color: Maroon;
}

.QuestionTabPassive {
    color: #FFFAFA;
}

.QuestionTabInActive {
    color: Black;
}

.TopToolBarHover {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEDD,endColorStr=#FED394);
}

.MenuHeader {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#1b79aF,endColorStr=#1b79aF);
    color: #ffffff;
    border: 1px solid #54668C;
    padding-left: 4px;
}

.MenuHeaderHover {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEDD,endColorStr=#FED394);
    color: #000000;
    border: 1px solid #54668C;
    padding-left: 4px;
    cursor: pointer;
}

.TopToolBar {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C4D2E4,endColorStr=#97A8BD);
    padding: 4px;
    border: 1px solid #8D9FB;
}

.TableHeader {
    FONT-SIZE: 8pt;
    color: #000000;
    background-color: #CED9E6;
    cursor: pointer;
}

.TableHeaderSort {
    FONT-SIZE: 8pt;
    color: #ffffff;
    background-color: #85A1C1;
}

.EmployeeNodesColor {
    border: 1px solid #749CDF;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#cedefa,endColorStr=#ffffff);
}

.DepartmentNodesColor {
    border: 1px solid #749CDF;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C99999,endColorStr=#ffffff);
}

.DomainNodesColor {
    border: 1px solid #749CDF;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#A9A8C1,endColorStr=#ffffff);
}

.GroupNodesColor {
    border: 1px solid #749CDF;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C3D0A1,endColorStr=#ffffff);
}

.Hover {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEDD,endColorStr=#FED394);
}

.TabBarOld {
    BORDER-TOP: #a5b9d3 4px solid;
    BACKGROUND-COLOR: #a5b9d3;
}

.TabBar {
    BACKGROUND-COLOR: #F7F7EF;
}

.TabSpace {
    WIDTH: 100%;
    border-bottom-color: White;
    border-bottom-width: medium;
    border-bottom-style: none;
}

.TabActive2 {
    color: Highlight;
    background-color: #F7F7EF;
}

.ToolButton {
    BORDER-RIGHT: 0px none;
}

.OutSet {
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    BORDER-LEFT: thin outset;
    BORDER-BOTTOM: thin outset;
}

.InSet {
    BORDER-RIGHT: thin inset;
    BORDER-TOP: thin inset;
    BORDER-LEFT: thin inset;
    BORDER-BOTTOM: thin inset;
}

A.ImpActiveLink:link {
    text-decoration: none;
    color: #0052A5;
}

A.ImpActiveLink:active {
    text-decoration: none;
    color: #0052A5;
}

A.ImpActiveLink:visited {
    text-decoration: none;
    color: #0052A5;
}

A.ImpActiveLink:hover {
    text-decoration: none;
    color: #0052A5;
}

.Imp {
    CURSOR: pointer;
    BACKGROUND-COLOR: F7F7F0;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    MARGIN-TOP: 4px;
    MARGIN-LEFT: 4px;
    MARGIN-RIGHT: 4px;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: 2px outset #FFFFFF;
    BORDER-LEFT: 2px outset #FFFFFF;
    BORDER-RIGHT: 2px outset #FFFFFF;
    BORDER-BOTTOM: 2px outset #FFFFFF;
}

.AppButton1 {
    BACKGROUND-COLOR: #4198CE;
    BORDER-COLOR: #DEECF5;
    color: White;
    font-size: 8pt;
    font: bolder;
}

.AppButton {
    /*
	BORDER-TOP: 1px solid #ccc;
	BORDER-LEFT: 1px solid #ccc;
	BORDER-RIGHT: 1px solid #ccc;
	BORDER-BOTTOM: 1px solid #ccc;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
*/
    border: solid thin #ccc;
    PADDING-left: .5em;
    PADDING-right: .5em;
    text-decoration: none;
    font-size: .9em;
    /*font-size : 10pt;*/
    cursor: pointer;
    background: #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
    /*
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#C9E0EF);
	BACKGROUND-COLOR: #f0f0f0;
	*/
    color: #000000; /*#4683AD;*/
}

.AppButton2 {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F7F7F0,endColorStr=#F7F7F0);
    BORDER-TOP: 1px solid #AACCEE;
    BORDER-LEFT: 1px solid #AACCEE;
    BORDER-RIGHT: 1px solid #AACCEE;
    BORDER-BOTTOM: 1px solid #AACCEE;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    color: #4683AD;
    text-decoration: none;
    font-size: 10pt;
    font: bolder;
    border-color: Black; /*firefox*/
    BACKGROUND-COLOR: #F7F7F0; /*firefox*/
    cursor: pointer;
}

.AppDisableButton {
    /*
	BORDER-TOP: 1px solid #ccc;
	BORDER-LEFT: 1px solid #ccc;
	BORDER-RIGHT: 1px solid #ccc;
	BORDER-BOTTOM: 1px solid #ccc;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
*/
    border: solid thin #b0b0b0;
    PADDING-left: .5em;
    PADDING-right: .5em;
    text-decoration: none;
    font-size: .8em;
    /*font-size : 10pt;*/
    /*font : bolder;*/
    font-style: normal;
    cursor: default;
    background: #DCEBF4;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#DCEBF4, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#DCEBF4, endColorstr=#ffffff)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DCEBF4), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #DCEBF4 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #DCEBF4 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #DCEBF4 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #DCEBF4 0%, #ffffff 100%);
    /*
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DCEBF4,endColorStr=#C9E0EF);
	BACKGROUND-COLOR: #DCEBF4;
	*/
    color: #aaa; /*#969696;*/
}

.DisableTextbox {
    background-color: #CFCCCC;
}

.DisableTab {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F2F8FB,endColorStr=#C9E0EF);
    color: #c3c3c3;
    background-color: #6b9cce; /*firefox, safari*/
    text-decoration: none;
    text-shadow: white .5px .5px, #c3c3c3 -.5px -.5px;
    font-size: 10pt;
    border-color: #b0b0b0; /*firefox*/
}

.DisableTabLink {
    color: #E0E0E0; /*#E1EEF6;*/
    text-decoration: none;
    font-size: 10pt;
    /*font : bolder;	*/
}

.AppDropDownList1 {
    BACKGROUND-COLOR: #D8E8FC;
    BORDER-COLOR: #DEECF5;
    color: #29416B;
    font-size: 10pt;
}

.PageLinks {
    color: #000000;
    font-size: 10pt;
}

.ReportBackground {
    BACKGROUND-COLOR: #ffffff;
}

.AppBackground {
    BACKGROUND-COLOR: #ffffff; /*#DAE9FD*/
}

.AppBackground1 {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#94B6E7,endColorStr=#DAE9FD);
}

.TopBarText {
    color: #FFFFFF;
    font-size: 18pt;
    font: bolder;
}

.TopBarStyle {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#C3D8E2, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#C3D8E2, endColorstr=#ffffff)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C3D8E2), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #C3D8E2 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #C3D8E2 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #C3D8E2 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #C3D8E2 0%, #ffffff 100%);
}

.ReportTopBarStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C3D8E2,endColorStr=#ffffff);
    background-color: #BFD7F4; /*firefox*/
}

.TopBarBottomThickLine {
    /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#AFB0AF,endColorStr=#F7F7F7);*/
    /*BACKGROUND-COLOR: #F7F7F7*/ /*firefox*/
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#AFB0AF, endColorstr=#F7F7F7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#AFB0AF, endColorstr=#F7F7F7)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#AFB0AF), to(#F7F7F7));
    background-image: -webkit-linear-gradient(top, #AFB0AF 0%, #F7F7F7 100%);
    background-image: -moz-linear-gradient(top, #AFB0AF 0%, #F7F7F7 100%);
    background-image: -o-linear-gradient(top, #AFB0AF 0%, #F7F7F7 100%);
    background-image: linear-gradient(to bottom, #AFB0AF 0%, #F7F7F7 100%);
}

.BottomLineThickness {
    height: 0.5em;
    width: 100%;
}

.QP_fccontainertabledivRTL .BottomLineThickness {
    height: 0.5em;
    width: 100%;
    height: 0\0/IE8+9;
}

.TopBarMiddleThinLine {
    BACKGROUND-COLOR: #ffffff;
}

.LogoCell {
    /*
	BORDER-RIGHT: #749cdf 0px solid;
	BORDER-TOP: #749cdf 0px solid;
	BORDER-LEFT: #749cdf 0px solid;
	BORDER-BOTTOM: #749cdf 0px solid;
	BACKGROUND-COLOR: #ffffff;
*/
    /*padding-top:.25em;
	padding-bottom:.1em;*/
}

.LeftMenu {
    BORDER-RIGHT: #9c9a9c 1px solid;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#95B7E7,endColorStr=#CEDFFF);
    background-color: #BFD7F4; /*firefox*/
}

.LeftPanel {
    /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#95B7E7,endColorStr=#D9E9FD)*/
    background-color: #BFD7F4; /*firefox*/
}

.LeftMenuHeadingCell {
    BORDER-BOTTOM: #000000 2px solid;
}

.TabPage {
    height: 100%;
    BORDER-RIGHT: #f7f7ef 0px outset;
    BORDER-TOP: #f7f7ef 0px outset;
    BORDER-LEFT: #f7f7ef 0px outset;
    BORDER-BOTTOM: #f7f7ef 0px outset;
}

.TabsBackground {
    BACKGROUND-COLOR: #f7f7f0;
}

.ReportStatusBackground {
    BACKGROUND-COLOR: #F2F8FB;
    /*BACKGROUND-COLOR: #DAEAF4*/
    /*BACKGROUND-COLOR: #C8DCF8*/
}

.InfoPanelBackground {
    BACKGROUND-COLOR: #C8DCF8;
}

A.MenuButtonActive:link {
    text-decoration: none;
    color: #29416B;
    font-size: 9pt;
    font-weight: bold;
}

A.MenuButtonActive:active {
    text-decoration: none;
    color: #29416B;
    font-size: 9pt;
    font-weight: bold;
}

A.MenuButtonActive:visited {
    text-decoration: none;
    color: #29416B;
    font-size: 9pt;
    font: bolder;
}

A.MenuButtonActive:hover {
    text-decoration: none;
    color: #29416B;
    font-size: 9pt;
    font: bolder;
}

A.MenuButtonInactive:link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
}

A.MenuButtonInactive:active {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 9pt;
    font: bolder;
}

A.MenuButtonInactive:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 9pt;
    font: bolder;
}

A.MenuButtonInactive:hover {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 9pt;
    font: bolder;
}

.MenuTdActive {
    BACKGROUND-COLOR: #DAE9FD;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    MARGIN-TOP: 4px;
    MARGIN-LEFT: 4px;
    MARGIN-RIGHT: 4px;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: 1px solid #DEECF5;
    BORDER-LEFT: 1px solid #DEECF5;
    BORDER-RIGHT: 1px solid #DEECF5;
    BORDER-BOTTOM: 1px solid #DEECF5;
}

.MenuTdInactive {
    CURSOR: pointer;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    MARGIN-TOP: 4px;
    MARGIN-LEFT: 4px;
    MARGIN-RIGHT: 4px;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: 0px solid #DEECF5;
    BORDER-LEFT: 0px solid #DEECF5;
    BORDER-RIGHT: 0px solid #DEECF5;
    BORDER-BOTTOM: 0px solid #DEECF5;
}

.MenuHeading {
    color: #000000;
    font-size: 10pt;
    font: bolder;
}

.MenuWelcome {
    color: #000000;
    font-size: 10pt;
    font: bolder;
}

.MenuNameText {
    color: #000000;
    font-size: 10pt;
    font-weight: bolder; /*firefox uses font-weight*/
}

.MenuDateText {
    color: #000000;
    font-size: 8pt;
    font: bolder;
}

.PageText {
    color: #000000; /*#29416B;*/
    font-weight: bold;
    font-size: 9pt;
}

.PageTextRegular {
    color: #000000;
    font-size: 1em;
}

.PageTextContent {
    color: #000000;
    font-size: 10pt;
}

.ReportPageText {
    color: #000000;
    font-size: 10pt;
}

.PageTextSmall {
    color: #000000; /*#29416B;*/
    font-size: .65em;
    font-weight: normal;
}

.PageTextHeading {
    color: #000000; /*#000000;*/ /*#000000;*/
    font-weight: bold; /*firefox uses font-weight*/
    font-size: 1.1em;
    /*font-size : 14pt;*/
}

.ReportHeaderText {
    color: #29416B;
    font-weight: bold;
    font-size: 9pt;
}

.ReportFooterText {
    color: #29416B;
    font-weight: bold;
    font-size: 9pt;
}

.ReportHeaderTextSmall {
    color: #29416B;
    font-size: 9pt;
}

.ReportFooterTextSmall {
    color: #29416B;
    font-size: 9pt;
}

.SubPageTextHeading {
    color: #000000;
    font: bold;
    font-size: 13pt;
}

.SubPageConfirmationText {
    color: #29416B;
    font-size: 12pt;
}

.SubPageFrameStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#000080,endColorStr=#9ec0eb);
    background-color: #9ec0eb; /*firefox*/
}

.SubPageFrameStyleImg {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#9ec0eb,endColorStr=#a6caf0);
    background-color: #9ec0eb; /*firefox*/
}

.SubPageFrameText {
    color: #FFFFFF;
    font: bold;
    font-size: 9pt;
}

.SubPageQuestionTextHeading {
    color: #4B0082;
    font: bold;
    font-size: 13pt;
}

.SubPageConfirmationText {
    color: #29416B;
    font: bold;
    font-size: 11pt;
}

.ListPanelStyle {
    BORDER-RIGHT: #99ffff 1px;
    BORDER-TOP: #99ffff 1px;
    BORDER-LEFT: #99ffff 1px;
    BORDER-BOTTOM: #99ffff 1px;
}

.QuestionPanelStyle {
    BORDER-RIGHT: #d4d0c8 2px outset;
    BORDER-TOP: #d4d0c8 2px outset;
    BORDER-LEFT: #d4d0c8 2px outset;
    BORDER-BOTTOM: #d4d0c8 2px outset;
}

.DivGridStyle {
    BORDER-RIGHT: #ccccff 2px inset;
    BORDER-TOP: #ccccff 2px inset;
    OVERFLOW: auto;
    BORDER-LEFT: #ccccff 2px inset;
    WIDTH: 100%;
    BORDER-BOTTOM: #ccccff 2px inset;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #ffffff;
}

.DefinitionGridStyle {
    BORDER-RIGHT: #ccccff 1px inset;
    BORDER-TOP: #ccccff 1px inset;
    OVERFLOW: auto;
    BORDER-LEFT: #ccccff 1px inset;
    WIDTH: 95%;
    BORDER-BOTTOM: #ccccff 1px inset;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #f5f5f5;
}

.QuestionGridStyle {
    BORDER-RIGHT: #ccccff 1px solid;
    BORDER-TOP: #ccccff 1px solid;
    OVERFLOW: auto;
    BORDER-LEFT: #ccccff 1px solid;
    WIDTH: 95%;
    BORDER-BOTTOM: #ccccff 1px solid;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #c8dcf8;
}

.UserManaGridStyle {
    OVERFLOW: auto;
    WIDTH: 100%;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #dae9fd;
}

A.TabChildLink:link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10pt;
}

A.TabChildLink:active {
    text-decoration: none;
    color: #003399;
    font-size: 10pt;
}

A.TabChildLink:visited {
    text-decoration: none;
    color: #003399;
    font-size: 10pt;
}

A.TabChildLink:hover {
    text-decoration: none;
    color: #003399;
    font-size: 10pt;
}

A.TabActiveLink:link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10pt;
}

A.TabActiveLink:active {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10pt;
}

A.TabActiveLink:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10pt;
}

A.TabActiveLink:hover {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10pt;
}

A.TabChildActiveLink {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10pt;
}

    A.TabChildActiveLink:link {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 10pt;
    }

    A.TabChildActiveLink:active {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 10pt;
    }

    A.TabChildActiveLink:visited {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 10pt;
    }

    A.TabChildActiveLink:hover {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 10pt;
    }

A.TabLink:link {
    text-decoration: none;
    color: #000000;
    font-size: 10pt;
}

A.TabLink:active {
    text-decoration: none;
    color: #000000;
    font-size: 10pt;
}

A.TabLink:visited {
    text-decoration: none;
    color: #000000;
    font-size: 10pt;
}

A.TabLink:hover {
    text-decoration: none;
    color: #000000;
    font-size: 10pt;
}

.TabChildActive {
    BACKGROUND-COLOR: DAE9FD;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    MARGIN-TOP: 4px;
    MARGIN-LEFT: 4px;
    MARGIN-RIGHT: 4px;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: 3px outset #F7F7EF;
    BORDER-LEFT: 3px outset #F7F7EF;
    BORDER-RIGHT: 3px outset #F7F7EF;
    BORDER-BOTTOM: 0px outset #F7F7EF;
}

.TabActive {
    BACKGROUND-COLOR: DAE9FD;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    MARGIN-TOP: 4px;
    MARGIN-LEFT: 4px;
    MARGIN-RIGHT: 4px;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: 3px outset #F7F7EF;
    BORDER-LEFT: 3px outset #F7F7EF;
    BORDER-RIGHT: 3px outset #F7F7EF;
    BORDER-BOTTOM: 0px outset #F7F7EF;
}

.TabChild {
    CURSOR: pointer;
    BACKGROUND-COLOR: #6B9CCE;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: 1px outset #F7F7EF;
    BORDER-LEFT: 1px outset #F7F7EF;
    BORDER-RIGHT: 1px outset #F7F7EF;
    BORDER-BOTTOM: 1px outset #F7F7EF;
}

.TabChildLast {
    BACKGROUND-COLOR: #DAE9FD;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    MARGIN-TOP: 4px;
    MARGIN-LEFT: 4px;
    MARGIN-RIGHT: 4px;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: 3px outset #F7F7EF;
    BORDER-LEFT: 3px outset #F7F7EF;
    BORDER-RIGHT: 3px outset #F7F7EF;
    BORDER-BOTTOM: 0px outset #F7F7EF;
}

.Tab {
    CURSOR: pointer;
    BACKGROUND-COLOR: #6B9CCE;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: 1px outset #F7F7EF;
    BORDER-LEFT: 1px outset #F7F7EF;
    BORDER-RIGHT: 1px outset #F7F7EF;
    BORDER-BOTTOM: 1px outset #F7F7EF;
}

.SubTabActive {
    BACKGROUND-COLOR: #C8DCF8;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    MARGIN-TOP: 4px;
    MARGIN-LEFT: 4px;
    MARGIN-RIGHT: 4px;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: 3px outset #F7F7EF;
    BORDER-LEFT: 3px outset #F7F7EF;
    BORDER-RIGHT: 3px outset #F7F7EF;
    BORDER-BOTTOM: 0px outset #F7F7EF;
}

.SubTab {
    CURSOR: pointer;
    BACKGROUND-COLOR: #6B9CCE;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: 1px outset #F7F7EF;
    BORDER-LEFT: 1px outset #F7F7EF;
    BORDER-RIGHT: 1px outset #F7F7EF;
    BORDER-BOTTOM: 1px outset #F7F7EF;
}

.DdlText {
    color: #000000;
    font-size: 8pt;
}

.GridMainSytle {
    font-size: 8pt;
    BACKGROUND-COLOR: #FAFAFA;
    Border: 0px Solid white;
}

.GridItemStyle {
    color: #000000;
    font-size: 1.1em;
    background-color: #F5F5F6;
    text-align: center;
    Height: 8px;
    cursor: pointer;
}

.GridAlternatingStyle {
    color: #000000;
    background-color: #D6E7FB;
    font-size: 1.1em;
    text-align: center;
    /*font-size: 8pt*/
    cursor: pointer;
}

    .GridItemStyle:hover, .GridAlternatingStyle:hover {
        color: #000000;
        background-color: #F8DFB6;
        font-size: 1.1em;
        cursor: pointer;
    }

.GridMouseOverStyle {
    color: #000000;
    background-color: #F8E9D8; /*#F8DFB6;*/
    font-size: 1.1em;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.GridSelectedStyle {
    color: #000000;
    background-color: #DCC7B4;
    Border: Dotted;
}

.GridFooterStyle {
    color: #000000;
    font-size: 8pt;
    background-color: #000000;
}

.PagerStyle {
    color: #000000;
    font-size: 8pt;
    background-color: #FFFFFF;
}

.GridHeaderStyle {
    font: bold;
    color: #FFFFFF;
    text-decoration: none;
    border: solid;
    font-size: 1.1em;
    background-color: #6b9cce;
}

.GridCustomColumnHeader {
    font: bold;
    color: #FFFFFF;
    font-size: 8pt;
}

.QuestionStyle {
    PADDING: 4px;
    COLOR: #000000;
    background-color: #f0f0f0; /*firefox*/
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
}

.QuestionStylePrint {
    PADDING: 4px;
    /* FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#ffffff); */
    /* background-color: #FFFFFF; */
    COLOR: #000000;
}

.QuestionNumberStyle {
    PADDING: 4px;
    COLOR: #000000;
    background-color: #f0f0f0; /*firefox*/
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
}

.SectionStyle {
    PADDING: 4px;
    COLOR: #000000;
    BACKGROUND-COLOR: #f0f0f0; /*firefox*/
}

.QuestionStylePrint {
    BACKGROUND-COLOR: #DAE9FD;
    PADDING: 4px;
}

.QuestionNumberStylePrint {
    BACKGROUND-COLOR: #DAE9FD;
    PADDING: 4px;
}

.SectionStylePrint {
    BACKGROUND-COLOR: #C8DCF8;
    PADDING: 4px;
}

.MatrixHeaderRow {
}

.MatrixOddRow {
    /*BACKGROUND-COLOR: #E8F6FC;*/ /*#ddecf3;*/
}

    .MatrixOddRow:hover {
        BACKGROUND-COLOR: white;
    }

.MatrixEvenRow:hover {
    BACKGROUND-COLOR: white;
}

.MatrixEvenRowPrint {
    /*BACKGROUND-COLOR: #CFE2F9*/
}

.MatrixOddRowPrint {
    BACKGROUND-COLOR: #DAE9FD;
}

.ControlStyle {
    PADDING: 4px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#84BEE7,endColorStr=#ffffff);
    COLOR: #000000;
    BORDER-RIGHT: #645A4F 0pt solid;
    BORDER-TOP: #645A4F 0pt solid;
    BORDER-LEFT: #645A4F 0pt solid;
    BORDER-BOTTOM: #645A4F 0pt solid;
}

.AppButtonRemoveEnteries {
}

.TabularText {
    font-size: 8.5pt;
}

.TabularTextBold { /*new from BlueEvaluation 3.14*/
    font-size: 8.5pt;
    font-weight: bold;
}

.TabularTextSubHeading {
    font-size: 12pt;
}

.TabularTextHeading {
    font-size: 10pt;
    font: bold;
}

.LoginBackground {
    BACKGROUND-COLOR: #DAE9FD;
}

.LoginBanner {
    BACKGROUND-COLOR: #DAE9FD;
}

.LoginTextSmall {
    color: #005CAB;
    font: Italic;
    font: bolder;
    font-size: 7pt;
}

.LoginTextMedium {
    color: #005CAB;
    font-size: 10pt;
}

.FONT_EDIT_BIG {
    font-size: 10pt;
    font: bold;
}

.FONT_EDIT_MEDIUM {
    font-size: 9pt;
}

.FONT_VIEW_QUESTIONTABLE_MEDIUM {
    font-size: .9em;
}

.FONT_VIEW_METATABLE_BIG {
    font-size: .78em;
    font-weight: bold;
    _font-size: 8pt;
}

.FONT_VIEW_QUESTIONTABLE_BIG {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: .5em;
    /*_font-size: 10pt;*/
}

.FONT_VIEW_QUESTIONTABLE_SECTION {
    font-size: 1.05em;
    font-weight: bold;
}

.FONT_VIEW_QUESTIONTABLE_SMALL {
    font-size: .85em;
}

.FONT_VIEW_QUESTIONTABLE_SMALL_ITLIC {
    font-size: .85em;
    font-style: Italic;
}

.AppButtonAsLink_first {
    border: thin solid #ccc;
    cursor: pointer;
    margin-left: .25em;
    margin-right: 0;
    background: #ffffff;
    /* url(../images/pagetop.gif) no-repeat;*/
    height: 1.5em;
    width: 2.5em;
}

.AppButtonAsLink_first_Disabled {
    border: thin solid #ccc;
    cursor: default;
    margin-left: .25em;
    margin-right: 0;
    background: #ffffff;
    /* url(../images/pagetop_off.gif) no-repeat;*/
    height: 1.5em;
    width: 2.5em;
}

.AppButtonAsLink_previous {
    border: thin solid #ccc;
    cursor: pointer;
    margin-left: .25em;
    margin-right: 0;
    background: #ffffff;
    /* url(../images/pageup.gif) no-repeat;*/
    height: 1.5em;
    width: 2.5em;
}

.AppButtonAsLink_previous_Disabled {
    border: thin solid #ccc;
    cursor: default;
    margin-left: .25em;
    margin-right: 0;
    background: #ffffff;
    /* url(../images/pageup_off.gif) no-repeat;*/
    height: 1.5em;
    width: 2.5em;
}

.AppButtonAsLink_next {
    border: thin solid #ccc;
    cursor: pointer;
    margin-left: .25em;
    margin-right: 0;
    background: #ffffff;
    /* url(../images/pagedown.gif) no-repeat;*/
    height: 1.5em;
    width: 2.5em;
}

.AppButtonAsLink_next_Disabled {
    border: thin solid #ccc;
    cursor: default;
    margin-left: .25em;
    margin-right: 0;
    background: #ffffff;
    /* url(../images/pagedown_off.gif) no-repeat;*/
    height: 1.5em;
    width: 2.5em;
}

.AppButtonAsLink_last {
    border: thin solid #ccc;
    cursor: pointer;
    margin-left: .25em;
    margin-right: 0;
    background: #ffffff;
    /* url(../images/pagebottom.gif) no-repeat;*/
    height: 1.5em;
    width: 2.5em;
}

.AppButtonAsLink_last_Disabled {
    border: thin solid #ccc;
    cursor: default;
    margin-left: .25em;
    margin-right: 0;
    background: #ffffff;
    /* url(../images/pagebottom_off.gif) no-repeat;*/
    height: 1.5em;
    width: 2.5em;
}

.BlueListPageInfo {
    margin-left: .2em;
    margin-right: .2em;
    vertical-align: middle;
}

.FilloutSummaryQuestionTitle {
    /*BACKGROUND-COLOR: #f0f0f0*/
}

.popupLink {
    COLOR: #29416B;
    text-decoration: none;
    outline: none;
    font-family: monospace;
    font-size: 8pt;
}

.popup {
    POSITION: absolute;
    VISIBILITY: hidden;
    BACKGROUND-COLOR: white;
    LAYER-BACKGROUND-COLOR: white;
    width: 200;
    BORDER-LEFT: 1px solid black;
    BORDER-TOP: 1px solid black;
    BORDER-BOTTOM: 3px solid black;
    BORDER-RIGHT: 3px solid black;
    PADDING: 3px;
    z-index: 10;
    left: 1px;
    top: 1px;
    width: 0;
}

.iframepopup {
    POSITION: absolute;
    BACKGROUND-COLOR: white;
    LAYER-BACKGROUND-COLOR: white;
    width: 200;
    BORDER-LEFT: 0px solid black;
    BORDER-TOP: 0px solid black;
    BORDER-BOTTOM: 0px solid black;
    BORDER-RIGHT: 0px solid black;
    PADDING: 1px;
    z-index: 10;
    left: 1px;
    top: 1px;
    width: 0;
}

@media screen {
    #langOption {
    }

    .printonly {
        PAGE-BREAK-BEFORE: "";
        WIDTH: 6.8in;
    }

    .printHeadFooter {
        DISPLAY: none;
    }
}

@media print {
    #langOption {
        DISPLAY: none;
    }

    .printonly {
        PAGE-BREAK-BEFORE: always;
        WIDTH: 6.8in;
        HEIGHT: 9.8in;
    }

    .printHeadFooter {
        DISPLAY: block;
    }
}

.QRatingTypeDiv {
    display: table;
    border: 1;
    width: 98%;
    border-style: outset;
    border-width: thin;
    border-color: #d9d3b1;
    margin-bottom: 10pt;
    margin-top: 10pt;
    padding-bottom: 10pt;
    padding-top: 10pt;
}

/* start : for fillout question clf */

.FilloutBaseDivStyle {
    display: table;
    width: 99.25%;
    min-width: 99%;
    height: 100% auto;
    margin: 0 0 0 0.75em;
    /*
	margin:0.5em;
	margin-bottom:0.2em;
	margin-top:0.2em;
	*/
    text-align: left;
    overflow: visible;
    PADDING: 0px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#ffffff);
    COLOR: #000000;
    background-color: #f0f0f0; /*firefox*/
    _display: block; /* IE */
    _width: auto; /* IE */
    *margin: 0;
}

.FilloutBaseDivStyleRTL {
    display: table;
    width: 99%;
    min-width: 99%;
    height: 100% auto;
    margin: 0 0.5em;
    text-align: right;
    overflow: hidden;
    PADDING: 0px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#ffffff);
    COLOR: #000000;
    background-color: #f0f0f0; /*firefox*/
    _display: block; /* IE */
    _width: auto; /* IE */
    _postion: relative;
}

.FilloutQuestionDivRowStyle {
    COLOR: #000000;
    display: table-row;
    width: 100%;
    min-width: 50em;
    height: 100% auto;
    margin: 0;
    PADDING: 4px;
    _display: inline-block; /* IE */
    _width: auto; /* IE */
    _margin-bottom: -1em; /* IE */
    _padding-bottom: 1em; /* IE */
    _position: relative; /* IE */
    *margin-bottom: 0;
    /*background-color:#f0f0f0;*/ /*firefox*/
    /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#ffffff);*/
    background: #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
}

.FilloutMetaDivStyle {
    display: table-cell;
    width: 4.75em;
    min-width: 4em;
    height: 100% auto;
    min-height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0.33em;
    margin-right: 0.1em;
    margin-left: 0.1em;
    _display: inline-block; /* IE */
    _float: left; /* IE */
    _clear: left; /* IE */
    *width: 3.75em;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#ffffff);
    /* FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE6F7,endColorStr=#ffffff); */
}

.FilloutQuestionDivStyle {
    display: table-cell;
    width: 100% auto;
    height: 100% auto;
    vertical-align: top;
    margin: 0.1em;
    padding: 0.33em;
    _display: inline-block; /* IE */
    _float: right; /* IE */
    _clear: right; /* IE */
    _position: relative; /* IE */
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#ffffff);
    /* FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE6F7,endColorStr=#ffffff); */
}

Div.VerticalSpacer {
    display: table-cell;
    overflow: hidden;
    width: 0.2em;
    min-width: 0.1em;
    height: 100% auto;
    margin-top: -0.2em;
    padding-top: 0.2em;
    _display: inline-block; /* IE */
    _margin-bottom: -50000px; /* IE */
    _padding-bottom: 50000px; /* IE */
    _float: left; /* IE */
}

.FilloutMetaDivStyleRTL {
    display: table-cell;
    width: 4.16em;
    min-width: 4em;
    height: 100% auto;
    min-height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0.33em;
    margin-right: 0.1em;
    margin-left: 0.1em;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#ffffff);
    _display: inline-block; /* IE */
    _float: right; /* IE */
    _clear: right; /* IE */
}

.FilloutQuestionDivStyleRTL {
    display: table-cell;
    width: 100% auto;
    height: 100% auto;
    vertical-align: top;
    margin: 0.1em;
    padding: 0.33em;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#ffffff);
    _display: inline-block; /* IE */
    _float: left; /* IE */
    _clear: left; /* IE */
    _position: relative; /* IE */
}

Div.VerticalSpacerRTL {
    display: table-cell;
    overflow: hidden;
    width: 0.25em;
    min-width: 0.1em;
    background-color: #DAE9FD;
    height: 100% auto;
    margin-top: -0.2em;
    padding-top: 0.2em;
    _display: inline-block; /* IE */
    _margin-bottom: -50000px; /* IE */
    _padding-bottom: 50000px; /* IE */
    _float: right; /* IE */
}

/*Right to Left*/
.FilloutControllerDivTableRTL .FilloutSectionDivStyle {
    /*display: table;*/
    width: 99%;
    min-width: 99%;
    margin: 0.5em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    text-align: right;
    padding: 0;
    PADDING: 0px;
    COLOR: #000000;
    _display: block; /* IE */
    /*background-color:#f0f0f0;*/ /*firefox*/
    /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#ffffff);*/
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
}

.FilloutControllerDivTable .FilloutSectionDivStyle {
    /*display: table;*/
    width: 100%;
    min-width: 99%;
    margin: 0.5em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    text-align: left;
    padding: 0;
    PADDING: 0px;
    COLOR: #000000;
    _display: block; /* IE */
    /*background-color:#f0f0f0;*/ /*firefox*/
    /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#ffffff);*/
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
}

.FilloutSectionDivRowStyle {
    display: table-row;
    width: 100%;
    min-width: 50em;
    height: 100% auto;
    margin: 0;
    /*text-align:left;*/
    background-color: #f0f0f0; /*firefox*/
    overflow: hidden;
    PADDING: 4px;
    COLOR: #000000;
    _display: inline-block; /* IE */
    _width: auto; /* IE */
    _margin-bottom: -1em; /* IE */
    _padding-bottom: 1em; /* IE */
    _position: relative; /* IE */
}

.FilloutControllerDivTable .FilloutSectionQuestionDivStyle {
    /*display:table-cell; 	*/
    width: 100% auto;
    height: 100% auto;
    vertical-align: top;
    margin: 0.1em;
    padding: 0.33em;
    _display: inline-block; /* IE */
    _float: right; /* IE */
    _clear: right; /* IE */
    _position: relative; /* IE */
}

.FilloutControllerDivTable .FilloutSectionDivTitleStyle {
    Display: inline;
    float: left;
    width: 100% auto;
    height: 100%;
    padding: 0.3em;
    vertical-align: top;
}

.FilloutSectionDivImageStyle {
    Display: inline;
    float: right;
    clear: right;
    width: auto;
    height: 100%;
    vertical-align: top;
}

.FilloutSectionDivTitleStyleRTL {
    Display: inline;
    float: right;
    clear: right;
    width: auto;
    height: 100%;
    vertical-align: top;
}

.FilloutSectionDivImageStyleRTL {
    Display: inline;
    float: left;
    clear: left;
    width: auto;
    height: 100%;
    vertical-align: top;
}

/* for section image display <img style...> */
.FilloutSectionImageStyle {
    border-style: none;
    vertical-align: top;
    float: right;
}

.FilloutSectionImageStyleRTL {
    border-style: none;
    vertical-align: top;
    float: left;
}

/* end : for fillout question clf */

.Div_FilloutListContainer {
    display: block;
    width: 96% auto;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    margin-left: 2%;
    margin-right: 2%;
    _width: 100%; /* IE */
}

/* ****************  start: fillout controller *************** */

.FilloutControllerDivTable {
    /*display:table; */
    width: 100%;
    height: 100%;
    min-height: 80%;
    min-width: 98%;
    /*background-color:#DAE9FD; */
    border: solid 0px black;
}

.FilloutControllerDivTableRTL {
    /*display:table; */
    width: 100%;
    height: 100%;
    min-height: 80%;
    min-width: 98%;
    /*background-color:#DAE9FD; */
    border: solid 0px black;
}

.FilloutControllerHeaderDivRow {
    /*display:table-row; */
    width: 100%;
    height: 60px;
    /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C3D8E2,endColorStr=#ffffff);*/
    /*background-color: #BFD7F4; */ /*firefox*/
}

.FilloutControllerBodyDivRow {
    /*display:table-row;*/
    width: 100%;
    height: 90%;
    border: solid 0px red;
    background-color: #DAE9FD;
}

.FilloutControllerFooterDivRow {
    /*display:table-row; */
    width: 80% auto;
    min-height: 4.5em;
    border: solid 0px red;
    BACKGROUND-COLOR: #C8DCF8;
}

.FilloutControllerHeaderDivCell {
    /*display:table-cell;*/
    width: 100%;
    height: 60px;
    vertical-align: middle;
    /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C3D8E2,endColorStr=#ffffff);*/
    /*background-color: #C3D8E2;*/ /*firefox*/
}

.FilloutControllerBodyDivCell {
    /*display:table-cell;  */
    padding-left: 3em;
    padding-right: 3em;
    /*width:100%; */
    height: 50%; /*IE 8*/
    min-height: 50%; /*IE 8*/
    background-color: #ffffff; /*#DAE9FD; */
    /*
	border-bottom: 0.1em outset #ffffff;
	border-right: 0.15em outset #ffffff;
	*/
    border: thin solid #eeeeee;
    *height: 100%;
}

.FilloutControllerFooterDivCell {
    /*display:table-cell;*/
    /*width:100%; */
    min-width: 50em;
    min-height: 4em;
    /*BACKGROUND-COLOR:#C8DCF8; */
    padding: 0.2em;
    BACKGROUND-COLOR: #ffffff; /*#E7ECF1; */ /*#C8DCF8;*/
    /*border-top: 0.2em solid #EEE;*/ /*#CEE6F7;*/
    border: thin solid #eeeeee;
    /*
	border: 0.15em outset #ffffff;
	border-bottom: 0.1em outset #ffffff;
	*/
}

.FilloutControllerTopBarThickLineRow {
    /*display:table-row; */
    height: 0.3em;
    width: 100%;
}

.FilloutControllerTopBarThickLineCell {
    /*display:table-cell; */
    height: 0.3em;
    width: 100%;
}

.FilloutControllerTopBarThinLineRow {
    /*display:table-row;*/
    height: 0.2em;
    width: 100%;
}

.FilloutControllerTopBarThinLineCell {
    /*display:table-cell;*/
    height: 0.1em;
    width: 100%;
}

.Div_FilloutTopBarLeft {
    /*display:table-cell;*/
    width: 145px;
    height: 55px;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0.2em;
    float: left;
    clear: left;
}

.QP_fccontainertabledivRTL .Div_FilloutTopBarLeft {
    /*
	width:145px;
	height:55px;
	vertical-align: middle;
	text-align: center;
	margin:0 0 0 0;
	padding: 0.2em;

*/
    float: right;
    clear: right;
}

.Div_FilloutTopBarMiddle {
    display: table-cell;
    width: 100% auto;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #808073;
    font-size: 18pt;
    font: bolder;
    /*background-color: #C3D8E2;*/ /*firefox*/
    /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#94B6E7,endColorStr=#C3D8E2);*/
}

.Div_FilloutTopBarRight {
    /*display:table-cell; */
    /*width:210px;  */
    text-align: right;
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: .5em .35em .5em .35em;
    /*  IE 8 layout issue, so have to use float,   */
    float: right;
    clear: right;
    *padding-top: 0.5em; /* IE 8 */
    padding-bottom: 0.5em; /* firefox */
}

.QP_fccontainertabledivRTL .Div_FilloutTopBarRight {
    /*display:table-cell; */
    /*width:210px;  */
    text-align: left;
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: .5em .35em .5em .35em;
    /*  IE 8 layout issue, so have to use float,   */
    float: left;
    clear: left;
    *padding-top: 0.5em; /* IE 8 */
    padding-bottom: 0.5em; /* firefox */
}

.Div_FilloutTopBarRight img {
    border: 0em;
}

.Div_FilloutBottomLeftCell {
    float: left;
    clear: left;
    width: auto;
    height: 1.25em auto;
}

.QP_fccontainertabledivRTL .Div_FilloutBottomLeftCell {
    float: right;
    clear: right;
    width: auto;
    height: 1.25em auto;
}

.Div_FilloutBottomMiddleCell {
    display: table-cell;
    width: 15% auto;
    height: 1.25em;
    text-align: center;
    PADDING: 0.1em;
    PADDING-left: 2em;
    float: left;
    bottom: 0;
    word-wrap: break-word;
}

.Div_FilloutBottomRightCell {
    display: table-cell;
    float: right;
    clear: right;
    width: 15% auto;
    min-width: 15%;
    height: 1.25em;
    vertical-align: top;
    margin: 0.1em 0.1em 0.1em 0.1em;
    PADDING: 0.1em 3em 0.1em 0.em;
    bottom: 0;
}

.FilloutCheckboxStyleLeftMost {
    display: table-cell;
    width: 4.167em;
    text-align: center;
    padding-left: 0.2em;
    padding-right: 0.2em;
    border-left: solid 0.1em #cccccc;
    border-right: solid 0.1em #cccccc;
}

.FilloutCheckboxStyle {
    display: table-cell;
    text-align: center;
    width: 4.167em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    border-right: solid 0.1em #cccccc;
}

.FilloutListingLegendInfoDiv {
    display: block;
    BACKGROUND-COLOR: white; /*#E7ECF1;*/ /*#CEE6F7;*/ /*#C8DCF8; */
    width: 100%;
    /*vertical-align:top;  */
    text-align: left;
    margin: 1.5em 0.25em 0 0.25em;
}

.QP_fccontainertabledivRTL .FilloutListingLegendInfoDiv {
    display: block;
    BACKGROUND-COLOR: white; /*#E7ECF1;*/ /*#CEE6F7;*/ /*#C8DCF8; */
    width: 100%;
    /*vertical-align:top;  */
    text-align: right;
    margin: 1.5em 0.25em 0 0.25em;
}

.FilloutListingErrorListDiv {
}

.FilloutListingErrorListDivSummaryPage {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: left;
    margin-left: 0em;
    margin-right: 0em;
    *margin-left: 0em;
    *margin-right: 0em;
}

.FCContainerTableDiv {
    display: table;
    padding: 1%;
    min-height: 97%;
    height: 98.9%;
    min-width: 98%;
    width: 98%;
}

.FCContainerTableCellDiv {
    display: table-cell;
    height: 100%;
}

.FCContainerTableDivSafari {
    display: table;
    padding: 1%;
    min-height: 98%;
    height: 102%;
    min-width: 98%;
    width: 100%;
}

.FCContainerTableCellDivSafari {
    display: table-cell;
    height: 100%;
}

.FCContainerTableDivIE8 {
    display: table;
    padding: 1%;
    min-height: 98%;
    height: 98%;
    min-width: 98%;
    width: 98%;
}

.FCContainerTableCellDivIE8 {
    display: table-cell;
    height: 100%;
}

.ErrorStylePrint {
    BACKGROUND-COLOR: #ffffff; /*#E7ECF1;*/ /*#C8DCF8;*/ /*#CEE6F7; */
    border: 0.15em solid #F7F7F7;
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 0.5em;
    position: relative;
}
/* ****************  end: fillout controller *************** */
.FilloutNavigationText:link {
    color: #000000; /*#29416B;*/
    font-size: 1em;
    font-weight: normal;
}

.Fillout_PagerStyle {
    color: #000000;
    font-size: 8pt;
    /*background-color: #f7f7f7;*/
}

A:link {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

A:visited {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.Div_FilloutListContainer A:visited {
    color: #523000;
    text-decoration: none;
    font-weight: normal;
    font-size: .85em;
    _font-size: 9pt;
}

.Div_FilloutListContainerRTL A:visited {
    color: #523000;
    text-decoration: none;
    font-weight: normal;
    font-size: .85em;
    _font-size: 9pt;
}

A:active {
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
    color: #000000;
    font-weight: normal;
}

.LanguageLinkLabel {
    color: #000000;
    font-weight: normal;
    /*font-size : 9pt; */
}

    .LanguageLinkLabel a:link {
        font-size: .95em;
    }

html .PageTextBlack {
    color: #000000;
    font-weight: bold;
    font-size: 1em;
}

.PageTextBlack {
    color: #000000;
    font-weight: bold;
    font-size: 13pt;
}

.PageTextSmallBlack {
    color: #000000;
    font-size: 9pt;
    font-weight: normal;
}

.AppBackgroundFillout {
    BACKGROUND-COLOR: #ffffff; /*#E7ECF1;*/
}

.SectionStylePrintFillout {
    PADDING: 4px;
    BACKGROUND-COLOR: #ffffff; /*#E7ECF1; */ /*#C8DCF8;*/
    /*
	border: 0.15em outset #ffffff;
	border-bottom: 0.1em outset #ffffff;
	border-top: 0.2em solid #EEE;*/ /*#CEE6F7;*/
    border: solid .05em #ddd;
}

.textAlignleft {
    text-align: left;
}

.textAlignright {
    text-align: right;
}

/*new fillout style CLF*/

html body {
    background-color: #f4f4f4;
}

html h1, h2, h3, h4, span, .PageTextHeading, .PageText, .PageTextError, PageTextSmall, .TaskListPageText, TaskListPageTextSmall {
    color: #000000;
}

html .PageTextHeading {
    font-size: 1.5em;
    /*font-size : 14pt;*/
    font-weight: bold;
}

html .PageText {
    font-size: .85em;
    font-weight: bold;
}

html .PageTextSmall {
    font-size: .85em;
    font-weight: normal;
}

html .TaskListPageText {
    font-size: 0.85em;
    font-weight: bold;
}

html .TaskListPageTextSmall {
    font-size: 0.85em;
    font-weight: normal;
}

h1 .PageTextSmall {
    font-size: .85em;
    font-weight: normal;
}

h2 .PageTextSmall {
    font-size: .85em;
    font-weight: normal;
}

html .QuestionErrorMsg span {
    color: #C00;
}

.FilloutListingLegendInfoDiv H2 {
    font-weight: bold;
    font-size: 1em;
    _font-size: 11pt;
}

.FilloutListingLegendInfoDiv span {
    font-size: 1em;
    _font-size: 9pt;
}

html .PageTextError {
    color: #C00;
    font-size: 1em;
}

.Div_FilloutBottomMiddleCell span {
    color: #000000;
    font-weight: bold;
    font-size: .85em;
}

.Div_FilloutBottomRightCell span {
    color: #000000;
}

.FilloutControllerFooterDivCell .AppButton {
    /*
	BORDER-TOP: 1px solid #ccc;
	BORDER-LEFT: 1px solid #ccc;
	BORDER-RIGHT: 1px solid #ccc;
	BORDER-BOTTOM: 1px solid #ccc;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
*/
    border: solid thin #ccc;
    PADDING-left: .5em;
    PADDING-right: .5em;
    text-decoration: none;
    font-size: .9em;
    /*font-size : 10pt;*/
    cursor: pointer;
    background: #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f0f0f0, endColorstr=#ffffff)";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
    /*
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f0f0f0,endColorStr=#C9E0EF);
	BACKGROUND-COLOR: #f0f0f0;
	*/
    color: #000000; /*#4683AD;*/
}

.FilloutSummaryDiv a:hover, .FilloutSummaryDiv a:focus {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: .5em;
    text-decoration: underline;
    _font-size: 10pt;
}

.FilloutSummaryDiv .FONT_VIEW_QUESTIONTABLE_BIG {
    font-size: 1em;
    font-weight: normal;
    padding-bottom: .5em;
    _font-size: 10pt;
}

.FilloutSummaryDiv .QuestionTitle {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: .5em;
    margin-left: -.3em;
    _margin-left: -.25em;
    _font-size: 10pt;
}

.FilloutSummaryDiv_RTL a:hover, .FilloutSummaryDiv_RTL a:focus {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: .5em;
    text-decoration: underline;
    _font-size: 10pt;
}

.FilloutSummaryDiv_RTL .FONT_VIEW_QUESTIONTABLE_BIG {
    font-size: 1em;
    font-weight: normal;
    padding-bottom: .5em;
    _font-size: 10pt;
}

.FilloutSummaryDiv_RTL .QuestionTitle {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: .5em;
    margin-left: -.3em;
    _margin-left: -.25em;
    _font-size: 10pt;
}

.FilloutControllerBodyDivRow .FTMSections {
    background-color: #ffffff;
}

.FilloutQuestionRow {
    border-bottom: solid thin #ccc;
}

.FilloutSectionQuestionDivStyle .ImageRequired {
    padding-right: .25em;
}

.progressDone {
    background-color: #536e89;
}

.progressLeft {
    background-color: #ffffff;
}
/*end of new fillout style CLF*/

.FilloutListTopbar {
    background: #fff;
}

.QP_fccontainertabledivRTL .FilloutListTopbar {
    background: #fff;
}

.ActiveLanguageLinkLabel {
    color: #000000;
    opacity: 0.5;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.95em;
    _font-size: 9pt;
}

/* header divider bar between subjects for single selection table multi-subjects display question */
.ScaleHeaderAllinOneTDDivider {
    width: 0.5em;
    border-right: 0.3em double #CCC;
}
/* divider bar between subjects for single selection table multi-subjects display question */
.AllinOneTDDivider {
    border-right: 0.3em double #CCC;
    width: 0.5em;
}

/* divider bar between primary scale and secondary scale header */
.ScaleHeaderDivider {
    background-color: Transparent;
    border-right: 0.1em solid #CCC;
    width: 0.2em;
}
/* divider bar between primary scale and secondary scale */
.Divider {
    background-color: Transparent;
    border-right: 0.1em solid #CCC;
    width: 0.2em;
}

/* left to right */
.FilloutControllerDivTable .SumaryPageSectionQuestion0 {
    width: 100%;
    width: auto;
    text-align: left;
    font-weight: bold;
    color: #000000;
}

.FilloutControllerDivTable .SumaryPageSectionQuestion1 {
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: #000000;
}

.FilloutControllerDivTable .SumaryPageSectionQuestion2 {
    margin: 0 auto;
    width: 100%;
    width: auto;
    text-align: left;
    font-weight: bold;
    color: #000000;
}

/* right to left arabic */
.FilloutControllerDivTableRTL .SumaryPageSectionQuestion0 {
    width: 100%;
    width: auto;
    text-align: right;
    font-weight: bold;
    color: #000000;
}

.FilloutControllerDivTableRTL .SumaryPageSectionQuestion1 {
    width: 100%;
    text-align: right;
    font-weight: bold;
    color: #000000;
}

.FilloutControllerDivTableRTL .SumaryPageSectionQuestion2 {
    margin: 0 auto;
    width: 100%;
    width: auto;
    text-align: right;
    font-weight: bold;
    color: #000000;
}

/* fillout msg div */
.FilloutControllerDivTable .FilloutMsgDiv {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
}

.FilloutControllerDivTableRTL .FilloutMsgDiv {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
}

.FilloutControllerDivTable .FilloutWelcomePageMsgDiv {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: top;
    text-align: left;
}

.FilloutControllerDivTableRTL .FilloutWelcomePageMsgDiv {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: top;
    text-align: right;
}

.FilloutControllerDivTable .FilloutSummaryPageConfidentialMsgDiv {
    height: 0.6em;
    width: 100%;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: .75em;
}

.FilloutControllerDivTableRTL .FilloutSummaryPageConfidentialMsgDiv {
    height: 0.6em;
    width: 100%;
    text-align: right;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: .75em;
}

.FilloutProgressLabel {
    color: #000000;
    font: normal 0.9em Arial;
    _font: normal 10.5pt Arial;
    float: right;
    display: inline;
    margin-top: 0.3em;
}

.ErrorStylePrint li {
    _padding-top: 3px;
    padding-top: .25em;
}

/* iphone */
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }

    .FilloutControllerFooterDivCell {
        /*display:table-cell;*/
        /*width:100%; */
        min-width: 50em;
        height: 4em;
        /*BACKGROUND-COLOR:#C8DCF8; */
        padding: 0.2em;
        BACKGROUND-COLOR: #ffffff; /*#E7ECF1; */ /*#C8DCF8;*/
        /*border-top: 0.2em solid #EEE;*/ /*#CEE6F7;*/
        border: thin solid #ddd;
        /*
		border: 0.15em outset #ffffff;
		border-bottom: 0.1em outset #ffffff;
		*/
    }
}
/* end of iphone */

/*highlight outline for focus element*/
input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0.2em solid orange;
}

a:focus, input:focus, select:focus, textarea:focus {
    outline: none;
    *outline: 0.2em solid orange;
    box-shadow: 0 0 0.3em orange;
    -webkit-box-shadow: 0 0 0.3em orange;
    -moz-box-shadow: 0 0 0.3em orange;
    border: 0.1em solid orange;
}
/*end of highlight outline for focus element*/

[type=text] {
    background: #cccccc;
    color: #222222;
    opacity: 0.5;
}

.PageTextError {
    color: #CA0000;
    font-size: 1em;
}

.PageTextErrorSmall {
    color: #CC0000;
    font-size: .65em;
}

.PageTextWarning {
    color: green;
    font-size: 1em;
}

/* for displaying error message on the top of question title in fillout, Note: for mobile device only currently */

#ErrorListContainerDiv .ErrorListItem {
    color: #CA0000;
    font-size: 1em;
    margin-left: 0.1em;
    margin-right: 0.1em;
    margin-top: 0;
}

.ErrorListUL {
    margin: 0.25em 1.5em 0 1.5em;
}

#QPCollectionDiv {
    margin-top: 1em;
    padding-top: 0.1em;
    border-top: dotted 0.12em #AAA;
}

    #QPCollectionDiv .QuestionErrorMsg {
        text-decoration: none;
        font-weight: normal;
        font-size: 1em;
        color: #C00;
        cursor: default;
    }

.QPErrorAnchor {
    text-decoration: none;
}

.QPErrorImage {
    height: 0.9em;
}

.detailsErrorDiv .QPErrorImage {
    position: absolute;
    margin-top: -1.8em;
}

.ErrorTitle {
    color: #C00;
    Font-Size: 0.65em;
    font-weight: bold;
    _Font-Size: 13pt;
}

#lblErrorMsgHeader {
    /*color: #C00;*/
    Font-Size: 0.65em;
    font-weight: bold;
    _Font-Size: 13pt;
}

.ErrorListHeader {
    padding: .5em 1.5em;
}

#ErrorList, #ErrorList:hover,
#ErrorList a, #ErrorList a:hover {
    color: #C00;
    cursor: default;
    text-decoration: none;
}

.questionSkipNav {
    position: absolute;
    left: -1000em;
}

.QP_fccontainertabledivRTL .questionSkipNav {
    position: absolute;
    right: -1000em;
}

.questionSkipNav:focus {
    /*
position:static;
margin-left:-15em;
background:#ffffff;
padding:0.125em;
*/
    position: static;
    margin-left: 0.5em;
    margin-right: 0.5em;
    background: #ffffff;
}

.ControlPanelSkipNav {
    position: absolute;
    left: -1000em;
}

    .ControlPanelSkipNav:focus {
        position: static;
        background: #ffffff;
        padding: 0.125em;
    }

.hiddenAnchor {
    position: absolute;
}

    .hiddenAnchor:focus {
        background: url(../images/arrow-right.gif) left top no-repeat;
        position: absolute;
        margin: 0.65em -0.5em 0 -0.5em;
        height: 1em;
        width: 1em;
        outline: none;
        box-shadow: 0 0 0 orange;
        -webkit-box-shadow: 0 0 0 orange;
        -moz-box-shadow: 0 0 0 orange;
        border: solid thin transparent;
    }

.hiddenAnchorTOP:focus {
    margin: 0.65em -0.5em 0 -3.25em;
}

.QP_fccontainertabledivRTL .hiddenAnchor:focus {
    background: url(../images/arrow-left.gif) right top no-repeat;
    position: absolute;
    margin: 0.65em -0.5em 0 -0.5em;
    height: 1em;
    width: 1em;
    outline: none;
    box-shadow: 0 0 0 orange;
    -webkit-box-shadow: 0 0 0 orange;
    -moz-box-shadow: 0 0 0 orange;
    border: solid thin transparent;
}

.QPQuestionarieHeadingDiv a {
    height: 2.5em;
    background: #ffffff;
    padding: 0 0.25em 0 0.25em;
    position: absolute;
    left: -10000em;
}

    .QPQuestionarieHeadingDiv a:focus {
        position: static;
        background: #ffffff;
        padding: 0.125em;
        margin-left: 0.85em;
        margin-right: 0.85em;
    }

#Questionnaire {
    font-size: 1em;
}

#InstrHeadingDiv {
    height: 1.5em;
    padding: 0 0.5em 0 0.5em;
}

.CustomInfoDiv {
    padding: 0.5em 1.25em 1em 1.25em;
    font-size: 1em;
}

.LegendText {
    vertical-align: middle;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

#qpContentDiv {
    padding: 0 0 1em 0;
}

.DivJSDisabled {
    width: 100%;
    height: 1.5em;
    display: block;
    margin: 0.75em 1.35em 0.35em 1.35em;
}

.filterDiv {
    text-align: right;
    margin-bottom: 0.5em;
}

.QP_fccontainertabledivRTL .filterDiv {
    text-align: left;
    margin-bottom: 0.5em;
}

.FilterHeading {
    color: black;
    font-size: 1em;
    font-weight: normal;
    margin-right: 0.25em;
}

.disabledTextBox {
    background: #dddddd;
    color: #000000;
    opacity: 0.6;
    border: thin solid #cccccc;
}

select:disabled {
    background: #f4f4f4;
    color: #222222;
    opacity: 0.7;
    border: thin solid #aaaaaa;
}

.multiLangualDiv {
    background: #FFFFEF;
    border: thin solid #C93;
    padding: 0.25em 0 0 0.5em;
    margin: -0.68em 0 0.25em 0;
    width: 50.75em;
    position: absolute;
    z-index: 1;
}

.multiLangualDivNoScript {
    background: #FFFFEF;
    border: thin solid #C93;
    padding: 0.25em 0 0.25em 0.5em;
    margin: -0.68em 0 0.25em 0;
    margin: -0.6em 0 0.25em 0\0/IE8+9;
    z-index: 1;
}

.QP_fccontainertabledivRTL .multiLangualDiv {
    background: #FFFFEF;
    border: thin solid #C93;
    padding: 0.25em 0.5em 0.25em 0;
    margin: -0.68em 0 0.25em 0;
    margin: -0.6em 0 0.25em 0\0/IE8+9;
    width: 50.75em;
    position: absolute;
    z-index: 1;
}

.QP_fccontainertabledivRTL .multiLangualDivNoScript {
    background: #FFFFEF;
    border: thin solid #C93;
    padding: 0.25em 0.5em 0.25em 0;
    margin: -0.68em 0 0.25em 0;
    margin: -0.6em 0 0.25em 0\0/IE8+9;
    z-index: 1;
}

.LangField {
    width: 90%;
}

.LabelForLangField {
    font-size: 0.75em;
    padding: 0 0.25em 0 0.25em;
    position: absolute;
    background: #FFFFEF;
    margin: 0.25em 0 0 0;
    /*background:#f4f4f4;
    border:thin solid #cccccc;*/
}

.qp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.detailsErrorDiv {
    position: absolute;
    margin-left: -1em;
}

.PoweredByBlueDiv {
    text-align: right;
    padding: 0.45em 0 0 0;
    font-size: 0.75em;
    clear: both;
}

    .PoweredByBlueDiv img {
        max-height: 20px;
    }

    .LogoCell a:focus,
    .PoweredByBlueDiv a:focus {
        display: inline-block;
    }

.QP_fccontainertabledivRTL .PoweredByBlueDiv {
    text-align: left;
    padding: 0.45em 0 0 0;
    font-size: 0.75em;
    clear: both;
}

.HideShowInstruction {
    display: inline;
    margin: 0.2em 0.5em 0 0.5em;
    font-size: 0.75em;
}

.divSkipNav {
    margin-top: .75em;
}

.dplStyle {
    color: black;
    font-size: 0.85em;
    border: none;
}

.DivDropDownList {
    border: solid thin #cccccc;
    display: inline;
    padding: 0.25em;
    margin-left: 0.25em;
    *border: none;
    *display: inline;
    *padding: 0em;
    *margin-left: 0em;
}

.QP_fccontainertabledivRTL .DivDropDownList {
    border: solid thin #cccccc;
    display: inline;
    padding: 0.25em;
    margin-right: 0.25em;
    *border: none;
    *display: inline;
    *padding: 0em;
    *margin-right: 0em;
}

.SectionHeadingContainer {
    width: 45em;
    *width: 40em;
    height: 100%;
    /*height: 1.25em;*/
    width: 43em\0/IE8+9;
}

.SectionTitleHeading {
    font-size: 1em;
    font-weight: normal;
}

.SectionDetailsHeading {
    font-size: 1em;
    font-weight: normal;
}

.QPSectionTitleDiv2 {
    margin-right: 0em;
    margin-top: -0.85em;
    margin-top: -0.85em\0/IE8+9;
    *margin-top: 0em;
    overflow: hidden;
}

.AppToggleButton:focus {
    outline: none;
    *outline: 0.2em solid #666666;
    box-shadow: 0 0 0.3em #666666;
    -webkit-box-shadow: 0 0 0.3em #666666;
    -moz-box-shadow: 0 0 0.3em #666666;
    border: 0.1em solid #666666;
}

/* Viewing Mode*/
.viewModeDiv {
    float: left;
    padding: 0 0.8em;
}

.QP_fccontainertabledivRTL .viewModeDiv {
    float: right;
    padding: 0 0.8em;
}

.viewModeDivJSDisabled {
    margin: 0.5em 0.5em 0.25em 0.5em;
}

.ViewingEditButtonShape {
    -webkit-appearance: none;
    -webkit-border-radius: 0.5em 0 0 0.5em;
       -moz-border-radius: 0.5em 0 0 0.5em;
            border-radius: 0.5em 0 0 0.5em;
    min-width: 10em;
    height: 2em;
}

.ViewingPreviewButtonShape {
    -webkit-appearance: none;
    -webkit-border-radius: 0 0.5em 0.5em 0;
       -moz-border-radius: 0 0.5em 0.5em 0;
            border-radius: 0 0.5em 0.5em 0;
    min-width: 10em;
    height: 2em;
}

.Div_filterMsg {
    margin-top: 0.5em;
}

.QuestionnairePreviewHidden {
    display: none;
}

.QuestionnairePreviewDivider {
    border-top: solid 0.5em #ffffff;
}

.QuestionnairePreviewCustomHeading, .QuestionnairePreviewCustomHeading:hover {
    padding: 0;
    border: none;
    background: none;
    resize: none;
}
/* end of Viewing Mode*/

@media print {
    .FilloutListingErrorListDiv {
        display: none;
    }

    .FilloutListingLegendInfoDiv {
        display: none;
    }

    .FilloutControllerBodyDivCell {
        padding-left: 3em;
        padding-right: 3em;
        height: 50%;
        min-height: 50%;
        background-color: white;
        border: thin solid #ffffff;
    }

    .FilloutControllerFooterDivCell {
        min-width: 50em;
        white-space: nowrap;
        height: 0em;
        padding: 0.2em;
        BACKGROUND-COLOR: #ffffff;
        border: thin solid #ffffff;
    }

    .Div_FilloutBottomLeftCell {
        display: none;
    }

    .QP_Container {
        white-space: normal;
        width: 100%;
        margin-left: 0;
        left: 0;
        position: relative;
    }

    .PoweredByBlueDiv {
        display: none;
    }

    .top-right-signout-div {
        display: none;
    }
}

.top-right-signout-div {
    float: right;
    text-align: right;
    width: 210px;
    font-size: .85em;
    vertical-align: middle;
    padding: 1.5em;
}

.fieldsetWcag {
    min-width: 0;
    border: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
}

.legendWcag {
    min-width: 0;
    border: 0;
    display: inherit;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
}

/* Should be same as select:disabled */
.WcagMimicDisabledSelect {
    background: #f4f4f4;
    color: #222222;
    opacity: 0.7;
    border: thin solid #aaaaaa;
}

.WcagMimicDisabledRadioBtn {
    opacity: .5;
}

.WcagMimicDisabledCheckboxBtn {
    opacity: .5;
}