/* Autore: Lorenzo Rossi
~~~ sezione SITO ~~~ */

body
{
margin: 0px;
padding: 0px;
font-family: verdana, sans-serif;
font-size: 100%;
}

#data
{
	font-size: 0.8em;
	text-align: left;
}

#sottodata
{
	position: relative;
	left: 75%;
	width: 25%;
	text-align: right;
	background-color: rgb(204,255,204);
}

#testata
{
	width: 100%;
	height: 125px;
	text-align: center;
}

#stestata
{
width: 700px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#imgtest
{
	width: 700px;
	height: 125px;
}

#corpo
{
	/*position: relative;
	top: 0px;
	left: 0px;*/
	margin-top: 15px;
	width: 100%;
}

#colonnaSX
{
margin: 0px;
margin-top: 0px;
margin-left: 0.5%;
/*position: relative;
top: 15px;
left: 1%;*/
float: left;
width: 18%;
}

#boxCX
{
float: left;
margin-left: 0.5%;
width: 59%;
color: rgb(0,0,0);
font-size: 0.8em;
/*background-color: rgb(247,247,215);*/
border-bottom: 1px solid rgb(91,168,238);
}

#sottoboxCX
{
	padding: 5px;
	padding-top: 0px;
}

#sottoboxCX input
{
	width: 5em;
}

#sottoboxCX input.ricfulltext
{
	width: 25em;
}

#sottoboxCX input.pulsante
{
	background-color: rgb(59,75,233);
	color: rgb(244,246,106);
	width: 8em;
	font-weight: bold;
	font-family: verdana, sans-serif;
}

#colonnaDX
{
	/*position: relative;
	top: 0px;
	left: 81%;*/
	/*float: left;*/
	margin-left: 80%;
	/*width: 18%;*/
	margin-right: 0.5%;
}

#piepagina
{
	margin-left: 1%;
	width: 98%;
	margin-top: 10px;
	text-align: center;
	background-color: rgb(248,249,254);
	clear: left;
	display: none;
}

#spiepaginaSX
{
	float: left;
	width: 24%;
	font-size: 0.7em;
}

#spiepaginaCX
{
	float: left;
	width: 50%;
	font-size: 0.7em;
	border-left: 1px solid rgb(16,49,140);
	border-right: 1px solid rgb(16,49,140);
}

#spiepaginaDX
{
	float: left;
	width: 24%;
	font-size: 0.7em;
}

h1
{
margin-top: 10px;
font-size: 1.2em;
color: rgb(0,102,51);
}
h2
{
	font-size: 0.9em;
	color: rgb(0,16,156);
	margin-top: 0px;
	margin-bottom: 20px;
	border-left: solid 12px rgb(201,3,90);
	/*background-color: rgb(20,41,240);*/
	width: 100%;
	padding-right: 0px;
	padding: 2px;
}
h3
{
font-size: 1.1em;
color: rgb(255,255,255);
background-color: rgb(91,168,238);
margin-top: 0px;
margin-bottom: 0px;
padding: 3px;
}
h4
{
font-size: 1em;
color: rgb(0,0,0);
margin-top: 20px;
margin-bottom: 5px;
/*background-color: rgb(30,47,208);*/
width: 100%;
padding: 2px;
}
h5
{
font-size: 0.9em;
color: rgb(0,16,156);
margin-top: 0px;
margin-bottom: 20px;
border-left: solid 12px rgb(201,3,90);
/*background-color: rgb(20,41,240);*/
width: 95%;
padding: 2px;
}
h6
{
font-size: 0.9em;
color: rgb(222,229,248);
margin-bottom: 5px;
background-color: rgb(16,49,140);
width: 100%;
padding-top: 2px;
padding-left: 2px;
padding-bottom: 2px;
margin-top: 0px;
}

ul
{
margin-top: 10px;
color: rgb(0,0,0);
}

#sottoboxCX ul li
{
	margin-left: -10px;
	margin-right: 10px;
}

.mitrovo
{
font-size: 0.85em;
color: rgb(68,60,166);
margin-bottom: 15px;
margin-top: 5px;
}

div.argomenti
{
	width: 25%;
	background-color: rgb(222,229,248);
	float: right;
	margin: 5px;
}

div.argomenti a
{
	color: rgb(16,49,140);
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 100%;
}

div.argomenti a:hover
{
	background-color: rgb(16,49,140);
	color: rgb(222,229,248);
}

li
{
margin-bottom: 3px;
}
p
{
color: rgb(0,0,0);
margin: 10px;
}
p.sx
{
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 2px;
}

div.divsx
{
	background-color: rgb(228,244,252);
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: -20px;
	margin-bottom: 10px;
	border-left: solid 4px rgb(201,3,90);
	width: 95%;
}

div.divsx a
{
	font-size: 0.8em;
	margin-top: 0px;
	padding: 3px;
	display: block;
	color: rgb(0,8,80);
}

div.divsx a:hover 
{
background-color: rgb(255,255,219);
}

div.divdx
{
	background-color: rgb(228,244,252);
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: -20px;
	margin-bottom: 10px;
	border-left: solid 4px rgb(201,3,90);
	width: 95%;
}

div.divdx a
{
	font-size: 0.8em;
	margin-top: 0px;
	padding: 3px;
	display: block;
	color: rgb(0,8,80);
}

div.divdx a:hover 
{
background-color: rgb(255,255,219);
}

.enf
{
font-style: italic;
margin-top: 40px;
}
.sotto
{
font-weight: bold;
font-style: italic;
margin-top: 15px;
color: rgb(0,34,160);
}
.stitolo
{
margin-top: 0px;
margin-left: 130px;
font-size: 0.9em;
font-weight: bold;
}
a
{
color: rgb(78,107,188);
text-decoration: none;
}

.arnews
{
	font-size: 0.85em;
	text-align: right;
}

a.tabcb
{
	font-weight: bold;
}

a.news, .arnews a, a.tabcb
{
	color: rgb(30,47,208);
	text-decoration: none;
}

a.news:hover, .arnews a:hover, a.tabcb:hover
{
	background-color: rgb(222,229,248);
}

/* ~~~ Fine sezione SITO ~~~