@charset "UTF-8";
/* CSS Document */

@import url(reset.css);
@import url(960.css);
@import url(preventivo.css);
@import url(jquery.ui.datepicker.css);
@import url(jquery.ui.theme.css);
@import url(prettyCheckboxes.css);
@import url(prettyPhoto.css);

/**/

body
{
/*	background:#fff;*/
	color: #595959;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	padding:0;
	margin:0;
}

a
{
	color:#666;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1
{
	font-family: Helvetica, sans-serif;
	font-size:36px;
	font-weight: normal;
	text-align: center;
}

h2
{
	font-size:28px;
	color:#ea2a2d;
	font-weight:bold;
	padding:0 0 10px 0;
	text-align: left;
}

h3 { }

p
{
	line-height:16px;
	text-align: left;
	margin-bottom:10px;
}

/*/////////////////////////////////////////////////////////*/

.foto
{
	position:relative;
	z-index:100;
	margin:-65px 0 0 0;
}

/*//////////////////////////*/
.top-left-radius
{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

.top-right-radius
{
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.bottom-left-radius
{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.bottom-right-radius
{
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.clearflt { clear:both; }

/**/

/*///////////////CONTENITORI PRINCIPALI*/



#open_db
{
	background:url(../img/tab_dashboard.png) no-repeat center top;
	display:block;
	width:41px;
	height:21px;
	float:right;
	margin:0;
	text-indent:-9999px
}

#open_db.chiuso
{
	background:url(../img/tab_dashboardChiuso.png) no-repeat center top;
	margin:-21px 0 0 0;
}



#popup
{
	padding:20px;
	width:auto;
	height:auto;
	box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
	-moz-box-shadow: 0 0 10px #666;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	font-size:12px;
	line-height:17px;
	position:fixed;
	z-index:1000;
	background:#990000;
	border:1px solid #F33;
	color:#fbfbfb;
	display:none;
}


/*ALERT INVIO DATI*/
#divAlert
{
	width:708px;
	height:494px;
	background: url(../img/bkg_alert2.png) no-repeat center center;
	text-align:center;
	display: none;
	position: absolute;
	z-index:100000;
}

#divAlert h2
{
	margin:25px 0 10px 0;
	display:block;
	color:#666666;
	text-align: center;
	font-size: 32px;
}

#divAlert #datiForm { width:685px }

#divAlert #datiForm h3
{
	font-size:14px;
	color:#333333;
	text-transform:uppercase;
	margin:0 0 20px 0;
}

#divAlert #datiForm p
{
	margin:0 0 25px 0;
	color:#333;
	font-size:16px;
	text-align:center;
}

#divAlert #datiForm .riepilogo
{
	width:595px;
	height:200px;
	margin:0 auto 40px auto;
	text-align:left;
}

#divAlert #datiForm .riepilogo h5
{
	margin:0px;
	width:260px;
	min-height:16px;
	font-size:10px;
	line-height:14px;
	background:#fff;
	border:1px solid #999;
	float:left;
	margin:0 15px 8px 0;
	padding:0 10px;
	color:#000000;
	font-weight:normal;
}

#divAlert #datiForm .riepilogo h5:nth-child(2n) { margin-right:0 }

#divAlert #datiForm .riepilogo h5 .dati
{
	font-weight:bold;
	color:#666666;
}

#divAlert #datiForm .buttons
{
	margin:0 10px 10px auto;
	text-align:left;
	float:right;
}

#divAlert #datiForm .buttons input
{
	margin:0;
	width:206px;
	height:34px;
	text-transform:uppercase;
	font-size:16px;
	display:block;
	background:#e7e7e7 url(../img/bkg_btn_cp.png) no-repeat left center;
	border:1px solid #ccc;
	color:#666666;
	text-align:left;
	padding-left: 40px;
}

#divAlert #datiForm .buttons input:hover
{
	background-color:#FEF1B7;
	cursor:pointer
}

#divAlert #datiForm .buttons input:last-child { margin:0 }
