﻿.background-div
{
	background-image: url('img/background-img.jpg');
	background-repeat: no-repeat;
	width: 940px;
	height: 1100px;
	margin: auto;

}

.background-ombra
{
	background-image: url('img/background-img-ombra.png');
	background-repeat: repeat-y;
	width: 980px;
	height: 1100px;
	margin: auto;
}

.login-div-container
{
	background-image: url('img/login-background.png');
	position: absolute;
	width: 177px;
	height: 163px;
	top: 22px;
	right: 80px;
	padding-left: 12px;
	padding-top: 18px;
	display: none;
}

.login-div-container input[type=text], .login-div-container input[type=password]
{
	display: block;
	font-size: 12px;
	/*margin: 0 0 5px;*/
	margin-bottom: 1px;
	margin-top: 2px;
	padding: 1px;
	width: 152px;
	height: 21px;
	background-image: url('../../website/default/img/login-input.png');
	background-color: Transparent;
	border: solid 0px white;
	padding-left: 9px;
	padding-top: 5px;
	padding-right: 9px;
	color: #DEBB39;
	position: relative;
	left: -3px;
}

.login-text
{
	font-size: 9px;
	font-weight: bold;
	color: #DEBB39;
	font-family: Tahoma;
	text-decoration: none;
}

a.login-text:hover
{
	text-decoration: underline;
}

#login-entra
{
	background-position: 0 0;	
	background: transparent url('img/login-button.png') repeat-x scroll 0 0;
	border: solid 0px white;
	font-size: 11px;
	margin: 0 5px 0 0;
	font-weight: bold;
	width: 46px;
	height: 21px;
}
.login-div-ricorda
{
	left: -3px;
	margin-top: 6px;
	
}

#login-ricorda
{
	/*margin:5px 0;
	padding-top: 17px;*/
	background-image: url('img/input-check.png');
	width: 19px;
	height: 20px;
	background-color: transparent;
	background-position: left top;
	border: solid 0px white;
	top: -1px;
	margin-left: 5px;
	margin-bottom: 17px;
}


.login-dimenticato
{
	margin-top: 17px;
	clear: both;
}

/*GRAFICO*/

td.graph-td-value {
	padding:0;
	border-bottom: none;
	background-color:transparent;
}

td.graph-td-value-percent {
	/*border-left: 1px solid #e5e5e5;*/
	
	padding:0;
	border-bottom: none;
	background-color:transparent;
	width: 30px;
}

.graph-td {
	padding: 4px 6px;
	/*border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;*/
	
	width: 25px;
}


td.graph-td-value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}

.graph-th {
	text-align: left;
	vertical-align:top;
}

td.graph-td-last {
	/*border-bottom:1px solid #e5e5e5;*/
}

td.graph-td-first {
	/*border-top:1px solid #e5e5e5;*/
}

.graph-auraltext
{
	position: absolute;
	font-size: 0;
	left: -1000px;
}

.graph-table {
	background-image:url(img/bg_fade.png);
	background-repeat:repeat-x;
	background-position:left top;
	
}

.graph-caption {
	font-size:90%;
	font-style:italic;
}

.graph-bar 
{
	background-image: url(img/bar.png);
	background-repeat: repeat-x;
	height: 18px;
	width: 0px;
	display: block;
}

.graph-td-totresults
{
	padding: 4px 6px;
	border-top: solid 1px #e5e5e5;
}

.menu-div-over
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	z-index: 999999;
}

.visite-cont
{
    position: relative;  
}