div#demo-alert
{
	position:relative;
	border:2px solid #008aff;
	background-color:#7dc3ff;
	width:82%;
	height:95px;
	padding:1% 2% 1% 16%;
}

#demo-alert-icon
{
	position:absolute;
	top:7px;
	left:8px;
}

span.categoria-menu
{
	font-weight:bold;
	color:black;
}

#errore-messagebox
{
	position:absolute;
	padding:20px;
	width:600px;
	height:400px;
	background-color:white;
	left:50%;
	top:50%;
	margin-left:-320px;
	margin-top:-220px;
	text-align:right;
}

#errore-message
{
	position:absolute;
	padding:10px;
	text-align:left;
	bottom:60px;
	left:20px;
	font-weight:bold;
	text-align:left;
	width:580px;
	height:160px;
	overflow-y:scroll;
	background-color:#f4f4f4;
}

#errore-ok
{
	position:absolute;
	bottom:20px;
	left:25%;
	margin-left:-100px;
}

#errore-home
{
	position:absolute;
	bottom:20px;
	right:25%;
	margin-right:-100px;
}

div#noflash-installed
{
	position:fixed;
	display:none;
	top:50%;
	left:50%;
	margin-left:-255px;
	margin-top:-60px;
	width:385px;
	height:100px;
	text-align:justify;
	font-weight:bold;
	color:white;
	background-color:red;
	border:5px solid #e10000;
	padding:10px 15px 10px 110px;
}

#noflash-title
{
	font-size:18px;
}

#noflash-icon
{
	position:absolute;
	left:5px;
}

#bottom-banner
{
	position:fixed;
	bottom:0px;
	left:0px;
	text-align:center;
	background-color:white;
	border-top:2px solid #c4c4c4;
}

.table-row-principale:hover
{
	background-color:#ffefc3;
	cursor:pointer;
}

.table-row-dettagli-titolo
{
	font-weight:bold;
	background-color:#fffd60;
}

.table-row-dettagli
{
	background-color:#ffffea;
}

.table-row-arrow
{
	position:absolute;
	left:-18px;
	top:3px;
}

.table-row-marked
{
	background-color:#fffec1;
}

.ttybox
{
	position:relative;
	border:1px solid #003399;
	background-color:#e5e5e5;
}

.ttybox.info {
	background-color:white;
}

.ttybox.warning {
	background-color:#ffc107;
	border-color:#ffc107;
	color:#343a40;
}
.ttybox.warning .titolo-blu, .ttybox.warning .testo-blu {
	color:#343a40;
}

.ttybox.danger {
	background-color:#dc3545;
	border-color:#dc3545;
	color:white;
}
.ttybox.danger .titolo-blu, .ttybox.danger .testo-blu {
	color:white;
}

.ttytab-normal
{
	padding:0px 5px 0px 5px;
	margin:0px 1px 0px 1px;
	height:20px;
	font-size:10px;
	border:2px solid black;
	background-color:#e7e7e7;
	border-bottom-color:black;
	text-align:center;
	line-height:20px;
	font-weight:normal;
	cursor:pointer;
	display:inline-block;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.ttytab-normal:hover
{
	background-color:white;
	border-bottom-color:white;
	font-weight:bold;
}

.ttytab-active
{
	padding:0px 5px 0px 5px;
	margin:0px 1px 0px 1px;
	height:20px;
	font-size:10px;
	border:2px solid black;
	background-color:white;
	border-bottom-color:white;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	cursor:pointer;
	display:inline-block;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	text-decoration:underline;
}

.ttybutton
{
	margin:auto;
	width:130px;
	color:#003399;
	background-color:white;
	height:26px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	padding:0px;
	font-weight:bold;
}

.ttybutton img
{
	margin-top:-1px;
	vertical-align:middle;
}

.ttypageicon
{
	margin-top:-6px;
	vertical-align:middle;
}

.ttynote-icon
{
	vertical-align:middle;
	width:12px;
	height:12px;
	margin-top:-3px;
}

.ttyborder
{
	border:1px solid #003399;
}

.ttyborder-fat
{
	border:2px solid #003399;
}

div.ttynote
{
	border:3px double #ffe400;
	background-color:#fff17c;
}

/*div.gray
{
	width:133px;
	height:28px;
	background-color:transparent !important;
	background-image:url('/0_default/img/ttybutton.png');
	margin:auto;
	color:#003399;
	text-align:center;
	cursor:pointer;
	line-height:28px;
	padding:0px;
	vertical-align:middle;
	border:0px !important;
}

div.red
{
	width:133px;
	height:28px;
	background-color:transparent !important;
	background-image:url('/0_default/img/ttybutton-red.png');
	margin:auto;
	color:#003399;
	text-align:center;
	cursor:pointer;
	line-height:28px;
	padding:0px;
	vertical-align:middle;
	border:0px !important;
}*/

.ttybutton.gray, .ttybutton.gray {
	width:auto;
	min-width:135px;
	height:30px;
	line-height:27px;
	padding:0px 10px 0px 10px;
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	margin:auto;
	color:#003399;
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
	display:inline-block;
	*display:inline;
	zoom:1;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;			/* Opera/IE 8+ */
	*behavior: url(/0_default/htc/boxsizing.htc);
}

.ttybutton.gray:hover, .ttybutton.gray:hover {
	background-color:#e8e8e8;
}

.ttybutton.red {
	width:auto;
	min-width:135px;
	height:30px;
	line-height:27px;
	padding:0px 10px 0px 10px;
	border:1px solid #ff3636;
	background-color:#ffabab;
	margin:auto;
	color:#003399;
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
	display:inline-block;
	*display:inline;
	zoom:1;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;			/* Opera/IE 8+ */
	*behavior: url(/0_default/htc/boxsizing.htc);
}

div.red:hover {
	background-color:#ffd0d0;
}

.ttybutton.orange {
	width:auto;
	min-width:135px;
	height:30px;
	line-height:27px;
	padding:0px 10px 0px 10px;
	border:1px solid #ff7600;
	background-color:#ff983f;
	margin:auto;
	color:#003399;
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
	display:inline-block;
	*display:inline;
	zoom:1;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;			/* Opera/IE 8+ */
	*behavior: url(/0_default/htc/boxsizing.htc);
}

div.orange:hover {
	background-color:#ffb87b;
}

.ttybutton.green {
	width:auto;
	min-width:135px;
	height:30px;
	line-height:27px;
	padding:0px 10px 0px 10px;
	border:1px solid #82ce6d;
	background-color:#b9e3ae;
	margin:auto;
	color:#003399;
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
	display:inline-block;
	*display:inline;
	zoom:1;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;			/* Opera/IE 8+ */
	*behavior: url(/0_default/htc/boxsizing.htc);
}

div.green:hover {
	background-color:#d0ffc3;
}

.ttywidget-wrapper
{
	position:fixed;
	width:300px;
	height:170px;
	min-width:80px;
	min-height:40px;
	padding:30px 10px 30px 10px;
	background-color:white;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-85px;
	border:3px double #003399;
}

.ttywidget-dragbar
{
	background-color:#003399;
	color:white;
	position:absolute;
	width:100%;
	height:25px;
	line-height:25px;
	text-align:center;
	top:0px;
	left:0px;
	font-weight:bold;
	cursor:move;
}

.ttywidget-controls-wrapper
{
	position:absolute;
	top:-2px;
	right:3px;
	line-height:24px;
	height:24px;
	text-align:right;
}

.ttywidget-controls-wrapper img
{
	vertical-align:middle;
	margin-left:2px;
	margin-right:2px;
}

.ttywidget-content
{
	position:absolute;
	height:auto;
	top:30px;
	bottom:10px;
	left:10px;
	right:10px;
	overflow-y:auto;
	overflow-x:hidden;
}

.ttywidget-content textarea
{
	border:0px;
	font-family:Verdana;
	width:100%;
	height:100%;
}

#news-wrapper
{

}

/*
#menubar-curvytop
{
	position:absolute;
	width:200px;
	height:20px;
	top:0px;
	left:0px;
	background-image:url('/0_default/img/menubar-curvytop-squareleft.png');
}
*/

/*
	Utile per i "ritagli di testo", ne aumenta la visibilità con bordo a puntini e sfondo bianco
*/
.text-stub {
	padding:10px;
	background-color:white;
	border:1px dotted gray;
}

.cliCREO {
	color:#ec4e8a;
}

.cliAZV {
	color:#1b3c70;
}

.cliCNP {
	color:#8e7905;
}

.cliHDI {
	color:#0094aa;
}

.cliATH {
	color:#00BBE7;
}

.cliSINT {
	color:#377b00;
}