@font-face {
   font-family: 'Gotham_Bold';
   src: url(GothamBold.eot);
   src: local('Gotham_Bold'), url('GothamBold.ttf') format('truetype'),
		url('GothamBold.eot') format('embedded-opentype'),
        url('GothamBold.svg') format('svg'),
        url('GothamBold.otf') format('opentype'),
        url('GothamBold.woff') format('woff');   
}
@font-face {
   font-family: 'Gotham_Book';
   src: url(GothamBook.eot);
   src: local('Gotham_Book'), url('GothamBook.ttf') format('truetype'),
		url('GothamBook.eot') format('embedded-opentype'),
        url('GothamBook.svg') format('svg'),
        url('GothamBook.otf') format('opentype'),
        url('GothamBook.woff') format('woff');   
}
@font-face {
   font-family: 'Gotham_Medium';
   src: url(GothamMedium.eot);
   src: local('Gotham_Medium'), url('GothamMedium.ttf') format('truetype'),
		url('GothamMedium.eot') format('embedded-opentype'),
        url('GothamMedium.svg') format('svg'),
        url('GothamMedium.otf') format('opentype'),
        url('GothamMedium.woff') format('woff');   
}
@font-face {
   font-family: 'Gotham_Black';
   src: url(GothamBlack.eot);
   src: local('Gotham_Black'), url('GothamBlack.ttf') format('truetype'),
		url('GothamBlack.eot') format('embedded-opentype'),
        url('GothamBlack.svg') format('svg'),
        url('GothamBlack.otf') format('opentype'),
        url('GothamBlack.woff') format('woff');   
}

a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.TitoloRossoSpaziato {
	font-size: 40px;
	color: #B30404;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.TestoGrigioSpaziato {
	font-size: 22px;
	color: #999999;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.TestoRossoSpaziato {
	font-size: 22px;
	color: #B30404;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.InputBoxLogin {
	border: 1px solid #999999;
	font-family: Gotham_Medium;
	color: #666666;
	padding: 4px;
	height: 30px;
	font-size: 18px;
  	border-radius: 5px;
  	-moz-border-radius: 5px; /* firefox */
  	-webkit-border-radius: 5px; /* safari, chrome */
}

.InputSubmitLogin {
	border: 0px;
	font-family: Gotham_Medium;
	color: #004579;
	height: 25px;
	font-size: 22px;
	background-color:#FFFFFF;
}
.InputBoxForm {
	border: 1px solid #999999;
	font-family: Gotham_Medium;
	padding: 4px;
	color: #666666;
	height: 35px;
	font-size: 20px;
  	border-radius: 5px;
	/*border-spacing: 10px;*/
  	-moz-border-radius: 5px; /* firefox */
  	-webkit-border-radius: 5px; /* safari, chrome */
}
.InputBoxFormMulti {
	border: 1px solid #999999;
	font-family: Gotham_Medium;
	padding: 4px;
	color: #666666;
	/*height: 35px;*/
	font-size: 20px;
  	border-radius: 5px;
	/*border-spacing: 10px;*/
  	-moz-border-radius: 5px; /* firefox */
  	-webkit-border-radius: 5px; /* safari, chrome */
}
.SelectBoxForm {
	border: 1px solid #999999;
	font-family: Gotham_Medium;
	padding: 4px;
	color: #666666;
	font-size: 15px;
  	border-radius: 5px;
	/*border-spacing: 10px;*/
  	-moz-border-radius: 5px; /* firefox */
  	-webkit-border-radius: 5px; /* safari, chrome */
}
.TextAreaForm {
	border: 1px solid #999999;
	font-family: Gotham_Medium;
	padding: 4px;
	color: #666666;
	font-size: 20px;
  	border-radius: 5px;
	/*border-spacing: 10px;*/
  	-moz-border-radius: 5px; /* firefox */
  	-webkit-border-radius: 5px; /* safari, chrome */
}

.InputBoxUploadLogin {
	border: 1px solid #999999;
	font-family: Gotham_Medium;
	color: #666666;
	padding: 4px;
	height: 40px;
	font-size: 18px;
  	border-radius: 5px;
  	-moz-border-radius: 5px; /* firefox */
  	-webkit-border-radius: 5px; /* safari, chrome */
}

.InputSubmitUploadLogin {
	border: 0px;
	font-family: Gotham_Medium;
	color: #004579;
	height: 25px;
	font-size: 22px;
	background-color:#FFFFFF;
}

.Esci {
	border: 1px solid #999999;
	font-family: Gotham_book;
	color: #004579;
	height: 100px;
	width: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 100px;
	background-color:#FFFFFF;
}

.BordoLogin {
	border: 1px solid #999999;	
  	border-radius: 20px;
	border-spacing: 10px;
  	-moz-border-radius: 20px; /* firefox */
  	-webkit-border-radius: 20px; /* safari, chrome */
}
.BordoMenu {
	border: 1px solid #999999;	
	border-spacing: 10px;
  	border-radius: 10px;
  	-moz-border-radius: 10px; /* firefox */
  	-webkit-border-radius: 10px; /* safari, chrome */
}
.BordoTab2 {
	border-spacing: 10px;
}

.Testo {
	font-size: 12px;
	color: #333333;
	font-family: Gotham_Book;
}
.TestoBlu {
	font-size: 12px;
	color: #004579;
	font-family: Gotham_Book;
}
.TestoBold {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-family: Gotham_Book;
}
.TestoRosso {
	font-size: 12px;
	color: #B30404;
	font-family: Gotham_Book;
}
.TestoRossoBold {
	font-size: 12px;
	color: #B30404;
	font-weight: bold;
	font-family: Gotham_Book;
}
.TestoMenu {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	font-family: Gotham_Book;
}
.TestoMenuOn {
	font-size: 16px;
	color: #00A2D6;
	font-weight: bold;
	font-family: Gotham_Book;
}
.LineaVert {
	border-left: 1px solid #999999;
}
.TitoloCella {
	font-size: 20px;
	font-weight: bold;
	color: #004579;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.TitoloCellaGrigio {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.TitoloMiniCellaGrigio {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.TitoloCellaBordoSx {
	border-left: 1px solid #999999;
	font-size: 20px;
	color: #004579;
	font-weight: bold;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.TitoloCellaBordoDx {
	border-right: 1px solid #999999;
	font-size: 20px;
	font-weight: bold;
	color: #004579;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.TitoloStoCellaBordoDx {
	border-right: 1px solid #999999;
	font-size: 15px;
	font-weight: bold;
	color: #D75629;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.TitoloCellaBordoDxSopra {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	font-size: 20px;
	font-weight: bold;
	color: #004579;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.TitoloStoCellaBordoDxSopra {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	font-size: 15px;
	font-weight: bold;
	color: #004579;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.TitoloCellaBordoSopra {
	border-top: 1px solid #999999;
	font-size: 20px;
	color: #004579;
	font-weight: bold;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.TitolettoCella {
	font-size: 18px;
	color: #004579;
	font-weight: normal;
	font-family: Gotham_Book;
	letter-spacing: 2px;
	word-spacing: 4px;
}

.TitolettoCellaBordoSopra {
	border-top: 1px solid #999999;
	font-size: 18px;
	color: #004579;
	font-weight: normal;
	font-family: Gotham_Book;
	letter-spacing: 2px;
	word-spacing: 4px;
}
.TitoloRossoCellaBordoSopra {
	border-top: 1px solid #999999;
	font-size: 20px;
	color: #B30404;
	font-weight: bold;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.TitoloArancioCellaBordoSopra {
	border-top: 1px solid #999999;
	font-size: 20px;
	color: #ED9204;
	font-weight: bold;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.TitoloArancioCella {
	font-size: 20px;
	color: #ED9204;
	font-weight: bold;
	font-family: Gotham_Book;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.TestoCella {
	font-size: 16px;
	color: #333333;
	font-family: Gotham_Book;
}

.TestoCellaBordoSxSopra {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	font-size: 16px;
	color: #333333;
	font-family: Gotham_Book;
}
.TestoCellaBordoDxSopra {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	font-size: 16px;
	color: #333333;
	font-family: Gotham_Book;
}
.TestoStoCellaBordoDxSopra {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	font-size: 12px;
	color: #333333;
	font-family: Gotham_Book;
}

.TestoCellaBordoSopra {
	border-top: 1px solid #999999;
	font-size: 16px;
	color: #333333;
	font-family: Gotham_Book;
}
.SfondoLogo {
	background-size: 180px;
	background-repeat:no-repeat;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}
.TestoContenutoArancio {
	font-family: Gotham_Book;
	font-size: 14px;
	font-weight: normal;
	color: #ED9204;
}
.TestoUploadListe {
	font-family: Gotham_Book;
	font-size: 17px;
	color: #424242;
	font-weight: normal;
}


