/*
	Colori usati, fare trova/cambia per adattarli
	alla grafica dell'evento
*/

/* 
	Pulsanti EXTRA:
	per mostrarli togliere display: none;
	e modificare la pagina chat.php inserendo i pulsanti e link appropriati
	qui di fare le pagine HTML statico relatve
*/

.containerExtraButtons {
	padding-top: 50px;
	display: none;
}


body {
	background-color: #ffffff;
	font-family: "Arial" , "Helvetica", "Verdana" , "Tahoma" , "Sans-Serif";
	font-size: 14px;
   	padding:10px;
	margin: 20px 20px 20px 20px;
    border:none;
}

#copyrightPrex {
	width: 900px;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

.inPausaMessage {
	width: 300px;
	font-size: 26px;
	margin: 20px 0px 0px 20px; 
}

#container {
	width: 900px;
	min-height: 550px;
	height: 550px;
	border: 2px solid black;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
}

.containerHomeSfondo {
	width: 100%;
	min-height: 100%;
	background-image: url(images/index_sfondo.png);
	background-repeat: no-repeat;
}

.containerChatSfondo {
	width: 100%;
	min-height: 100%;
background: #d0e4f7; /* Old browsers */
background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */

}

#titoloMinichat {
	font-size: 16px;
	color: #880000;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

#containerLoginFormArea {
	font-size: 18px;
	color: #880000;
	margin: 120px 0px 0px 30px;
}

.indexTextInput {
	margin-top: 10px;
	width: 230px;
	height: 80px;
 	font-size: 16px;
	-webkit-box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);
}


.indexInviaButton {
	color: #ffffff;
	margin-left: 20px;
	width: 120px;
	height: 30px;
 	font-size: 12px;
	border: 2px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.indexInviaButtonBIG {
	margin-left: 120px;
	margin-top: 20px;
	min-width: 160px;
	height: 50px;
 	font-size: 26px;
}

#chatArea {
 overflow: auto;
 font-size: 16px;
 width: 660px;
 height: 300px;
 border: 2px solid #880000;
 background-color: #fff;
 margin-left: 20px;
 margin-top: 15px;
 padding-left: 10px;
 -webkit-box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);
 box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);

}

.chatAreaEven {
	background-color: #eee;
}

.chatAreaOdd {
	background-color: #fff;
}

#chatFormArea {
margin: 10px 0px 0px 20px;

}

.chatTextArea {
	margin-top: 10px;
	width: 480px;
	height: 80px;
 	font-size: 16px;
	-webkit-box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);
}

.chatInviaButton {
	color: #ffffff;
	margin-left: 30px;
	width: 150px;
	height: 90px;
 	font-size: 24px;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.singleMessage {
	width: 97%;
}

.messageNickname {

}


#chatNickname {
	font-weight: bold;
	font-size: 16px;
	display: inline;
	padding-left: 10px;
}

.containerProiezioneChat {
	width: 800px;
	min-width: 800px;
	min-height: 450px;
	height: 450px;
	border: 5px solid red;

}

#chatProiezioneNomeStanza {
	font-weight: bold;
	font-size: 16px;
	display: inline;
	padding-left: 20px;
}

/* pannello tecnico */

.tecnicoTitoloStanza {
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #888;
}

.tecnicoPannelloSinistro {
	background-color: #eee;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

.tecnicoPannelloDestro {
	background-color: #eee;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

.tecnicoPannelloSinistroStanzeTitolo {
	text-align: center;
	font-size: 18px;
	color: #444;

}

.tecnicoPannelloSinistroStanzeBnt {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 24px;
}

.tecnicoPannelloSinistroStanzeContainer {
	width: 100%;
}

.tecnicoMessaggiStanza {
 font-size: 12px;
 width: 500px;
 height: 300px;
 background-color: #fff;

}

.tecnicoTabellaPrefs {
	border: 1px solid black;
	width: 900px;
	font-size: 14px;
	color: #888;
	margin-bottom: 10px;
}

#popupDialog {
	width: 400px;
}

#tecnico-popup-dark {
	width: 100%;
	min-height: 100%;
	opacity: 0.8;
	background-color: #000;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
}

.tecnico-popup-dark-wheel {
	position: absolute;
	z-index: 10001;
	top: 35%;
	left: 35%;

}

/* HELP first run on chat , aiuti e frecce */

#containerHelpCover {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}

#containerHelp {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}

#containerHelpIntro {
	width: 600px;
	min-width: 600px;
	height: 140px;
	min-height: 140px;
	position: absolute;
	left: 160px;
	top: 50px;
	z-index: 2;
	font-size: 18px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	border: 2px solid black;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: none;


}

#containerHelpMessage {
	width: 600px;
	min-width: 600px;
	height: 140px;
	min-height: 140px;
	background-color: #ffffff;
	position: absolute;
	left: 100px;
	top: 150px;
	z-index: 2;
	border: 2px solid black;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: none;

}

#containerHelpWrite {
	width: 450px;
	min-width: 450px;
	height: 130px;
	min-height: 130px;
	background-color: #ffffff;
	position: absolute;
	left: 130px;
	top: 400px;
	z-index: 2;
	padding: 10px 10px 10px 10px;
	border: 2px solid black;
	font-size: 18px;	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: none;
	
}

#containerHelpSend {
	width: 280px;
	min-width: 280px;
	height: 140px;
	min-height: 140px;
	background-color: #00ff00;
	position: absolute;
	left: 520px;
	top: 370px;
	z-index: 2;
	border: 2px solid black;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #ffffff;
	display: none;
}

#containerHelpOutro {
	width: 600px;
	min-width: 600px;
	height: 140px;
	min-height: 140px;
	position: absolute;
	left: 140px;
	top: 180px;
	z-index: 2;
	font-size: 18px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	border: 2px solid black;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: none;

}



.helpContinuaPulsanteContainer {
	width: 100%;
	text-align: right;

}

.helpContinuaPulsante {
	color: #ffffff;
	margin-right: 20px;
	width: 130px;
	height: 40px;
 	font-size: 18px;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	margin-top: 5px;
	
}

.helpInfoImage {

}

/* popup pagine xtra faculty e programma */

#containerCover {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: none;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#containerExtra {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: none;

}

#extraInner {
	width: 900px;
	min-width: 900px;
	height: 540px;
	min-height: 540px;
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 2;
	background-color: #ffffff;
}

#contenutoExtraDaCaricare {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 10px 10px 10px 10px;
}


#chatTopExtraButtons {
	border: 0px solid red;
	padding-top: 40px;
	width: 180px;
}

.contenutoExtraButton {
	color: #ffffff;
	margin-left: 20px;
	margin-bottom: 60px;
	width: 150px;
	height: 30px;
 	font-size: 14px;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.contenutoExtraCloseButton {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #ffffff;
	margin-left: 20px;
	width: 30px;
	height: 30px;
 	font-size: 14px;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.extraTitle {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 32px;
	color: #0488c0;
}

.extraTesto {
	font-weight: 16px;
	margin-left: 50px;
	padding-top: 40px;
}

.extraTable {
	margin:0px;
	padding:0px;
	width:90%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:11px;
	-webkit-border-bottom-left-radius:11px;
	border-bottom-left-radius:11px;
	
	-moz-border-radius-bottomright:11px;
	-webkit-border-bottom-right-radius:11px;
	border-bottom-right-radius:11px;
	
	-moz-border-radius-topright:11px;
	-webkit-border-top-right-radius:11px;
	border-top-right-radius:11px;
	
	-moz-border-radius-topleft:11px;
	-webkit-border-top-left-radius:11px;
	border-top-left-radius:11px;
}.extraTable table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.extraTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:11px;
	-webkit-border-bottom-right-radius:11px;
	border-bottom-right-radius:11px;
}
.extraTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:11px;
	-webkit-border-top-left-radius:11px;
	border-top-left-radius:11px;
}
.extraTable table tr:first-child td:last-child {
	-moz-border-radius-topright:11px;
	-webkit-border-top-right-radius:11px;
	border-top-right-radius:11px;
}.extraTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:11px;
	-webkit-border-bottom-left-radius:11px;
	border-bottom-left-radius:11px;
}.extraTable tr:hover td{
	
}
.extraTable tr:nth-child(odd){ background-color:#e5e5e5; }
.extraTable tr:nth-child(even)    { background-color:#ffffff; }.extraTable td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:9px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.extraTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.extraTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.extraTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.extraTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.extraTable td {
	padding-bottom: 20px;
}

.messageDatetime {
	font-style:italic;
	color: #aaa;
}
