/*
	Pizzinato Alessandro
	alessandro.pizzinato@gmail.com
*/

body {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

#contenitore
{
    width: 748px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
}

#testa
{
	width: 748px;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/
	/*background-image: url(img/comune_elab.jpg);*/
}

.big{
	font-size: 26px;
}

#menu
{
	background-color: #9BB6C9;
	width: 748px;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;
	font-size: 12px;
	padding-left:2px;
	padding-right:1px;
	padding-top:5px;
	padding-bottom:5px;
	color: #FFFFFF;
}

a.menu, a.menu:link, a.menu:visited, a.menu:active 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


a.menu:hover 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}


a.banner, a.banner:link, a.banner:visited, a.banner:active 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	font-weight: bold;
	color: #537B99;
}


a, a:link, a:visited, a:active 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	color: #496F89;
	border-bottom-color: #6E6F89;
}

#pie
{
	width: 748px;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: center;
	font-size: 12px;
}
.titoloFinestra {
	font-size: 16px;
	color: #496F89;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #9BB6C9;
	border-right-color: #9BB6C9;
	border-bottom-color: #9BB6C9;
	border-left-color: #9BB6C9;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #E2EAEF;
}
.lineaSotto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #D6E0E9;
	border-right-color: #D6E0E9;
	border-bottom-color: #D6E0E9;
	border-left-color: #D6E0E9;
}
.small {
	font-size: 10px;
}
.rigaSeparazioneNormale {
	height: 1px;
	width: 80%;
}

.finestraROSSA {
	background-color: #FFFFFF;
	border: thin solid #990000;
}
.finestraNERA {
	background-color: #FFFFFF;
	border: thin solid #000000;
}

.lineaElezioni {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #9BB6C9;
	border-right-color: #9BB6C9;
	border-bottom-color: #9BB6C9;
	border-left-color: #9BB6C9;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.input_menu {
	border: 2px solid #000099;
	font-size: 12px;
}
.bordoTabella_Home {
	border: thin solid #9BB6C9;
}

