﻿.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}
.caldays
{
	color:Black;
}
.eventmonth
{
    border: 1px solid #DBDB79;
    /*width: 694px;    */
    width:620px;
    margin-right: auto;
    margin-left: auto;
    height:500px;
    /*background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;*/
    background-color:#e1f3f4;
    /*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: 520px;           
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
    font-weight:bold;
}


.dayNumber
{
    float: right;
    /*border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;*/
    /*border-bottom: 1px solid White;
    border-left: 1px solid White;*/
    clear: none;
    padding: 2px;
    color:#074f53;
    
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    /*background-color: #DCD78E;*/
    /*background-color:#a9dcdd;*/
    background-color:#dceaeb;
    color:Gray;
}
.calcurrentday
{
   /* background-color: #FFFFC1;*/
    background-color:#bbf0f3;
    
}
.calweekend
{
    /*background-color: #FEEB95;*/
    
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    /*border: 1px solid #C7C272;*/
    border: 2px solid white;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

