
element.style {
    max-width: none !important;
}

.SurveyRunBody {
        background:#ffffff fixed;
        padding: 0px;
        margin: 0px;
}

.SurveyContent {
        background:#ffffff;
        height: 100%;
}

.SurveyContent textarea, .SurveyContent input, .SurveyContent select, .SurveyContent option {
        font-size: 10pt; 
        font-family: Tahoma, Geneva, sans-serif;
        color: #000000;
}

.SurveyContent a, .SurveyContent a:visited, .SurveyContent a:link, .SurveyContent a:hover { 
        color: #000000;
}

.QuestionDescription, .QuestionText, .AnswerText, .AltQuestionText, .AltAnswerText, .SurveyHeader, .SurveyFooter, .QuestionError, .SurveyValidation, .SurveySectionHeading, .SurveySectionSubHeading, .SurveySectionHeadingSmall {
        font-size: 10pt; 
        font-family: Tahoma, Geneva, sans-serif;
        color: #000000;
	-webkit-text-size-adjust: none;
}

.QuestionDescription, .QuestionText {
        /*font-weight: bold;*/
}

.SurveyTop {
        margin-top: 10px;
}

.SurveyTopToolbar {
        margin-top: 45px;
}

.QuestionDescription {
        padding-top: 3px;
        padding-bottom: 3px;
}

.QuestionText { 
}

.AltQuestionText {
        background: #f5f5f5;
}

.AnswerText {
}

.AltAnswerText { 
        background: #f5f5f5;
}

.SurveyHeader { 
        text-align: center;
        font-weight: bold;
}

.SurveyFooter { 
        text-align: center;
}

.QuestionError { 
         color: #FF3330 !important;
}

.SurveyQuestionErrorBox {
        background:#ffebe8 url(/images/alert_error.gif) no-repeat scroll left center;
        border-color#:cc0000;
        color:#660000;
        border: 1px solid #cc0000;
        font-size: 10pt; 
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 5px 5px 30px;
        text-align: left;
}

.SurveyValidation { 
        color: #FF3330 !important;
}


.SurveyTipContent {
        padding: 5px 3px 5px 2px;
}

.SurveySectionHeading { 
        font-size: 16pt !important;
        color: #ffffff !important;
        font-weight: bold;
        background-color: #707070; 
        padding: 5px 3px 5px 2px;
}

.SurveySectionSubHeading { 
        font-size: 14pt !important;
        font-weight: bold;
        padding: 5px 3px 5px 2px;
}

.SurveySectionHeadingSmall { 
        font-weight: bold;  
}

.SurveyDivider { 
         border-bottom: 1px solid #cccccc;
         margin-top: 10px;
         margin-bottom: 10px;
} 

.SurveyHighlight {
         background-color: #ffffcc;
         cursor:pointer;
         cursor:hand;
}

#SurveySubmitButton {
        padding-top:15px;
        padding-bottom:15px;
}

.SurveyTableHeader {
        padding: 2px 8px 2px 8px;
        text-align: center;
}

.SurveyTableGrid {
        margin: 2px 0px 5px 0px;
        border-collapse: collapse;
}

.SurveyTableGrid th  {
        border: 1px solid #ccc;
        padding: 2px 4px 2px 4px;
        background: #f5f5f5;
        text-align: center;
}

.SurveyTableGrid td  {
        border: 1px solid #ccc;
        padding: 3px 4px 3px 4px;
}

.SurveyTableNoGrid td {
        border: none;
}


.SurveyVoteUp {
        background:url('/images/ideascale/vote_up.png') center left no-repeat; 
}

.SurveyVoteDown {
        background:url('/images/ideascale/vote_down.png') center left no-repeat; 
}

.SurveyNoVote {
        background:none;
}

.iconLink {
        font-size: 8pt;
        vertical-align: middle;
        color: #3252b2;
}

a.iconLink, a.iconLink:visited, a.iconLink:link { 
        text-decoration: none; 
        color: #3252b2;
}

a.iconLink:hover { 
        text-decoration: underline; 
}

.dashboard {
        background-color:#999999;
        color:#FFFFFF;
        float:left;
        padding:8px;
        -moz-border-radius:5px 5px;
        -webkit-border-radius:5px 5px;
        border-radius:5px 5px;
        font-family: Tahoma, Geneva, sans-serif;
}

.dashboardTitle {
        font-size:10px;
        margin-bottom:5px;
        text-align:center;
        text-transform:uppercase;
        color:#fff;
        font-family: Tahoma, Geneva, sans-serif;
}

.dashboardContent {
        font-size:70px;
        font-weight:bold;
        text-align:center;
        margin-bottom:-10px;
        color:#fff;
        font-family: Tahoma, Geneva, sans-serif;
}

.shadowedBox,.shadowedBoxIE {
        display: none;
        position: absolute;
        margin-left: -16px;
        margin-top: -2px;
        z-index: 1000;
}

.shadowedBoxBody {
        border: solid 2px #333333;
        background-color: white;
        padding:10px;
        font-size: 10pt; 
        font-family: Tahoma, Geneva, sans-serif;
}

.shadowedBoxBody {
    border-radius: 5px 5px 5px 5px;
    border: solid 1px #565656 !important;
    box-shadow: 0 0 30px #000000 !important;
}


.position-fixed-top {
    position:fixed !important;
    top: 0;
    left: 0;
}
.position-fixed-center {
    position:fixed !important;
    top: 50%;
}
.position-fixed-bottom {
    position:fixed !important;
    bottom:0;
    left: 0;
}

.SurveyReport{
  background-color: #707070;
}

.SurveyReportQuestionTotalRow {
  background-color: #707070;
  border-left:1px solid #707070;
  border-right:1px solid #707070;
}


input.submit, input[type="submit"], input[type="button"] {
  background: url("/images/bg-btn-local.gif") repeat-x scroll 0 0 #DDDDDD;
  color:#333333;
  font: 11px/14px "Lucida Grande",sans-serif;
  background-color:#E6E6E6;
  border:1px solid #CCCCCC;
  font-size:15px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  line-height:20px !important;
  padding:5px 15px 6px;
  cursor:pointer;
}


.doneNew div, .doneNew td, .doneNew p, .doneNew span, .doneNew a{
    font-family:arial;
}

.doneNew a {
    text-decoration:none;
}

.tick {
    background:url('/images/tickII.gif') no-repeat left center;
    padding-left:23px;
    font-size:16px;
    margin-bottom:7px;
}

div.freeSignupButton {   
      background:url('/images/signupbuttons/sign-up-for-free.png') no-repeat top left;
      height:42px;
      width:140px;
      border:0px;
      cursor:pointer;
      cursor:hand;
}

div.freeSignupButtonHover {
      background:url('/images/signupbuttons/sign-up-for-free-hover.png') no-repeat top left;
      height:42px;
      width:140px;
      border:0px;
      cursor:pointer;
      cursor:hand;
}

.allRoundCorners {
  -moz-border-radius:5px;
  border-radius:5px;
}

.OptionHover {
  background:#BDBDBD;  
  cursor:pointer;
}

.OptionHighlight, .OptionHighlight div {
  background:#848484;    
  color:#fff;
}

a.scalePeg, a.scalePeg:visited {
  background:url("/images/slider/newSliderPeg.png") no-repeat ;
  display:block;
  height:19px;
  width:14px;
  text-decoration:none;
  z-index:2;
  position:relative;
  top: -2px;
  cursor: pointer;
}

a.scalePeg:hover {
  background:url("/images/slider/newSliderPeg.png") no-repeat ;
  display:block;
  height:19px;
  width:14px;
  text-decoration:none;
  cursor: pointer;
}

.newSliderScale {
  background: #e9e9e9;
  border-top: 1px solid #bfbfbf;
  height:5px;
}

.newSliderBlueScaled {
  background-image: url("/images/slider/newSliderBlueScaled.png");
  background-repeat: repeat-x;
  height:6px;
  position:absolute;
  z-index:1;
  border-radius: 4px;
}

.newSliderScaleValueBox {
  color:#fff;
  background:#a2a2a2;
  background-image: -webkit-linear-gradient(bottom, #a8a8a8 80%, #4a4a4a);
  background-image: -moz-linear-gradient(bottom, #a8a8a8 80%, #4a4a4a);
  background-image: -o-linear-gradient(bottom, #a8a8a8 80%, #4a4a4a);
  background-image: -ms-linear-gradient(bottom, #a8a8a8 80%, #4a4a4a);
  background-image: linear-gradient(to top, #a8a8a8 80%, #4a4a4a);
  font-size:11px;
  position:relative;
  white-space:nowrap;
  border-radius: 3px;
  line-height: 17px;
  height: 18px;
  margin: 0 5px;
  min-width: 24px;
  padding: 0 3px;
}


.control_top {
  float: left;
  position:absolute;
  padding-left:60px;
  padding-top:5px;
}

.control_bottom {
  float: left;
  position:absolute;
  padding-left:60px;
  padding-top:5px;
}

.control_text_div_left {
  float: left;
}

.control_text_div_right {
  float: right;
}

.shadowedBoxBodyTitleBar {
  background:-moz-linear-gradient(center top , #737172, #717171) repeat scroll 0 0 #717171;
  background:-webkit-gradient(linear,center top, center bottom, from(#737172), to(#717171));
  background: #717171;
  margin: -10px -10px 8px -10px;
  height: 30px;
  cursor: move;
}

.shadowedBoxBodyTitleBar .leftDiv {
  float: left;
  text-align: left;
  margin: 7px 0px 10px 15px;
}
.shadowedBoxBodyTitleBar .closeButton {
  float: right;
  text-align: right;
  margin-top: 3px;
  margin-right: 4px;
}

.starNotSelected {
  background:url("/images/starrating/star_rating_not_selected.png") no-repeat 0 0 transparent;
  height:16px;
  width: 16px;
  display:block;
  text-decoration: none;
  cursor: pointer;
}

.starSelected {
  background:url("/images/starrating/star_rating_selected.png") no-repeat 0 0 transparent;
  height: 16px;
  width: 16px;
  display:block;
  text-decoration: none;
  cursor: pointer;
}

.starHovered {
    background:url("/images/starrating/star_rating_selected.png") no-repeat 0 0 transparent !important;
    height: 16px;
    width: 16px;
    display:block;
    cursor: pointer;
    text-decoration: none;
}

.starNotHovered {
    background:url("/images/starrating/star_rating_not_selected.png") no-repeat 0 0 transparent !important;
    height: 16px;
    width: 16px;
    display:block;
    cursor: pointer;
    text-decoration: none;
}

.dragNDropContainer {
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  background-color: none repeat scroll 0 0 #F6F6F6;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 5px;
  opacity: 1;
  width: 74%;
  max-width: 480px;
  display:block;
}

.dragNDropContainer:hover {
  background: #eeeeee;
}

.dragNDropDotsImg {
  padding-left: 8px;
  padding-top: 5px;
}

.dragNDropOptionText {
  float: left;
  padding-left: 6px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: inherit;
  width: 97%;
  max-width: 360px; 
  word-wrap: break-word;
}

.dragNDropRankText {
  background: url('/images/drag-n-drop-round.png') no-repeat;
  height: 28px;
  width:27px;
  text-align: center;
  color: #555555;
  padding-left:1px;
  padding-right: 23px;
}

.dragNDropHand {
  padding-top:15px;
  cursor: url('/images/addquestion/grab.png'), move;
  list-style: none;
}

.dragNDropGrabbed {
  cursor: url('/images/addquestion/grabbing.png'), move;
}

.sortingList li {
  cursor: url('/images/addquestion/grab.png'), move;
  list-style: none;
  padding-left: 0px;
  padding-bottom: 0px;
}

.sortingList li.ui-sortable-helper {
    cursor: url('/images/addquestion/grabbing.png'), move;
}

.innerShadowThankYou {
  box-shadow:0 0 5px #000000 inset;
  -webkit-box-shadow:0 0 5px #000000 inset;
}

.thankYouSubmit {
  font-family: "Lucida Grande",Verdana,sans-serif;
  font-weight: bold;
  font-size: 13px;
  background: #0483ca;
  background-image: -webkit-linear-gradient(bottom, #0483ca 20%, #61c1fd);
  background-image: -moz-linear-gradient(bottom, #0483ca 20%, #61c1fd);
  background-image: -o-linear-gradient(bottom, #0483ca 20%, #61c1fd);
  background-image: -ms-linear-gradient(bottom, #0483ca 20%, #61c1fd);
  background-image: linear-gradient(to top, #0483ca 20%, #61c1fd);
  border: 1px solid #0095e2;
  color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 3px 1px #0d64ad;
  -moz-box-shadow: inset 0px 0px 3px 1px #0d64ad;
  box-shadow: inset 0px 0px 3px 1px #0d64ad;
  padding: 10px 13px !important;
  filter: dropshadow(color=#474747, offx=1, offy=1);
  cursor: pointer;
}

.horizontalTopPadding {
  padding-top: 7px;
}

.singleLine {
 border-bottom: 1px solid #ccc;
 margin-bottom:5px;
}

.Pointer {
  cursor: pointer;
}

.imageToppadding {
  margin-top:15px;
}

.link_blueText a {
  color:#000000;
  font-size:12px;
  font-family:arial;
  font-weight: bold;
  padding-top:5px;
}

.textBoxBottomPadding {
  padding-bottom: 6px !important;
}

.newMatrixHover {
 background: #eeeeee;
}

.imageSectionNormal {
  cursor:pointer;
}

.imageSectionNormal:hover {
  background: #d2f0fb;
  cursor:pointer;
  border-radius:5px;
}

.v1ProgressAlign {
  font-family: "Lucida Grande",Verdana,sans-serif !important;
  font-size: 10pt !important;
}

.sortingList{
  list-style:none;
  padding-left:0px;
  padding-bottom:0px
}

.smileyBackground {
  background:#F6F6F6;
}

.smileyData {
  text-align:center !important;
  padding:20px 20px 10px 20px;
} 

.smileyMobileData {
  text-align:center !important;
  padding: 4px 2px 2px 2px;
}

.QuestionText a {

    color: #d77400 !important;
    font-weight: bold;
}