/* Calendar.php Page */

.daysfont {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: White;
}
.month {  font-family: Verdana, Arial; font-size: 24px; font-style: normal; line-height: normal; font-weight: bold; color: #000000}
.number {  font-family: Verdana, Arial; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.eventLink {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; text-decoration: none}

.HeaderForeGround {
	background: Black;
	border: medium solid #214A39;
}

.daysBackground {
	background: #214A39;
	width: 90px;
}
.blankdaybackground {
	background: #F5F5F5;
	width: 90px;
	height: 75px;
	vertical-align: top;
}
.daybackground {
	background: #FFFFFF;
	width: 90px;
	height: 75px;
	vertical-align: top;
}
.viewalllink {
	display: block;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
.addlink {
	display: block;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
.PastNextMonth {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

/* Viewall.php Page */

.viewall { font-family: Verdana, Arial; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none }
.delete {  font-family: Verdana, Arial; font-size: 10px; font-weight: bold; color: #000000; text-decoration: none}

.VABackground {
	background: Black;
	border: thin solid #214A39;
	width: 500px;
}
.VAforeground {
	background: #214A39;
	
}
.VAEventbackground {
	background: #214A39;
}
.VAhidedelete {
	display: block;
	width: 50px;
	text-align: center;
}
.VAeventw {
	width: 150px;
	text-align: left;
}
.VAdatew {
	width: 150px;
	text-align: left;
}
.viewbiglink {
	display: block;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}


/* ViewEvent.php & All Admin Pages */

.addleft {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none}

.AddBackground {
	background: Black;
	border: medium solid #214A39;
}
.Addforeground {
	background: #214A39;
	border: thin solid black;
}
.firstbackground {
	background: #ffffff;
	border: thin solid black;
}
.secondbackground {
	background: #ffffff;
}
.viewbiglink {
	display: block;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: Black;
	}
.AddRight {
	display: block;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: Black;
}
.viewalllink {
	display: block;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

.back {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #000000; text-decoration: none}


/* Common */
.addHead {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration: none}

