﻿body 
{
    text-align:center;
    color:#494949;
}


.surveyTable
{
    width:100%;
}

.mainDiv
{
    width:700px;
    padding:15px;
    text-align:left;
    font-family:Arial;
    font-size:10pt;
}

.surveyTitle
{
    color:#98110d;
    font-family:Arial Narrow;
    font-weight:bold;
    font-size:14pt;
}


.surveyHeaderText
{
    color:#494949;
    font-family:Arial;
    font-size:9pt;
    text-align:left;
    
    padding-top:0px;
}

/* QUESTIONS */

.question
{
    font-weight:bold;
}

.qNumber
{
    background-color:#fefbe3;
    padding-right:10px;
}

.checkOption
{
    
}


.break
{
    border-bottom:solid 1px #c5c4c4;
    margin-bottom:10px;
}

.status
{
    width:750px;
    height:100px;
    background-color:#ffe6e6;
    color:#ff5400;
    font-family:Arial;
    font-size:10pt;
    border:dotted 1px #aeaeae;
    text-align:center;
}

.stats
{
    width:750px;
    background-color:#dbe8ed;
    color:#8098a2;
    font-family:Arial;
    font-size:9pt;
    border:dotted 1px #aeaeae;
    text-align:center;
    padding:5px;
}

.numberAns
{
    color:#ff0000;
    padding-right:10px;
}

.highlight
{
    color:#ff8a00;
    font-weight:bold;
}


a.stat_link
{
    color:#00aee0;
    text-decoration:none;
}

.stats_details
{
    padding-left:20px;
    color:#82a937;
}

.timestamp
{
	color:#82a937;
	font-size:9pt;
}

.action_bar
{
    border-bottom: solid 1px #c5c4c4;
    padding-top:3px;
    padding-bottom:3px;
    text-align:left;
    margin-bottom:5px;
    color:#777777;
    text-decoration:none;
    
}

.limage
{
    border:none;
}