﻿

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #d5d5d5;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color:#f5f5f5;
    margin-bottom: 10px;
    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 blue;
    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 */
    background-color:#F5F5F5;
}
.calothermonth
{
    background-color: #1863A0; /*#DCD78E;*/
    color:#F5F5F5;
}

.calothermonth a
{
    background-color: #99cc99; /*#DCD78E;*/
    color:#F5F5F5;
}


.calcurrentday

{
    background-color:#A4ECE6; /*#FFFFC1*/
}
.calweekend
{
background-color: #C5CFE0;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend, .caldays
{
    text-align: left;
    border: 2px solid #bbbbbb;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

.caldays
{
    height:15px;
    text-align:center;
}
