/* Calendar Dates */
.monthName{
	background : #6699cc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.dayName{
	background : #ffffcc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.days{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.today{
	background : #6699cc;
}
.bkgBlue{
	background : #eeeeee;
}
.bkgLtBlue{
	background : #eeeeee;
}
.hasEvent{
	font-weight : bold;
}
.choosen{
	background : #dddddd;
}
.medLink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
}
.whiteLink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
}
.blueLink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #0091fe;
}
.monthTitle{
	background : #6699cc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 105%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}

/* Events */
.choosenDay{
	background : #6699cc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.highlight{
	background : #eeeeee;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.bigTitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 105%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.title{
	background : #eeeeee;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 95%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.bigLink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-style : normal;
	font-weight : bold;
}
.event{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.eventGry{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : cccccc;
}
.label{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.eventShade{
	background : #eeeeee;
}
.goBtn{
	background : #ccff99;
	color: #000000; 
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
}
.sidebg {
	background-color: #eeeeee;
}
.homelink {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold; 
}


