@charset "utf-8";
/* CSS Document */

/* BEGIN DEFAULT STYLE ------------------------------------------------------------------------------------------------------------------*/

/* B */
body {
	background-color: #30211B;
	background-image: url(../images/bg.jpg);
	color: #7C6D63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	margin: 0px;
}

/* A */
a {
	color:#7C6D63;
	text-decoration:underline;
}

a:hover {
	color:#FF3399;
	text-decoration:none;
}

/* I */
img {
	background-color:transparent;
	border:none;
}

/* END DEFAULT STYLE -----------------------------------------------------------------------------------------------------------------------*/




/* BEGIN ID --------------------------------------------------------------------------------------------------------------------------------*/

/* C */

#center_content {
	background-image: url(../images/bg_content_center.png);
	padding: 4px 20px 4px 20px;
	min-height: 342px;
	height: auto;
}

#center_overflow {
	padding: 10px;
	max-height: 380px;	
	overflow:auto;
}

#container {
	margin: 0px auto;
	width: 1000px;
	height: 710px;
	background-image: url(../images/bg_content.jpg);
}

#container_admin{
	margin: 0px auto;
	width: 1000px;
	height: 750px;
}

#content {
	height: 541px;
}

/* F */
#footer {
	color: #D2B9AE;
	font-size: 11px;
	height: 15px;
	background-image: url(../images/bg_footer.jpg);
	padding: 12px;
}

#footer a {
	color: #D2B9AE;
	text-decoration: none;
}

#footer a:hover {
	color: #FF3399;
	text-decoration: underline;
}

/* H */
#header {
	height: 170px;
}

/* END ID ----------------------------------------------------------------------------------------------------------------------------------*/



/* BEGIN CLASS -----------------------------------------------------------------------------------------------------------------------------*/

/* G */
.gallery {
	border:4px solid #FFFFFF;
}

.imgCorso {
	border:4px solid #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin-right:10px;
	text-align: left;
	width: 200px;
}

/* P */
.paginazione {
	padding: 6px 4px 4px 6px;
	border: 1px solid transparent;
	background-color: #BEB2B0;
	width:674px;
	height:15px;
}

.paginazione a:link {
	font-weight: normal;
	padding: 2px 4px 2px 4px;
	border: 1px solid transparent;
	text-decoration:none;
	color: #7C6D63;
}

.paginazione a:visited {
	font-weight: normal;
	padding: 2px 4px 2px 4px;
	border: 1px solid transparent;
	color: #7C6D63;
	text-decoration:none;
}

.paginazione a:hover {
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #7C6D63;
}

.paginazione a:active {
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
	background-color: #7C6D63;	
}

/* S */
.subTitlePage {
	font-size: 14px;
	font-weight:bold;
	padding: 0px 0px 4px 6px;
}

/* T */

.title {
	font-weight:bold;
	color:#FF5BAD;
}


.thumbnail {
	width: 115px;
	text-align: center;
	float: left;
	padding:10px 10px 4px 10px;
}

/* END CLASS -------------------------------------------------------------------------------------------------------------------------------*/
