/* 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:3px solid #ffffff;
width:14.28%;
text-align: center;
color: #ffffff;
height: 30px;
vertical-align:middle;
}

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

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

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

.callboxPast
{
  background-color: #efefef;
}

.callboxFull
{
  background-color: #addfff;
}

.callboxOpen
{
  background-color: #ffffff;
}

.callboxPartial
{
  background-color: #bdedff;
}

.callbox
{
cursor:pointer;
}

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

.calltheme
{
clear:both;
}

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

.calltitle
{
font-family:Times,Helvetica,Verdana,Arial,sans-serif;
font-size: 21px;
text-align:center;
vertical-align:center;
/*border-bottom: 2px solid #b2d235;*/
padding:23px 10px 0px 10px;
color: #b2d235;
/*letter-spacing: 0.1em;*/
}

