﻿body 
{
	background-color: #678fc2;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	margin: 0;
    padding:0;
    text-align: center;
}
div#pan
{
    width: 900px;
    margin: 0 auto;
    text-align: left;

}
a
{
	color: #0c3f80;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #ffd700;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
.titolo1
{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.titolo2
{
	color: #0c3f80;
	font-size: 12px;
}
.foto
{
	padding: 0px;
	border: 1px solid #ffffff;
}
.nomecandidato
{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.accordionHeader
{
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    margin-top: 3px;
    cursor:hand;
}
.accordionHeader:hover
{
    color: #ffd700;
    font-weight: bold;
    padding: 3px;
    margin-top: 3px;
    cursor:hand;
}
.accordionContent
{
	line-height: 18px;
    background-color: #ffffff;
    border: 1px solid #4875ae;
    padding: 4px;
}
.txtArea
{
    background-color: #ffffff;
    border: 1px solid #406492;
}
.txtBold
{
    font-weight: bold;
}
.txtRosso
{
    color: #cc0000;
}
.accordionContent a
{
	color: #0c3f80;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.accordionContent a:hover
{
	color: #0c3f80;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
