w.calnk a:link {
	padding: 3px;
	width: 100%;
	color:#333;
	 text-decoration:none;
}

.calnk a:link {
    display: block;
	text-decoration:none; 
    color:#333;
	padding: 5px;
}

.calnk a:active {
	 color:#333;
	 text-decoration:none; 
}
.calnk a:visited {
     text-decoration:none;
     color:#333;
}

.calnk a:hover {
    color:#333;
	text-decoration:none;

}

.calnk a span { 
    display:none;
}

.calnk a:hover span {
    color: #333; 
    background: #F6F79B; 
    display: block;
    margin-top: 1px;
	margin-left: -5px;
    padding: 5px; 
	position: absolute;
    width: 150px; 
	
}

span.event .calnk {
    display: block;
	line-height: 13px;
}

.calendar-table {
    border:none;
    width:100%;
 }

.calendar-heading {
    background: url(../images/table/th.png) repeat-x #C2DEED;
	border:1px solid #B4D7E3;
	border-bottom: none;
	height:18px;
	padding: 4px 0px;
    text-align: center;    
 }

.calendar-next { 	
    text-align:center;
	width:15%;
 }

.calendar-prev {
	text-align:center;
    width:15%;
 }

.calendar-month {
	color: #3F3F3F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    font-weight:bold;
	text-align:center;
	width:70%;    
 }

.normal-day-heading {
    background-color:#F1F8FC;
	border-top:1px solid #B4D7E3; 
	border-right:1px solid #B4D7E3; 
	border-bottom:1px solid #B4D7E3; 
	color: #666;
    font-size:0.8em;
	font-weight: bold;
	height:21px;
	padding-top: 4px;
	text-align:center;
    width:25px;    
 }
 
 .weekend-heading {
  	background-color:#F1F8FC;
	border-top:1px solid #B4D7E3; 
	border-right:1px solid #B4D7E3; 
	border-bottom:1px solid #B4D7E3;
	color: #666;
    font-size:0.8em;
	font-weight: bold;
	height:22px;
	padding-top: 4px;
	padding-bottom: 2px;
	text-align:center;
    width:25px;
 }
 
 .day-with-date {
	border-right:1px solid #B4D7E3; 
	border-bottom:1px solid #B4D7E3;
	height:60px;    
	text-align:left;
	vertical-align: text-top;
	width:60px;
 }

.day-without-date {
	border-right:1px solid #B4D7E3; 
	border-bottom:1px solid #B4D7E3;
	height:60px;
	width:60px;   
 }

span.weekend {
    color:#999;
 }

.current-day {    
    background-color:#F1F8FC;
	border-right:1px solid #B4D7E3;
	border-bottom:1px solid #B4D7E3;
	height:60px;
	text-align:left;
	vertical-align:text-top;
    width:60px;
 }

span.event {
    font-size:0.75em;
	width: 94px;
 }

.kjo-link {
    font-size:0.75em;
    text-align:center;
 }

.event-title { 
	color: #3F3F3F;
	border-bottom: 1px solid #555;
    font-size:1.2em;
	font-weight:bold;
	padding-bottom: 3px;
    text-align:left;
 }

.calendar-date-switcher {
    height:25px;
    text-align:center;
    border:1px solid #D6DED5;
    background-color:#E4EBE3;
 }

.calendar-date-switcher form {
    margin:0;
    padding:0;
 }

.calendar-date-switcher input {
    border:1px #D6DED5 solid;
 }

.calendar-date-switcher select {
    border:1px #D6DED5 solid;
}

#cat-filter-area {
	width: 160px;
}

.cat-key {
	background-color:#F1F8FC;
	color: #3F3F3F;
    border:1px solid #B4D7E3;
    margin:0 0 10px 0;
    padding:5px 12px;
	width:100%;
 }


 .cat-key span {  
	margin: 0;
	margin-right: 10px;
	padding: 0 0 0 5px;
 }
 
 .cat-key span span{
	width: 27px;
	margin-right: 5px;
	padding-left:20px;
 }
 
 .cat-key span span.yellow { background:url(../images/calendar/calendar-th-yellow.jpg) repeat-x; }
 .cat-key span span.jade { background:url(../images/calendar/calendar-th-jade.jpg) repeat-x;}
 .cat-key span span.red	{ background:url(../images/calendar/calendar-th-red.jpg) repeat-x;}
 .cat-key span span.orange { background:url(../images/calendar/calendar-th-orange.jpg) repeat-x;}
 .cat-key span span.lavender { background:url(../images/calendar/calendar-th-lavender.jpg) repeat-x;}
 

 .first {
	 border-left: 1px solid #B4D7E3;
 }


/******************** Popup styling **************/
/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(../images/calendar/close.png) no-repeat; width:16px; height:16px; display:inline; z-index:3200; position:absolute; top:5px; right:2px; cursor:pointer;}
#simplemodal-container .basicModalContent {padding:0px;}
/* CSS Document */

.calendar_box			{ width: 400px; padding-bottom:10px; }

.calendar_box h1		{ width: 388px; height: 26px; font-family: Georgia,"Times New Roman",Times,serif; font-size: 14px; font-weight: bold; color: #3f3f3f; margin: 0px 0 10px 0; padding: 1px 6px 4px 6px;}

.calendar_box h1.yellow	{ background:url(../images/calendar/calendar-th-yellow.jpg) repeat-x;}
.calendar_box h1.jade	{ background:url(../images/calendar/calendar-th-jade.jpg) repeat-x;}
.calendar_box h1.red	{ background:url(../images/calendar/calendar-th-red.jpg) repeat-x;}
.calendar_box h1.orange	{ background:url(../images/calendar/calendar-th-orange.jpg) repeat-x;}
.calendar_box h1.lavender { background:url(../images/calendar/calendar-th-lavender.jpg) repeat-x;}

.calendar_box p			{ font-family: Helvetica, Arial, sans-serif; font-size: 13px; color:#333; line-height:22px; margin:0px; padding: 0px 6px;}
.calendar_box em		{ font-family: Georgia,"Times New Roman",Times,serif;}
.calendar_box strong 	{ color:#444B78;}

.calendar_box hr		{ border:0; width: 99%; color: #B4D7E3; background-color: #B4D7E3; height: 1px; text-align:center; margin: 6px auto; }
