/* General */

.entry table.calendar-table {
	font-size: .9em;
	width: 100%;
	border-left: 1px solid #c1d1e4;
}

.entry table.calendar-table td {
	background: none;
	border: 1px solid #c1d1e4;
}

body #main div.kjo-link * {
	display: none !important;
	visibility: hidden !important;
}


/* Calendar Heading */

.entry table.calendar-table .calendar-heading {
	font-size: 1.7em;
	font-weight: bold;
	width: 100%;
	padding: 6px 0;
	color: #FFF;
	background:url(/images/bg_hdr.jpg) left bottom repeat-x;
	border: none;
}
.entry table.calendar-table .calendar-heading table {
	border: none;
	margin: 0;
	width: 100%;
}
.entry table.calendar-table .calendar-heading td {
	background: none;
	padding: 0;
	border: none;
	color: #fff;
}
.entry table.calendar-table .calendar-heading a, .entry table.calendar-table .calendar-heading a:visited {
	color: #ccdef2;
	text-decoration: none;
	font-size: .8em;
}
.entry table.calendar-table .calendar-next,
.entry table.calendar-table .calendar-prev {
	width:25%;
	text-align:center;
}
.entry table.calendar-table .calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
}


/* Calendar Days */

.entry table.calendar-table .normal-day-heading,
.entry table.calendar-table .weekend-heading {
	background:#ccdef2;
	color:#4e5b77;
	font-weight:bold;
	border: 1px solid #c1d1e4;
	padding: 4px;
	text-align: center;
}
.entry table.calendar-table .day-with-date,
.entry table.calendar-table .day-without-date,
.entry table.calendar-table .current-day {
	vertical-align:text-top;
	text-align:left;
	border: 1px solid #c1d1e4;
	padding: 2px;
	height: 70px;
	width: 14%;
	background: none;
}
.entry table.calendar-table .current-day {
	background: #dce8ff;
}

.no-events {
}
.entry table.calendar-table span.event {
}


/* Date Switcher */

.entry table.calendar-table .calendar-date-switcher {
	height:25px;
	text-align:center;
	border: 1px solid #c1d1e4;
	background: none;
}
.entry table.calendar-table .calendar-date-switcher form {
	margin:0;
	padding:0;
}
.entry table.calendar-table .calendar-date-switcher input {
	border:1px #D6DED5 solid;
}
.entry table.calendar-table .calendar-date-switcher select {
	border:1px #D6DED5 solid;
}


/* Category Key */

.entry table.calendar-table .cat-key {
	width:250px;
	margin-top:10px;
	padding:5px;
	border:1px solid #c1d1e4;
}


/* Tooltips */

/*.entry table.calendar-table .calnk a:hover {
	background-position:0 0;
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
}
.entry table.calendar-table .calnk a:visited {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
}
.entry table.calendar-table .calnk a {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
}
.entry table.calendar-table .calnk a span {
	display:none;
}
.entry table.calendar-table .calnk a:hover span {
	color:#333;
	background:#d3cdbc !important;
	border:2px solid #b8b3a5;
	display:block;
	position:absolute;
	margin-top:1px;
	padding:5px;
	width:150px;
	z-index:100;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.entry table.calendar-table .event-title {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	color:#234899;
}
.entry table.calendar-table .event-title-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#b8b3a5;
}
.entry table.calendar-table .event-content-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#b8b3a5;
}*/


/* Tooltips */

.calnk a, .calnk a:visited,
.calnk a:hover {
	text-decoration:none !important;
	color:#000;
	border-bottom:1px dotted #000;
}
.calnk a span {
	display:none;
}
.calnk a:hover span {
	color:#333;
	background:#d3cdbc !important;
	border:2px solid #b8b3a5;
	display:block;
	position:absolute;
	margin-top:1px;
	padding:5px;
	width:170px;
	z-index:100;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.calnk a:hover span span {
	background: none;
	border: none;
	width: auto;
	display: inline;
	padding: 0;
}
.calnk a:hover span.event-title {
	/*text-align:center;*/
	font-weight:bold;
	font-size:1.1em;
	line-height: 1em;
	color:#594c37;
}
.calnk a:hover span.event-title-break,
.calnk a:hover span.event-content-break {
	/*width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#d3cdbc;
	display: block;
	clear: both;*/
	display: none;
}

/* Widgets */

.widget .calnk a, .widget .calnk a:visited {
	background: transparent !important;	
}
