.SurveyRunBody {
        background:#ffffff fixed;
        padding: 0px;
        margin: 0px;
font-family: "Tahoma";
}

.SurveyContent {
        background:#ffffff;
        height: 100%;
font-family: "Tahoma";
}

.SurveyContent textarea, .SurveyContent input, .SurveyContent select, .SurveyContent option {
        font-size: 10pt; 
        font-family: "Tahoma";
        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";
        color: #000000;
}

.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: #cc0000 !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: #cc0000 !important;
}


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

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

.SurveySectionSubHeading { 
        font-size: 14pt !important;
        font-weight: normal;
        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";
}

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

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

.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";
        color: #000000;
}



.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("http://s.twimg.com/a/1278188204/images/buttons/bg-btn.gif") repeat-x scroll 0 0 #DDDDDD;
  color:#333333;
  font: 11px/14px "Tahoma";
  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;  
}

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