﻿/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #000000;
    width: 535px;
    margin-right: auto;
    margin-left: auto;
/*    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;*/
	background: #000000;
    margin-bottom: 10px;
    margin-top:0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    text-align: center;
    color: White;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 535px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #000000;
    border-collapse:collapse;
    background-color: #000000;
    font-weight: bold;
    color: #FFFFFF;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    clear: none;
    padding: 2px;
}


.caldays
{
	color: White;
	font-weight: bold;
	background-color: #990000;
}
.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    
}
.calcurrentday
{
   
}
.calweekend
{
    text-align: left;
    border: 1px solid #DDDDDD;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     background-color: #cccccc;
     color: Black;
     font-weight: bold;
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday 
{
    text-align: left;
    border: 1px solid #DDDDDD;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     background-color: White;
     color: Black;
     font-weight: bold;
}

.calothermonth 
{
    text-align: left;
    border: 1px solid #DDDDDD;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     background-color: #CCCCCC;
     color: #CCCCCC;
     font-weight: bold;
}
