﻿.graph_out
{
	border: .07em solid #8C0000;
}
.graph_in
{
	display: inline-block;
	background-color: #900;
	color: #AAAAAA;
}
.pollQuestion
{
	/*color: #900000;*/
	font-family: arial;
	font-size: 12px;
	/*font-weight: bold;*/
	padding: 5px 0px 10px 0px;
}
.optionsResults
{
	font-family: arial;
	font-size: 11px;
}
.optionsResultsStat
{
	font-family: arial;
	font-style: italic;
	font-size: 10px;
	white-space: nowrap;
}
.pollOptions
{
	font-family: arial;
	font-size: 11px;
}
.pollResultsDiv
{
	padding: 5px 0px 0px 10px;
}
.pollImage
{
	padding: 0px 0px 0px 0px;
}
.pollHead
{
	padding: 0px 0px 0px 0px;
	color: #900000;
	font-family: arial,tahoma;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
/*
.backLink
{
	background-color: #DDDDDD;
	padding: 2px 0px 2px 5px;
	margin: 2px 0px 2px 0px;
}
.voteLink
{
	background-color: #DDDDDD;
	padding: 2px 0px 2px 5px;
	margin: 2px 0px 2px 0px;
}
.resultsLink
{
	background-color: #DDDDDD;
	padding: 2px 5px 2px 5px;
	margin: 2px 0px 2px 14px;
}*/
.elPollContainer
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

/*button code*/
a.ovalbutton
{
	display: block;
	float: left; /*font: normal 13px Tahoma;*/ /* Change 13px as desired */
	line-height: 4px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button  background (default is 24px) */
	height: 12px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	padding-right: 10px;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton
{
	color: #660000; /*button text color*/
}

a.ovalbutton span
{
	background:#ffffff;
	display: block;	
padding:5px;
border:1px solid #b0b0b0;
}

a.ovalbutton:hover
{
	/* Hover state CSS */
}

a.ovalbutton:hover span
{
	/* Hover state CSS */
	background:#F8F8F8;
	color: #660000;
}

.buttonwrapper
{
	/* Container you can use to surround a CSS button to clear float */

	width: 100%;
	font-family: arial;
	font-size: 9px;
font-weight:bold;
text-transform:uppercase;
	padding-top: 10px;
}
