﻿body {
}
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 5px;
    text-align: center;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-repeat: repeat-y;
    border-right: #330066 1px solid;
    border-top: #330066 1px solid;
    border-left: #330066 1px solid;
    border-bottom: #330066 1px solid;
   
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: static;
    margin-bottom: 15px;
    border-collapse: separate;
    border-right: #3333ff 1px solid;
    border-top: #3333ff 1px solid;
    border-left: #3333ff 1px solid;
    border-bottom: #3333ff 1px solid;
}
.nextprevMonth
{
    color: blue;
    font-family: Arial;
    font-size: 11px;
}

.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
{
    background-color: #DDDDCC;
}
.calcurrentday
{
    background-color: #FFFFCC;
}
.calweekend
{
    background-color: #ffffff;
    width: 15px;
}

.calcurrentmonth, .calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
    text-align: left;
    height: 90px;
    vertical-align: top; /* needed for positioning the dayNumber part */
    position: relative;
    border-collapse: separate;
    border-spacing: 5px;
    border-right: #003399 1px solid;
    border-top: #003399 1px solid;
    border-left: #003399 1px solid;
    border-bottom: #003399 1px solid;
}

