<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
* Global widget style. 
*/
.gwt-DatePicker {
  border: 1px solid #0066b3;
  color: #6b6b6b;
  cursor: default;
  width: 200px;
  vertical-align:top;
  text-align:center;margin-bottom:10px;
}

.datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  padding: 5px;
  text-align: center;
  
  outline: none;
  cursor: default;
}

.gwt-DatePicker td,.datePickerMonthSelector  td :focus {
  outline: none;
 
  
}

.gwt-DateBox input {
  width: 8em;
}

/* 
* Calendar styles 
*/
.datePickerDays {
  width: 100%;
}

.datePickerWeekdayLabel {
  background: white;
}

.datePickerWeekendLabel {
  background: white;
  	  color:#0066b3;
  
}

.datePickerDay {
  padding: 5px;  cursor: hand;
  text-align:center;
  width: 15px;
  padding: 4px;
  border:1px solid #0066b3;
}


.datePickerDayIsWeekend {
	  color:#0066b3;
	
}
.datePickerDayIsFiller {
  color: #bfbfbf;
  padding: 5px;
  
}




.datePickerDayIsSelected {
  padding: 5px;

}

.datePickerDayIsDisabled {
padding: 5px;
   background:white;
   padding: 4px;
   background:white;
  border:none;

}


.datePickerDayIsHighlighted {
  padding: 4px;
  color:white;
  background:#0066b3;
  cursor:pointer ;
  
}



.datePickerDayIsValue{
  padding: 4px;
  color:white;
  background:#0066b3;
}
.datePickerDayIsValueAndHighlighted {
  background:white;
   color:white;
  background:#0066b3;
  padding: 4px;

  
}
.datePickerDayIsToday {
 
  color:#fff;
  background:#ccc;
}
/* 
* Month selector styles 
*/
.datePickerMonthSelector {
  background: #0066b3;
  width: 100%;
  text-align: center;
  color:white;
  height:30px;
  
}

.datePickerMonth {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: bold;
  font-size: 100%;
}
.pliWebgwt .ExpositionPageWidget table td .datePickerMonth {font-size:16px;vertical-align: middle;}

.pliWebgwt .ExpositionPageWidget table td .datePickerPreviousButton {
   text-align: left;
   font-size:16px;
   vertical-align: middle;
}

.pliWebgwt .ExpositionPageWidget table td .datePickerNextButton {
     text-align: right; 
     font-size:16px;
     vertical-align: middle;
}
</pre></body></html>