﻿body
{
   margin: 0px;
   font-family: Verdana, Arial, Serif;
   font-size: 12px;
}

td
{
   vertical-align: top;
}
hr
{
   color: #b45d16;
}
.ArchiveBox
{
   font-size: 11px;
   top: 10px;
   left: 10px;
   width: 600px;
   background-color: #bcbfc0;
}
.ArchiveBox div.sectiontitle, .ArchiveBox .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #818689;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

.ManagePolls
{
   font-size: 11px;
   top: 10px;
   left: 10px;
   width: 80%;
   background-color: #bcbfc0;
}
.ManagePolls div.sectiontitle, .ManagePolls .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #818689;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

.pollbox
{
   font-size: 11px;
   top: 10px;
   left: 10px;
   width: 228px;
}

.pollbox div.text
{
   padding: 6px 6px 6px 6px;
   text-align: justify;
}

.pollbox div.alternatetext
{
   padding: 6px 6px 6px 6px;
   background-color: #e1e1e1;
   text-align: justify;
}

.pollbox div.sectiontitle, .pollbox .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #818689;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}


.pollcontent
{
   padding: 6px;
}

.pollquestion
{
   font-size: 13px;
   font-weight: bold;
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
   background-color: #DF4A8C;
   font-size: 4px;   
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}




