

.loading-label {
  background: white;
  color: #444;
  font: bold 13px tahoma, arial, helvetica;
  padding: 10px;
  margin: 0;
  height: auto;
}


.WeekWidget{
	background-color: #ffffff;
	border-bottom:1px solid #D0D0D0;
	border-top:1px solid #FFF;
	border-collapse:collapse;
}
.WeekWidget-free{
	background-color: #AAFFA0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.WeekWidget-busy{
	background-color: #FFB1B1;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}
.WeekWidget-over{
 	background-color: #F8FF84;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
 	opacity: 1.0;
 	font-weight: bold;
 	cursor:pointer;
 	cursor:hand;
}
.cell{
	width:30px;
	text-align:center;
}
.header{
	background-color:#fff;
}


.day{
}

.gwt-Label {
	font-size:11px;
	background-color: #C1DFFF;
	padding: 4px;
	font-weight: bold;
	line-height:16px;
}
.gwt-Label-right {
	text-align:right;
	padding-right:7px;
	width:250px;
}
.gwt-Label-center {
	text-align:center;
}
.gwt-Label-left {
	margin-right:1px;
}

.table-panelOption {
	margin-left:60px;
}

.table-panelOption td {
	padding:3px;
}

.table-panelMese {
	margin:3px 1px 0px 1x;
}

.table-panelLeft {
	margin:0px 1px 2px 2px;
}
.table-panel-Right {
	margin:0px 2px 2px 1px;
}
.div-panelCalendar {
}
.table-panelMain {
	padding: 10px;
	background-color:#FFF7ED;
}
/*
table,div{
	border:1px solid black;
	margin:10px;
}
*/

.Calendar-Grid .Cell{
	border-top:1px solid #FFF;
	border-bottom:1px solid #EDEDED;
	background-color: #F7FEFF;
	line-height:20px;
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;
	text-align: center;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.dialog-content{
	background: #F0FEFF;
}

.dialog-errorLabel{
	color:red;
	padding-left:5px;
}

.dialog-infoPanel{
	width: 100%;
}
.dialog-infoPanel td{
	text-align:right;
	border-bottom: 1px solid #ECFF92;
	border-top: 1px solid #ECFF92;
}
.dialog-label{
	width: 150px;
	background: #F0FEFF;
}
.dialog-data{
	width: 230px;
}

.gwt-Button{
	color:green;
	font-weight:bold;
}



.cell-header{
	width:32px;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	background-image:url(../images/default/grid/grid3-hrow.gif);
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;
	line-height:20px;
}



.mese-label {
	text-align:center;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	background-image:url(../images/default/grid/grid3-hrow.gif);
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;
	width:209px;
	heigth:16px;
}