﻿/* used as the cssclass of the actual calendar */
.eventmonthtable
{
/*
    width: 500px;
    margin-right: auto;
    margin-left: auto;
*/
    position: relative;
    margin: 5px;
    border: 1px solid rgb(200,200,200);
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid rgb(200,200,200);
    border-left: 1px solid rgb(200,200,200);
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: rgb(218,218,218);
}
.calcurrentday
{
    background-color: rgb(240,240,240);
}
.calweekend
{
    background-color: rgb(225,225,225);
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
	font-size: 1em;
    text-align: left;
    border: 2px solid rgb(200,200,200);
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     min-width:80px;
     
}
