.style1 {
font-family: Verdana;
	font-size: 10px;
	color: #999999;
}/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 555px;
    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;
     
}

.CalendarText
{
	font-family: Verdana;
	font-size: 10px;
}
.DirectoryHeader
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.DirectoryText
{
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
}

.AdminText
{
	font-family:Verdana;
	font-size:12px;
}

.FormText
{
	font-family:Verdana;
	font-size:10px;
	text-align:right;
	vertical-align:top;
}

.AdminHeading
{
	font-family:Verdana;
	font-size:16px;
	font-weight: bold;
}

.list
{
	background-color:white;
}

.PageText
{
	color:Black;
	text-align:center;
}
.Back2Top
{
	color:#ffffff;
	font-size:8px;
	font-family:Verdana;
}

