/**
 * Style sheet styles/poll
 */

div.mod_quickpoll {
   width: 75%;
   margin: 10px auto;
   padding: 5px;
   /* background-color: #FFFFFF; */
   background: #FFFFFF url('../tl_files/FUW/site_layout_images/question_mark.png') no-repeat scroll bottom right;
}

div.mod_quickpoll div.title {
   /* Hiding this, seems surplus... */
   display: none;
   font-size: 10pt;
   color: #808080;
   border-bottom: 1px solid #808080;
   margin-bottom: 5px;
}

div.mod_quickpoll div.description {
   font-size: 12pt;
   margin-bottom: 5px;
}

div.mod_quickpoll div.radio_container span {
   display: block;
   margin-bottom: 5px;
}

div.mod_quickpoll div.resultslink {
   margin-top: 3px;
   font-size: 9pt;
}

div.mod_quickpoll div.stoptext,div.totaltext {
   font-size: 10pt;
   text-align: right;
   color: #808080;
}

div.mod_quickpoll div.totaltext {
   margin-bottom: 5px;
}

div.mod_quickpoll div.label {
   font-weight: 600;
   font-size: 10pt;
}

div.mod_quickpoll div.results {
   margin-bottom: 5px;
}

div.mod_quickpoll div.results div.color1 {
   background: transparent url('../tl_files/FUW/site_layout_images/pollbg_red.png') repeat-x scroll 0 0;
}

div.mod_quickpoll div.results div.color2 {
   background: transparent url('../tl_files/FUW/site_layout_images/pollbg_green.png') repeat-x scroll 0 0;
}

div.mod_quickpoll div.results div.color3 {
   background: transparent url('../tl_files/FUW/site_layout_images/pollbg_yellow.png') repeat-x scroll 0 0;
}

div.mod_quickpoll div.results div.color4 {
   background: transparent url('../tl_files/FUW/site_layout_images/pollbg_blue.png') repeat-x scroll 0 0;
}

div.mod_quickpoll div.results div.color5 {
   background: transparent url('../tl_files/FUW/site_layout_images/pollbg_grey.png') repeat-x scroll 0 0;
}

div.mod_quickpoll div.results div.color6 {
   background: transparent url('../tl_files/FUW/site_layout_images/pollbg_lightgreen.png') repeat-x scroll 0 0;
}

div.mod_quickpoll div.results 
   div.color7,
   div.color8,
   div.color9, 
   div.color10 {

   background: transparent url('../tl_files/FUW/site_layout_images/pollbg_default.png') repeat-x scroll 0 0;
}

