﻿/************************************************************************
* 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%;
    position: relative;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}

.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}

.calcurrentmonth
{
	
    /* no styles needed at this time */
}
.calothermonth
{
	
}
.calcurrentday
{
	background:#002157;
}
.calweekend
{
	
}

.calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
	height: 90px;
	border: 1px solid #C7C272;
    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;
}