﻿
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 550px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url("Images/background_fullwidth.jpg") repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

.eventmonth a:link, .eventmonth a:active, .eventmonth a:visited
{
	color: #000000;
	text-decoration: none;
	font-size:1.2em;
	font-weight: lighter;
} 
.eventmonth a:hover
{
	text-decoration: underline;
}

.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 550px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DCD78E;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FEEB95;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    margin-bottom: 10px;
    height: 3px;
    margin-top: 0px;
    padding-top: 0px;
    clear:right;
}

.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}