﻿body {
	background-image: url(images/bckgrnd.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}
.style2 {
	font-family: Verdana;
	font-size: 11px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.style3 {color: #FFFFFF}
/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    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;
}

.FormText
{
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
	text-align:right;
}

.AdminText
{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
}

.AdminHeading
{
	font-family:Verdana;
	font-size:16px;
	color:#ffffff;
	font-weight: bold;
}


.list
{
	background-color:white;
}

.WhiteText
{
	color: #ffffff;
	text-align:center;
}

.Back2Top
{
	color:#ffffff;
	font-size:8px;
	font-family:Verdana;
}.style6 {
	font-weight: bold;
	color: #993300;
}
