﻿.foo{color:Red;}
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #27160E 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: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #27160E;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    background:#480000;
    color:#cccc99;
}
.calothermonth
{
    background-color: #38211B;
    color: #cccc99;
}
.calcurrentday
{
    background-color: #cccc99;
    font-weight:bold;
}
.calweekend
{
    background-color: #590000;
    color:#cccc99
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #000;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}



#eventCalendar .calcurrentmonth a:link, 
#eventCalendar .calcurrentmonth a:visited, 
#eventCalendar .calothermonth a:link, 
#eventCalendar .calothermonth a:visited, 
#eventCalendar .calweekend a:link, 
#eventCalendar .calweekend a:visited
{ text-decoration:underline;
    color:#cccc99;
}

#eventCalendar .calcurrentmonth a:hover, 
#eventCalendar .calothermonth a:hover,  
#eventCalendar .calweekend a:hover, 
{ text-decoration:none;
    color:#fff;
}

.caldays{background:#ffffcc;
    border:4px solid #000;}
/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}


