﻿/* 问卷调查默认模板 ---------------------------------------------- */



.surveyTable{ border:1px solid #d8d8d8; margin-top: 15px;  }
.surveyTable .submitTd{ text-align:center; padding:10px 0;  }
.surveyTable .submitTd input,
.inputbutton
{ display:inline-block; *display:inline; zoom:1; cursor:pointer; width: 70px; height: 30px; background:#db321c;
    border:0; color: #fff; font-weight: bold; margin:0 8px 20px 8px; border-radius: 5px; }

#SurveyBox #SurveyTitle{ background:#f5f5f5; padding:5px 0; margin-bottom:20px;  font:bold 16px/200% "Microsoft YaHei"; _font-weight:bold;  }
#SurveyBox dt,#SurveyBox dd{ margin:0 60px;  }
#SurveyBox dt{ font-size:14px; font-weight:bold; border-bottom:1px dotted #ddd; padding:10px 0;   }
#SurveyBox dd{ padding:15px 0 0 20px; line-height:24px;   }
#SurveyBox dd input{ margin-right:3px; vertical-align:middle;  }

/* 问卷调查-列表页 ---------------------------------------------- */
.reportList { padding:20px 0 0; }
.reportList li {border-bottom:1px dotted #ccc; font-size:14px; padding: 10px 0 10px 15px;height:50px;}
.reportList li .con{width:85%;float:left;}
.reportList li .con .title{padding-bottom:5px;}
.reportList li .con span{padding:0 10px;color:#999;}
.reportList .button{float:right;width:15%;line-height:50px;}
.reportList .view,
.reportList .join { color:#f60; font-size:14px; }
.reportList .view { margin:0 0 0 10px; }

/* 默认问卷调查列表页模板 ---------------------------------------------- */
/* modify 2013/3/27 */
.surveyResult{padding:50px 0 0 0; }
.surveyResult tr.tdbg table{  border-top-width:2px; width:100%;  text-align:center;  }

.surveyResult tr.tdbg table tr.tdbgleft td{background:#f5f5f5; text-align:left; padding:5px 20px;border:1px solid #e3e3e3 !important }
.surveyResult tr.tdbg table tr.tdbgleft:nth-child(even) td{background:#fff !important; }
.surveyResult  table td{ border:0 !important; }


.surveyResult table .tdbg td #LblSurveyName,.surveyQA #LblTitle{ display:block; background:#f5f5f5; padding:5px 0; color: #076BA9 !important;  margin-bottom:20px;  font:bold 16px/200% "Microsoft YaHei"; _font-weight:bold;   }
.surveyResult table table{ border:0;  }

.surveyResult #DivShowData{ text-align:center; overflow:hidden;}
.surveyResult #DivShowData span{ color: #076BA9 !important; display:block; padding-top:20px;  font-size:14px;  text-align:left; font-weight:bold;}
.surveyResult #DivShowData div.tdbg{ border-bottom:1px solid #d8d8d8; text-align:left; padding:0 20px 20px 50px !important; }
.surveyResult #DivShowData div.tdbg a{} 



/*  ---------------------------------------------- */
.surveyQA table{ border:1px solid #d8d8d8; width:100% !important;  }
.surveyQA table td{ text-align:left;  }
.surveyQA table table{ border:0;  }
.surveyQA table table td{ padding:10px 20px; border-bottom:1px dotted #d8d8d8;   }
.surveyQA table td div{ padding-bottom:20px;  }





