 // JCal version 1.0 w/MySQL for holding the content // 
 // Created by Jamie McCoard                         // 

a.daycls { /* class for linkable day number */
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	color: #000000;
}
.emptydaycls { /* class for empty cell day number size */
	font-size: 10px;
	font-family: verdana;
}
a.prevnextcls{ /* class for navigation links through months */
	text-decoration: none;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #121730;
}
a.prevnextcls:hover{ /* class for navigation link hovers through months */
	text-decoration: none;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.titlecls{  /* class for the text title at the top of the calendar */
	font-size: 18px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
}
#contentid {  /* ID for the content information */
	font-size: 10px;
	font-family: verdana;
}
#contentid a{  /* ID for the content information if link */
	color: #00003C;
	font-weight: normal;
}
#contentid a:hover{  /* ID for the content information if link */
	text-decoration: none;
	color: #000000;
	background-color: #E8E8E8;
}
.titlesmlcls {
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titleind {
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	color: #7b1a92;
	text-decoration: none;
}

