﻿/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
	width:100%;
    /*
    border: 1px solid #FFE681;
    width: 600px;
    margin-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
    */
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
    border: 2px solid #DBDB79;
    border-collapse:collapse;
}
.caldays 
{
/* 	color: #55822A;  */
    color:#698C46;
	font-weight:bold;
}
.dayNumber
{
    float: right;
    border-bottom: 1px solid #B2752C;
    border-left: 1px solid #DDCC60;
    clear: none;
    padding: 0px 2px 1px 4px;
}
.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    height: 70px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
    border-collapse:separate;
    border-spacing: 5px;
     
}
.calcurrentmonth
{
    border-top: 1px solid #DDCC60;
    border-right: 1px solid #B2752C;
    border-bottom: 1px solid #B2752C;
    border-left: 1px solid #DDCC60;
}
.calothermonth
{
    /* background-color: #CCDD80; */
    background-color: #C7DE81;
    border-top: 1px solid #D7E78B;
    border-right: 1px solid #9CAD54;
    border-bottom: 1px solid #9CAD54;
    border-left: 1px solid #D7E78B;
}
.calothermonth .dayNumber
{
	color: White;
/*    background-color: #B0C066; */
    background-color: #A7BF60;
    border-left: 1px solid #D7E78B;
    border-bottom: 1px solid #95AB55;
}
.calcurrentday
{
    background-color: #FFFD97;
    border-top: 1px solid #FFBE5A;
    border-right: 1px solid #F97C13;
    border-bottom: 1px solid #F97C13;
    border-left: 1px solid #FFBE5A;
}
.calcurrentday .dayNumber
{
	color: #F97C13;
    background-color: White;
    border-bottom: 1px solid #F97C13;
    border-left: 1px solid #FFBE5A;
	font-weight:bold;
}
.calweekend
{
    background-color: #CFDDFF;
    border-top: 1px solid #A0C7FF;
    border-right: 1px solid #7EA6FD;
    border-bottom: 1px solid #7EA6FD;
    border-left: 1px solid #A0C7FF;
}

.calweekend .dayNumber
{
    background-color: White;
    border-left: 1px solid #A0C7FF;
    border-bottom: 1px solid #7EA6FD;
}

.PrevNextMonth 
{
	font-size: 12px;
 	line-height:24px;
   
}
.CurrMonth 
{
/* 	color: #55822A;  */
    color:#698C46;
	font-size: 14px;
	line-height:24px;
	font-weight:bold;
}