﻿/* List */
.surveyListSection
{
    width:740px;
    margin-top:5px;
    float:left;
}
.surveyListSectionHeader
{
    width:740px;
    background-image:url(/images/contentlist_header_bg.gif);
    background-repeat:repeat-x;
    float:left;
}
.surveyListSectionHeader-title
{
    font-size:12px;
    font-weight:bold;
    text-indent:5px;
    float:left;
}
.surveyListSectionHeader-all
{
    margin-right:5px;
    float:right;
}
.surveyList-first
{
    width:740px;
    padding:5px 0 5px 0;
    background-color:#fff;
    border-bottom:dotted 1px #ccc;
    float:left;
}
.surveyList-second
{
    width:740px;
    padding:5px 0 5px 0;
    background-color:#fbfbfb;
    border-bottom:dotted 1px #ccc;
    float:left;
}
.suveyList-picture
{
    width:40px;    
    float:left;
}
.suveyList-image
{
    float:left;
}
.surveyList-question
{
     width:700px;
     text-indent:10px;
     float:left;
}
.surveyList-link
{
     font-family:Verdana, Arial, Sans-Serif;
     font-size:11px;
     color:#000;
     text-decoration:none;
}
.surveyList-link:hover
{
    color:Red;
}
/* Result List */
.resultList-first
{
    width:740px;
    padding:5px 0 5px 0;
    background-color:#fff;
    border-bottom:dotted 1px #ccc;
    float:left;
}
.resultList-second
{
    width:740px;
    padding:5px 0 5px 0;
    background-color:#fbfbfb;
    border-bottom:dotted 1px #ccc;
    float:left;
}
.resultList-option
{
    width:640px;
    text-align:left;
    float:left;
}
.resultList-hit
{
    width:100px;
    text-align:center;
    float:left;
}

/* Component */
.surveyContainer
{
    width:198px;
    border:solid 1px #ccc;
    margin-top:3px;
    margin-bottom:3px;
    float:left;
}
.surveySection
{
    width:198px;
    text-align:center;
    background-color:#fbfbfb;
    float:left;
}
.surveyHeader
{
    width:198px;
    font-size:11px;
    font-weight:bold;
    text-align:left;
    text-indent:5px;
    background-image:url(/images/contentlist_header_bg.gif);
    background-repeat:repeat-x;
    border-bottom:solid 1px #ccc;
    float:left;
}
.surveyQuestion
{
    width:198px;
    font-size:11px;
    text-align:left;
    text-indent:5px;
    padding:3px 0 3px 0;
    float:left;
}
.option-row
{
     width:198px;
     float:left;
}
.option-check
{
     width:20px;
     padding:3px 0 3px 0;
     float:left;
}
.option-text
{
    width:173px;
    text-align:left;
    padding: 5px 0 3px 5px;
    float:left;
}
.option-label:hover
{
    cursor:pointer;
}
.survey-button-row
{
    width:198px;
    text-align:left;
    text-indent:5px;
    padding:5px 0 5px 0;
    float:left;
}
.linkSurvey
{
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#000;
}
.linkSurvey:hover
{
    color:Red;
}