﻿/************************************************************************
* 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%;
}
.dayNumber
{
    line-height:24px;
    text-align:center;
}
.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth .dayNumber
{
	color:#CCC;
}
.calcurrentday
{
	color:#FFF;
	background:#660000;
}
.calweekend
{
	
}
.calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
    /* needed for positioning the dayNumber part */
    /*position:relative;*/
    border:1px solid #B1B1B1;
    border-collapse:collapse;
    text-align:center;
    vertical-align:top;
}
.eventmonth h3
{
    padding:0 20px;
}
.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}