/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07.02.2017, 19:25:48
    Author     : cbalogh
*/

 td.ui-datepicker-week-end  a, td.ui-datepicker-holiday  a {
	background-color: #f9eaed !important;
	border:1px solid #f0b7c1 !important;
	color: #ca0227 !important;
 }
 
 td.ui-datepicker-week-end  a:hover, td.ui-datepicker-holiday  a:hover  {
	background-color: #f0b7c1 !important;
 }
 
