/**
 * INFO SUBVERSION
 * FILE: $Header: svn://subversion/JAVA-FASE2/BRANCHES/MyEclipse/OAC_GWT/branches/SDENOU_F18/OAC_GWT/war/styles/DatePickerStyle.css 142059 2018-10-09 09:24:20Z xserrats $ 
 * REV:  $Revision: 142059 $
 */ 

/* Blue theme */
.blue-date-box {
	width: 90px;
	background-image: url(../images/calendar_16x16.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	background-color: white;
}

.blue-date-picker {
	background-color: #dbe6de;
	border: 1px solid #6b6b6b;
	color: #112ABB;
}

.blue-date-picker td {
	font-size: 75%;
}

.blue-month-line {
	letter-spacing: -1px;
	color: black;
	text-align: center;
	font-weight: bold;
	cursor: default;
	font-size: 95%;
	width: 100%;
}

.blue-month-year-switch {
	cursor: pointer;
}

.blue-month-year-switch-hovering {
	background-color: #7F9DB9;
}

.blue-week-line {
	font-style: italic;
	color: black;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #6b6b6b;
	margin-top: 5px;
}

.blue-day-grid {
	background-color: white;
	height: 80px;
	text-align: center;
	cursor: pointer;
	width: 210px;
}
.blue-day-grid td:hover {
	background-color: #75A9ff;
}

.blue-day-grid td {
	height: 15px;
}

.blue-current-month-selected {
	background-color: #75A9ff;
	color: black;
}

.blue-selected {
	background-color: #75A9ff;
	color: #aaa;
}

.blue-week-end {
	color: #aaa;
	background-color: #eee;
}

.blue-current-month-week-end {
	background-color: #eee;
	color: black;
}

.blue-other-day {
	color: #aaa;
}

.blue-current-month-other-day {
	color: black;
}

.blue-cant-be-selected {
	background-color: #eee;
	color: #D3D3D3;
}

.blue-day-grid tr {
	height: 15px;
}

.blue-today {
	background-color: #7F9DB9;
}