/* style by Filippo Montanari - www.fpeitalia.com */

@import url("reset.css");

body {
	background-color: #894e8e;
	color: #5d6a79;
	font: 14px/19px Tahoma, Verdana, Helvetica, Sans-serif;
}
a, a strong {
	color: #237ebb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img, input[type=image]:hover {
	filter: alpha(opacity=90);
	opacity: .9;
}
em { font-style: italic; }
strong { font-weight: bold; color: #701678; }
input.text, select, textarea {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #c676c8;
	background-color: #e5d5e7;
}
input.text {
	padding: 2px;
}
.submit {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*input:focus.text, #registratiForm input:focus.text {
	background-color: #FFF8DC;
}*/
p {
	padding: 5px 0 15px 0;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	background-color: #894E8E;
	color: White;
	padding: 3px 5px;
}
dt {
	background-color: #E5D5E7;
	font-weight: bold;
	padding: 2px 5px;
}
dd {
	border-bottom: 1px dashed #C676C8;
	padding: 2px 5px 15px 5px;
}

#header {
	width: 100%;
	height: 320px;
	background: url(../images/bgr_head.gif) repeat-x top;
}
#headerMain {
	background: url(../images/bgr_head-main.jpg) no-repeat top;
	height: 320px;
}
#container {
	width: 100%;
	background: #e4d4e6 url(../images/bgr_container.jpg);
}
#containerTop { background: url(../images/bgr_container-top.jpg) repeat-x top; }
#containerMain {
	background: url(../images/bgr_container-main.jpg) no-repeat top;
	height: auto !important; height: 490px; min-height: 490px;
}
#content {
	width: 960px;
	background: url(../images/bgr_container-main.jpg) no-repeat top;
	margin: 0 auto;
}

#menu {
	width: 155px;
	height: 178px;
	padding: 20px 13px;
	background: url(../images/bgr_menu.jpg) no-repeat top;
	float: left;
	margin-top: 30px;
}
#menu ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#menu li a {
	display: block;
	width: 100%;
	color: White;
	text-decoration: none;
	font-size: 15px;
	line-height: 23px;
	padding: 1px 0 0 7px;
}
#menu a:hover { background: url(../images/bgr_menu-hover.gif) no-repeat bottom left; }
#menu .active a, #menu .active a:hover { background: url(../images/bgr_menu-active.gif) no-repeat bottom left; }
#benvenuto {
	color: White;
	border-bottom: 1px dashed #c676c8;
	text-align: center;
	padding-bottom: 10px;
	margin: -5px 0 5px 0;
	overflow: hidden;
}
#benvenuto span {
	color: #35003a;
	font-size: 18px;
	text-transform: capitalize;
}

#main {
	background: White url(../images/bgr_main-bottom.gif) no-repeat bottom;
	width: 488px;
	padding-bottom: 14px;
	float: left;
	height: auto !important; height: 449px; min-height: 449px;
	margin: 34px 0 18px 13px;
}
#mainTop {
	background: url(../images/bgr_main-top.gif) no-repeat top;
	padding: 17px 25px 0 25px;
	line-height: 19px;
}
#boxPremi {
	width: 166px;
	float: left;
	padding: 90px 0 10px 0;
	margin-left: 13px;
}

#footer {
	width: 100%;
	background: url(../images/bgr_foot.gif) repeat-x top;
	color: White;
}
#footer a { color: White; }
#footer a:hover { text-decoration: underline; }
#footer div {
	width: 960px;
	margin: 0 auto; 
	padding: 21px 0 10px 0;
}
#footer span {
	color: #701678;
}

/* TITOLI PAGINE INTERNE */
h2 {
	color: #551903;
	font: italic bold 24px Tahoma, Verdana;
	height: 51px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.titLogin { background: url(../images/titoli/login.gif) no-repeat center; }
.titGioca { background: url(../images/titoli/gioca.gif) no-repeat center; }
.titRegistrati { background: url(../images/titoli/registrati.gif) no-repeat center; }
.titRegolamento { background: url(../images/titoli/regolamento.gif) no-repeat center; }
.titArchivio { background: url(../images/titoli/archivio.gif) no-repeat center; }
.titPassword { background: url(../images/titoli/password.gif) no-repeat center; }
.titCellulare { background: url(../images/titoli/cellulare.gif) no-repeat center; }
.titPerso { background: url(../images/titoli/perdita.gif) no-repeat center; }
.titComplimenti { background: url(../images/titoli/complimenti.gif) no-repeat center; }
.titQuestionario { background: url(../images/titoli/questionario.gif) no-repeat center; }
.titTermini { background: url(../images/titoli/termini.gif) no-repeat center; }
.titPrivacy { background: url(../images/titoli/privacy.gif) no-repeat center; }
.pdf {
	background: url(../images/ico-pdf.gif) no-repeat left;
	padding: 10px 0 10px 35px;
}

#cell {
	background: url(../images/bgr_cell.gif) no-repeat left;
	border-bottom: 1px solid #edd6ee;
	padding: 10px 0 10px 55px;
	margin-bottom: 10px;
	height: auto !important; height: 35px; min-height: 35px;
}
#gioca_freeForm {
	background: url(../images/bgr_gioca.gif) repeat-x top;
	height: 115px;
	padding: 18px 20px;
	margin-bottom: 15px;
}
#gioca_freeForm label { color: #85298e; }
#gioca_freeForm input.text {
	background-color: #feffff;
	border: 1px solid #c676c8;
	width: 190px;
	padding: 5px 2px;
	text-align: center;
}
#regolamento {
	width: 651px;
	float: left;
	margin: 34px 0 18px 13px;
}
.boxRegolamento {
	background: White url(../images/bgr_regolamento.gif) no-repeat bottom;
	height: auto !important; height: 378px; min-height: 378px;
	padding: 10px 25px;
}
#regolamento ul, .collectionUl ul {
	list-style-type: none;
	list-style-image: url(../images/premi/bgr_ul-regolamento.gif);
}
#regolamento li, .collectionUl li { padding-bottom: 10px; }
#info {
	text-align: center;
	font-weight: bold;
	background: url(../images/bgr_line.gif) repeat-x bottom;
	padding: 25px 0 13px 0;
	margin-bottom: 15px;
}
#info ul {
	list-style-image: none;
	padding: 0; margin: 0;
}
#info ul li {
	padding: 7px 0;
	border-bottom: 1px solid White;
}
li.info-1 {
	background-color: #c777c9;
	color: White;
}
li.info-2 {
	background-color: #e5d5e7;
}
li.info-3 {
	background-color: #cf0181;
	color: White;
}
.contentPremio {
	width: 540px;
	padding: 20px 30px 15px 30px;
	background: url(../images/bgr_contentPremio.gif) repeat-x top;
}

/* FORM REGISTRAZIONE */
#registratiForm table {
	border-bottom: 1px solid #E4D4E6;
}
#registratiForm td {
	padding: 6px 2px;
	font-size: 11px;
}
#registratiForm td div {
	position: relative;
}
#registratiForm legend {
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin-left: -6px;
	color: #701678;
}
#registratiForm input.text {
	width: 95px;
	z-index: 3;
}
#reg_submit {
	width: 252px;
	height: 46px;
	background: url(../images/buttons/questionario.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	border: 0;
}
#reg_submit_skip_questionario {
	width: 252px;
	height: 46px;
	background: url(../images/buttons/registrati.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	border: 0;
}
.hint {
	display:none;
	position: absolute;
	right: -180px;
	width: 150px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
	color: Black;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}
#chiudicap {
	position: absolute;
	top: 0; right: 0;
	padding: 5px;
}
ol {
	list-style-type: decimal;
	padding-left: 25px;
}

ul {
	list-style-type: disc;
	padding-left: 25px;
}

/* COLLECTION */
.collection .intestazione {
	background-color: #85298e;
	color: White !important;
	height: 25px;
	padding: 0 20px;
	text-align: center;
}
.collection td {
	border-bottom: 1px solid #c676c8;
	padding: 0 10px;
	height: 25px;
	font-size: 12px;
	text-align: center;
}
.collection .td1 { background-color: White; }
.collection .td2 { background-color: #e5d5e7; }
.collection .tdleft {
	padding: 0 20px;
}
.td1cent, .td2cent { background-position: center bottom !important; }
.td1right, .td2right { background-position: right bottom !important; padding-right: 20px; }
.collection .td3 {
	background-color: #c777c9;
	color: White;
	font-weight: bold;
	padding: 0 20px;
}
.td3 span {
	font-weight: normal;
	font-size: 11px;
}
.td4 {
	font-weight: bold;
	color: White;
	background-color: #cf0181;
}

/* LOGIN FORM */
#loginForm {
	background: url(../images/bgr_login.gif) repeat-x bottom;
	text-align: center;
	padding: 20px 0 30px 0;
	margin-bottom: 10px;
}
#loginForm input.text {
	padding: 7px;
	text-align: center;
	font-size: 14px;
}
#loginForm label {
	color: #701678;
	display: block;
	padding-bottom: 5px;
}


/* Stuff */
.violet { color: #894E8E; }
.grey { color: #5d6a79; }
address {
	padding: 0 20px 15px 20px;
	color: #333333;
}
#disclaimer {
	height: 80px; overflow: auto;
	padding: 3px 5px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #c676c8;
	background-color: #e5d5e7;
}
.line { border-bottom: 1px solid #A9A9A9; }
.lineImage {
	background: url(../images/bgr_line.gif) repeat-x top;
	height: 17px;
	padding-bottom: 15px;
}
label.medium { font-size: 10px; }
p.medium { font-size: 18px; }
p.small { font-size: 10px; line-height: 12px; }
/*#captcha {
	width: 160px !important;
}*/

/* Errori */
input.error, select.error  {
	border: 1px solid #C91F26;
}
div.errorPage {
	background-color: White;
	border: 4px solid #C91F26;
	padding:15px 20px;
	margin: 0 auto 0 auto;
	width: 80%;
	color: #C91F26;
}
div.errorReg {
	margin: 0 auto 20px auto;
}
.errorPage a {
	color: #C91F26 !important;
}
div.error {
	color: #C91F26;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/error.gif) no-repeat top left;
	padding-left: 25px;
}
td.errortd {
	border: 0 !important;
}
/*div.notice {
	background-color: White;
	border: 4px solid #228B22;
	padding:15px 20px;
	margin: 0 auto 0 auto;
	width: 80%;
	color: #228B22;
}*/
.clear {
	clear: both; padding: 0; margin: 0; position: relative; height: 0; font-size: 0px; line-height: 0;
}