@charset "UTF-8";
/* CSS Document */

/*********************************/
/*** TOOLBOX AND RESET ***/
/*********************************/

* {
	margin: 0px;
	padding:0px;
}
html, body, form {

	margin:0;
	padding:0;
}
a {
	outline: none;
	color: #333;
}

img {
border: 0px;
}
/**********************************/

.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clear  {
	clear: both;
}
.textalign-left {
	text-align: left;
}
.textalign-right {
	text-align: right;
}
.center {
	text-align: center;
	margin-top: 10px;
}
/*********************** FORM ***/

input:focus {
	background-color: #ddd5c3;
}
input {
	height: 20px;
}
label {
	display:block;
	font-size: 13px;
}
body.index label {
	height:20px;
}

body.index input {
	height:20px;	
}

label.login {
width: 214px;
}

input.login {
width: 214px;
display:block;
margin:0px;
padding:0px;
}

.btnLogin {
	text-align:right;
	margin:9px 0px;
}

input, select {
	background-color: #ede9df;
	color: #333;
}
textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 13px;
	background-color: #ede9df;
	color: #333;
	margin:0px;
	padding:0px;
}
form, fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
}

.formError {
color:#CC6600;
font-size:10px;
}


/*********************************/

body {
	font: 13px "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, sans-serif;
	color: #333;
	text-align:center;
	line-height:23px;
}
body.PagInterna {
	background-color:  #ddd5c3;
}
/*********************************/
/*** STILI TITOLI ***/
/*********************************/

h1 {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #231a13;
	font-weight:normal;
	margin: 20px 0px 10px 0px;
	padding:0px;
	letter-spacing: 2px;
}
h2 {
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #231a13;
	font-weight:normal;
	margin:25px 0px 10px 0px;
	padding:0px;
	letter-spacing: 1px;
}
/*********************************/

h3, h3.red, h3.green, h3.blu {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: 1px;
}
h3 a {
	text-decoration:none;
}
h3 a:hover, h3.red {
	text-decoration:underline;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 13px;
	border-bottom: 1px solid #231a13;
	margin: 10px 0px;
	color:  #231a13;
}
b.red {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #850808;
	font-weight: normal;
}
b.roman {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
/********************************/

h3.red a, h3.red {
	color: #850808;
	text-decoration: none;
}
h3.red a:hover {
	text-decoration: underline;
}
/*******************************/

h3.green a, h3.green {
	color: #4b6013;
	text-decoration: none;
}
h3.green a:hover {
	text-decoration: underline;
}
b.green {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #4b6013;
}
/*******************************/

h3.blu a, h3.blu {
	color: #30506e;
	text-decoration: none;
}
h3.blu a:hover {
	text-decoration: underline;
}
b.blu {
	color: #30506e;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/**************************/

.small {
	font-size: 10px;
}
.xsmall {
	font-size:9px;
}
/*********************************/
/*** BUTTON ***/
/*********************************/

a.button, a.button-red, a.button-green, a.button-blu {
	padding: 4px 8px 3px 8px;
	/*background-repeat:repeat-x;*/
background-position: top left;
	color: #fff;
	font-weight:normal;
	text-transform:uppercase;
	margin: 0px 5px;
	font-size: 12px;
	text-decoration:none;
	position:relative;
}
a.button {
	background-image:url(../img/BgButton.gif);
	border: 1px solid #1e1812;
}
a.button:hover {
	background-position: 0px 25px;
}
/*********************************/

a.button-red {
	background-image:url(../img/BgButton-red.gif);
	border: 1px solid #740808;
}
a.button-red:hover {
	background-position: 0px 25px;
}
/********************************/

a.button-green {
	background-image:url(../img/BgButton-green.gif);
	border: 1px solid #4b6013;
}
a.button-green:hover {
	background-position: 0px 25px;
}
/********************************/

a.button-blu {
	background-image:url(../img/BgButton-blu.gif);
	border: 1px solid #63819d;
}
a.button-blu:hover {
	background-position: 0px 25px;
}
/*********************************/
/*** HEADER  ***/
/*********************************/

.top-banner {
	padding-top:4px;
	height: 90px;
	text-align:right;
	margin:0 auto;
	width: 980px;
} /* div che ospiterà il banner pubblicitario in alto*/
.top-banner img {
	border: 1px solid #231a13;
}
.bannerSide {
	margin-bottom:5px;
}
.header-wrapper {
	background-image:url(../img/BgHeader.gif);
	background-repeat:repeat-x;
	color: white;
	text-align: center;
	height: 88px;
	margin-top: 5px;
}
.header-wrapper .header {
	width: 980px;
	margin: 0px auto;
	text-align:left;
	height: 88px;
	line-height: 80px;

}

.header ul.menu01{
	margin: 0px 0px 0px 15px;
	padding:0px;
	float:left;
	width:450px;
}
 .header ul.menu01 li {
	margin: 0px;
	padding:0px;
}
.header ul.menu01 li {
	list-style:none;
	display: inline;
}
.header ul.menu01 li a {
	color: #705f55;
	text-decoration:none;
	margin: 0px 5px;
	font-size:12px;
}
.header ul.menu01 li a:hover {
	color: #fff;
}
/************************  bottoni lingue  */

ul.lang {
	margin: 0px 0px 0px 10px;
	padding:0px;
	float: left;
}
ul.lang li {
	text-align:center;
	list-style-type:none;
	/*float:right;*/
	display: inline;
	font-size:11px;
	margin: 0px;
	padding:0px;
	list-style:none;
	/*display:block;*/
	margin-left:3px;
}
ul.lang li a {
	color: #705f55;
	text-transform:uppercase;
	text-decoration:none;
	/*display:block;*/
	padding:4px;
	background-position:center;
}
ul.lang li a:hover, ul.lang li a.active {
	color: #fff;
}
/*********************************/
/*** STRUCTURE ***/
/*********************************/

.containerWrapper {
	width:980px;
	margin: 0 auto;
}
.container {
	width: 980px;
}
.leftSide {
	text-align:left;
	width: 220px;
	float: left;
	margin-top: 8px;/*** stesso margine di searchbar **/
}
.leftSide img {
	margin:0px;
}
.rightSide {
	width:759px;
	float:left;
}
/*********************************/
/*** RIGHTSIDE ***/
/*********************************/

.searchBar {
	margin-top: 3px;/* stesso margine di left side ma -4 altezza dell'ombra del bg*/
	height:40px;
	padding-top:10px;
	padding-left:10px;
	width:750px;
	background-image:url(../img/SearchBar.gif);
	background-repeat:no-repeat;
	margin-bottom: 4px;
	text-align: left;
}
.contentWrapper {
	width: 540px;
	float: left;
	background-image:url(../img/BgBoxContent.gif);
	background-repeat:repeat-y;
	text-align:left;
}
.rightBoxWrapper {
	width: 210px;
	float: right;
}
/*********************************/
/*** SEARCHBAR ***/
/*********************************/

.searchBar form, .searchBar fieldset, .searchBar label, .searchBar input, .searchBar select {
	display: inline;
}
.searchBar label {
	margin: 0px 12px 0px 0px;
}
.searchBar input {
	color:#555;
}
.searchBar select {
	color:#555;
	height:20px;
	width:120px;
	margin:0px;
	padding:0px;
}
.logout {
	background-image:url(../img/logout-btn.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 23px;
	padding-bottom: 2px;
	color: #878984;
	text-decoration:none;
	margin-left: 100px;
	background-position:top left;
}
a.logout:hover {
	color: #2f2216;
	background-position:bottom left;}
.advancedSearch {
	background-image: url(../img/advancedSearch.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:2px 0px 2px 23px;
 	color: #878984;
	text-decoration:none;
	margin-left: 10px;
}
a.advancedSearch:hover {
	color: #2f2216;
	background-position: bottom left;
}
/*********************************/
/*** MENU TAB ***/
/*********************************/

div.menu02, div.menu02-red, div.menu02-green, div.menu02-blu {
	padding: 0px 4px;
}
div.menu02 ul li, div.menu02-red ul li, div.menu02-green ul li, div.menu02-blu ul li {
	text-align:left;
	float: left;
	list-style-type: none;
}
div.menu02 ul li a, div.menu02-red ul li a, div.menu02-green ul li a, div.menu02-blu ul li a {
	color: #ddd5c3;
	text-decoration: none;
	display:block;
	background-repeat:no-repeat;
	background-position:right;
	padding: 0px 12px;
	margin-left:3px;
}
div.menu02 ul li a:hover, div.menu02 ul li a.attivo, div.menu02-red ul li a:hover, div.menu02-red ul li a.attivo, div.menu02-green ul li a:hover, div.menu02-green ul li a.attivo, div.menu02-blu ul li a:hover, div.menu02-blu ul li a.attivo {
	background-image: url(../img/BgHeaderHover.gif);
	background-repeat:repeat-x;
	color: #191411;
	/*padding: 0px 12px;*/
}
/****************************************************/
 
div.menu02 ul li a {
	background-image:url(../img/SeparatoreMenu.gif);
}
div.menu02 ul li a:hover, div.menu02 ul li a.attivo {
	background-image: url(../img/BgHeaderHover.gif);
	/*border-top: 2px solid #191411;*/
}
/***************************************************/
 
div.menu02-red ul li a {
	background-image:url(../img/SeparatoreMenu-red.gif);
}
div.menu02-red ul li a:hover, div.menu02-red ul li a.attivo {
	/*border-top: 2px solid #a10706;*/
	background-image: url(../img/BgHeaderHover.gif);
}
/***************************************************/

div.menu02-green ul li a {
	background-image:url(../img/SeparatoreMenu-green.gif);
}
div.menu02-green ul li a:hover, div.menu02-green ul li a.attivo {
	/*border-top: 2px solid #4b6013;*/ /* BUG PAGINA CHE SALTA SU FF 2.0.0.17*/
	background-image: url(../img/BgHeaderHover.gif);
}
/***************************************************/

div.menu02-blu ul li a {
	background-image:url(../img/SeparatoreMenu-blu.gif);
}
div.menu02-blu ul li a:hover, div.menu02-blu ul li a.attivo {
	/*border-top: 2px solid #4b6013;*/
	background-image: url(../img/BgHeaderHover.gif);
}
/***************************************************/

div.menu02-blu ul li a {
	background-image:url(../img/SeparatoreMenu-green.gif);
}
div.menu02-blu ul li a:hover, div.menu02-blu ul li a.attivo {
	/*border-top: 2px solid #63819d;*/
	background-image: url(../img/BgHeaderHover.gif);
}
/******** box header usati per i box in prehome e per il menu02 ***/

.box-header {
	background-image:url(../img/BoxHeader.gif);
}
.box-header, .box-header-red, .box-header-green, .box-header-blu {
	padding-left:3px;
	height: 30px;
	line-height:30px;
	background-repeat: repeat-x;
	color: #ddd5c3;
	font-size:12px;
	text-align:left;
}
.box-header {
	background-image:url(../img/BoxHeader.gif);
}
.box-header-red {
	background-image:url(../img/BoxHeader-red.gif);
}
.box-header-green {
	background-image:url(../img/BoxHeader-green.gif);
}
.box-header-blu {
	background-image:url(../img/BoxHeader-blu.gif);
}
/*********************************/
/*** BOX ***/
/*********************************/

.box-content-pi {
	margin:5px 20px 0px 20px;
}
.btn-wrapper {
	text-align: right;
	margin-top:20px;
}
.contentBottom {
	background-image:url(../img/BottomBoxContent.gif);
	background-repeat:no-repeat;
	height: 21px;
	width: 540px;
}
/*********************************/
/*** BOX ***/
/*********************************/

.BoxPagInterna {
	background-image:url(../img/BoxBg.gif);
	background-repeat:repeat-y;
	width: 210px;
	margin-bottom:4px;
}
.box-header-pi {
	height: 30px;
	line-height: 30px;
	background-image:url(../img/BoxHeader.gif);
	background-repeat: repeat-x;
	color: #ddd5c3;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	margin: 0px 2px;
}
.box-header-pi-green {
	height: 27px;
	line-height: 27px;
	background-image:url(../img/BoxHeader-green.gif);
	background-repeat: repeat-x;
	color: #ddd5c3;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	margin: 0px 2px;
}
.box-header-pi-red {
	height: 27px;
	line-height: 27px;
	background-image:url(../img/BoxHeader-red.gif);
	background-repeat: repeat-x;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	margin: 0px 2px;
	color: #ddd5c3;
}
.box-header-pi-blu {
	height: 27px;
	line-height: 27px;
	background-image:url(../img/BoxHeader-blu.gif);
	background-repeat: repeat-x;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	margin: 0px 2px;
	color: #ddd5c3;
}
.box-content {
	margin: 3px 10px;
	text-align:left;
}
.boxBottom {
	background-image:url(../img/BoxBottom.gif);
	margin:0px;
	padding:0px;
	height:4px;
	background-position:bottom;
	background-repeat:no-repeat;
}
.BoxPiContent {
	padding: 3px 10px 3px 10px;
	text-align: left;
}
/******************** MENU BOX **/

.menu-box {
	font-size: 11px;
	text-align:right;
}
.menu-box a {
	background-repeat:no-repeat;
	text-decoration:none;
	background-position:left center;
	margin:0px 4px;
}
.menu-box a:hover {
	text-decoration: underline;
}
.menu-box a {
}
/*************************BOX PROFILO**/

.box-profilo img {
	border: 1px solid gray;
	float:left;
	margin-bottom:10px;
}
.box-profilo-text {
	float:left;
	margin-left: 5px;
}
.box-profilo {
	padding: 10px 10px 3px 10px;
	text-align: left;
	position:relative;
}
/*************************BOX CATEGORIE**/

ul.categorie {
	list-style:none;
	margin: 8px 0px 5px 8px;
	padding:0px;
}
ul.categorie span {
	color: gray;
}
ul.categorie li a {
	/*text-transform: uppercase;*/
	font-size:11px;
	text-decoration:none;
}
ul.categorie a:hover, .TagAttivo {
	text-decoration: underline;
}
/*************************BOX FONTI**/

ul.sourceList {
	line-height: 15px;
	list-style:none;
	margin: 8px 0px 5px 8px;
	padding:0px;
}
ul.sourceList li {
	margin-bottom:4px;
}
ul.sourceList span {
	color: gray;
}
ul.sourceList li a {
	text-decoration:none;
}
ul.sourceList li a:hover {
	text-decoration: underline;
}
/***********************  BOX MESSAGGI ***/

 a.nuovo-mes {
	background-image:url(../img/new-message.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:20px;
	margin:0px 0px 15px 0px;
	display:block;
	padding-left: 25px;
}
/************************* BOX PREFERITI */

ul.ultimi-preferiti {
	list-style: none;
	margin:0px 0px 8px 0px;
	padding:0px;
}
ul.ultimi-preferiti a {
	line-height:19px;
	text-decoration:none;
}
ul.ultimi-preferiti a:hover {
	text-decoration: underline;
}
ul.ultimi-preferiti span {
	color: gray;
}
ul.ultimi-preferiti li {
	margin-top: 12px;
}
div.link-preferito {
	background-image:url(../img/ultimi-preferiti.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left: 20px;
}
/***************************************************************** BOX BACHECA */

ul.ultimi-bacheca {
	list-style: none;
	margin:0px 0px 8px 0px;
	padding:0px;
}
ul.ultimi-bacheca a {
	line-height:19px;
	text-decoration:none;
}
ul.ultimi-bacheca a:hover {
	text-decoration: underline;
}
ul.ultimi-bacheca span {
	color: gray;
}
ul.ultimi-bacheca li {
	margin-top: 12px;
}
div.link-bacheca {
	background-image:url(../img/bacheca-ico.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left: 20px;
}
/***************************************************************** BOX EVENTI */

ul.ultimi-eventi {
	list-style: none;
	margin:0px 0px 8px 0px;
	padding:0px;
}
ul.ultimi-eventi a {
	line-height:19px;
	text-decoration:none;
}
ul.ultimi-eventi a:hover {
	text-decoration: underline;
}
ul.ultimi-eventi span {
	color: gray;
}
ul.ultimi-eventi li {
	margin-top: 12px;
}
div.link-eventi {
	background-image:url(../img/eventi-ico.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left: 20px;
}

.calendar {
background-image: url(../img/calendar-ico.gif);
background-repeat: no-repeat;
width:91px;
height:90px;
text-align: center;
margin:0px auto;
}

.calendar .mese {
color: #efecea;
padding-top:2px;
}

.calendar .giorno {
color: #24160c;
font-size:30px;
text-align:center;
margin-top:12px;
}

/**************************************************************************************** BOX CALENDARIO NEWS ***/

table#calendar {
	width:160px;
	margin: 0px auto 5px auto;
	font: 12px "Trebuchet MS", sans-serif;
	text-align:center;
	color:#444;
}
table#calendar caption {
	font-size: 13px;
	margin-bottom:4px;
}
table#calendar, table#calendar th, table#calendar td {
	border: 1px solid #aaa;
	border-collapse: collapse;
}
table#calendar th {
	background: #4b6013;
	color: #e3ddcf;
}
table#calendar td {
}
table#calendar a {
	text-decoration: none;
}
table#calendar a:hover, table#calendar a.attivo {
	background: #c9bfa6;
	color: #444;
	display:block;
}

/**************************************************************************************** BOX SITO IN BETA ***/
.textBeta {
margin:10px;
font-size:12px;
}

/*********************************/
/*** FOOTER ***/
/*********************************/

.footer-pi {
	text-align: center;
	position: relative;
	clear:both;
	background-image:url(../img/footer-pi.gif);
	background-repeat:repeat-x;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background-color: #4a3523;
	padding-top: 10px;
	color: white;
}
.footer-pi a {
	color: white;
	text-decoration:none;
	margin:0px 10px;
}
.footer-pi a:hover {
	text-decoration:underline;
}
/*************************************************** FOOTER INDEX ***/

.footer-wrapper {
	background-image:url(../img/BgFooter.gif);
	background-repeat:repeat-x;
	height:60px;
	line-height:60px;
	width:980px;
	margin: 0px auto;
	color: white;
	font-size: 11px;
	text-align:center;
}
.footer {
	margin-right: 20px;
}
.footer a {
	color: white;
	font-size: 11px;
	text-decoration:none;
	margin:0px 10px;
}
.footer a:hover {
	text-decoration:underline;
}
/*********************************************************************************************************************************/
/***************************************************************************************** STILI PER PREHOME E REGISTRAZIONE******/
/*********************************************************************************************************************************/


.modalBackground {
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.container-wrapper, .container-wrapper-ph {
	padding-top: 10px;
	padding-bottom:10px;
	text-align:center;
	width: 980px;
	margin: 0px auto;
	background-repeat:no-repeat;
	height: 310px;
}
.container-wrapper {
	background-image:url(../img/BgImg/BgPreHome2.jpg);
}
body.index {
	background-image:url(../img/BgBody.gif);
	background-repeat:repeat-x;
	background-color: #191411;
}
.container-wrapper-ph {
	background-image:url(../img/BgImg/BgPrehome2.jpg);
}
.cit {
	font-style:italic;
	font-size:11px;
	text-align:left;
	line-height:normal;
	padding:15px;
}
a.linkph {
	color: #333;
	font-size: 13px;
}
.prehome-spacer {
	margin-left: 390px
}
.box-wrapper {
	height: 310px;
	width:260px;
	border: 1px solid #1e1812;
	background-color: #ddd5c3;
	float: left;
	margin-left: 15px;
}
.box-header, .box-header-red {
	height: 30px;
	line-height:30px;
	background-repeat: repeat-x;
	color: #ddd5c3;
	font-size:12px;
	text-align:left;
}
.box-header {
	background-image:url(../img/BoxHeader.gif);
}
.box-header-red {
	background-image:url(../img/BoxHeader-red.gif);
}
.box-content {
	margin: 10px 10px;
}
.checkbox {
	height: auto;
	width:auto;
	padding:0px;
	margin: 5px 0px 5px 0px;
	background-color: #ede9df;
	color: #333;
}
/************************************************************************************************************* BOX REGISTRAZIONE ***/

.box-signin-wrapper { /* il contenitore non è lo stesso della home*/
	border: 1px solid #1e1812;
	background-color: #ddd5c3;
	margin:0px auto;
	position:relative;
}
.box-header-pi {
	height: 30px;
	line-height:30px;
	background-image:url(../img/BoxHeader.gif);
	background-repeat: repeat-x;
	color: #ddd5c3;
	font-size:13px;
	text-align:left;
	padding-left:10px;
	margin: 0px 2px;
}
.box-content {
	margin: 10px 10px;
	text-align:left;
}
/* STEP 1 */

.form-signin {
	margin-left: 30px;
}
.form-signin fieldset, .form-recupero-psw fieldset {
	float: left;
	width:240px;
}
.form-recupero-psw {
	float: left;
}
.error {
	display:block;
	font-size:10px;
	color:#b95915;
	font-weight:bold;
}
.btn-signin-wrapper {
	clear:both;
	text-align:right;
	padding:25px 30px 0px 0px;
	position:absolute;
	bottom: 15px;
	right: 0px;
}
/* STEP 2 s*/
.box-content2 {
	text-align:left;
	margin: 30px;
}
/*********************************************************************************************************************************/
/***************************************************************************************** STILI PER PAGINE INTERNE ******/
/*********************************************************************************************************************************/


.assetSearch input {
	margin: 5px 0px;
	font-size: 14px;
	width: 480px;
	padding:2px 0px;
}
.assetSearch input.checkbox {
	margin: 3px 3px 3px 0px;
	width: auto;
	display: inline;
	height: auto;
}
.assetSearch label.labcheck {
	display: inline;
	margin:0px;
	width: auto;
	height: auto;
}
.assetSearch select {
	width: 300px;
	margin: 5px 0px;
	font-size: 14px;
	padding: 2px 0px;
}
.assetSearch label {
	display: inline;
	padding: 2px;
	height: 20px;
	font-size:14px;
}
.assetSearch fieldset {
	padding: 10px;
	border-top: 1px solid gray;
}
.assetSearch legend {
	padding:0px 10px;
	color: #231a13;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.checkboxesCategory input {
	margin: 3px 3px 3px 0px;
	width: auto;
	display: inline;
	height: auto;
}
.checkboxesCategory {
	font-size:12px;
}
.date {
}
.date select {
	width: 120px;
}

.feedflare a {
	color: #ddd5c3;

}
/***********************************************************  SCHEDE BIBLIO / NEWS / THINK TANK ***/

.left {
	float:left;
	width:200px;
}
.right {
	float: left;
	width: 250px;
}
.abstract-scheda {
	color: #666;
	margin: 10px 0px;
}
div.categoria-title {
	text-align:center;
	margin-bottom:10px;
}
div.categoria-title h1 {
	display: inline;
}
div.boxListThread {
	border-bottom: 1px solid #aaa;
	padding: 10px;
	width: 480px;
	margin: 10px auto;
}
div.boxList, .boxListCommunity {
	border: 1px solid #aaa;
	padding: 10px;
	width: 480px;
	margin: 10px auto;
}
div.boxList, .boxListCommunity a {
	text-decoration: none;
}
.boxListCommunity h3 a {
	text-decoration: underline;
}
.boxListCommunity span.author {
	font-weight: normal;
}
span.author {
	color: #231a13;
	font-weight: bold;
}
div.newsDetail {
	color: #231a13;
	font-size: 11px;
	float:left;
}
/***************************************** AGGIUNGI AI PREFERITI / ELIMINA PREFERITI */

.addPreferiti {
	margin-top: 8px;
	text-align:right;
}
.addPreferiti a {
	background-image:url(../img/addPreferiti.gif);
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 20px;
	text-decoration:none;
	color:#777;
	font-size:11px;
}
.addPreferiti a:hover, a.preferito {
	background-image:url(../img/addPreferiti-hover.gif);
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 20px;
	text-decoration:none;
	color:#3c2f26;
	font-size:11px;
}
/*** box che appare ***/
div.AddBookmark {
	clear: both;
}
div.AddBookmark input {
	width: 420px;
}
div.AddBookmark textarea {
	width: 420px;
}
/********************************************************************************** PAGINAZIONE */

.paginazione-wrapper, .paginazione-wrapper-preferiti {
	margin-bottom:5px;
	margin-top: 5px;
}
.paginazione-wrapper-preferiti {
	text-align: right;
}
a.numeri-red, a.numeri, a.numeri-green, a.numeri-blu {
	text-decoration:none;
	margin:0 1px;
	padding: 3px 5px;
	text-transform: uppercase;
}
a.numeriAttivo-green, a.numeri-green:hover, a.numeriAttivo-red, a.numeri-red:hover, a.numeriAttivo-blu, a.numeri-blu:hover, a.numeriAttivo, a.numeri:hover {
	padding: 3px 5px;
	text-decoration: none;
	color: #ddd5c3;
	text-transform:uppercase;
}
a.numeriAttivo-red, a.numeri-red:hover {
	background-color: #8a1d08;
}
a.numeriAttivo-green, a.numeri-green:hover {
	background-color: #4b6013;
}
a.numeriAttivo-blu, a.numeri-blu:hover {
	background-color: #63819d;
}
a.numeriAttivo, a.numeri:hover {
	background-color: #231a13;
}
a.nextPrev {
	text-decoration:none;
}
a.nextPrev span {
	font-size:7px;
}
.paginazioneNumeri-schedeBiblio {
	float: right;
}
.paginazioneLettere {
	float:left;
}
/*************************************/

.tag {
	margin-top: 8px;
	font-size:11px;
	float:left;
}
.newsDate {
}
/***************************************** PAGINA MODIFICA PROFILO ***/

.edit-profile label {
	font-size: 12px;
	margin-top: 5px;
}
.carica-immagine {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.carica-immagine-preview {
	float:left;
}
.colsx-modProfilo {
	float: left;
	width:250px;
	margin-top: 20px;
}
.colsx-modProfilo select, .coldx-modProfilo select {
	width:175px;
}
.coldx-modProfilo {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
/********************************** RICERCA AVANZATA ***/

.box-content-advancedSearch {
	margin:5px 3px 0px 3px;
}
.box-content-aSmargin {
	margin:15px 15px 15px 15px;
}
.advSearchLink {
	font-size: 12px;
	text-align: right;
}
/*********************************************************************************************************************************/
/***************************************************************************************** PAGINE DI ERRORE ******/
/*********************************************************************************************************************************/


.errorPage {
	background-color: #251506;
	text-align: center;
}
.boxError {
	width: 650px;
	padding:50px;
	height:260px;
	border: 10px solid #a49e84;
	background-color:  #f2f1ed;
	margin: 50px auto;
}
/*********************************************************************************************************************************/
/***************************************************************************************** PAGINE STATICHE ******/
/*********************************************************************************************************************************/

.boxPgStatic {
	width: 800px;
	border: 10px solid #a49e84;
	background-color:  #efecea;
	color: #333;
	padding-top:5px;
	height:500px;
}

.boxPgStatic h1 {
font-size:14px;
margin:0px;
padding:0px;
}

.staticScroll {
height: 450px;
overflow-y: auto; 
}

div.textStatic {
	padding: 0px 50px 0px 20px;
	text-align:left;
	color: #777;
}
div.chiudi {
	text-align: right;
	padding:0px 10px;
}
div.chiudi a {
	text-decoration: none;
}
div.chiudi a:hover {
	text-decoration: underline;
}


/* scholar team box */
.scholarTeamBox {
	width: 100%;
	overflow: auto;
	margin-top:5px;
}

.scholarTeamBox h2{
	padding:0px;
	margin:0px;
	display:inline;
	letter-spacing:1px;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #231a13;	
}

.scholarTeamText {
	float:left;
	width: 200px;
	margin-left: 10px;
	padding-top:20px;
}
.scholarImg {
 	border:5px solid #dbdad7;
	float: left;
	}

/* profilo personale*/
img.profileImg {
	border: 10px solid #dbdad7;
	float: left;
}

.scholarProfile {
	float: right;
	width: 530px;}


.scholarProfile h2 {
	margin:5px 0px 5px 0px;	
	padding:0px;
	font-size:13px;
}

	

.linkPag {
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #231a13;
	
	}
.listaInd li {
 margin: 7px 40px;
}

ul.faq {
list-style-type: none; 
font-size:13px; 
font-family: Georgia, 'Times New Roman', Times, serif;
margin-top:10px;
}

ul.faq  li {
margin:7px 0px;
}

ul.faq  li a {
text-decoration: none;
}


ul.faq  li a:hover {
text-decoration: underline;
}

/*********************************************************************************************************************************/
/***************************************************************************************** HOME PAGE ******/
/*********************************************************************************************************************************/

ul.lastAdded {
	list-style: none;
	width:240px;
	float:left;
	margin-left:5px;

}
ul.lastAdded li {
	
	width:240px;

}
ul.lastAdded li a {
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	background-position:0px 20px;
	height:25px;
	display: block;
	color: #333;
	text-decoration: none;
}
ul.lastAdded li a:hover {
	text-decoration: underline;
}

.hpbox {
	margin-bottom: 40px;
	margin-left:10px;
	display:block;
}
/*********************************************************************************************************************************/
/***************************************************************************************** COMMUNITY  ******/
/*********************************************************************************************************************************/

.threadDate {
	margin-top: 8px;
	text-align:right;
	font-size:11px;
}
.btn02 {
	background-image:url(../img/btn02bgleft.gif);
	background-repeat:no-repeat;
	background-position:center left;
	text-align:center;
	height: 27px;
	padding:5px 0px;
	color: #777;
	font-size:11px;
	text-decoration:none;
}
.btn02 span {
	background-image:url(../img/btn02bgright.gif);
	background-repeat:no-repeat;
	background-position:center right;
	height: 27px;
	padding:6px 8px;
}
.threadDate span {
	color: #231a13;
	font-weight: bold;
}
.boxCommunity {
	width:480px;
	overflow:auto;
	padding-bottom:5px;
}
.boxCommunity img {
	border: 1px solid #777;
}
.boxCommunityRight {
	width:370px;
	margin-left:10px;
	float: left;
}
.editPost {
	clear:both;
	text-align:right;
	padding-bottom:5px;
	margin-top:15px;
}
/**************************** rispondi al post */

.inserisciPost input {
	width: 490px;
	margin: 5px 0px;
	font-size: 14px;
	padding:2px 0px;
}
.inserisciPost textarea {
	width: 490px;
	margin: 5px 0px;
	font-size: 14px;
	padding:2px 0px;
	height:200px;
}
.inserisciPost label {
	display: inline;
	padding: 2px;
	height: 20px;
	font-size:12px;
}
/**************************** nuovo thread */

.imgNuovoTh {
	float:left;
	border: 1px solid #777;
	margin-top:28px;
}
.nuovoThread {
	margin:0px;
	padding:0px;
	text-align:left;
}
.nuovoThread input {
	margin: 0px;
	font-size: 13px;
	width: 480px;
	padding:0px;
}
.nuovoThread label {
	padding: 0px;
	height: 6px;
	margin-top:5px;
	font-size:13px;
}
.nuovoThread textarea {
	padding: 2px;
	height: 15px;
	font-size:13px;
	width: 480px;
	height: 200px;
}
.nuovoThread textarea.contatto {
	padding: 2px;
	height: 15px;
	font-size:13px;
	width: 480px;
	height: 100px;
}
.InsertDateEvent select, .InsertDateEvent label {
	display: inline;
}
.daySelect {
	width:50px;
}
.monthSelect {
	width:200px;
}
.yearSelect {
	width:80px;
}
.hourSelect {
	width:50px;
}
.minSelect {
	width:50px;
}
/**************************** PROFILO VISUALIZZATO */

div.showProfile {
	border: 1px solid #aaa;
	padding: 10px;
	width: 480px;
	margin: 10px auto;
}
div.showProfile h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.showProfile img {
	float:left;
	margin-right: 15px;
	border: 1px solid #aaa;
}
/*************************  EVENTI *******/

.dateEvent {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:16px;
}
.dayEvent {
	font-size: 30px;
}
.monthEvent {
	font-size:16px;
	border-bottom: 1px solid #aaa;
	padding-bottom:5px;
	margin-bottom: 5px;
}
.InfoEvent {
	margin-left:80px;
}
.abstractEvent {
	font-size:11px;
	color: #333;
}
.detail {
	font-size: 11px;
	margin-bottom:5px;
}
.tagEventi {
	text-align: right;
	font-size: 11px;
}

/*******/
.langInput {
	height: auto;
	width: auto;
	margin: 5px;
	margin: 5px;
}
