

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 100%;
}

P{
	margin: 0;
	padding: 0;
	font-size: 80%;
}

INPUT{
	border: 1px solid #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: red;
}

SELECT{
	border: 1px solid #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: red;
}

.checkbox{
	border: none;
}

.button {
	border: 1px solid #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	font-weight: bold;
	background-color: #ccc;
}

.error {
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}

a:link, a:visited, a:active {
	color: #003399;
	text-decoration: none;
}
 
a:hover {
	color: #000000;
	text-decoration: underline;
}
 
/* overrides decoration from previous rule for hovered links */
 
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #444444;
}
 
h1{
	display: none;
}


ul {
	list-style-type: square;
	padding: 0;
}
 
li {
	padding: 0;
	list-style-position: outside;
}
 
hr {
	visibility: hidden;
}
 
.alertMsg{
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: blink;
}

 
/*****************************************/
/***          HEADER STYLE         *******/
/*****************************************/

#headBox{
	position: relative;
	margin: 20px auto 0;
	width: 980px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background: #FFF;
	clear: both;
	height: 98px;
}


#pageBody{
	margin: 0 auto 0;
	width: 980px;
	clear:both;
	background-color: #F4F4F4;

}

#content{
	position: relative;
	width: 980px;
	margin: 0;
	padding: 0;
}

#page{
	float: left; 
	width: 779px;
	margin: 0px;
	padding: 0px;
	padding-left:20px;
	font-size: 90%;
	color: #444444;
}


#logo-venezia{
	display: none;
	position: absolute;
	top: 7px;
	left: 25px;
	font-family: "Times New Roman", Times, Serif;
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
}
 
#logo-spettacoli{
	display: none;
	position: absolute;
	top: 30px;
	left: 115px;
	font-family: "Times New Roman", Times, Serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
 
#logo{
	width: 970px;
	padding: 0 0 5px 5px;
}

#banner_rpd {
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;
}

#banner_cdv {
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;
}

#payOff{
	clear: both;
	margin: 0;
	color: #990000;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
	width: 450px;
	text-align: left;
	float:left;
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	height: 15px;
} 

#globalNav{
	margin: 0;
	/*color: #FFFFFF;*/
	padding: 1px 0px 3px 0px;
	white-space: nowrap;
	/*float: right;*/
	clear: both;
	width: 100%;
	text-align: right;
	background-color: #333333;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 20px;
}
 
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
 
 
#globalNav a:link, #globalNav a:visited {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  	voice-family: "\"}\""; 
 	voice-family: inherit;
	font-size: 75%;
	font-weight: bold;
	padding: 0px 2px 0px 0px; 
	color: #EEEEEE;
}

#globalNav a:hover {
	color: #FFFFFF;
}


/*****************************************/
/***           MENU STYLE          *******/
/*****************************************/

#leftMenu{
	float:left;
	width: 180px;
	/* margin: 0 79% 0 0; */
	padding: 0px;
	border-right: 1px solid #FFFFFF;
	/*border-bottom: 1px solid #FFFFFF;*/
  	voice-family: "\"}\""; 
 	voice-family: inherit;
}

#leftMenu ul a:link, ul a:visited {
	display: block;
}

 
#leftMenu ul {
	list-style: square; 
	margin: 0 0 10px 15px; 
	padding-left: 5px;
}
 
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
 
#leftMenu li {
	border-bottom: none;
	padding: 2px;
}
 
/* fix for browsers that don't need the hack */
 
html>body #leftMenu li {
	border-bottom: none;
}
 
 
/*********** MAIN MENU ***********/
 
#mainMenu{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 90%;
	color: #222222;
	background-color: #E3E3E3;
	border-top: 1px solid #FFFFFF;
}

#mainMenuTitle{
	margin: 0 0 0 0;
	padding: 8px 0px 3px 10px;
	background-color: #CCCCCC;
}

#mainMenuTitle H3{
	font-size: 120%;
	padding-bottom: 0px;
	color: #000000
}
 
#mainMenu a:link, #mainMenu a:visited{
  	voice-family: "\"}\""; 
 	voice-family: inherit;
	width: auto;
	color: #000000;
	font-size: 80%;
	text-decoration: underline;
}
 
#mainMenu a:hover{
	color: #003366;
	text-decoration: underline;
}
 

/************* ARTIST MENU *************/
 
#artistMenu {
	margin: 0px;
	padding: 10px 0px 20px 2px;
	background-color: #E3E3E3;
	font-size: 70%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#artistMenuTitle{
	margin: 0 0 0 0;
	padding: 8px 0px 3px 10px;
	background-color: #CCCCCC;
	border-top: 1px solid #FFFFFF;
}

#artistMenu a:link, #artistMenu a:visited{
  	voice-family: "\"}\""; 
 	voice-family: inherit;
	width: auto;
	color: #000000;
	text-decoration: underline;
}

#artistMenu a:hover{
	color: #003366;
	text-decoration: underline;
}

#artistMenuTitle H3{
	font-size: 120%;
	padding-bottom: 0px;
	color: #000000
}


/************** EVENTS MENU **************/
 
#eventsMenu {
	margin: 0px;
	padding: 10px 0px 20px 10px;
	background-color: #E3E3E3;
	font-size: 70%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


#eventsMenuTitle{
	margin: 0 0 0 0;
	padding: 8px 0px 3px 10px;
	background-color: #CCCCCC;
}

#eventsMenu a:link, #eventsMenu a:visited{
  	voice-family: "\"}\""; 
 	voice-family: inherit;
	width: auto;
	color: #000000;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
}

#eventsMenu a:hover{
	color: #003399;
	text-decoration: underline;
}

#eventsMenuTitle H3{
	font-size: 120%;
	padding-bottom: 0px;
	color: #000000
}
 

/*****************************************/
/***        MAIN PAGE STYLE          *****/
/*****************************************/

 
.imgBig{
	padding: 0;
	margin-bottom: 10px;
}

.imgSmall{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	float: left;
}

.pagecontent {padding-right:30px;}

.pageImgLeft{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.pageImgRight{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	float: right;
}

.pageLink{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}

#page H2{
	padding: 20px 0 25px 0;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
}
 
#page H3{
	padding: 0 0 0 0;
	font-size: 120%;
	font-weight: bold;
	color: #444444;
	font-style: normal;
}

#page H4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	font-size: 90%;
	font-weight: bold;
	color: #444444;
	font-style: normal;
}

#page H5{
	padding: 25px 0 15px 0;
	font-size: 110%;
	font-weight: bold;
	color: #444444;
	font-style: normal;
}

#page p{
	padding: 0 0 0 0;
	font-size: 90%;
	font-weight: normal;
	color: #444444;
	font-style: normal;
	text-align: justify;
}

#page .specDescr{
	padding: 0 0 0 0;
	font-size: 90%;
	font-weight: normal;
	color: #444444;
	font-style: italic;
	text-align: justify;
}


/*****************************************/
/***          RASSEGNE STYLE        ******/
/*****************************************/

#rassegneBox{
	background-color: ;
	padding: 15px 15px 5px 5px;
	margin: 25px 0px 20px 0px;
	border: 1px dashed ;
	float: right;
}

#rassegneBox p{
	color: ;
}

#rassegneBox a:link, #rassegneBox a:visited{
  	voice-family: "\"}\""; 
 	voice-family: inherit;
	width: auto;
	color:  ;
	font-size: 80%;
	text-decoration: none;
}

#rassegneBox a:hover{
	color:  ;
	text-decoration: underline;
}

#rassegneBox H3{
	font-size: 160%;
	color: ;
}

#rassegneBox H4{
	font-size: 90%;
	color: ;
}


/*****************************************/
/*****          NEWS STYLE         *******/
/*****************************************/


#newsBox{
	background-color: #FFFFFF;
	padding: 10px 5px 5px 10px;
	margin: 10px 0px 40px 0px;
	width: 515px;
	border: 1px solid #DDDDDD;
	float:left
}

#newsBox p{
	color: #444444;
}

#newsBox a:link, #newsBox a:visited{
  	voice-family: "\"}\""; 
 	voice-family: inherit;
	width: auto;
	color:  #000000;
	font-size: 80%;
	text-decoration: none;
}

#newsBox a:hover{
	color:  #990000;
	text-decoration: underline;
}

#newsBox H3{
	font-size: 130%;
	color: #000099;
}

#newsBox H4{
	font-size: 90%;
	color: #444444;
}



/*****************************************/
/***         EVIDENCE STYLE         ******/
/*****************************************/

 
#showBox{
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 20px 10px 10px 10px;
	width: 200px;
	font-weight: normal;
	background-color: #E9E9E9;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
}

 
#showBox a:link, #showBox a:visited{
  	voice-family: "\"}\""; 
 	voice-family: inherit;
	width: auto;
	color: #003399;
	font-size: 80%;
	text-decoration: none;
}

#showBox a:hover{
	color: #000000;
	text-decoration: underline;
}

#showBox ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#showBox li {
	margin: 0 0 0 30px;
	padding: 10px 20px 0 0px;
	list-style-position: outside;
}

#showBox H3{
	font-size: 130%;
	color: #000000;
}


#showBox H4{
	font-size: 70%;
	color: #000000;
	text-align: left;
}


/********** Image Box ***********/
 
#imageBox{
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: center;
}

#imageBox img{
	padding: 0 0 0 0;
	width: 190px;
	
}


/*****************************************/
/***          BOTTOM STYLE         *******/
/*****************************************/
 
#bottomBox{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 65%;
	color: #444444;
	padding: 5px 0 5px 0;
	margin: 0;
	width: 100%;
	float: left;
	text-align: right;
	background-color: #E3E3E3;
}

#poweredBox{
	border-left: 1px solid #FFFFFF;
	float: right;
	font-size: 65%;
	color: #444444;
	padding: 5px 0 5px 0px;
	margin: 0;
	width: 30%;
	text-align: right;
	background-color: #E9E9E9;
}

#w3cLinks {
	background-color: #FFFFFF;
	clear: both;
	padding: 10px 0 20px 0;
	text-align: center;
}

