.datepicker-container
{
    background-color: #CCCCCC;
    font-family: tahoma, verdana, arial, sane;
    border: 1px solid brown;
    height:300px;
    width: 100%;
}

.datepicker-container-leftside
{
    background-color: #CCCCCC;
    font-family: tahoma, verdana, arial, sane;
    border: 1px solid orange;
    height:140px;
    width: 100%;
}

.datepicker-year-container
{
    text-align: center;
}

.datepicker-year-arrow
{
    text-decoration: none;
    background-color: #6C9B61;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.datepicker-year
{
    background-color: #6C9B61;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.datepicker-months-container
{
    cursor: pointer;
}

.datepicker-month-name
{
    background-color: #F7A005;
    color: #ffffff;
    text-align: center;
    font-size:11px;
    width: 16%;
}

.datepicker-month-name-hover
{
    background-color: #8AC67C;
    color: #000000;
    text-align: center;
    font-size: 11px;
    width: 16%;
}

.datepicker-month-name-selected
{
    background-color: #FEC156;
    color: #FF0000;
    text-align: center;
    font-size: 11px;
	font-weight:bold;
    width: 16%;
}

.datepicker-day-names-container
{
}

.datepicker-day-names
{
    background-color: #FCF078;
    color: #000000;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    height: 8%;
    width: 14%;
}

.datepicker-day-currentMonth-weekday
{
    background-color: #e8e8e8;
    color: black;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-weekday-preselected
{
    background-color: #cc6666;
    color: ffffff;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-weekday-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: black;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-weekend
{
    background-color: #d8d8d8;
    color: black;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-weekend-preselected
{
    background-color: #cc6666;
    color: ffffff;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-weekend-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: black;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-currentDay-weekday
{
    background-color: #e8e8e8;
    color: red;
	font-weight:bold;
    text-align: center; 
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-currentDay-weekday-preselected
{
    background-color: #cc6666;
    color: ffffff;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-currentDay-weekday-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-currentDay-weekend
{
    background-color: #d8d8d8;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-currentDay-weekend-preselected
{
    background-color: #cc6666;
    color: ffffff;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-currentMonth-currentDay-weekend-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 11px;
    height: 14%;
}

.datepicker-day-previousMonth-weekday
{
    background-color: #efefef;
    color: #979797;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-previousMonth-weekday-preselected
{
    background-color: #cc6666;
    color: ffffff;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-previousMonth-weekday-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: #979797;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-previousMonth-weekend
{
    background-color: #efefef;
    color: #979797;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-previousMonth-weekend-preselected
{
    background-color: #cc6666;
    color: ffffff;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-previousMonth-weekend-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: #979797;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-nextMonth-weekday
{
    background-color: #efefef;
    color: #979797;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-nextMonth-weekday-preselected
{
    background-color: #cc6666;
    color: ffffff;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-nextMonth-weekday-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: #979797;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-nextMonth-weekend
{
    background-color: #efefef;
    color: #979797;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-nextMonth-weekend-preselected
{
    background-color: #cc6666;
    color: ffffff;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-nextMonth-weekend-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: #979797;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-previousMonth-currentDay-weekend
{
    background-color: #efefef;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-previousMonth-currentDay-weekend-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-previousMonth-currentDay-weekday
{
    background-color: #efefef;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-previousMonth-currentDay-weekday-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-nextMonth-currentDay-weekend
{
    background-color: #efefef;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-nextMonth-currentDay-weekend-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-nextMonth-currentDay-weekday
{
    background-color: #efefef;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 10px;
    height: 14%;
}

.datepicker-day-nextMonth-currentDay-weekday-hover
{
    cursor: pointer;
    background-color: #8AC67C;
    color: red;
	font-weight:bold;
    text-align: center;
    font-size: 10px;
    height: 14%;
}




.datepicker-day-currentMonth-weekday-event
{   background-color:#FFCB63; background-position:top-left; background-repeat:no-repeat;
    color: blue;  text-align: center;   font-size: 11px;   height: 14%;
}
.datepicker-day-currentMonth-weekday-hover-event
{   cursor: pointer;
    background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
    color: blue;  text-align: center;    font-size: 11px;    height: 14%;
}
.datepicker-day-currentMonth-currentDay-weekday-event{
    background-color:#FFCB63; background-position:top-left; background-repeat:no-repeat;
    color: red;
	font-weight:bold;   text-align: center;   font-size: 11px;    height: 14%;
}
.datepicker-day-currentMonth-currentDay-weekday-hover-event{
   cursor: pointer;
   background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
   color: red;
   font-weight:bold;  text-align: center;    font-size: 11px;    height: 14%;
}
.datepicker-day-currentMonth-weekend-event{
    background-color:#FFC463;  background-position:top-left; background-repeat:no-repeat;
    color: blue;   text-align: center;   font-size: 11px;    height: 14%;
}
.datepicker-day-currentMonth-weekend-hover-event{
   cursor: pointer;
   background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
   color: red;  text-align: center;    font-size: 11px;    height: 14%;
}
.datepicker-day-currentMonth-currentDay-weekend-event{
    background-color:#FFC463;  background-position:top-left; background-repeat:no-repeat;
    color: red;
	font-weight:bold;  text-align: center;  font-size: 11px;    height: 14%;}
.datepicker-day-currentMonth-currentDay-weekend-hover-event{
   cursor: pointer;
   background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
   color: red;
   font-weight:bold;  text-align: center;    font-size: 11px;    height: 14%;
}
.datepicker-day-previousMonth-weekday-event{
    background-color:#FFDD6D;  background-position:top-left; background-repeat:no-repeat;
    color: blue;   text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-previousMonth-weekday-hover-event{
    cursor: pointer;
    background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
    color: blue;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-previousMonth-currentDay-weekday-event{
    background-color:#FFDD6D;  background-position:top-left; background-repeat:no-repeat;
    color: red;
	font-weight:bold;   text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-previousMonth-currentDay-weekday-hover-event{
    cursor: pointer;
    background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
    color: red;
	font-weight:bold;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-previousMonth-weekend-event{
    background-color:#FFDD6D;  background-position:top-left; background-repeat:no-repeat;
    color: blue;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-previousMonth-weekend-hover-event{
    cursor: pointer;
    background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
    color: blue;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-previousMonth-currentDay-weekend-event{
    background-color:#FFDD6D;  background-position:top-left; background-repeat:no-repeat;
    color: red;
	font-weight:bold;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-previousMonth-currentDay-weekend-hover-event{
    cursor: pointer;
    background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
    color: red;
	font-weight:bold;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-nextMonth-weekday-event{
    background-color:#FFDD6D;  background-position:top-left; background-repeat:no-repeat;
    color: blue;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-nextMonth-weekday-hover-event{
    cursor: pointer;
    background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
    color: blue;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-nextMonth-currentDay-weekday-event{
    background-color:#FFDD6D;  background-position:top-left; background-repeat:no-repeat;
    color: red;
	font-weight:bold;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-nextMonth-currentDay-weekday-hover-event{
    cursor: pointer;
    background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
    color: red;
	font-weight:bold;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-nextMonth-weekend-event{
    background-color:#FFDD6D;  background-position:top-left; background-repeat:no-repeat;
    color: blue;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-nextMonth-weekend-hover-event{
    cursor: pointer;
    background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
    color: blue;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-nextMonth-currentDay-weekend-event{
    background-color:#FFDD6D;  background-position:top-left; background-repeat:no-repeat;
    color: red;
	font-weight:bold;    text-align: center;    font-size: 10px;    height: 14%;
}
.datepicker-day-nextMonth-currentDay-weekend-hover-event{
    cursor: pointer;
    background-color:#8AC67; background-position:top-left; background-repeat:no-repeat;
    color: red;
	font-weight:bold;    text-align: center;    font-size: 10px;    height: 14%;
}