@charset "utf-8";
/* CSS Document */

/*--------- Calendar ----------*/

.gwt-DatePicker {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	cursor: default;
	font-size:14px;
}

.gwt-DatePicker td, .datePickerMonthSelector td:focus {
	outline: none;
}

.datePickerMonthSelector {
	width: 100%;
	padding: 1px 0 5px 0;
	background: #fff;
}

.datePickerPreviousButton, .datePickerNextButton {
	font-size: 120%;
	line-height: 1em;
	color: #3a6aad;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 4px;
	outline: none;
}

td.datePickerMonth {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

.datePickerPreviousButton, .datePickerNextButton {
	font-size: 120%;
	line-height: 1em;
	color: #3a6aad;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 4px;
	outline: none;
}

.datePickerDays {
	width: 100%;
	background: white;
}

.datePickerDay, .datePickerWeekdayLabel, .datePickerWeekendLabel {
	font-size: 85%;
	text-align: center;
	padding: 4px;
	outline: none;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

.datePickerWeekdayLabel, .datePickerWeekendLabel {
	background: #fff;
	padding: 0px 4px 2px;
	cursor: default;
	color: #666;
	font-size: 70%;
	font-weight: normal;
}

.datePickerDayIsFiller {
	color: #999;
	font-weight: normal;
}

.datePickerDay {
	padding: 4px 7px;
	cursor: hand;
	cursor: pointer;
}

.datePickerDay:hover {
	background: #F0E68C;
	color: #333;
}

.datePickerDayIsWeekend {
	background: #f7f7f7;
}

.datePickerDayIsValue {
	background: #d7dfe8;
	outline: 1px inset #000;
	outline-offset: -1px;
}

.datePickerDayIsToday {
	padding: 3px;
	color: #fff;
	background: #ec3c2c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ec3c2c 0%, #d72917 24%, #f72a0c 50%, #f16f5c 51%, #ff5837 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec3c2c), color-stop(24%,#d72917), color-stop(50%,#f72a0c), color-stop(51%,#f16f5c), color-stop(100%,#ff5837)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ec3c2c 0%,#d72917 24%,#f72a0c 50%,#f16f5c 51%,#ff5837 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ec3c2c 0%,#d72917 24%,#f72a0c 50%,#f16f5c 51%,#ff5837 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ec3c2c 0%,#d72917 24%,#f72a0c 50%,#f16f5c 51%,#ff5837 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ec3c2c 0%,#d72917 24%,#f72a0c 50%,#f16f5c 51%,#ff5837 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3c2c', endColorstr='#ff5837',GradientType=0 ); /* IE6-9 */
}