/**************** Page and tag styles ****************/

body
{
	margin:0;
	padding:0;
	background:#fafafa url(../img/bodybg.gif) repeat-y left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#606060;
}

ul
{list-style:circle; margin:15px 0 20px 0;}

li
{margin:0 0 8px 25px;}

a
{color:#d85d5d; font-weight:bold; text-decoration:none;}

a:hover
{color:#505050; text-decoration:underline;}

img
{float:left; margin:0 15px 15px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}

a img
{border-color:#d85d5d;}

a img:hover
{background:#d85d5d; border-color:#d85d5d;}

.sinistra
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}

.destra
{ margin: 10px 0 5px 10px; float: right;}

.txtevidenziato
{
	font-weight: normal;
	color: #d85d5d;
}

.txtdestra
{ text-align: right;}

.txtgiustificato
{text-align: justify;}

.txtcentrato
{text-align: center;}

.txtcorsivo
{font-style: italic;
}

.txtcentratocorsivo
{
	font-style: italic;
	text-align: center;
}

.txtpiccolo
{
	font-size: 0.9em;

}


.hide
{display: none;}

/**************** Sidebar area styles ****************/

#sidebar
{
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:100%;
	overflow:auto;
	background:#e0e0e0 url(../img/sidebarbg.gif) top right repeat-y;
	text-align:right;
}

body > #sidebar
{position:fixed;}

#sidebar  p
{
	padding-right: 18px;



}

#sidebar h4
{
	font-weight: bolder;
	color: #d85d5d;

}

#sidebar a
{color:#808080}

#sidebar img
{margin:9px; padding:0; border:2px solid #c0c0c0;}

/**************** Navigation menu styles ****************/
#menu
{
	margin-top: 118px;
	margin-bottom: 80px;
}

#menu a
{
	display:block;
	width:202px;
	color:#606060;
	background:#e0e0e0 url(../img/sidebarbg.gif) top right repeat-y;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 0;
	font-weight: normal;
	font-size: 1.2em;
}

#menu a:hover 
{color:#303030; background:#f0f0f0 url(../img/sidebarbg.gif) top right repeat-y;}

#menu a.active
{
	background:#fafafa;
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
	padding-top: 2px;
	padding-right: 18px;
	padding-bottom: 2px;
	padding-left: 0;
}

#menu a:hover.active
{color:#505050; background:#fafafa;}

/**************** Content area styles ****************/

#content
{
	width:520px;
	background:#fafafa;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 0.8em;
}

#content p
{
	margin: 0px;



}

#content h1
{
	margin:0;
	color:#d85d5d;
	text-align:center;
	font-size: 3em;
	letter-spacing: -2px;
}

#content h2
{
	font-weight:normal;
	letter-spacing:-1px;
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	font-size: 2em;
	font-style: italic;
}

#content h3
{
	color:#d85d5d;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	letter-spacing: -1px;
	font-size: 1.5em;
	clear: both;
}

#content h4
{
	font-weight:normal;
	letter-spacing: -1px;
	font-size: 1.3em;
	clear: both;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content img {
	border: 2px solid #c0c0c0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: right;
	float: none;
}

#content table {
	text-decoration: none;
	background-color: e0e0e0;
	margin-bottom: 10px;
}

#content table th {
	width: 180px;
	padding: 2px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: c0c0c0;
	background-image: url(../img/notes_180x270.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 2px 0px;
	vertical-align: top;
	background-color: #e0e0e0;
}

#content table th img {
	top: 10px;
	margin-top: 40px;
	margin-left: 14px;
	margin-right: 12px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content table td {
	padding-left: 4px;
	background-color: #e0e0e0;
	padding-right: 4px;
}

#content table td.data {
	text-align: right;
	font-weight: bold;
	padding-right: 4px;
}

#content table td.spettacoli {
	text-align: right;
	padding-right: 4px;
	font-weight: bolder;
}
#content table td.titolo {
	font-weight: bold;
	color: #d85d5d;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	font-size: 1.4em;
}

#content table td img {
	display: inline;
}
