﻿.foo{color:Red;}
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #6b8e23;
    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 #6b8e23;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #cc9900;
    border-left: 1px solid #cc9900;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    background:#ffffff;
}
.calothermonth
{
    background-color: #cc9900;
}
.calcurrentday
{
    background-color: #cccc99;
    font-weight:bold;
}
.calweekend
{
    background-color: #ffff99;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #6b8e23;
    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;
    
}

#eventCalendar .calcurrentmonth a:hover, 
#eventCalendar .calothermonth a:hover,  
#eventCalendar .calweekend a:hover 
{ text-decoration:none;
    
}

#eventCalendar .calothermonth a:link, 
#eventCalendar .calothermonth a:visited
{ color: #ffffcc;}

#eventCalendar .calothermonth a:hover
{color: #ffffff;} 

.caldays{background:#ffffcc;
    border:4px solid #6b8e23;}
/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}

