html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
body {
	overflow: auto;
}

/* LOGIN PAGE */
#login_error {
	background:#FF7070;
	color:#FFFF00;
	font-size: 24px;
	text-align:center;
	font-family: Calibri;
}
#login_gradient {
	background:url(./media/cloud_gradient.png) repeat-x top left;
}
#login_cloud {
	background:url(./media/cloud_footer.jpg) no-repeat bottom left;
	width:975px;
	height:409px;
	margin:0 auto 0 auto;
	padding-top:50px;
	font-size: 24px;
	text-align:center;
	font-family: Calibri;
}
#login_box {
	margin-left:242px;
	width:516px;
	height:294px;
	border:1px solid #EFF8FF;
	border-bottom:none;
	background:#D7EEFF;
}
#login_box table {
	width: 100%;
	border-spacing: 10px 20px;
}
#login_box input {
	font-family: Calibri;
	font-size: 24px;
}
/**************/

div.btl-window {
				-moz-box-shadow: 3px 3px 15px #555555;
				-webkit-box-shadow: 3px 3px 15px #555555;
			}

#loadingMessageContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20%;
	background:#FFFFFF;
}

.loader {
	position:absolute;
	height:21px;
	overflow:hidden;
}
.appHeaderText {
	position: relative;
	float: right;
	text-align: left;
	color: #000000;
	font-size: 16px;
	padding: 15px 15px 0px 0px;
}
#headerinfo {
	background-color:rgba(0,0,0,0.8);
	background-image:url(media/vetro.png);
	background-repeat: repeat-x;
	background-size: contain;
	border-radius:10px;
	color:#ffffff;
	padding: 5px 10px;
}

.textContainer {
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.textBackground {
	background:#FFF url(media/textBackground.gif) repeat-x scroll center bottom;
}
/* fixes */
.gecko .textContainer {
	-moz-box-sizing: border-box;
}
.webkit .textContainer {
	-khtml-box-sizing: border-box;
}

div.desktopIcon {
	position: absolute;
	text-align: center;
	width: 160px;
	height: 160px;
}

div.desktopIcon span {
	background-color:#2040ff;
	color:#ffffff;
	background-image:url(media/vetro.png);
	background-repeat: repeat-x;
	background-size: contain;
	padding:3px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:16px;
}

.Avvio {
	color:#000000;
	background-color:#6080FF !important;
	background-image:url(media/vetro.png);
	background-repeat: repeat-x;
	background-size: contain;
	font-size:16px;
	padding:0 10px;
}

textarea {font-size:100%;}

div.btl-calendar-inner-border,div.btl-groove-inner {border:none;}
div.btl-groove {border:solid 1px #ccc;}

#taskbar {
	background-color:#80a0ff;
	background-image:url(media/vetro.png);
	background-repeat: repeat-x;
	background-size: contain;
}
.btl-taskBar,.btl-menuBar {
    background: none;
    border: none;
}
#idAvvio.btl-chameleon-infoBackground {
	background-color:#606060 !important;
}
#idAvvio.btl-chameleon-highlightBackground {
	background-color:#000000 !important;
}
.btl-taskBarItem-middle {
	background:none !important;
	background-color:rgba(0,0,0,0.1) !important;
}

.fill_60_15 {text-align:right;background:url(media/fill_60_15.png);padding:1px;color:white;}
.ok {font-weight:bold;}

hr {border:none; border-bottom:solid 1px #cccccc; width:95%;}

.err_msg {
	display:none;
	height:22px;
	line-height:22px;
	background:#FBE3E4;
	padding:3px 10px;
	margin:2px;
	color:#8a1f11;
	border:1px solid #FBC2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

a img { border:none;}

.link {cursor:pointer;}

.right {text-align:right;}

.center {text-align:center;}

.bold {font-weight:bold;}

.hidden {display:none;}

.red {color:#ff0000;}
.btl-chameleon-highlightText .red {color:#ffffff;}

.green {color:#00bb00;}
.btl-chameleon-highlightText .green {color:#ffffff;}

.blue {color:#0000ff;}
.btl-chameleon-highlightText .blue {color:#ffffff;}

.counter {
	position:absolute;
	left:120px;
	color:white;
	background-image: url("./media/vetro.png");
	background-repeat: repeat-x;
	background-size: contain;
	background-color: #ff0000;
	border:solid 2px white;
	border-radius:12px;
	padding:0 5px 1px 5px;
	font-weight:bold;
	font-size:14px;
	box-shadow:-1px 1px 3px #000000;
	display:none;
}
