* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: verdana, arial, sans-serif;
    text-align: left;
    background-color: #fefefe;
    color: #666;
    margin: 0;
    font-size: 9pt;
}

div, form {
    margin: 0;
    padding: 0;

}

ul,ol {
    text-align: left;
    font-size: 10pt;
}

p {
    clear: left;
    text-align:center;
    padding-bottom: 1em;
}

hr{
    color:#efefef;
}


/* Wrapper */
.wrapper {
    /*
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
    */
    background-color:#fefefe;
    width:100%;
}

/* Administration footer box */
.footer {
    text-align: center;
    margin: 0 auto;
    padding-top:0.4em;
    border-top: 1px solid #eee;
    width:98%;
    clear: both;
}

.push {
    height: 40px;
    clear: both;
}

img {
    border: 0;
}

a {
    color: #45415f;
    text-decoration: underline;
    cursor:pointer;
}

a:hover {
    color: #75519f;
    text-decoration: underline;
}

th, p, div {
    font-size: 10pt;
}

fieldset {
    padding:4px 8px 4px 8px;
    margin: 3px;
    border-color:#DDD;
    border-style: solid;
    border-width: 1px;
}

legend {
    font-weight: bold;
}

.maintitle {
    font-size: 14pt;
    font-weight: 700;
    color: #45415f;
    text-align: left;
    padding:0.2em 1em 0.2em 0.2em;
    border-bottom: 1px solid #eee;
    width:96%;
    margin:0 auto;
}

table.statisticstable {
    margin: 2px auto;
}

table.statisticstable span {
    font-weight:bold;
}

span.basic {
    color: #1d2d45;
}

.statisticstable td {
    vertical-align: top;
}

/* Start menubar */
div.menubar {
    background-color: #fefefe;
    clear:left;
    padding:0;
    margin:0 auto !important;
    width: 99%;
    display:inline-block;
}

div.menubar .ui-widget-header
{
    font-weight:normal;
}

.menubar-main {
    width: 99.6%;
    float: left;
    border-color: #efefef;
    border-style: solid;
    border-width: 1px;
    padding:0 0.2%;
}

.menubar img {
    vertical-align: middle;
    max-height:40px;
    border:0;
    margin:0;
    padding:0;
}

.menubar-title {
    float: left;
    width: 99.6%;
    font-size: 11px;
    text-align: left;
    border-color: #efefef;
    background-color:#EDEDFB;
    padding:0 0.2%;
    min-height:14px;
}

.menubar-title img {
    margin-bottom:2px;
}

.menubar-title-left {
    float: left;
    font-size:11px;
}

.menubar-title-right {
    float: right;
}

.menubar-title-right a {
    font-size:10px;
    font-weight:bold;
    color:#ee0000 !important;
    text-decoration: underline !important;
}

.menubar-left {
    text-align: left;
    float: left;
    clear: none;
    margin: 0;
    padding: 0;

}

.menubar-left img{
    border:0;
    padding:3px 1px;
}

.menubar-right > img{
    border:0;
    padding:3px 1px;
}

.menubar-right {
    float: right;
    line-height: 1em;
    white-space: nowrap;
}

.menubar-right label{
    font-weight:bold;
}
.menubar select {
    color: #333;
    width: 200px;
}
.menubar option.emphasis{
    font-weight:700
}
.menubar-right .arrow-wrapper {
    display: inline; /* For IE */
    position: relative;
    width: 20px;
    vertical-align: bottom;
}

html>body .menubar-right .arrow-wrapper { /* For real browsers */
    display: inline-block;
    padding:0 5px;
}

.menubar-right .arrow-wrapper a {
    display: block;
}

.menubar-right .arrow-wrapper img:first-child {
    display: block;
    margin-bottom: 2px;
}

/* END menubar CSS */

#surveydetails, #groupdetails, #questiondetails {
    background-color: #FFF;
    width: 100%;
    margin-top:-2px;
    margin-bottom:4px;
    padding:5px 0;
    clear:left;
}

.extra-action{
    float: right;
    margin-top: -60px
}
.outlinetable {
    border: 1px solid #111;
}

.outlinetable td {
    font-size: 10pt;
    border: 1px solid #483D8B;
    background: #EEF6FF;
}

.outlinetable th {
    font-size: 10pt;
    color: #1D2D45;
    background: #CCE6FF;
}

td {
    font-size: 10pt;
}

.btstyle {
    font-size: 11px;
}

.disabledbtn {
    height:20px;
    color:#999;
    font-size:11px;
}

.disabledUpDnBtn {
    color: #999;
    font-size: 11px;
    border: none !important;
    cursor: default;
    KHTMLOpacity: 0.5;
    MozOpacity: 0.5;
    -khtml-opacity:.50;
    -ms-filter:"alpha(opacity=50)";
    -moz-opacity:.50;
    opacity:.50;
}

input, select, button {
    color: #000;
}

/* Uncomment these styles if you are using a system theme with a dark background
and are having difficulty seeing text in inputs, textareas and dropdown selects. */
/*
input,
textarea {
background: #FFF;
border: 1px solid #DBDFE6;
border-top-color: #ABADB3;
border-bottom-color: #E3E9EF;
padding: 2px;
}

select {
background: #FFF;
border: 1px solid #828790;
}
*/

input[disabled], textarea[disabled], select[disabled], button[disabled] {
    color: #999 !important;
    background: #EEE !important;
    border:1px solid #ccc !important;
}

textarea {
    font-size: 10px;
    color: #000;
    font-family: verdana, arial, sans-serif;
}

.markedrow
{
    background-color: lightblue;
}

.subtitle {
    font-size: 10px;
}

.listboxtemplates {
    color: #333;
    width: 180px;
}

.saveOrderbtn {
    border: thin solid #00CED1;
    text-decoration: none;
    font-weight: 700;
    color: #B5B0DD;
    background: #483D8B;
    border-top: 1px solid #00BFFF;
    border-left: 1px solid #00BFFF;
    margin: 5px;
}

.settingentryhighlight {
    color: #0094D2;
    font-weight: bold;
}

.statusentryhighlight {
    font-size: 10px;
    color: #E00;
}

.annotationasterisk
{
    color: #FF9D00;
}

.hint {
    font-size: 10px;
}

.annotation {
    font-size: 10px;
    color: #FF9D00;
}

.errortitle {
    font-weight: 700;
    color: #FF0F0F;
}

.warningtitle {
    font-weight: 700;
    color: #ee303a;
}

.successtitle {
    font-weight: 700;
    color: #16B700;
}

.settingentry {
    float: left;
    width: 660px;
    padding-left: 5px;
    font-size: 13px;
    text-align: left;
    clear: right;
    margin-bottom: 10px;
    background-color: #F8F8FF;
    outline: 0 none;
}

.settingentry span {
    outline: 0 none;
}


.movableList {
    padding: 10px 0px;
    width: 60em;
    margin:0 auto;
    background-color: #fdfdff;
}


.langpopup {
    display:none;
}

.langpopup ul {
    font-size: 1em;
    font-weight:bold;
    padding-left:1.2em;
    line-height:1.5em;
    margin-top:0.5em;
}

li.cancellink
{
    list-style-type:none;
    margin-top:1em;
    margin-left:-1.2em;
    text-align:center;
}


tr.even, .evenrow
{
    background-color: #fff;
}
tr.odd,.oddrow,.answertable tr.highlight {
    background-color: #EDEDFB;
}

tr.editedrow{
    background-color: #0CB7FF;
}

.choicelist {
    width: 200px;
    font-size: 10pt;
}

.ranklist {
    width: 200px;
    margin-top: 3px;
}

th.admincell {
    background-color: #F8BDB5;
}


.submit {
    float: none !important;
    margin: 0 auto;
    margin-bottom: 10px;
}

.header, .formheader, .headertwo {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-left:1em;
    padding-bottom:0.2em;
}

.header_statistics {
    height:21px;
    padding:1px 8px 1px 15px;
    margin-bottom: 0;
}
.statisticsfilters {
    width: 99%;
    border: 1px solid #423A4E;
    margin-bottom: 20px;
}
.scrollheight_400 {
    height: 400px;
    overflow: auto;
}

.btnaddanswer,
.btndelanswer,
.header_statistics img {
    cursor:pointer;
}

img.handle {
    cursor:move;
}

.header_small {
    margin-top:2px;
    font-size: 11px;
}

.formheader
{
    width:100%;
}

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

.statisticstable select, .statisticstable textarea {
    width: 170px;
}

.alertbox tr:first-child {
    background-color: #EEF6FF;
}

.checkboxbtn, .radiobtn {
    background-color: transparent;
}

table.alertbox {
    width: 450px;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid;
    border-color: #D2E0F2 #8195BA #8195BA #D2E0F2;
    text-align: left;
}

.menubar tr {
    text-align:left;
}

div.menubar input {
    margin-left:-5px;
    vertical-align:top;
}

a.invalidemail {
    font-weight: 700;
    color: red;
}

a.optoutemail {
    font-weight: 700;
    color: orange;
}

/* Browse response css */

.browsetable {
    clear:left;
}

.ui-jqgrid-btable tr:hover td,
.browsetable tr:hover {
    background-color: #C5D0F2;
}
.browsetable thead td span,
.browsetable tbody td span{
    display:block;
    height:3em;
    overflow:hidden;
}
.browsetable th strong{
    display:block;
    height:4em;
    overflow:hidden;
}

.conditionlist,
.conditionlist table,
.quotalist,
.addquotaanswer,
.edituser,
.users,
.assessmentlist,
.listtokenattributes,
.surveysecurity {
    text-align:center;
    margin:0 auto;
}


.conditionlist table,
#filterchoices
{
    width:100%;
}


.conditionlist td:first-child
{
    width:90%;
}

.detailbrowsetable th:first-child,
#responsedetail td:first-child,
.conditionlist table td:first-child
{
    width:45%;
    text-align:right;
    padding-right:1em;
}

#responsedetail td:first-child
{
    font-weight:bold;
}


.conditionlist table td:nth-child(2)
{
    width:10%;
}

.conditionlist table td:nth-child(3)
{
    width:35%;
    text-align:left;
}


.conditionlist,
.scenarioheader,
.quotalist,
.addquotaanswer,
.assessmentlist {
    width:90%;
}

.assessmentlist {
    margin-top: 15px;
}

ul.assessmentscope {
    margin: 15px 0;
}

ul.assessmentscope li label:first-child {
    width: 45%;
}

#assessmentsform #languagetabs {
    margin: 15px auto;
    min-width: 740px;
}

#assessmentsform #languagetabs ul.editor-parent {
    width: 710px;
    min-width: 710px;
    padding: 0;
    margin: 0 auto;
}

#assessmentsform #languagetabs .cke_skin_office2003 {
    width: 580px !important;
}

#assessmentsform #languagetabs label {
    width: 100px;
}

#assessmentsform #languagetabs input[type="text"] {
    margin-bottom: 5px;
}


.users
{
    width:80%;
}

.listtokenattributes
{
    width:70%;
}

.surveysecurity
{
    width: 90%;
}

.edituser {
    width:60%;
}

.quotalist th,
.assessmentlist th,
.edituser th,
.surveysecurity th,
.users th,
.listtokenattributes th {
    background-color: #fff;
    text-align: center;
    font-size:0.8em;
    padding:2px 14px 2px 10px;
}

.browsetable th {
    background-color: #fff;
    font-size:9pt;
    padding:2px;
    text-align: center;
    min-width:80px;
}

.browsetable td {
    font-size:8pt;
    padding:1px 2px;
    text-align: center;
}

.browsetable tfoot td {
    text-align: left;
    background-color: #EDEDFB;
    padding:4px;
}

.users
{
    max-width:1200px;
}

.users td,
.surveysecurity td,
.listtokenattributes td {
    font-size:0.8em;
    padding:2px 6px;
}

.users td input
{
    margin-left:2px;
}
.users td:first-child
{
    text-align: left;
}
.assessmentlist td form,
#users td form {
    display:inline;
}

.browsetable th:first-child {
    width:20px;
    min-width: 0px;
}

.answertable {
    margin:0 auto;
    text-align:center;
}


.answertable th {
    font-weight:bold;
    font-size: 8pt;
    padding:3px;
}

.answertable tr {
    white-space: nowrap;
}

.answertable th:first-child {
    text-align:right;
}

.answertable td *
{
    vertical-align: middle;
}

.answertable a
{
    font-size:0;
}

.answertable td img {
    padding:4px 2px;
}


#languagetabs {
    width:60%;
    margin:0 auto;
}

.badtokenlist {
    width: 95%;
    background-color: #FFF;
    border: 1px solid #CCC;
    height: 80px;
    overflow: auto;
    overflow-y: scroll;
    text-align: left;
    margin-bottom: 0px;
    font-size: 8pt
}

.browsetokens
{
    margin: 5px 2px;
    border: 1px solid;
    border-color: #D2E0F2 #8195BA #8195BA #D2E0F2;
    clear: left;
}

.browsetokens th {
    white-space:nowrap;
    width:auto;
    padding:2px 15px 2px 5px;
    font-size:12px;
    background-color:#D2E0F2;
    color: #1D2D45;
    vertical-align:top;
}

.browsetokens tr {
    height:32px;
}

.browsetokens th span{
    white-space:normal;
}


.browsetokens th img {
    padding-right:4px;
}

.browsetokens td {
    padding:0 5px;
    color: #1D2D45;
}

.browsetokens td:first-child {
    text-align:right;
    padding-right: 3px;
}

.tokensummary tr:first-child {
    font-weight:bold;
}

.tokensummary tr {
    margin:0px;
    padding:0px;
}

.tokensummary td {
    outline: 1px solid;
    outline-color:#D2E0F2;
    padding: 2px 5px;
}

#addattribute label,
#sendinvitation label {
    font-weight: bold;
    margin-right: 0.5em;
}

table.templatecontrol {
    width: 100%;
    border-color: #8195BA;
    border-style: solid;
    border-width: 1px;
    text-align: left;
}

table.templatecontrol select
{
    min-width:150px;
}

.subheader {
    font-size:10px;
    font-weight:bold;
    text-align: left;
}

.flashmessage
{
    font-size:10px;
    font-weight:bold;
}

.templatecontrol textarea#changes {
    font-family: monospace;
    font-size:0.8em;
    width:95%;
}

/* Added by evan to help usability on the user template rights form in useradmin/userrighthandling.php */
table#user-template-permissions
{
    width: 50%;
    border: none;
    border-collapse: collapse
}

table#user-template-permissions th{
    font-size:0.8em;
}

table#user-template-permissions tr.row_odd
{
    background-color: #EBF2FA;
}
table#user-template-permissions tr:hover
{
    background-color: #D1D1DF;
}
table#user-template-permissions tr td
,table#user-template-permissions tr th
,table#user-template-permissions tfoot tr td
{
    border: none;
    text-align: center;
}
table#user-template-permissions tbody tr td:first-child
{
    text-align: left;
}


table.statisticstable, table.statisticssummary {
    background-color:#fff;
    border-collapse:collapse;
    border-width: 0px;
    border-style: none;
    margin: 0 auto;
    margin-bottom:20px;
    min-width:270px;
}

.statisticssummary thead th
{
    background:#D2E0F2;
}

.statisticssummary th:first-child,
.statisticstable td:first-child {
    text-align:right;
}

.statisticssummary thead th:first-child
{
    text-align:center;
}

.statisticssummary th, .statisticssummary td, .statisticstable td {
    padding:3px 10px;

}

.statisticstable tr {
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}

.statisticstable thead th {
    background:#D2E0F2;
    text-align:center;
    color:#1D2D45;
    padding:4px 10px;
}

.statisticstable tfoot tr {
    background:#D2E0F2;
    text-align:center;
}

.statisticsbrowsecolumn {
    text-align: left;
    width: 100%;
    background-color: #EDEDFB;
}
.statisticscolumnid {
    float: left;
    text-align: center;
    width: 25px;
    padding-right: 4px;
}
.statisticscolumndata {
    float: left;
    width: 89%;
}

div.messagebox {
    width: 550px;
    margin:10px auto;
    background-color: #EDEDFB;
    text-align: center;
    padding:10px;
}

div.messagebox .header{
    padding:10px;
}

div.successheader{
    font-weight:bold;
    color:#fff;
    background-color: #423A4E;
    margin: 5px 0;
    padding:2px;
}
div.errorheader{
    font-weight:bold;
    color:#fff;
    background-color: #0094D2;
    margin: 5px 0;
    padding:2px;
}
div.uploadsummary li {
    width: 95%;
    margin-left: -10px;
}
div.warningheader, div.messagebox .warningheader{
    font-weight:bold;
    color:#423A4E;
    background-color: #EDEDFB;
    margin: 5px 0;
    padding:2px;
}
div.partialheader{
    font-weight:bold;
    color: #CC3300;
    background-color: #FF9900;
    margin: 5px 0;
    padding:2px;
}


/* Conditions designer interface */

.condition-tbl-row {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.conditioncopy-tbl-row {
    width: 100%;
    height: 300px;
    float: left;
    padding: 0;
    margin: 0;
}

.condition-tbl-left {
    width: 24%;
    float: left;
    padding: 10px 1% 0 0;
    text-align: right;
    font-weight: bold;
}

.condition-tbl-right {
    width: 74%;
    float: left;
    padding: 10px 0 0 0;
    text-align: left;
}

.condition-tbl-full {
    width: 100%;
    clear: both;
    padding: 10px 0 5px 0;
    text-align: center;
}

#defaultscenariotxt {
    display: block;
    margin-top: 3px;
}

.tabs-nav {
    width: 80%;
}

.tabs-nav select,
.tabs-nav textarea{
    font-family: verdana;
    font-size: 10px;
    width: 100%;
}

.conditiontbl td {
    text-align:left;
}

.conditiontbl td:first-child {
    text-align:right;
}

/* Data entry interface */

.data-entry-small-text {
    font-size: 8pt;
}

.data-entry-tbl {
    margin: 5px 0 0 0;
}

#conditionsource, #conditiontarget{
    width: 630px;
}

#editconditions select{
    font-size:10px;
}

.data-entry-tbl td {
    padding: 3px 5px;
}

.data-entry-tbl .data-entry-separator td {
    padding: 0;
    height: 2px;
    background-color: #EDEDFB;
}

.data-entry-explanation {
    background-color: #FFEEEE;
}

/* ComfortUpdate interface */

.updater-background {
    background-color:#f8f8ff;
    padding:1% 10%;
}

textarea.updater-changelog {
    width:800px;
    height:300px;
    background-color:#fff;
    font-family:Monospace;
    font-size:11px;
}


.form44 li label:first-child,
#exportspss li label:first-child,
#exportr li label:first-child,
#importtemplate li label:first-child,
#tokenimport li label:first-child,
#statistics_general_filter li label:first-child,
#vvexport li label:first-child,
#importlabels li label:first-child,
#exportdialog li label:first-child,
#importquestion li label:first-child,
#importquestion li label:first-child {
    width: 44%;
    text-align: right;
    margin-right: 0.5em;
    float: left;
    font-weight: bold;
}

#loginform li label:first-child {
    width: 39%;
    text-align: right;
    margin-right: 0.5em;
    float: left;
    font-weight: bold;
}

.form30newtabs li label:first-child,
.form30 li label:first-child {
    width: 30%;
    text-align: right;
    margin-right: 0.5em;
    float: left;
    color: #666;
}

.form30newtabs li .warningtext,
.form30 li .warningtext {
    display: block;
    margin: 3px 0 10px 30.5%;
    font-weight: bold;
    color: #EE0000;
}

.form30 table {
    width: auto;
    float: left;
}

.form30newtabs div div div div li{
    list-style-type: none;
    clear:left;
    padding-bottom:5px;
}



.form30 li,
.form44 li,
#exportstructureQuestion li,
#exportstructureGroup li,
#frmeditgroup li,
#usergroupform li,
#importtemplate li,
#frmcopyquestion li,
#importlabelresources li,
#loginform li,
#statistics_general_filter li,
#tokenimport li,
#vvexport li,
#exportstructure li,
#importlabels li,
#sendreminder li,
#sendinvitation li,
#edittoken li,
#exportdialog li,
#addnewsurvey li,
#newquestiongroup li,
#importsurvey li,
#importgroup li,
#addnewquotaform li,
#importsurveyresources li,
#labelsetform li,
#exportspss li,
#exportr li{
    list-style-type: none;
    clear:left;
    padding-bottom:5px;
}

.editorLink {
	vertical-align: top;
}

.form30 ul.editor-parent {
    min-width:1000px;
}

#frmeditquestion li,
#importquestion li {
    list-style-type: none;
    clear:left;
    padding-bottom:7px;
}

#forgotpassword input#user, #forgotpassword input#email
{
    width:18em;
}

div.loader {
    background-image: url(images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    width:80px;
    margin:0 auto;
    padding-top:75px;
}

.background {
    background-color:#f8f8ff;
    padding:1% 10%;
}



#editsurvey textarea,
#editsurvey input {

}

#editsurvey td {

}


#help
{
    float:right;
}

thead tr .header {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

thead tr .headerSortUp {
    background-image: url(images/asc.gif);
}
thead tr .headerSortDown {
    background-image: url(images/desc.gif);
}

thead tr .headerSortDown, thead tr .headerSortUp {
    background-color: #888;
    color:#fff;
}

#tokensearch, #tokenrange, #browseresults{
    display:inline;
    line-height:32px;
    vertical-align:middle;
    margin-left: 10px;
}

#tokensearch input, #tokenrange input, #browseresults input{
    vertical-align:middle;
    margin-left: 2px;
}

#questionbottom {
    clear:both;
}

div.left
{
    float:left;
    width:400px;
}

div.right {
    float:right;
    width:400px;
}

.wrap2columns {
    width:800px;
    margin:0 auto;
}

#resultexport ul {
    list-style-type:none;
    padding:0;
}

#resultexport ul li label {
}


#resultexport ul li {
    line-height: 1.4em;
}

#advancedquestionsettings fieldset {
    width:49%;
    margin:0 15%;
    display: block;
}

#advancedquestionsettings textarea{
    width:380px;
}

.statistics-tbl-separator td {
    background-color:#EDEDFB;
    height:2px;
    padding:0;
}

#statistics_general_filter {
    width:650px;
    margin:0 auto;
}

#statistics_general_filter fieldset{
    clear:both;
}


#statistics_general_filter #left {
    width:270px;
    height:125px;
    float:left;
    clear:left;
}

#statistics_general_filter #right {
    width:330px;
    height:125px;
    float:right;
    clear:none;
}

#statistics_general_filter #right li label:first-child {
    width:33%;
}

/* Statistics filter */
.filtertable  {
    background:#EDEDFB;
    text-align:center;
    margin:5px auto;
    border:1px #fff solid;
    padding:3px 10px;
}

.filtertable td {
    padding:3px 10px 7px 10px;
    border-right:1px #fff solid;
    border-bottom:1px #fff solid;
    vertical-align: top;
    border-collapse:collapse !important;
}

.filtertable td:last-child {
    border-left:0px #D2E0F2 solid;
}

.filtertable tr:last-child td {
    border-top:0px #D2E0F2 solid;
}

.filtertable span {
    font-size:10px;
    font-weight: bold;
}

.filtertable span.smalltext {
    font-size:10px;
    font-weight: normal;
}

.filtertable textarea {
    width:210px;
}

/*.limebutton, input.limebutton*/
/*{*/
/*    outline: 0;*/
/*    margin:1px 4px 1px 0;*/
/*    padding: 1px 1em;*/
/*    text-decoration:none !important;*/
/*    cursor:pointer;*/
/*    text-align: center;*/
/*    zoom: 1;*/
/*    border: 1px solid #78CDF0;*/
/*    background: #EDEDFB url(images/ui-bg_glass_100_ededfb_1x400.png) 50% 50%*/
/*    repeat-x;*/
/*}*/

/*.limebutton.ui-state-hover*/
/*{*/
/*    border: 1px solid #0094D2;*/
/*}*/
.limebutton
{
  display: inline-block;
  *display: inline;
  padding: 0.3em 1em;;padding: 0.3rem 1rem;
  text-align: center;
  vertical-align: middle;
/*  font-weight:bold;*/
  cursor: pointer;
  border: 1px solid #bbbbbb;
  *border: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.limebutton
{
  border-color: #78CDF0;
  border-color: rgba(120, 205, 240, 0.3) rgba(120, 205, 240, 0.3) rgba(120, 205, 240, 0.5);
  color:#333f5a;
  background-color: #EDEDFB;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EDEDFB), to(#a6c7ec));
  background-image: -webkit-linear-gradient(top, #EDEDFB, #a6c7ec);
  background-image: -o-linear-gradient(top, #EDEDFB, #a6c7ec);
  background-image: linear-gradient(to bottom, #EDEDFB, #a6c7ec);
  background-image: -moz-linear-gradient(top, #EDEDFB, #a6c7ec);
  background-repeat: repeat-x;
  border-color: #78CDF0 #78CDF0 #a6c7ec;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffededfb', endColorstr='#ffa6c7ec', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.limebutton:focus,.limebutton:hover,.limebutton:active
{
  background-position:0 -15px;
  color: #444;
  background-color: #a6c7ec;
}

#emailtemplates .ui-tabs-panel .limebutton {
    margin: 3px 20% 10px 30.5%;
}

table.limetable thead th{
    background-color: #D2E0F2;
    font-size:8pt;
    padding:2px 14px 2px 10px;
}

table.limetable tbody tr.highlight {
    background-color:#EAF2FF;
}

#surveyhandleright{
    margin-right:7px;
}

#surveyhandleleft{
    margin-left:7px;
}

#exportstructureQuestion ul,
#exportstructureGroup ul{
    margin-left:auto;
    margin-right:auto;
    width:400px;
}

.users td:first-child,.users th:first-child
{
    width:10%;
}

thead th
{
}
.userpermissions,
.usersurveypermissions {
    text-align:center;
}
.userpermissions th,
.usersurveypermissions th{
    padding:0 2em;
}
.userpermissions td,
.usersurveypermissions td {
    padding: 0.2em 0.5em;
    text-align:center;
}
.userpermissions input[type="checkbox"],
.usersurveypermissions [type="checkbox"] {
	margin: 0;
}

#responsedetail td{
    padding:3px 5px;
}

#frmglobalsettings table {
    float:none;
}


.ui-notify {
    width:350px;
    position:fixed;
    top:35px;
    left:50%;
    margin-left: -175px;
    z-index:1000;
}

div.translate {
    margin: 2px 1px;
}

#translateform table {
    padding: 1px 0;
    vertical-align: top;
    width: 90%;
}


#translateform textarea:focus{
    outline: blue solid thin;
}
#gbox_urlparams
{
    margin:0 auto;
}

#loginform input[type='text'], #loginform input[type='password'], #loginform select{
    width:230px;
}

.placeholder {
    background-color: #dfdfdf;
    width:630px;
}

.ui-nestedSortable-error {
    background:#fbe3e4;
    color:#8a1f11;
}


ol.organizer {
    padding: 0;
    list-style-type: none;
    font-weight: bold;
    width:800px;
}

ol.organizer ol {
    list-style-type: none;
    font-weight: normal;
    width:750px;

}

ol.organizer {
    margin: 1em 0;
}

.organizer li {
    margin: 10px 0 0 0;
    padding: 0;
}

.organizer li ol li{
    margin: 3px 0 0 0;
}


.organizer li div  {
    background-color:#423A4E;
    color:#fff;
    padding: 3px;
    margin: 0;
    cursor: move;
    width:80%;
    font-size:11px;

}

.organizer li ol li div{
    background-color:#EDEDFB;
    color:#666;
}

.textresponses {
    text-align: center;
    border: 1px solid #eee;
    height: 200px;
    overflow: auto;
}

.graphdisplay img {
    margin: 5px;
    cursor: pointer;
}

.statisticsmap {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#gview_displaysurveys th div{
    white-space:normal;
    height:auto;
    font-size: 0.8em;
}
.labelsets-update label{display:block}

.button-list{
	margin-top: 1em;
    text-align:left
}

.button-list button{
	margin-bottom: 0.5em;
	padding: 0;
}

#saveaslabel p {
	padding: 0;
    text-align:left
}

#saveaslabel p.label-name-wrapper {
	margin-top: -10px;
}

#gbox_displaysurveys{ margin:0 auto;}

.ui-jqgrid tr.jqgrow {
    background-color:#fff;
}

.ui-jqgrid tr.ui-row-ltr td {
    border:none !important;
}

.separator{
    height:32px;
}

#separator4, #separator16{
    padding-left:51px;
}

#separator3, #separator12{
    padding-right:12px;
}


#separator1{
    padding-left:5px;
}

.cke_skin_office2003 .cke_top, .cke_skin_office2003 .cke_bottom, .cke_shared .cke_skin_office2003 {
    background-color: #EDEDFB !important;
}

.cke_skin_office2003 .cke_button a:hover, .cke_skin_office2003 .cke_button a:focus, .cke_skin_office2003 .cke_button a:active {
    background-color: #EDEDFB !important;
    border: 1px solid #0094D2 !important;
}

.cke_skin_office2003 .cke_top, .cke_skin_office2003 .cke_bottom, .cke_shared .cke_skin_office2003 {
    background-color: transparent !important;
}

.cke_skin_office2003 .cke_toolbar {
    background-color: #FFF;
}

#browseresults{
    margin:0;
}

.ui-jqgrid td input[type="image"]
{
    padding:2px;
}

#templateleft select
{
    width:140px;
}

legend{
    margin:1em;
}




/* Expression Manager - Show Logic File */


/* main DIV element */
#showlogicfilediv {
  	margin: 0px 50px 20px 50px;
  	padding:0px;
	text-align: left;
}



/* main table */
#logicfiletable {
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

table#logicfiletable, #logicfiletable td, #logicfiletable th {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 4px;
}

table#logicfiletable th {
	font-size: 12pt;
	font-type: bold;
}



/* inner table listing question attributes */
table#logicfileattributetable, #logicfileattributetable td, #logicfileattributetable th {
	border: 1px dotted #000;
	border-collapse: collapse;
	padding: 4px;
}

table#logicfileattributetable {
	margin: 10px auto;
}

table#logicfileattributetable th {
	background-color: #D3D3D3;
	font-size: 10pt;
	font-type: bold;
}
table#logicfileattributetable td {
	background-color: #FFFFFF;
}



/* different background colors for different survey elements */
tr.LEMgroup td {
	background-color: lightgrey;
}

tr.LEMquestion {
	background-color: #D3EAF2;
}

tr.LEManswer td {
	background-color: white;
}

tr.LEMsubq td {
	background-color: lightblue;
}



/* some classes to highlight certain elements */
.error {
    background-color: #FFBABA;
}
.ok {
    background-color: #00ff00
}

.LEMheading, .LEMerror{
	text-align: left;
	margin:20px 50px 0px 50px;
	color: red;
	font-size: 12pt;
}

td.LEMerror  {
	text-align: center;
}

.mandatory {
	color: red;
}


.highlighterror {
	border: 2px solid #FF00FF;
	color: red;
}

.dd .ddTitle
{
    background-color:#fff !important;
    color:#000 !important;
}

#cquestions optgroup{
    font-weight:bold;
}

/* Edit answer and sub-question action buttons */

.ui-tabs .action-buttons {
	margin: 1em 0 0 0;
	text-align: center;
}

.ui-tabs .action-buttons button {
	margin: 0 0.5em;
	padding: 0;
}
