﻿.dashedline
{
    border-bottom: 1px dashed #6699CC;
    padding-top: 5px;
    margin-bottom: 5px;
    clear:right;
}

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #CCCCCC;
    width: 590px;
    margin-right: auto;
    margin-left: auto;
    background: #6699CC url(img/background_fullwidth.jpg) repeat-y;
    margin-bottom: auto;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 595px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}
.dayNumber
{
    float: right;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    clear: none;
    padding: 2px;
	font-family:Sans-Serif;
	font-size:11px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #ACC7E2;
}
.calcurrentday
{
    background-color: #99CCFF;
}
.calweekend
{
    background-color: #D1DEEE;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #CCCCCC;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

.calClass
{
	
	padding-left:1px;
	padding-right:1px;
	font-family:Sans-Serif;
	font-size:9px;
}
