﻿/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    /*border: 1px solid #DBDB79;*/
    border: 1px solid #D8D8D8;
    width: 520px;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF url(images/background_fullwidth.jpg) repeat-y;
    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: 520px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #D8D8D8;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 2px solid #D8D8D8;
    border-left: 2px solid #D8D8D8;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #CDCDCD; /*DCD78E*/
}
.calcurrentday
{
    background-color: #D3D3CE;
}
.calweekend
{
    background-color: #E0E0E0;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #D8D8D8;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/* shows a visual seperation */
.dashedline
{
    /*border-bottom: 1px dashed #DBCE6A;*/
    border-bottom: 1px dashed #D8D8D8;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}