﻿.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #666666;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}
.dashedline2
{
    border-bottom: 1px dashed #444444;
    padding-top: 2px;
    margin-top: 0px;
    clear:right;
}
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #47515A;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB;
    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: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #47515A;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #47515A;
    border-left: 1px solid #47515A;
    clear: none;
    padding: 2px;
    font-weight: bold;
}


.calcurrentmonth {
	/* no styles needed at this time */
	background-color: #2D3238;
}
.calothermonth {
	
}
.calcurrentday {
	background-color: #41454d;
}
.calweekend
{
    background-color: #373c43;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #47515A;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

