/* polls Bar Colors/Formats - Follow the format to add your own.
	Then update the maxcolors setting for polls in
	components/com_poll/poll.php -> $polls_maxcolors
*/



.pollborder {
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;

}

.umfrageheadline {
background-color:#cccccc;
height:18px;
font-size:12px;
font-weight:bold;
color:#0067B2;
}

.umfrage {
font-size:9px;
font-weight:bold;
padding-top:3px;
padding-left:3px;
}

#umfrageantwort {
font-size:9px;
font-weight:normal;
padding-top:3px;
}


.umfragetext {
font-size:10px;
}


.polls_color_1{ background-color: #8D1B1B; border: 1px ridge #B22222; }

.polls_color_2{ background-color: #6740E1; border: 1px ridge #4169E1; }

.polls_color_3{ background-color: #8D8D8D; border: 1px ridge #D2D2D2; }

.polls_color_4{ background-color: #CC8500; border: 1px ridge #FFA500; }

.polls_color_5{ background-color: #5B781E; border: 1px ridge #6B8E23; }


#poll {
        font-size:1.1em;
      }
/* polls Outside Table Border */
.pollstableborder {
	border: 1px solid;
	padding: 5px;
}
.sectiontableheader
{
font-size:12px;
font-weight:bold;
padding-bottom:20px;
}

.antwort {
font-size:10px;
text-align:left;
padding-left:105px;
}

.smalldark
{
	font-size:0.8em;
        font-weight:bold;
}
