﻿.calNav:link, .calNav:visited 
{
    text-decoration: none;
    color: #7E1414;
    font-weight:bold;
}

.cal {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
	font-size: 8pt;
}
.cal td {
	text-align:left;
	vertical-align:top;
	background-color: #C2CAD4;
	border-style: outset;
	border-color: #C2CAD4;
	border-width: 1px;
}
.cal th {
	font-weight: bold;
	font-size: 9pt;
	background-color: #C2CAD4;
	border-style: outset;
	border-color: #C2CAD4;
	border-width: 1px;
}
.cal td:hover, th:hover {
	background-color: #D0D8E3;
}
.cal td.date_has_event {
	color: white;
	background-color: #348FE8;
}
.cal td.date_has_event:hover {
    background-color: #0157AB;
}
.cal .events {
	position: relative;
}
.cal .events ul {
	display: none;
	text-align: left;
	position: absolute;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../images/CalendarEvent/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 8pt;
	width: 140px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.cal .events li {
	padding-bottom: 5px;
}
.cal .events li span.title {
	font-weight: bold;
}

