﻿

/* Survey list including the result bar style*/
.surveyList 
{
   background:#fff;
}

.surveyList h1 
{
    color:#999;
    padding:0;
    margin:0;
    font-size:11px;   
}

.surveyList h1  a
{
   color:#0C0B44;
}

.surveyList h1  a:hover
{
    color:#0C0B44;
    text-decoration:underline;
}


.surveyList h2 
{
    color:#999;
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;  
}


.surveyResult 
{
    margin-top:5px;
    background:#FBFBFB url(../gfx/surveys/resultsBackground.jpg) repeat-x;
    background-position:bottom;
    border:1px solid #EFEFEF;  
    padding:10px;  
}

 
.surveyResultBar
{
    zbackground:#7BA622;
    zbackground:#D8B80B; 
    background: url(../gfx/surveys/resultsBarBackground.jpg) repeat-x;
    height:10px;
    width:auto;
    margin:3px 0 3px 0;
}
    
 /*End Survey list */
 
 
 
 
 /*Survey Form*/
 
 .surveyContainer
 {
    width:190px;
    float:left;
 }
 
 .surveyContainerHeading
 {
   background-color:#7BA622;
   color:#fff;
   font-weight:bold;
   padding:4px 0px 4px 15px; 
   margin-bottom:10px;
 }
 
 .surveysInner ul
 {
    list-style:none;
 }
 
 .surveysInner li
 {
    padding:3px 5px 3px 5px;
    border-bottom:1px dashed #ccc;
 }
 
 
 
 /*End Survey Form*/
