/* CSS Document */

html, body {
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #A78BC1;
	font-size: 14px;
}

body, td, th, input, select, textarea, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}

#SideLocandina {
	position: absolute;
	top: 0;
	left: 0;
	width: 236px;
	height: 488px;
	background-image: url(../images/sideLocandina.jpg);
}

#Header {
	position: absolute;
	left: 236px;
	top: 0;
	height: 50px;
	width: 704px;
	background-color: #000000;
	color: #FFFFFF;
}

#Header h1 {
	line-height: 50px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	margin-left: 10px;
	letter-spacing: 2px;
}

#MenuTop {
	position: absolute;
	left: 236px;
	top: 50px;
	width: 700px;
	border-right: 4px solid #000000;
	height: 10px;
	background-image: url(../images/MenuTop.jpg);
	overflow: hidden;
}

/* Contenuto */
#Content {
	width: 699px;
	margin: 60px 0px 0px 236px;
	border-right: 4px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #eeeeee;
}

.Menu_btn {
	margin: 0;
	background-color: #A78BC1;
}

.Menu_btn table {
	border: none;
	border-collapse: collapse;
}

.Menu_btn table td {
	width: 20%;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
}

.Menu_btn a:link, .Menu_btn a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.Menu_btn a:hover, .Menu_btn a:active {
	color: #FFCC00;
	text-decoration: none;
}

p {
	margin: 0px 10px 10px 10px;
}

#Content h2 {
	background-image: url(../images/h2.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#Content h2.Giallo {
	background-color: #FFCC00;
	color: #000000;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#Content h2.Verde {
	background-color: #39B54A;
	color: #000000;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

#Content h2.Rosso {
	background-color: #D51920;
	color: #FFFFFF;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

#Content h2.Nero {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

#Content h2.Blu {
	background-color: #0066B3;
	color: #FFFFFF;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}



.SideHighlight {
	float: right;
	margin-right: 3px;
}

.SideHighlight img {
	display: block;
	margin-bottom: 10px;
}

.BorderRight {
	border-right: 1px solid #000000;
}

.AppointHeader {
	background-color: #D51920;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}

.AppointText {
	border-bottom: 1px solid #000000;
	font-size: 12px;
}

.AppointText p {
	margin: 0px 0px 5px 0px;
}

.AppointText h4 {
	margin: 0;
}


.MenuProgramma ul {
	margin: 0;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	list-style: none;
}


.MenuProgramma li {
	display: block;
	padding: 0px 10px 5px 5px;
}

.Over {
	background-image: url(../images/item_over.gif);
	background-position: left;
	background-repeat: no-repeat;
}


.MenuProgramma li a:link, .MenuProgramma li a:visited {
	padding: 0px 0px 0px 15px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;

}

.smal110 {
	font-size: 10px;
}

.TitoloSpettacolo {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}

a.Trama:link, a.Trama:visited {
	float: right;
	padding: 5px;
	border: 1px solid #000000;
	border-bottom: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #39B54A;
}

img.BorderTopBottom {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

img.BorderAll {
	border: 1px solid #000000;
	margin-left: 5px;
}
