html { overflow: auto; }

body {
	font-family: sans-serif;
	margin: 0;
	background: none;
}

.pagetop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	border: none;
	height: 60pt;
	font-size: 14pt;
}

.pagetop .pagetop_title {
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 10pt;
}

.pagetop .pagetop_subtitle {
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	border-top: 1px solid #555;
	padding-top: 6pt;
}

.pagetop .pagetop_icon {
	float: left;
	margin: 0;
	display: none;
}

.success {
	font-weight: bold;
	padding: 6px;
	color: white;
	background-color: #2E561A;
	margin-bottom:1em;
}

.failure {
	font-weight: bold;
	padding: 6px;
	color: white;
	background-color: #6A0303;
	margin-bottom:1em;
}

.normal {
	font-weight: bold;
	padding: 6px;
	color: white;
	background-color: #0B3661;
	margin-bottom:1em;
}

.delete {
	font-weight: bold;
	color: red;
	border: 1px solid #ccc;
	padding: 15px 4px 0 50px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f5f5f5 url('img/alert-f5f5f5.jpg') no-repeat 4px;
	height: 38px;
}

.query, 
.box 
{
	border: 1px solid #ccc;
	background-color: rgb(245,245,245);
	padding: 4px;
	margin: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


/* -----------------------------------------------------------------------------
	button
----------------------------------------------------------------------------- */

.button {
	display: none;
}

.button a {
}

.button a.current {
}

.button a:link, .button a:visited {
}

.button a img {
}


/* -----------------------------------------------------------------------------
	menu
----------------------------------------------------------------------------- */
#menu {
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	width: 600px;
}
#menu th {
	color: #555;
}

#menu td {
	width: 50%;
	padding: 8px 0 0 0;

	vertical-align: top;
	border-top: 1px solid #ccc;
}

#menu p.desc {
	margin: 0;
}

#menu a.title {
	font-size: 12px;
	text-decoration: none;
	color: #ff5353;
	font-weight: bold;
}

#menu a.title:hover {
	text-decoration: underline;
	color: #e17c49;
}

#menu img.icon {
	float:left;
	margin: 4px 12px 4px 4px;
	border: 0;
}



.help {
	font-family: sans-serif;
	font-size:0.8em;
}



/* -----------------------------------------------------------------------------
	login
----------------------------------------------------------------------------- */

#login-mask {
	display: none;
}





/* -----------------------------------------------------------------------------
	clock
----------------------------------------------------------------------------- */
#ClockTime {
	display: none;	
}



/* -----------------------------------------------------------------------------
	paginate
----------------------------------------------------------------------------- */
.paginate {
	border: none;
	margin-bottom: 6pt;
}

.paginate .visualizzati {
	display: block;
	font-size: 9pt;
	text-align: center;
}

.paginate form.mostra {
	display: none;
}


/* -----------------------------------------------------------------------------
	calbuttons
----------------------------------------------------------------------------- */
#calbuttons {
	font-size: 11pt;
	text-align: right;
	position: absolute;
	right: 16px;
	top: 15pt;
}

#calbuttons .button {
	display: inline;
}

#calbuttons .button a {
	display: none;
}
#calbuttons .button a img {
	display: none;
}

#calbuttons .button a.current {
	display: inline;
	color: black;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/* -----------------------------------------------------------------------------
	forms elems
----------------------------------------------------------------------------- */
form {
	margin:0;
	padding:0;
}

input, textarea, select {
	border-width: 1px;
}

input:focus, textarea:focus, select:focus {
	background: #ffc;
}

input:hover, textarea:hover, select:hover {
	background: #ffc;
}


/* -----------------------------------------------------------------------------
altro
----------------------------------------------------------------------------- */
.usernotes {
	font-size: 8pt;
}
.calnotes {
	font-size: 8pt;
}

acronym {
	border:none;
}
hr {
	display: none;
}
.noprint {
	display: none;
}
