/*
 * Common styles shared across elements
 */

*
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
}

a
{
  text-decoration: none;
  outline: none;
  color: Green;
}

a:hover
{
  text-decoration: underline;
  outline: none;
}

/*
 * note: additional attributes are defined in MasterManageSurvey.master; these attributes are not applicable to MasterInternalFrameContent.master
 */

body
{
  text-align: center;
  outline: none;
  text-decoration: none;
  color: #333333;
  outline: none;
  width: 100%;
  margin: 0;
}


div.separator
{
  border: solid 1px #BEE4BE;
  width: 100%;
  height: 0;
  margin: 5px auto 5px auto;
}

html
{
  min-height: 100%;
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical;
  overflow: scroll;
}

hr
{
  color: #E6EEF7;
  background-color: #E6EEF7;
  border: none;
  height: 3px;
}

img
{
  border: none 0;
  outline: none;
  border-collapse: collapse;
}

input[type="image"]
{
  border: none 0;
  outline: none;
  border-collapse: collapse;
  vertical-align: middle;
  margin: auto;
  padding: 2px;
}

INPUT[disabled][type='text'], textarea[disabled]
{
  background: #EEEEEE;
}

input[type="text"], input[type="password"]
{
  width: 600px;
  height: 18px;
  padding: 2px;
  vertical-align: middle; 
  border: 1px solid #83AADA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px; 
  background-color: #F7FAFD;
  color: #333333;
}

/* for the editor */
.dxic input[type="text"]
{
  height: 14px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}

/* for the drop down editor */
.dxeButtonEdit {
  border: 1px solid #83AADA;
  background-color: #F7FAFD;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  height: 18px;
  line-height: 18px;
  outline: none;
  margin: 0;
  padding: 0 0;
  vertical-align: middle;
}


.dxeButtonEdit .dxbebt {
  width: 20px !important;
}

.dxeButtonEdit input[type="text"]
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0;
  height: 16px;
  line-height: 16px;
  vertical-align: middle; 
  background-color: #F7FAFD;
  color: #333333;
}

.dxeButtonEditButton {
  border: 0 solid #83AADA;
  padding: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.dropDownWindow 
{
  border-width: 0 1px 1px 1px;
  border-color: #83AADA;
  border-style: solid;
  padding: 1px 0;
   border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  margin-top: 1px;
}

.listBox
{
  border-width: 1px;
  border-collapse: collapse;
  border-color: #83AADA;
  border-style: solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  margin: 1px 0 0 0;
}

.listBox .dxeHD {
  background-color: #D7E4F4;
}

.listBox td {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
}

.listBox .dxeListBoxItemSelected, .dxeListBoxItemRow:hover td {
  background-color: #DFF2D7 !important;
  color: #333333;
}


/* -------------- */

select
{
  border: 1px solid #83AADA;
  border-radius: 4px 3px 3px 4px;
  -moz-border-radius: 4px 3px 3px 4px;
  -webkit-border-radius: 4px 3px 3px 4px;
  -khtml-border-radius: 4px 3px 3px 4px;
  background-color: #F7FAFD;
  outline: none !important;
  padding: 1px;
  color: #333333;
  height: 24px;
}

option
{
  border-collapse: collapse;
  outline: none !important;
  padding: 4px;
}

option:hover
{
  background-color: #E7F1FF;
}

span
{
  outline: none;
}

textarea
{
  width: 600px;
  padding: 2px;
  border: 1px solid #83AADA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  background-color: #F7FAFD;
  color: #333333;
}

.accordionHeader
{
  border: 1px solid #8EB1DD;
  background-color: #D7E4F4;
  font-weight: bold;
  padding: 2px 5px;
  margin-top: 5px;
  cursor: pointer;
  background-image: url("../Images/plus.png");
  background-repeat: no-repeat;
  background-position: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.accordionHeaderSelected
{
  border: 1px solid #8EB1DD;
  background-color: #D7E4F4;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
  background-image: url("../Images/minus.png");
  background-repeat: no-repeat;
  background-position: 3px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.accordionContent
{
  border: 1px solid #8EB1DD;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.borderedtable
{
  border-collapse: separate; /* do not change, needed for firefox*/
  border-color: #BEE4BE;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}

.borderedtable td, th
{
  border-color: #BEE4BE;
  text-align: left;
  padding: 0;
  margin: 0;
}

.callout
{
  position: absolute;
  background-color: White;
  background-image: url("../Images/callout_pointer.png");
  background-repeat: no-repeat;
  margin: 4px 0 0 0;
}

.callout .content
{
  width: 590px;
  margin: 14px 0 0 0;
  vertical-align: top;
  border: 3px solid #83AADA;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  padding: 5px 5px;
  z-index: 3000;
}

.clickableImage
{
  padding: 2px;
}

.clickableImage:Hover
{
  cursor: pointer;
}

.colorPicker
{
  border-width: 0;
  border-collapse: collapse;
  display: inline;
}

.colorPicker td
{
  padding: 0 !important;
}

.colorSwatch 
{
  border: 1px solid #777777;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  width: 15px;
  height: 15px;
}

.conditionalTbl
{
  border: 1px solid #83AADA !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  background-color: white;
}

.conditionalTbl td
{
  border: 1px solid #83AADA !important;
  padding: 4px;
  margin: 0;
}

.cultureLabel
{
  font-weight: bold;
  color: #666666;
  display: inline;
  vertical-align: middle;
  padding-left: 5px;
}

.dropDownExtdrBox[readOnly]
{
  color: #006699 !important;
}

.dropDownItem
{
  display: block;
  color: #006699;
  text-decoration: none;
  cursor: pointer;
  padding: 2px 10px 2px 10px;
  white-space: nowrap;
}

.dropDownItem:hover
{
  background-color: #3399FF;
  color: #FFFFFF;
  border: 1px solid #D2B47A;
  padding: 1px 9px 1px 9px;
  text-decoration: none;
}

.dropDownTable
{
  border-collapse: collapse;
}

.dropDownTable td
{
  padding: 0 10px 0 10px !important;
}

.dropDownPanel
{
  border-color: #006699;
  border: solid 1px;
  z-index: 950;
  background: #E7F1FF;
  cursor: default;
}

.elementTable
{
  border-width: 0;
  width: 100%;
}

.elementCell
{
  border: 2px solid #83AADA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.filterHeading
{
  font-weight: bold;
  color: #0067CE;
}

.filterPanel
{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #8EB1DD;
  background-color: #E6EEF7;
  padding: 2px;
  z-index: 201;
}

table.filePreview
{
  margin-top: 5px;
  margin-bottom: 5px;
  border-collapse: collapse;
  border: solid 1px #BEE4BE;
}

table.filePreview td
{
  padding: 5px;
  border-collapse: collapse;
  border: solid 1px #BEE4BE;
}

.fontPicker
{
  border-collapse: collapse;
  border-spacing: 0;
}

.fontPicker td
{
  padding: 0 5px 0 0;
  text-align: left;
}

.formTable
{
  border-collapse: collapse;
  border: 0;
  padding: 4px;
}

.formTable td, th
{
  border: 0;
  padding: 4px;
  vertical-align: middle;
}

.formTableLabel
{
  border: 0;
  text-align: right;
  vertical-align: middle;
  color: #0067CE;
}

.formTableValue
{
  border: 0;
  text-align: left;
  vertical-align: middle;
}

.formTableDisplayField
{
  background: #EEEEEE;
  border: 1px solid #83AADA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 2px;
  color: #333333;
  min-height: 18px;
  line-height: 18px;
  outline: none;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

.gridView {
  border: 1px solid #8EB1DD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

  .gridView th {
    background-color: #D7E4F4;
  }

  .gridView td, .gridView th {
    border: 1px solid #8EB1DD;
    color: #0067CE;
    padding: 4px;
  }

.gridViewCtl
{
  width: 100%;
  border: 0;
}

.gridViewCtl .rowHeader
{
  height: 30px;
}

.gridViewCtl .rowHeader th
{
  background-color: #D7E4F4;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #8EB1DD;
  font-weight: bold;
  color: #666666;
  text-align: left;
  vertical-align: top;
  padding-top: 5px;
}

.gridViewCtl .rowHeader a
{
  color: #0067CE;
  text-decoration: none;
}


.gridViewCtl td
{
  padding: 0 4px !important;
  border-style: solid;
  border-color: transparent transparent transparent #8EB1DD;
  border-width: 1px;
}

.gridViewCtl .rowDefault
{
  background-color: #EFF4FA;
  vertical-align: middle;
  height: 30px;
}

.gridViewCtl .rowDefault:hover td
{
  background-color: #DFF2D7 !important;
  border-color: #32AD15 transparent #32AD15 #8EB1DD !important;
  border-style: solid;
  border-width: 1px;
  cursor: default;
}

.gridViewCtl .rowDefault:hover .conditionalTbl td
{
  border: 1px solid #83AADA !important;
  padding: 4px;
  margin: 0;
}


.gridViewCtl .rowPager
{
  background-color: #D7E4F4;
  border-width: 1px 0;
  border-style: solid;
  border-color: #8EB1DD;
  line-height: 30px;
}

.gridViewCtl .rowPager a
{
  text-decoration: none;
  color: #0067CE;
  padding: 2px 5px 2px 5px;
  background-color: White;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.gridViewCtl .rowPager a:hover
{
  background-color: #8EB1DD;
}

.gridViewCtl .rowPager td
{
  padding: 2px 2px 2px 4px;
  border: 0;
}

.gridViewCtl .gridEmpty td
{
  text-align: center;
  margin: auto;
  color: #0067CE;
  padding: 4px;
  background-color: #D5EECA;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #8EB1DD;
  height: 26px;
}

.gridViewCtl .rowSelected
{
  background-color: #B1CBEB !important;
  vertical-align: middle;
  height: 30px;
  cursor: default;
}

.gridViewCtl input[type=checkbox]
{
  display: none;
}

.gridViewCtl input[type=checkbox] + label
{
  background-image: url("../Images/checkboxUnchecked.png");
  background-repeat: no-repeat;
  line-height: 20px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  padding-left: 22px;
  white-space: nowrap;
}

.gridViewCtl input[type=checkbox]:checked + label
{
  background-image: url("../Images/checkboxChecked.png");
}

td.nvsDragHandle 
{
}

.gridViewBar
{
  background-color: #E6EEF7;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #8EB1DD;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 33px;
}

.gridViewBar .leftBorder
{
  border-left-color: #8EB1DD;
  border-width: 0 0 0 1px;
  border-style: solid;
  padding: 0 2px 0 3px;
}

.gridViewBar .searchBox
{
  width: 200px;
  border-width: 2px;
  border-style: solid;
  border-color: #8EB1DD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  height: 18px;
  vertical-align: middle;
}

.gridViewCompact
{
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #8EB1DD;
  background-color: #8EB1DD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  padding: 2px;
  margin: 0;
  min-width: 400px;
}

.gridViewCompact td
{
  padding: 0;
}

.heading
{
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  padding: 10px;
  text-align: center;
  display: block;
}

.hidden
{
  visibility: hidden;
  display: none;
}

.highlighted
{
  color: #C16803;
}

.highlightedBlock
{
  margin-top: 10px;
  display: block;
  color: #C16803;
}

.inlineHelp
{
  color: #666666 !important;
  font-size: 12px;
}

.innerPanel
{
  border: solid 1px #CEEBCE !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-spacing: 0;
  padding: 5px;
  margin: 0;
}

.intText
{
  width: 80px !important;
}

.invitationGroupSummary
{
  display: block;
  margin-top: 5px;
}

.maskTransparent
{
  z-index: 101;
  position: absolute;
  filter: alpha(opacity=1);
  opacity: 0.01;
  -khtml-opacity: 0.01;
  -moz-opacity: 0.01;
}

.masterPageLbl
{
  font-size: 20px;
  font-weight: bold;
  color: #0067CE;
}

.masterOrgLbl
{
  font-weight: normal;
  color: #0067CE;
  font-size: 16px;
}

.pageTitle
{
  font-size: 20px;
  font-weight: bold;
  color: #0067CE;
  padding: 10px;
}

.pageSubtitle
{
  font-size: 16px;
  font-weight: bold;
  color: #0067CE;
  padding: 15px 0 10px 5px;
  display: block;
}

.phoneNumber {}

.questionTitle
{
  margin-bottom: 7px;
  display: block;
  font-weight: bold;
  color: #666666;
  background: #EEEEEE;
  padding: 2px 0 2px 0;
}

.radioBtnListTable
{
  border-collapse: separate;
  border: solid 1px #DFE5E7;
  padding: 0;
  margin: 0;
}

.regular_ajax_tab
{
  width: 100%;
  background-color: #E6EEF7;
  padding: 15px 0;
  color: #0067CE;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  border-width: 0;
  border-style: solid;
  border-color: #B9C9DA;
}

.regular_ajax_tab *
{
  outline: none;
  text-decoration: none;
}

.regular_ajax_tab .ajax__tab_header
{
  float: left;
  padding: 15px 0 0 0;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #E6EEF7 #E6EEF7 #83AADA #E6EEF7;
}

.regular_ajax_tab .ajax__tab_header span
{
  display: block;
  text-align: left;
  width: 100%;
  font-weight: bold;
  color: #0067CE;
}

.regular_ajax_tab .ajax__tab_outer
{
  display: block;
  padding: 0;
  margin: 0;
  color: #003399;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #83AADA #83AADA #83AADA #C1D6EE;
  background-color: #C1D6EE;
  text-align: right;
}

.regular_ajax_tab .ajax__tab_outer:hover
{
  background-color: #AFC8E7;
}

.regular_ajax_tab .ajax__tab_active .ajax__tab_outer
{
  display: block;
  padding: 0;
  margin: 0;
  color: #003399;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #83AADA White #83AADA White;
  background-color: white;
  text-align: right;
}

.regular_ajax_tab .ajax__tab_tab
{
  padding: 8px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.regular_ajax_tab .ajax__tab_body
{
  color: #333333;
  height: auto !important;
  min-height: 500px;
  padding: 10px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #83AADA;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  background-color: white;
}

.sectionElementHeading, .pageConditionHeading
{
  font-weight: bold;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 2px;
  display: block;
}

.rounded
{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.shadedBlock
{
  background-color: #F7FAFD;
  border-width: 1px 0;
  border-style: solid;
  border-color: #8EB1DD;
  padding: 15px 5px;
  margin-bottom: 15px;
}

.shadedBlockTitle
{
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 5px;
  display: block;
}

.shortText
{
  width: 75px !important;
}

.showPassword {
  padding: 4px;
  background: #eeeeee;
  color: #666666;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 42px;
  display: block;
  border-radius: 4px;
}

.showPassword:hover {
  background: #dddddd;
}

.textFieldControl
{
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}

.textFieldControl td
{
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}

.textFieldControl span, div
{
  text-align: left;
  border: 0;
}

/* --- tool --- */

.toolOn
{
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  padding: 1px 3px 1px 3px;
}

.toolOn:hover
{
  cursor: pointer;
}

.toolOff
{
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  padding: 1px 3px 1px 3px;
  color: Gray;
  cursor: default;
}

.toolImage
{
  vertical-align: text-top !important;
  padding-right: 2px;
}

.toolLink
{
  text-decoration: none;
  font-weight: normal !important;
  outline: none;
}

.toolLink:hover
{
  text-decoration: none;
  outline: none;
}

.toolLinkOff
{
  text-decoration: none;
  font-weight: normal !important;
  cursor: default;
  color: Gray;
}

.toolLinkOff:hover
{
  text-decoration: none;
}

.toolLabelOff
{
  color: Gray !important;
}

/* ----------------------- */

.updateProgress
{
  padding: 5px 10px;
  vertical-align: middle;
  text-align: center;
  position: fixed;
  background-color: #42A0FF;
  background-color: #548DD4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  width: 140px;
  z-index: 12100;
}

.updateProgressTooltip
{
  background-color: #EFF0F6;
  padding: 7px;
  border: solid 1px #AAAACC;
  position: absolute;
  display: none;
  cursor: default;
  margin-bottom: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 3px;
}

.updateProgress img
{
  vertical-align: middle;
}

.updateProgress span
{
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.updateProgressBackground
{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #CCCCCC;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.validator
{
  padding-left: 5px;
  color: #FF0000;
}

.validatorBlock
{
  margin: 5px 6px;
  padding: 3px;
  border: solid 1px #FF0000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #FF0000;
}

.visible
{
  visibility: visible;
  display: inline;
}

.visitorContent
{
  text-align: center;
  background-color: white;
  text-align: center;
  margin: auto;
  border: solid 1px #B9C9DA;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
}

.visitorContent input[type="text"], input[type="password"]
{
  width: 220px;
}

.visitorContent label
{
  color: #0067CE;
}

.watermarkText
{
  color: #AAAAAA !important;
}

@media print
{
  .noprint
  {
    display: none;
  }
}
