/* calender css */

.caltable
{
width:100%;
/*border: 1px solid #b2d235;
border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px;*/
}

.caltable th
{
background-color: #b2d235;
border-left:1px solid #ffffff;
width:14.28%;
text-align: center;
color: #ffffff;
height: 20px;
vertical-align:middle;
}

.caltable th:first-child
{
background-color: #b2d235;
border-left:1px solid #b2d235;
width:14.28%;
text-align: center;
color: #ffffff;
height: 20px;
vertical-align:middle;
}

.caltable td 
{
border-left:1px solid #b2d235;
border-top:1px solid #b2d235;
text-align: center;
vertical-align: top;
}

.caltable td:first-child
{
border-left:1px solid #ffffff;
text-align: center;
}

.callboxPast
{
  background-color: #efefef;
}

.callboxFull
{
  background-color: #addfff;
}

.callboxOpen
{
  background-color: #ffffff;
}

.callboxPartial
{
  background-color: #bdedff;
}

.callbox
{
/*cursor:pointer;*/
min-height:105px;
}

.calldate
{
float:right;
border-style: none none solid solid; 
/*border-style: none solid solid none; */
border-width: 1px;
border-color: #afafaf;
width:20px;
color: #afafaf;
}

.calltheme
{
clear:both;
}

.callthemetext
{
color:#b2d235;
padding-bottom:5px;
}

.callbookedtext
{
color:#87c69d;
padding-bottom:5px;
}

.calltitle
{
font-size: 18px;
text-align:center;
vertical-align:center;
border-bottom: 2px solid #b2d235;
padding:10px;
color: #93b504;
}

