/* CSS Document */
html {
	/*background: #fff url(../img/bg.gif) left bottom repeat-x;*/
}

body {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	padding-bottom: 50px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#0079bd;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#666666;
}

.blu-line {
	border-bottom:1px solid #0079bd;
	clear:left;
}

#loginform {
	margin: 50px auto 0;
	width: 400px;
}

#container {
	width:99%;
    margin: 5px;
}

#header {
	font-family:Verdana;
    font-size:30px;
    font-style:italic;
    padding-bottom:10px;
    color: #195699;
}

#body #menu {
    display:block;
    margin:0 0 0 1px;
}

#body #menu ul {
    border-bottom: 1px solid rgb(102, 102, 102);
    margin: 0pt ! important;     
    padding-top: 3px;
    padding-left: 5px;
    background-color: #efefef;
    height: 30px;
}

#body #menu ul li{
    float: left;
    list-style-type: none;
    display: block;
    border-style: solid solid none;
    border-color: #666666;
    border-width: 1px 1px 0px;
    float: left;
    background-color: #efefef; 
    background-image: none;
    -moz-border-radius-topleft: 4px; 
    -moz-border-radius-topright: 4px; 
    height: 29px;
    margin :0 0 0 1px;
    color: #195699;
    cursor: pointer;
    position: relative;    
}

#body #menu ul li:hover{
    color: #ffffff; 
    background-color: #195699; 
}

#body #menu ul li a{    
    padding: 5px 25px; 
    font-size: 13px; 
    text-decoration: none;
    display: inline-block;
}

#body #menu ul li:hover a{    
    color: #fff;
}

#body #menu ul li.current {
    color: #ffffff; 
    background-color: #195699;
}
#body #menu ul li.current a {
    color: #fff;
    text-decoration:none;
}

#body #menu ul li.reserved {
    color: #ffffff; 
    background-color: #cc0000;
}

#body #menu ul li.reserved a {
    color: #fff;
    text-decoration:none;
}

#content {
	clear:left;
	background-image:url(../img/nav/bg-body.gif);
	background-position: left top;
	background-repeat:repeat-x;
	padding-top: 3px;
}

#content .section-title {
	padding:8px 5px 0 5px;
	margin:0px;
	font-size:1.1em;
	font-weight:bold;
	color:#666666;
	display: none;
}

#body #content #sottomenu {
	display:block;
	margin:10px 0 0 0;
	font-size:0.8em;
}

#body #content #sottomenu ul {
	margin:0 0 0 5px;
	padding:0;
}
#body #content #sottomenu ul li {
	list-style-type:none;
	float:left;
	margin:0 20px 5px 0;
	padding:0;
}
#body #content #sottomenu ul li a {
	font-weight:normal;
}

#body #content #service {
	font-size:0.75em;
	padding:5px 8px 5px 8px;
	margin:0 0 14px 0;
}

#body #content #service #conteggio{
    padding-bottom: 5px;
    padding-left: 3px;
    font-size: 90%;
}

#body #content #service .pager {
	width:40%;
	float:left;
}

#body #content #service .ricerca {
	width:100%;
	float:right;
	text-align:right;
}
#body #content #service .ricerca form {
	padding:0px;
	margin:-5px 0 0 0;
    font-size: 90%;
}
#body #content #service .ricerca form input {
	border:1px solid #aeaeae;
	padding:2px;
}
#body #content #service .ricerca form input.submit {
	border:1px solid #aeaeae;
	background-color:#ffffff;
	padding:2px 6px 2px 6px;
}

#body #content #service .alfabeto {
    float: left;
}

#body #content table {
	width:100%;
	}
    
#body #content table.list tr:hover{
    background-color:#add8e6;
}
    
#body #content table.list {
	margin:10px auto 0 auto;
	clear:left;
	background-color:#ffffff;
	border:2px solid #aeaeae;
    border-collapse: collapse;
}
#body #content table.list td {
	padding:4px;
	font-size:11px;
	border-bottom:1px dotted #aeaeae;
	border-right:1px dotted #aeaeae;
}
#body #content table.list td ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#body #content table.list td ul li {
	padding:4px;
	font-size:11px;
	/*background-color:#ebebeb;
	border-bottom:1px solid #fff;*/

}
#body #content table.list tr.label td {
	font-weight:bold;
	background-color:#efefef;
	font-size:12px;
	border-left:#cccccc;
}

#body #content table.list tr.label_head td {
	font-weight:bold;
	background-color:#eaeaea;
	font-size:13px;
	text-align:center;
	font-style:italic;
	border-left:1px solid #999;
}

#body #content table.mceToolbar td {
	border: none !important;
	padding:0 4px !important;
}
#body #content table.list tr td.actions {
	text-align:center;
	width:150px;
	border-right:0px none;
}

#body #content table.list tr td.none {
    color: red;
    font-style: italic;
}

#body #content table.list th {
    background-color:#0079bd;
    font-weight:bold;
    font-size:0.8em;
    border-bottom:1px solid #aeaeae;
    text-align:left;
    color:#ffffff;
}

#body #content table.dlt {
    margin:10px auto 0 auto;
    clear:left;
    background-color:#ffffff;
    border:2px solid #aeaeae;
    border-collapse: collapse;
}
#body #content table.dlt td {
    padding:4px;
    font-size:11px;
    border-bottom:1px dotted #aeaeae;
    border-right:1px dotted #aeaeae;
    text-align: center;
}

#body #content table.dlt th {
    background-color:#cc0000;
    font-weight:bold;
    font-size:0.8em;
    border-bottom:1px solid #aeaeae;
    text-align:left;
    color:#ffffff;
}

#body #content table.form {
	width:100%;
	margin:10px auto 0 auto;
	clear:left;
	background-color:#ffffff;
	border:2px solid #aeaeae;
    line-height: 20px;
}
#body #content table.form td {
	padding:4px;
	font-size:0.7em;
	border-bottom:1px dotted #aeaeae;
	border-right:1px dotted #aeaeae;
}
#body #content table.form td.title {
	background-color:#ccc;
	font-weight:bold;
	font-size:0.8em;
	border-bottom:1px solid #aeaeae;
	width:120px;
}
#body #content table.form td.label {
	background-color:#ebebeb;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #aeaeae;
	width:140px;
	text-align: right
}

#body #content table.form span.label {
	padding:10px 4px 8px;
	background-color:#ebebeb;
	border-top:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-right:1px dotted #aeaeae;
	font-weight:bold;
	margin: 0 2px 0 40px;
	text-align: right;
}

#body #content table.form td.sepsec {
	background-color:#0079bd;
	font-weight:bold;
	font-size:0.8em;
	border-bottom:1px solid #aeaeae;
	text-align:left;
	color:#ffffff;
}

#body #content table.form label {
    text-align: right;
}

#sepsec {
    background-color:#0079bd;
    font-weight:bold;
    font-size:0.8em;
    border-bottom:1px solid #aeaeae;
    text-align:left;
    color:#ffffff;    
}


#body #content table.form input {
	border:1px solid #aeaeae;
	padding:2px;
    margin-top:4px;
}

#body #content table.form #data,
#body #content table.form #dataevento,
#body #content table.form #data_inizio,
#body #content table.form #data_fine {
	float: left;
}

#body #content table.form input.submit {
	border:1px solid #aeaeae;
	background-color:#ffffff;
	padding:2px 6px 2px 6px;
}

#body #content table.form input[type=checkbox] {
	margin-right: 10px;
}

table.form-table{
    font-size: 1.4em;
    border:1px solid #aeaeae;
}

table.form-table .fLabel{
    font-weight:bold;
    background-color:#ebebeb;
}

table.login td {
	padding:4px;	
}

table.login td input {
	border:1px solid #aeaeae;
	padding:2px;
}

table.login td input.submit {
	border:1px solid #aeaeae;
	background-color:#ffffff;
	padding:2px 6px 2px 6px;
}

#footer {
	font-size:0.7em;
	padding:16px 10px 8px 10px;
}

#footer .footer-left {
	float:left;
	width:45%;
}

#footer .footer-right {
	float:right;
	width:45%;
	text-align:right;
}

.pager ul {
	padding:0px;
	margin:0 auto 0 auto;
	/*display:table;*/
}
.pager ul li {
	list-style-type:none;
	float:left;
	padding:3px;
	border:1px solid #ebebeb;
	margin: 2px;
	width: 18px;
	text-align: center;
    
}
.pager ul li a {
	display:block;
	
}

.alfabeto ul {
    padding:0px;
    margin:0 auto 0 auto;
    /*display:table;*/
}
.alfabeto ul li {
    list-style-type:none;
    float:left;
    padding:3px;
    border:1px solid #ebebeb;
    margin: 2px;
    width: 21px;
    text-align: center;
    
}

.alfabeto ul li a {
    display:block;
    
}

.debug {
	border: 1px solid #eee;
	background: #fefefe;
	margin: 10px;
	padding: 20px;
	clear: both;
}

.prev {
	margin: 0 10px;
	border: 1px dashed #ccc;
	background: #fff;
}

div.tool-title span {
	display: none;
}


#log {
	margin-top: 10px;
	padding: .5em;
	font-weight: bold;
	font-size: 12px;
}

#log.success {
	background-color:#33CC33;
}

#log.fail {
	background-color:#FF0033;
}



/* uploader */
#image-list,
#pics-list,
#file-list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline;
}

.file-invalid {
    cursor: pointer;
    color: #514721;
    padding-left: 48px;
    line-height: 24px;
    background: url(../img/fancyupload/error.png) no-repeat 24px 5px;
    margin-bottom: 1px;
}

.file-invalid span {
    background-color: #fff6bf;
    padding: 1px;
}

.file {
    line-height: 2em;
    padding-left: 22px;
/*    background: url(../img/fancyupload/attach.png) no-repeat 1px 50%;*/
}

#file-list .file {
    background: url(../img/pdf.gif) no-repeat 1px 50%;
}

#pics-list .file,
#image-list .file {
    background: url(../img/pic.gif) no-repeat 1px 50%;
}

.file .file-view {
    background: url(../img/view.gif) no-repeat 1px 50%;
    padding-left: 16px;
}

.file .file-delete {
    background: url(../img/ko.gif) no-repeat 1px 50%;
    padding-left: 16px;
}

.file-none {
    line-height: 2em;
    padding-left: 22px;
    display: inline;
    font-style: italic;
}

#pics-list .file.active,
#image-list .file.active {
    background-color: #ebebeb;    
}

.file span,
.file a {
    padding: 2px 4px;
}

.file .file-size {
    color: #666;
}

.file .file-error {
    color: #8a1f11;
}

.file .file-progress {
    width: 125px;
    height: 12px;
    vertical-align: middle;
    background-image: url(../img/fancyupload/progress-bar/progress.gif);
}

.defaultSkin .mceStatusbar div {
    /*display: none;*/
    color: #8d817b;
}

#log {
    margin: 10px 0;
}

.fail {
    color: #C33;
}

.success {
    color: #0a0;
}

.logout {
    padding-top: 40px; 
    font-size: 12px;
}

#search {
    display: inline;
}

#search div {
    margin:74px 0 0 50px; 
    width: 650px; 
    float: left; 
    font-size: 13px
}

#search input {
    margin: 0; 
    padding: 0;
    border: 0 none;
    color: #8d817b;
    font-size: 13px;
    background: none;
}

#search input.input {
    border: 1px solid #8d817b;
    padding: 2px 5px;
    margin-left: 80px;
    width: 150px;
    background: #fff;
}

#pad {
    background-image:url(../img/bg.gif);
    background-repeat: repeat-x;
    text-align: center;
    font-size: 80%;
    padding-top: 45px;
    height: 290px;
    color: #fff;
    
}
#pad label{
    display:inline-block;
    margin-top:7px;
    text-align:right;
    width:100px;
}

#pad input{
    margin-top:7px;
    width: 180px;
}

#pad select{
    margin-top:7px;
    width: 180px;
}

#entra{
    margin-left: 20px;
}

#pad.manutenzione{
    background-image: none;
    color: #555555;
}

#pad.manutenzione label{
    display:inline-block;
    margin-top:7px;
    text-align:right;
    width:65px;
}

#datiEdificio{
    float: left;
    width: 50%;
}

#map_canvas{
    width: 500px;
    height: 350px;
    float: left;
    border: 1px solid #8d817b;    
}

#geo{
    margin:10px 0 0 359px;
}


/* stili per l'ordinamento*/

#sortable-list{
    background-color:#FFFFFF;
    border:2px solid #AEAEAE;
    clear:left;
    margin:10px auto 0;
    padding: 0;
}

li.sortme{
    padding:4px 8px;
    cursor:move;
    list-style:none;
    margin:2px 0 2px 3px;
    width:98%;   
    border-bottom:1px dotted #AEAEAE;
    border-right:1px dotted #AEAEAE;
    border-left : 1px dotted #AEAEAE;
    font-size:11px;
}

li.sortme:hover{
   background-color:#add8e6;
}

li.sortme:first-child {
    padding:4px 8px;
    cursor:move;
    list-style:none;
    margin:2px 0 2px 3px;
    width:98%;   
    border: 1px dotted #AEAEAE;
    font-size:11px;
}

.cella{ 
    text-align:center;
    width:150px;
    border-right:0px none;
    
}

.azioni{ 
    text-align:center;
    width:150px;
    border-right:0px none;
    float: right;
    border-left : 1px dotted #AEAEAE;
}

#catDetails{
    visibility: visible;
}

#closeContact{
    visibility: hidden;
}

.contatti{
    padding:4px;
    list-style:none;
    margin:2px 0 2px;
    width:98%;   
    border: 1px solid #AEAEAE;
    font-size:11px;
}
.imgDel{
    border: none;
    vertical-align: middle;
}

.icon {
    text-align:center;
    width:150px;
    float:right;
    border-left :1px solid #AEAEAE;
}

#output_proprietario{
    background-color:#FFFFFF;
    border:1px solid #AEAEAE;
    clear:left;
    margin:10px auto 0;
    padding: 0;
}

#output_proprietario li{
    padding:4px 8px;
    list-style:none;
    margin:2px 0 2px 3px;
    width:98%;   
    font-size:11px;
    border-bottom: 1px solid #AEAEAE;
}

#output_proprietario li span{
    float: left;
    padding-left: 20px;
    margin-right: 5px;
}

#output_proprietario li span.spName{
    background: url(../img/icons/vcard.png) no-repeat 1px 50%;
}

#output_proprietario li span.spPhone{
    background: url(../img/icons/telephone.png) no-repeat 1px 50%;
}

#output_proprietario li span.spFax{
    background: url(../img/icons/fax.png) no-repeat 1px 50%;
}

#output_proprietario li span.spMail{
    background: url(../img/icons/email.png) no-repeat 1px 50%;
}

#output_proprietario li span.spWeb{
    background: url(../img/icons/link.png) no-repeat 1px 50%;
}

#output_proprietario li span.delete{
    text-align:center;
    width:150px;
    float:right;
    border-left :1px solid #AEAEAE;
}

#output_proprietario li:last-child {
    padding:4px 8px;
    list-style:none;
    margin:2px 0 2px 3px;
    width:98%;   
    font-size:11px;
    border:none;
}

#anteprima {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline;
}

.hidden {
    visibility: hidden;
    display: none;
}

.cert{
background:#ffeedd;
}

.cert-head{
background-color:#ffbbcc;
}

.cert-label{
background-color:#ffddcc;
}
