@charset "UTF-8";
/* CSS Document
*
* Mottolafestival css style
* Copyright 2009 - Accademia della chitarra
* Created by Giacomo Galatone
*/

body {
	background-color: #EBEBEB;
	background-image: url(images/sfondo.jpg);
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align: center;

}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #DB2121;
	text-decoration: underline;
}
.menu:hover {
	/* filter:alpha(opacity=70);-moz-opacity:.70; */
	opacity:.70;	
}
p.table {
	margin-left: 33px;
	margin-right: 33px;
	margin-top: 5px;
	margin-bottom: 7px;
}
.tab-background {
	background-image:url(images/bgtab.jpg);
}
.tab-bottom {
	background-image:url(images/foothertab.jpg); height: 21px;
}
.base {
	border: 0px;
	text-align: left;
	width: 820px;
	margin-top: 2px;
	margin: 0px auto;
}
.top-table {
	border: 0px;
	text-align: left;
	width: 820px;
	margin-top: 0px;
	margin: 0px auto;
}
img {
	border: 0px;
	float: left;
}
td.top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 82px;
}
#bg_left {
background-position: left;
}
#bg_right {
background-position: right;
}

input { 
	width:90px; 
	height:14px; 
	background:#fff; 
	overflow:auto; 
	color:#444e57; 
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding-left:3px; 
	border:1px solid #444e57;
}
input.eng {
	width:50px;
}

.logo {
	margin-left: 20px;
}
.h1 {
	color:#DB2121;
	font-size: 14px;
	font-weight: bold;
}
.h2 {
	color:#DB2121;
	font-size: 12px;
	font-weight: bold;
}
.red {
	color:#DB2121;
}
.esibiti-left {
	width:300px; 
	text-align:left; 
	margin-left: 30px; 
	float:left; 
	font-size:10px;
}
.esibiti-right {
	width:350px; 
	text-align:left; 
	float:right; 
	font-size:10px;
	margin-right:40px;
}
#foother {
	background-image:url(images/foother_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 39px;
}
#foother_text {
	text-align: center;
	font-size: 10px;
	color:#666666;
	margin-top: 10px;
}
#foother_text a {
	text-decoration: none;
	color:#666666
}
#foother_text a:hover {
	color: #DB2121;
}
hr {
	width: 760px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 3px;
	text-align: center;
}