#kalenteriPopup-popup
{
   width:90%;
   max-width:320px !important;
} 

#kalenteriPopup-popup .ui-body-c
{
   background-color:#ffffff !important;
   background-image: linear-gradient(#ffffff, #ffffff) !important;
}

#calHeader
{
   font-size:0.75em;
}

.calendarRow
{
   display:block;
   font-size: 0.75em;
   width:252px;
   margin: 0 auto;
}

.calendarRow:after
{
   content: " ";
   display:block;
   clear:both;
}

.calendarColumn
{
   float:left;
   width: 30px;
   height: 25px;
   line-height: 25px;
   border:1px solid #E8ECED;
   border-radius: 2px;
   padding:1px; 
   margin:1px;
   text-align:center;
   vertical-align:middle;
}

.calendarDay
{
   color:#0075A3;
   border-color: #ffffff;
   text-align:center;
}

#calendarDaysHolder
{
   text-align:center;
}

.calPrevSlot
{
   color: #BDBDBD;
}

.calNextSlot
{
   color: #BDBDBD;
}

.slotClickable
{
   background-color:#ffffff;
   color:#000000;
}

.slotClickable:hover
{
   /* Generated Via ColorZilla */
   background: #3b679e; /* Old browsers */
   background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
   background: linear-gradient(to bottom, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
   
   text-shadow: 0px 0px 2px #636363;
   color:#ffffff !important;
}

.slotLivingDay
{
   background-color:#DAECF0;
   border:1px solid #0B9DBA;
}

.calBtnLink
{
   text-decoration:none;
   font-weight:bold;
   font-size:1.20em;
}

.calBtnLinkDiv
{
   background-color:#ffffff;
   height:30px;
   line-height:30px;
}

.calMonthDiv
{
   height:30px;
   line-height:30px;
}