﻿/************************************************************************
* Calendar specific formatting 
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    /*border: 1px solid #DBDB79;*/  
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width:100%;
    border-collapse:collapse;
    background:#FFF;
}
.dayNumber
{
    line-height:28px;
    text-align:center;
}
.calcurrentmonth
{	
    /* no styles needed at this time */
}
.calothermonth .dayNumber
{
	color:#CCC;
}
.calcurrentday
{
	background:#80a90f;
	color:#FFF;
}
.calweekend
{
	
}
.calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
	height:28px;
    /* needed for positioning the dayNumber part */
    border:1px solid #c4d78f;
    border-collapse:collapse;
    border-bottom:none;
    border-right:none;
    /*border-spacing: 5px;*/
    text-align:center;
    vertical-align:top;
}

.eventmonth h3
{
    padding:0 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}
.EventDate
{
	display:block;
	width:40px;
	height:28px;
	position:absolute;
	top:-28px;
	left:0;
	z-index:99;
}
.EventDate img
{
	width:40px;
	height:28px;
	border:none;
}