.calendar	{font-family: Verdana, Arial, Helvetica, Sans-Serif;}

.calendar-inner	{background: #9FC4E9;}

.week	{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
background: #0085bc;
border-bottom: 1px solid #9FC4E9;
}

.month	{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-weight: bold;
color: #366FB6;
}

.day_event	{
vertical-align:top; 
width:13%; 
height:60px;
font-weight: bold;
padding: 10px;
background: #e5e5e5;
border-left: 1px solid #9FC4E9;
border-bottom: 1px solid #9FC4E9;
}

.day_off	{
vertical-align:top; 
width:13%; 
height:60px; 
background: #F5F5F5; 
border-left: 1px solid #9FC4E9; 
border-bottom: 1px solid #9FC4E9;
}

.day	{
vertical-align:top; 
width:13%; 
height:60px; 
border-left: 1px solid #9FC4E9; 
border-bottom: 1px solid #9FC4E9;
}

.day_event-last	{
vertical-align:top; 
width:13%; 
height:60px; 
background: #e5e5e5; 
border-left: 1px solid #9FC4E9; 
border-bottom: 1px solid #9FC4E9;
border-right: 1px solid #9FC4E9;
}

.day_off-last	{
vertical-align:top; 
width:13%; 
height:60px; 
background: #F5F5F5; 
border-left: 1px solid #9FC4E9; 
border-bottom: 1px solid #9FC4E9;
border-right: 1px solid #9FC4E9;
}

.day-last	{
vertical-align:top; 
width:13%; 
height:60px; 
border-left: 1px solid #9FC4E9; 
border-bottom: 1px solid #9FC4E9;
border-right: 1px solid #9FC4E9;
}