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

.calendar-inner	{background: #34160d;}

.week	{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
color: #dc9114;
border-bottom: 1px solid #b77a41;
text-align: center;
}

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

.day_event	{
vertical-align:top; 
width:13%; 
height:60px; 
background: #34160d; 
border-left: 1px solid #b77a41; 
border-bottom: 1px solid #b77a41;
}

.day_event a	{
font-size: 11px;
}

.day_event a:hover	{
font-size: 11px;
}

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

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

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

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

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