@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);

.lb-error-message {
	background-color: red;
    color: white;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
.lb-utente {
	float:left;
	color:white;
	font-style:italic;
	font-weight:bold;
	margin:5px;
	font-size:11px;
	padding-top:3px
}
.txtbg-subtitle{
	color: white;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.txtbg-subtitle:hover{
	color: #c1530a;
}
/* BANNER ---------------------- */	
#table-banner {
	border: none;
	width: 100%;
	border-spacing: 0px;
    border-collapse: separate;
    margin-bottom: 10px;
}

#table-banner td {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.5;
	text-shadow: -0.5px 2px black;
	color: white;
	text-align: center;
}

.banner-330x200 {
	display: none;
	
	width: 330px;
	height: 205px;
	background-color: white;
	margin: 0 auto;
	background-image: url(../images/banner-background-330x200.png);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.banner-330x200 .banner-button {
	padding: 20px;
	background-color: #bdc2a7;
	text-shadow: none;
	letter-spacing: 5px;
	width: 160px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.banner-330x200 .banner-button span{
	font-size: 0.6em;
	letter-spacing: 3px;
}

.title {
	color: white;
	position: absolute;
	width: 100%;
	opacity: 0.0;
}

.title-1, .title-11{
	top: 10px;
	left: 5px;
}


.title-2, .title-22{	
	top: 32px;
	left: 30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fbbf5d;
}

.title-3, .title-33{
	top: 60px;
	left: 15px;
	font-style: italic;
}

.title-4, .title-44{	
	top: 105px;
	left: 15px;
}

.title-5{
	top: 120px;
	left: 60px;
	font-size: 4em;
	text-shadow: -1px 3px black;
}

.title-5 span{
	left: 5px;
	font-style: italic;
	font-weight: bold;
	color: #fbbf5d;
}

.title-6 {
	top: 30px;
	left: 15px;
}

.title-6 span{
	font-style: italic;
	font-weight: bold;
	color: #fbbf5d;
	font-size: 2em;
	letter-spacing: 3px;
}

.title-7{
	top: 120px;
	left: 115px;
}

.title-11, .title-22,  .title-33,  .title-44 {
	color: black;
	text-shadow: none;
}

.banner-330x200-IE6 {
	display: none;
	
	width: 330px;
	height: 205px;
	background-color: white;
	margin: 0 auto;
	background-image: url(../images/banner-background-330x200.png);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	
	overflow: hidden;
}

/* BIG BUNNER ----------------*/

.overlay {
	display: none;
	position: absolute;;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	
}
.banner-big {
	display: none;
	width: 100%;
	height: 715px;
	position: absolute;
	top:2%;
}

.banner-big iframe{
	width: 680px;
	height: 714px;
	border: none;
	margin-left: 23%;
	border: 5px solid black;
}

.btn-close {
	background-color: black;
    color: white;
    margin-left: 23%;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 60px;
    font-family: arial;
    cursor: pointer;
}

