﻿/************************************************************************
* Calendar specific formatting 
************************************************************************/
/* Surrounds the calendar */
.eventmonth
{
    /*border: 1px solid #DBDB79;*/
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #666;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
	
    /* no styles needed at this time */
}
.calothermonth
{
	
}
.calcurrentday
{
	background:#EEE;
}
.calweekend
{
	
}

.calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
	height:80px;
	border:1px solid #666;
    text-align:left;
    vertical-align:top;
    /* needed for positioning the dayNumber part */
    /*position:relative;*/
    border-collapse:separate;
    /*border-spacing: 5px;*/
}
.eventmonth h3
{
    padding-left:20px;
    padding-right:20px;
}

.eventlist label
{
    font-weight:bold;
    padding-right:4px;
}