/*

This file is part of PHPOLL.

    PHPOLL is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    PHPOLL is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with PHPOLL; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

*/


body {
		font-family:  			Verdana, sans-serif;
		margin:					0px;
		padding:				0px;
		border:					0px;
		background-color:		#fff;
		}
		
.corpo {
		text-align:				center;
		float:					left;
		width:					100%;
}

.menu {
		padding:				0px;
		text-align:				center;
		border-top: 			1px red solid;
		border-bottom: 			1px red solid;
		float:					left;
		font-size:				12pt;
		width:					100%;
		}
		
.titolo_db {
		float:					left;
		font-size:				12pt;
		text-align:				center;
		width:					100%;
		}
		
form.donate {
		display:				inline;
		float:					left;
		}
		
.forms {
		float:					left;
		font-size:				8pt;
		text-align:				center;
		width:					100%;
		padding-top:			20px;
		}

.votanti {
		padding:				0px;
		text-align:				left;
		float:					left;
		font-size:				8pt;
		}
		
.band {
		padding:				0px;
		text-align:				left;
		display:				block;
		font-size:				8pt;
		}
		
.risultati {
		padding:				0px;
		margin:					5px;
		text-align:				left;
		float:					left;
		font-size:				9pt;
		}
		
table {
		font-size:				9pt;

		}
		
.votazione {
		padding:				0px;
		text-align:				left;
		float:					left;
		font-size:				9pt;
		}
		
#votanti_titoli {
		color:					#066;
		background-color:		#eee;
		font-weight:			bold;
		}
		
#risultati_titoli {
		color:					#f00;
		font-weight:			bold;
		}
		
#band_titoli {
		color:					#f00;
		font-weight:			bold;
		}
		
img {
		border:	 				0px;
		}

a {
		text-decoration:		none;
		color:					#00f;
		margin-right:			15px;
		font-size:				9pt;
		}
		
a:visited {
		text-decoration:		none;
		color:					#00f;
		}
		
a:hover {
		text-decoration:		none;
		color:					#f00;
		}
		
a.attuale {
		text-decoration:		none;
		color:					#00f;
		margin-right:			15px;
		font-size:				9pt;
		font-weight:			bold;
		}