﻿        .myCalendar {  
    background-color: #e5e5e5;  
    width: 156px;  
    border:10px solid #e5e5e5!important;
    border-top:0px !important;
    width:100%;
    font-size:13px;
         }  
    .myCalendar a {  
    text-decoration: none;  }  
.myCalendar .myCalendarTitle {  
    font-weight: bold;  
    height:55px;
    line-height:55px;
    font-size:18px;
    text-transform:uppercase;
    font-family:Tahoma;
    background-color:#e5e5e5;
    color:#1a4e7e;
}  
.myCalendar th.myCalendarDayHeader  
{
    height:50px;
    color:#b99f52;
    text-align:center;
    font-weight:bold;
}
.myCalendar td.myCalendarDay {  
    background-color:#cecece;
}  
  .myCalendar td.myCalendarDay:nth-child(7) a
  {
  color:#fff !important;
  background-color:#b99f52;
  }
.myCalendar .myCalendarNextPrev {  
    text-align: center;  
}  

.myCalendar .myCalendarNextPrev a  {font-size:1px;}
.myCalendar .myCalendarNextPrev:nth-child(1) a{color:#4CCAEF!important;background:url("../images/prevMonth.png") no-repeat center center;}
.myCalendar .myCalendarNextPrev:nth-child(1) a:hover,.myCalendar .myCalendarNextPrev:nth-child(3) a:hover{background-color:transparent;}
.myCalendar .myCalendarNextPrev:nth-child(3) a{color:#4CCAEF!important;background:url("../images/nextMonth.png") no-repeat center center;}
.myCalendar td.myCalendarSelector a {  
    background-color: #25bae5;  
}  

.myCalendar .myCalendarDayHeader a,
.myCalendar .myCalendarDay a,   
.myCalendar .myCalendarSelector a,  
.myCalendar .myCalendarNextPrev a {  
    display: block;  
    line-height: 35px;  
    color:#00587f;
}  
.myCalendar .myCalendarToday
{  
background-color: #463F39; 
}
.myCalendar .myCalendarToday a{color:#fff !important;}
.myCalendar .myCalendarDay a:hover,   
.myCalendar .myCalendarSelector a:hover {  
    background-color: #463F39;
    color:#FFFFFF;  
}

.otherday
{
	color:#B0B0B0!important;
	
}
.events
{
	background-color:#1a4e7e !important;
	color:#fff !important;
}
.today
{
	background-color:#3ab19e;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}

.margin-top
{
height:10px
}