/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */
* {
	margin:0;
	padding:0;
}

/* General Style Info */
html {background: #000 url("/img/bkg.jpg") no-repeat left top;}
body {background:url("body.jpg") top left repeat-y; font-family:arial,verdana,sans-serif;	margin: 0;font-size: 11px;  color: #666; margin-bottom:20px; margin-top:5px}

#container {float:left; text-align: left; width: 949px; }
#content_sx {float:left; width: 399px; height:605px; background: white url("/img/img_sx.jpg") no-repeat left;}
#content_sx #navigazione {width: 200px; margin-left: 195px;}
#content_dx {width: 543px; background: white; float: left; margin-left: 6px; min-height:600px; height:auto !important; height:600px}
#content{background: white;}
.common_div {padding-left: 20px; padding-right: 20px;}

#container_admin {margin: auto; width: 80%;}
#adm_content {background-color: white; height: 100%; padding-left: 20px; min-height: 605px;}

#languages a {margin-left: 10px;}

#lista_galleries {border-spacing: 15px;}
#lista_galleries td {border: 2px solid #ccc; text-align: center; vertical-align: middle; width: 130px;}
#lista_galleries a {display: block; padding: 15px 0 15px 0;}
#lista_galleries a:hover {background-color: #efefef;}

#newsletter_form div{margin-bottom: 10px;}

#top {width: 980px; height: 10px; background: url("/img/content_top.jpg") top left no-repeat;}
#bottom {clear:left; width: 980px; height: 8px; background: url("/img/content_bottom.jpg") bottom left no-repeat; }
#home_bottom {clear:left; width: 980px; height: 8px; background: url("/img/content_bottom_home.jpg") bottom left no-repeat; }

img { border:none;}
h2 {margin-bottom: 20px;}


.home {margin-top: 20px; border-collapse: collapse; max-width: 590px;}
.home .double td p {padding: 10px 15px 15px 15px;}
.home #box_2 {background: white url("/img/home/img_box_2.jpg") right bottom no-repeat;}
.home #box_3 {background: white url("/img/home/img_box_3.jpg") right bottom no-repeat;}
.home .boxes p {padding: 10px 10px 15px 15px;}
.home .boxes .padded {padding: 10px 150px 15px 15px;}
.home .boxes td {background-color: black;}
.home .boxes div {height: 250px; width: 267px; background-color: white;}
.home .first {float: left;}
.home .last {float: right;}
.home #dimensiona div {height: 96px;}

#header{}

/* Titoli */
.titolo {height: 30px;}
#titolo_ITA_eventi {background: url("/img/titoli/it/news.jpg") no-repeat left; text-indent: -999px;}
#titolo_ITA_day_night {background: url("/img/titoli/it/day_night.jpg") no-repeat left; text-indent: -999px;}
#titolo_ITA_dove_siamo {background: url("/img/titoli/it/dove_siamo.jpg") no-repeat left; text-indent: -999px;}
#titolo_ITA_custom_pages_1 {background: url("/img/titoli/it/custom_pages.jpg") no-repeat left; text-indent: -999px;}
#titolo_ITA_gallerie {background: url("/img/titoli/it/galleria.jpg") no-repeat left; text-indent: -999px;}
#titolo_ITA_newsletter {background: url("/img/titoli/it/newsletter.jpg") no-repeat left; text-indent: -999px;}
#titolo_ITA_contatti {background: url("/img/titoli/it/contatti.jpg") no-repeat left; text-indent: -999px;}

#titolo_ENG_eventi {background: url("/img/titoli/en/news.jpg") no-repeat left; text-indent: -999px;}
#titolo_ENG_day_night {background: url("/img/titoli/en/day_night.jpg") no-repeat left; text-indent: -999px;}
#titolo_ENG_dove_siamo {background: url("/img/titoli/en/dove_siamo.jpg") no-repeat left; text-indent: -999px;}
#titolo_ENG_custom_pages_1 {background: url("/img/titoli/en/custom_pages.jpg") no-repeat left; text-indent: -999px;}
#titolo_ENG_gallerie {background: url("/img/titoli/en/galleria.jpg") no-repeat left; text-indent: -999px;}
#titolo_ENG_newsletter {background: url("/img/titoli/en/newsletter.jpg") no-repeat left; text-indent: -999px;}
#titolo_ENG_contatti {background: url("/img/titoli/en/contatti.jpg") no-repeat left; text-indent: -999px;}


#content a {color: black;}
#content a:visited {color: black;}

#link_home {display: block; width: 250px; height: 130px; margin: 110px auto auto;}

#footer {width: 220px; float: right; margin-top:-14px;}
#footer a {color: black;}

label {width: 100px; display: block; float: left;}

/* Tables */
th {background: #f2f2f2; border:1px solid #bbb; border-top: 1px solid #fff; border-left: 1px solid #fff; text-align: center;}
th a {background:#f2f2f2;display: block;padding: 2px 4px;text-decoration: none;}
th a:hover {background: #ccc;color: #333;text-decoration: none;}
table tr td {vertical-align: top;}
table tr.altrow td {background: #f4f4f4;}
.cake-sql-log table {background: #f4f4f4;}
.cake-sql-log td {padding: 4px 8px;text-align: left;}



.menu {margin-top: 80px;}
.menu li {width: 190px; background: url("/img/border_menu.jpg") left no-repeat; list-style: none; height: 28px; border-bottom: 1px dotted #ccc; padding: 3px;}
.menu a {text-decoration: none; color: black; display: block; height: 28px; line-height: 28px; padding-left: 40px; font-size: 110%;}
.menu .news {background: url("/img/arrows/news.jpg") 25px center no-repeat;}
.menu .news a:hover {color: #BD0E39;}
.menu .news .selected {color: #BD0E39;}
.menu .day_night {background: url("/img/arrows/day_night.jpg") 25px center no-repeat;}
.menu .day_night a:hover {color: #EE8556;}
.menu .day_night .selected {color: #EE8556;}
.menu .dove_siamo {background: url("/img/arrows/dove_siamo.jpg") 25px center no-repeat;}
.menu .dove_siamo a:hover {color: #F5BA00;}
.menu .dove_siamo .selected {color: #F5BA00;}
.menu .custom_pages_1 {background: url("/img/arrows/custom_pages.jpg") 25px center no-repeat;}
.menu .custom_pages_1 a:hover {color: #5DAB6D;}
.menu .custom_pages_1 .selected {color: #5DAB6D;}
.menu .gallerie {background: url("/img/arrows/galleria.jpg") 25px center no-repeat;}
.menu .gallerie a:hover {color: #00BFF8;}
.menu .gallerie .selected {color: #00BFF8;}
.menu .newsletter {background: url("/img/arrows/newsletter.jpg") 25px center no-repeat;}
.menu .newsletter a:hover {color: #0A1978;}
.menu .newsletter .selected {color: #0A1978;}
.menu .contatti {background: url("/img/arrows/contatti.jpg") 25px center no-repeat;}
.menu .contatti a:hover {color: #C900CC;}
.menu .contatti .selected {color: #C900CC;}
.menu .facebook {background: url("/img/arrows/facebook.jpg") 20px 9px no-repeat;}
.menu .facebook a:hover {color: #3b5997;}
.menu .facebook .selected {color: #3b5997;}

#designed {background: black; width: 950px; text-align: right; color: white; padding-top: 5px;}
#designed a {color: white;}

div.facebook {margin-top:19px;}

.admin_menu {background: url('/img/sfondo_menu.jpg'); height: 28px; margin-top: 10px;}
.admin_menu .limit_dim {width: 950px; margin: auto;}
.admin_menu ul {width: 700px; margin-left: 250px;}
.admin_menu li {width: 100px; text-align: center; background: url("/img/border_menu.jpg") left no-repeat; list-style: none; float: left; display: block; height: 28px;}
.admin_menu li:hover a {color: white;background-color: #F1262A;}
.admin_menu a {text-decoration: none; color: black; font-weight: bold; display: block; height: 28px; line-height: 28px;}
.admin_menu #selected a {color: white; background: #F1262A url("/img/freccia_menu.jpg") bottom center no-repeat;}
.admin_menu .last_menu_voice a {background: url("/img/border_menu.jpg") right no-repeat;}


#adm_content {margin-bottom: 20px;}
#adm_content label {width: 150px; display: block;}
#adm_content h1 {margin-bottom: 15px;}
#adm_content p {margin-bottom: 5px;}
#adm_content table {width: 100%; border: 1px solid #ccc;}
#adm_content a {color: black;}
#adm_content .actions ul {list-style-type: none; margin-bottom: 5px;}
#adm_content .actions li {display: inline; margin: 0 10px 0 10px; background: url("/img/admin/action_arrow.jpg") left center no-repeat; padding-left: 8px;}
#adm_content #adm_table td {border-right: 1px solid #ccc; vertical-align: middle; padding: 5px 0 5px 2px;}
#adm_content table tr.altrow td {background-color: #F4F4F4;}
#adm_content .center {text-align: center;}
#adm_content table .actions {text-align: center;}
#adm_content .order {text-align: center;}
#adm_content .order form {display: inline;}
#adm_content .thumb_index {text-align: center;}
.admin_form div {margin-bottom: 5px;}
.admin_form .large {width: 300px;}

#adm_content .thumb_index img {width: 50px;}

#adm_content .checkbox label {display: inline; padding-left: 20px; line-height: 20px; float: none;}
#adm_content .checkbox input {padding-top: 2px;}
#adm_content #actions {margin-bottom: 10px;}

.freccia_link {background: url('/img/freccia_link.gif') left center no-repeat; padding-left: 10px;}
.leggi_tutto a {color: black;}
.td_immagine {width: 200px;}
.desc_breve {margin-top: 5px;}

.gruppo {width: 440px; float: left; margin: 10px; margin-top: 0;}
.gruppo #corpo {margin-left:35px;}
.gruppo #corpo p {margin-bottom: 10px;}
.gruppo #corpo ul {margin-left: 20px; margin-bottom: 10px;}

#news {height: 220px;}
#news div {border-bottom: 1px dotted #ccc; width: 400px; height: 100px; float: left; margin-left: 40px;}
#news .titolo {font-weight: bold; color: #E42C2A;}
#news .leggi_tutto {padding-top: 40px; text-align: right; background: url('/img/freccia_link.gif') 340px bottom no-repeat !important; background: url('/img/freccia_link.gif') 330px bottom no-repeat;}

#paging {clear: left; width: 40%; margin: auto;text-align: center; height: 30px;}
#paging #numbers {display: inline; margin: 0 20px 0 20px; height: 30px;}
#paging .current { font-size: 12px; font-weight: bold;}
#paging a {text-decoration: none;}

.news_paging .current {color: #E42C2A;}
.gallery_paging .current {color: #33C5D4;}

/* boxnews */
#boxnews {width: 450px; height:140px;float: left; margin: 40px 0 0 20px; border: 1px dotted #ccc; overflow: auto;}
#boxnews a {}
#boxnews ul {}
#boxnews table {width: 95%; height: 135px; margin-bottom: 20px; border-bottom: 1px dotted #ccc;}
#boxnews li{ color:#555; margin-bottom:5px; font-size:10px; list-style: none;}
#boxnews .titolo {font-weight: bold; color: #E42C2A;}
#boxnews .leggi_tutto {padding-top: 70px; text-align: right; background: url('/img/freccia_link.gif') 160px bottom no-repeat !important; background: url('/img/freccia_link.gif') 150px bottom no-repeat;}

/* the news box when JavaScript is available */
#boxnews.hasJS { 	height:140px; 	overflow:hidden; 	position:relative; }

/* The nested UL when JavaScript is available */
#boxnews.hasJS ul { position:absolute; top:120px; left:0; margin:0.5em 0.5em;padding:0; width: 100%;}


#event_detail {width: 70%; margin: auto;}
#event_detail td {padding: 5px; /*border: 1px solid graytext; */}
#event_detail ul,ol {margin-left: 20px;}
#event_detail #titolo {font-size: 15px; font-weight: bold;}
#event_detail #breve {font-size: 12px; font-style: italic;}
#event_detail #desc_lunga {color: #000;background: #f0f0f0; width: 70%; border: none;}
#event_detail #img {text-align: center;}
#event_detail #link {border: none;}

#tabella_clienti {width: 910px; margin: 10px 0 0 35px;}
#tabella_clienti td {width: 220px; padding-right: 6px;}
#tabella_clienti p {margin-bottom: 2px;}

#tabella_richiesta_info {margin: 20px 0 0 35px; border-bottom: 1px dotted graytext;}
#tabella_richiesta_info #col_sx {width: 350px;}
#tabella_richiesta_info #col_dx {width: 440px;}
#tabella_richiesta_info div {margin-bottom: 10px;}
#tabella_richiesta_info #text {width: 320px;}
#tabella_richiesta_info #right {text-align: right;}
#tabella_richiesta_info #privacy {float: left; margin-left: 100px !important; margin-left: 50px;}
#tabella_richiesta_info .submit {float: right;}

#richiesta_info_bottom {margin: 20px 0 0 35px;}
#richiesta_info_bottom p {font-weight: bold; margin-bottom: 10px;}

#tabella_lavora {margin: 20px 0 0 35px; border-bottom: 1px dotted #ccc; padding-bottom: 20px;}
#tabella_lavora #col_center {padding: 0 10px 0 10px; border-left: 1px dotted #ccc; border-right: 1px dotted #ccc; width: 200px;}
#tabella_lavora #col_sx p {margin-bottom: 10px; font-weight: bold; color: gray;}
#tabella_lavora #col_sx {padding-right: 10px;}
#tabella_lavora #col_dx {padding-left: 10px;}
#tabella_lavora #cv {}
#tabella_lavora div {margin-bottom: 10px;}
#tabella_lavora .radio input {float: left; clear: left; margin-left: 20px; margin-top: 10px;}
#tabella_lavora .radio label {float: left; margin-left: 5px; margin-top: 10px;}
#tabella_lavora .radio fieldset {border: 0;}
#tabella_lavora #privacy {float: left; margin-left: 100px !important; margin-left: 50px;}
#tabella_lavora .submit {float: right;}
#tabella_lavora #bottom {bottom: 0px; margin-top: 45px;}

#posizioni_aperte {width: 400px; margin: 30px 0 0 35px;}
#posizioni_aperte p {margin-bottom: 10px;}
#posizioni_aperte #titolo {font-weight: bold; color: gray;}

#tabella_contatti {margin-left: 35px; width: 90%;}
#tabella_contatti td {width: 170px;}
#tabella_contatti img {margin-bottom: 10px; height: 66px;}
#tabella_contatti p {margin-bottom: 10px;}

#tabella_home {width: 100%; margin-top: 50px;}
#tabella_home p {margin-left: 35px;}

/* GESTIONE GALLERIES */
#associate_galleries #related {width: 45%;}
#associate_galleries #related td {vertical-align: middle;}
#associate_galleries #related .actions {text-align: center;}
#associate_galleries #nuova_immagine {width: 45%; position: absolute; left: 55%; top: 130px !important; top: 155px;}
#associate_galleries #link_nuova_immagine {margin-bottom: 20px;}
#associate_galleries .images_form {border-left: 1px solid graytext; padding-left: 5px;}
#associate_galleries .images_form div {margin-bottom: 5px;}
#associate_galleries #modifica_galleria {margin-left: 20px; margin-bottom: 20px;}

.flash_container {text-align: center; margin-top: 10px;}
.flash_gallery {width: 500px; height: 100px;}
.flash_gallery_big {width: 400px; height: 400px;}
.mp3flash {width: 265px; height: 45px;}


#popup_privacy {background-color: white;}


/* CUSTOM PAGES */
.corpo_custom_page {margin-top: 10px;}
.corpo_custom_page ul {margin-left: 20px;}


/* Paging */
div.paging {text-align: center;background:#fff;color: #ccc;margin-bottom: 2em;}
div.paging div.disabled {color: #ddd;display: inline;}
div.paging span.current {color: #000;}

/* Notices and Errors */
div.message {clear: both;color: #900;font-size: 140%;font-weight: bold;margin: 1em 0;}
div.error-message {clear: both;color: #900;font-weight: bold;}
p.error {background-color: #e32;color: #fff;font-size: 120%;line-height: 140%;padding: 0.8em;margin: 1em 0;}
p.error em {color: #000;font-weight: normal;line-height: 140%;}
.notice {background: #ffcc00;color: #000;display: block;font-size: 120%;line-height: 140%;padding: 0.8em;margin: 1em 0;}
.success {background: green;color: #fff;}

/* Debugging */
pre {color: #000;background: #f0f0f0;padding: 1em;}
pre.cake-debug {background: #ffcc00;font-size: 120%;line-height: 140%;margin-top: 1em;overflow: auto;position: relative;}
div.cake-stack-trace {background: #fff;	border: 4px dotted #ffcc00;	color: #333;margin: 0px;padding: 6px;font-size: 120%;line-height: 140%;overflow: auto;position: relative;}
div.cake-code-dump pre {position: relative;overflow: auto;}
div.cake-stack-trace pre, div.cake-code-dump pre {color: #000;background-color: #F0F0F0;margin: 0px;padding: 1em;overflow: auto;}
div.cake-code-dump pre, div.cake-code-dump pre code {clear: both;font-size: 12px;line-height: 15px;margin: 4px 2px;padding: 4px;overflow: auto;}
div.cake-code-dump span.code-highlight {background-color: #ff0;	padding: 4px;}
div.code-coverage-results div.code-line {padding-left:5px;display:block;margin-left:10px;}
div.code-coverage-results div.uncovered span.content {background:#ecc;}
div.code-coverage-results div.covered span.content {background:#cec;}
div.code-coverage-results div.ignored span.content {color:#aaa;}
div.code-coverage-results span.line-num {color:#666;display:block;float:left;width:20px;text-align:right;margin-right:5px;}
div.code-coverage-results span.line-num strong {color:#666;}
div.code-coverage-results div.start {border:1px solid #aaa;	border-width:1px 1px 0px 1px;margin-top:30px;padding-top:5px;}
div.code-coverage-results div.end {border:1px solid #aaa;border-width:0px 1px 1px 1px;margin-bottom:30px;padding-bottom:5px;}
div.code-coverage-results div.realstart {margin-top:0px;}
div.code-coverage-results p.note {color:#bbb;padding:5px;margin:5px 0 10px;font-size:10px;}
div.code-coverage-results span.result-bad {color: #a00;}
div.code-coverage-results span.result-ok {color: #fa0;}
div.code-coverage-results span.result-good {color: #0a0;}
