@charset "utf-8";
/* CSS Document */

.smallcalday {
	font-size:12px;
	font-weight:bold;
}

.smallcalapp {
	background-image:url(../images/cal_date.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:25px;
	height:30px;
	font-size:14px;
}

.smallcalapp a:link {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.smallcalapp a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.smallcalapp a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.smallcalapp a:active {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.smallcaltoday {
	background-image:url(../images/cal_today.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:25px;
	height:30px;
	font-size:14px;
}

.smallcaltoday a:link {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.smallcaltoday a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.smallcaltoday a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.smallcaltoday a:active {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.smallcalapptoday {
	background-image:url(../images/cal_today.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:25px;
	height:30px;
	font-size:14px;
}

.smallcalapptoday a:link {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.smallcalapptoday a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.smallcalapptoday a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.smallcalapptoday a:active {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.smallcal {
	background-image:url(../images/cal_nodate.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:25px;
	height:30px;
	font-size:14px;
}

.smallcal a:link {
	color:#00626f;
	text-decoration:none;
	font-weight:bold;
}
.smallcal a:visited {
	color:#00626fF;
	text-decoration:none;
	font-weight:bold;
}
.smallcal a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.smallcal a:active {
	color:#00626f;
	text-decoration:none;
	font-weight:bold;
}

.calapptoday {
	border-left:4px solid #da3a18;
	padding-left:5px;
}

.sundaycalapptoday {
	border-left:4px solid #da3a18;
	padding-left:5px;
}
