@charset "UTF-8";
@import url("forms.css");
/* CSS Document */

div#container{
	background:url(../images/public/tail.gif) repeat-x scroll 0 0 #FFFFFF;
}

/* Stile del top */
div#top{
	width:100%;
	height:90px;
    /*background-image:url(../images/default/sfondo_top.jpg);*/
    /*background:url(../images/public/header.gif) transparent bottom no-repeat;*/
	/*background-repeat:repeat-x;  */  
    /* background-color: #D1E8FF; */
    background-color: #FFFFFF;
}

div#top_bottom{
	width:1099px;
	height:22px;
    /*background-image:url(../images/default/sfondo_top.jpg);*/
    background:url(../images/public/header.gif) transparent bottom no-repeat;
	/*background-repeat:repeat-x;  */  
    /* background-color: #D1E8FF; */
    background-color: #FFFFFF;
	margin: 0 auto;
}

/* LOGO contenuto nel top */
div#logo{
	width:290px;
	height:76px;
	float:left;
	z-index:10;
	background:url(../images/public/airtelco_507.jpg) center left no-repeat;
	margin-top:12px;
	margin-left:10px;
}

/* Stile del box di login */
.loginBox {
	border:1px solid #666666;
}
.topLoginBox{
    font-size: 16px;
    font-weight: bold;
	color:#333333;
	background-color:#99CCFF;
	border:1px solid #333333;
}


div#info{
	width:90%;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:20px;
}

table.tabellaRigheFattura{
	width:100%;
	border:1px solid #0066CC;
	background-color:#EEEEEE;
}
table.tabellaRigheFattura tr{
	
}
table.tabellaRigheFattura th{
	background-color:#333333;
	color:#FFFFFF;
}
table.tabellaRigheFattura td{
	background-color:#FFFFFF;
	color:#FFFFFF;
	color:#333333;
}
.tabellaRigheFattura a:link{
	display:block;
	width:90px;
	height:15px;
	line-height:16px;
	padding:3px;
	text-align:center;
	text-decoration:none;
	background-color:#FF9900;
	border:1px solid #FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	font-weight:bold;
}
.tabellaRigheFattura a:visited{
	display:block;
	width:90px;
	height:15px;
	line-height:16px;
	padding:3px;
	text-align:center;
	text-decoration:none;
	background-color:#FF9900;
	border:1px solid #FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	font-weight:bold;
}
.tabellaRigheFattura a:hover{
	display:block;
	width:90px;
	height:15px;
	line-height:16px;
	padding:3px;
	text-align:center;
	text-decoration:none;
	background-color:#FF3300;
	border:1px solid #FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
}

/* Stile BOX di sinistra */
div.leftBox {
    width: 200px;
    /*background-color: #D1E8FF;*/
    padding: 2px;
    /*border: 1px solid #0066CC;*/
    border: 1px solid #D3D3D3;
    text-align: left;
    margin-bottom: 8pt;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
/*    -moz-box-shadow: 3px 3px 10px #666666;
    -webkit-box-shadow: 3px 3px 10px #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=6);
*/
}

div.leftBox div.titolo {
	background-image:url('../images/public/top_menu.png');
	background-repeat: no-repeat;
    /*background-color: #0066CC;
    color: #FFFFFF;*/
    padding: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
}


/* Calendar */

table.tableCalendar {
    border: 1px solid #D1E8FF;
    width: 700px;
    margin: auto;  
}

td.tdCalendar {
    border: 1px solid #0066CC;
    width: 100px;
    height: 100px;
    padding: 5px;
    background-color: #D1E8FF;
    font-size: 15px;
    color: black;
    font-weight: bold;
}

table.tableCalendar th {
    background-color: #0066CC;
    color: white;
    font-size: 20px;
    font-weight: bold;
    
    
}

div#toggleText {
    border: 2px solid #D1E8FF;
    width: 150px;
    background-color: #0066CC;
    color: white;
    font-size: 12px;
    padding: 3px;

}

div#toggleText a {
    color: white;
}
