﻿/*
    Project:	hoteltysandros
	Version: 	1.0.0
	Released:	23/05/2011
	Author:	    Dr. Domenico Mario Monte
	Company:	MdmSoft - Consulenza Sistemi Informatici
	Web:		http://www.mdmsoft.it
*/

body {
    background-color: #DDD;
}

#page {
    background: #FFF;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 990px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: left;
    background: url(images-reserved-area/PannelloControllo.png);
}

#left-panel {
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    width: 220px;
}

#content-panel {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    width: 750px;
}

div.background-panel {
    background-color: #777;
    background: none repeat scroll 0% 0% rgb(40, 40, 40);
}

#dialog-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images-reserved-area/bg-overlay.png) transparent repeat;
    z-index: 20;
}

#dialog-box {
    background-color: #ffffff;
    border: solid 1px #777;
    height: 140px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 400px;
}

#dialog-box-title {
    background-color: #006BB5;
    color: #FFF;
    font-family: Verdana;
    font-size: 14px;
    height: 22px;
}

#dialog-box-content {
    color: #006BB5;
    font-family: Verdana;
    padding: 10px;
    text-align: center;
}

div.header-box {
    background: url(images-reserved-area/bg-header-box.png);
    height: 22px;
    margin-left: 0px;
}


div.box-sx {
    width: 220px;
    margin-left: 0px;
    border: solid 1px #016AB4;
}

span.titolo-box {
    font: bold 12pt arial;
    text-align: center;
    margin-left: 5px;
    color: #FFF;
}

.clear {
    clear: both;
}


div.footer {
    width: 992px;
    height: 18px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 3px;
    color: #FFF;
    font-size: 10px;
    font-family: Verdana;
    background-color: #006BB5;
}


div.form-login {
    width: 300px;
    margin-left: 130px;
    border: dotted 1px #016AB4;
}

div.testo-centrato {
    text-align: center;
}

div.text-10 {
    font-size: 10px;
}

div.container-comment {
    border: 1px solid #DDD;
    padding: 5px;
}

div.comment {
    background-color: lightyellow;
    border: 1px dotted #DDD;
    padding: 3px;
}

ul.menu-area-riservata {
    list-style: none;
    text-indent: -35px;
}

a.lista-link {
    font-size: 10pt;
    color: #016AB4;
    font-family: Verdana;
    text-decoration: none;
}

h1 {
    color: #016AB4;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
    color: #016AB4;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

strong {
    color: #016AB4;
}

a.menu {
    color: #4B6CB5;
    text-decoration: none;
}

img {
    border: none;
}

div.header-box-statistiche {
    background: url(images-reserved-area/bg-header-box.png);
    margin-left: 0px;
    width: 500px;
}

div.box-statistiche {
    border: solid 1px #016AB4;
    width: 500px;
}

/*
* New option
*/
ul.task-not-completed {
    list-style-image: url(../images/areariservata/MdmSoft_Task-NotCompleted.png);
}

ul.task-completed {
    list-style-image: url(../images/areariservata/MdmSoft_Task-Completed.png);
}

li.task {
    border-bottom: 1px solid #AAA;
    font-family: Verdana;
    margin-top: 7px;
}

span.task {
    border-bottom: 1px solid #AAA;
    font-family: Verdana;
    margin-top: 7px;
}

div.button-panel {
    background-color: #EFEFEF;
    border: 1px solid #AAA;
    height: 48px;
    padding: 3px;
}

div.task-title {
    border-bottom: 1px solid #AAA;
    color: #016AB4;
    font-family: Verdana;
    font-size: 20px;
}

div.task {
    border-bottom: 1px dotted #AAA;
    float: left;
    font-family: Verdana;
    margin-top: 7px; /*text-decoration:line-through; */
    width: 690px;
}

.task {
    border-bottom: 1px dotted #AAA;
    font-family: Verdana;
    margin-top: 7px;
}

a.edit-task {
}

*.button-blue {
    background-color: rgb(1, 154, 210);
    border: 1px solid rgb(9, 110, 179);
    border-radius: 3px 3px 3px 3px;
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: bold;
    padding: 7px;
    text-decoration: none;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(rgb(0, 175, 242), rgb(0, 125, 205));
    letter-spacing: 1px;
}
