@CHARSET "UTF-8";
BODY {
	margin:0px;	
}
TD, INPUT, SELECT, TEXTAREA {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight: bold;
}
/* ---------------  09/15/09 - KG commented out all the topMenu css (below) as it appears not to be needed and conflicts with existing topNav css. This pages applies to events/events.php and events/events-addlisting.php only  ---------------- */

/*a.topMenu:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}     /* unvisited link */
/*a.topMenu:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}  /* visited link */
/*a.topMenu:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#ffcc01;
	font-weight:bold;
	text-decoration:underline;
} 
a.topMenu:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#ffcc01;
	font-weight:bold;
}
a.subMenu:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#616161;
	font-weight:bold;
	text-decoration:none;
}     /* unvisited link */
/*a.subMenu:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#616161;
	font-weight:bold;
	text-decoration:none;
}  /* visited link */
/*a.subMenu:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#616161;
	font-weight:bold;
	text-decoration:underline;
} 
a.subMenu:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#616161;
	font-weight:bold;
}
#events a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#3a30ff;
	font-weight:bold;
	text-decoration:underline;
}     /* unvisited link */
/*#events a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#3a30ff;
	font-weight:bold;
	text-decoration:underline;
}  /* visited link */
/*#events a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ffcc01;
	font-weight:bold;
	text-decoration:underline;
} 
#events a:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#616161;
	font-weight:bold;
}*/
.admin_event {
	color:red;
}
.admin_event a {
	color: #970F03;
}

.admin_event a:hover {
	color: #4C0802;
}
.user_event {
	color: #1706E2;
}
.user_event a {
	color: #0F0397;
}
.user_event a:hover {
	color: #08024C;
}
.events_month {
	background-color: #4655BB;
	color: white;
	font-weight: bold;
	padding: 2px;
	border: thin double #666666;
}

/* 09/16/09 - KJG added due to problem with footer text being too lareg and too far to right on this events.php only */

#footer {
	font-size: 70%;
	margin-right: 15em;
}

