﻿/* Calendar
================================================*/
#dek{
    position: absolute;
    visibility: hidden;
    z-index: 200;
}
.calendar{
    border:1px solid #98C2E2;
}
.next_prev {
    padding: 0px 5px 0px 5px;
    line-height: 10px;
}
.next_prev a{
    border: 0px;
    text-decoration: none;
    color: Navy;
}
.header_border{
    border-bottom:1px solid #c8ddf6;
}
.days{
    margin: 1px;
}
.days a{
    border: 0px;
    text-decoration: none;
}
.events{
    width:215px; margin: 5px auto;
    font-size: 90%;
}
.events a{
    text-decoration: none;
    font-weight: normal;
    border: 0px;
}
.events ul {
	margin:0px;
	}
.events ul ul {
	margin:0;
	}					
.events ul li {
	padding:0 0 0 12px;
	line-height: 120%;
	margin:0px;
	background:url(../images/bullet-arrow-small.gif) no-repeat 0 .4em;
	}
.bigcal {
    border:1px solid #98C2E2;
    background-color: #98C2E2;
    color: White;
}
.bigcal th.monthname{
    font-size: 130%;
    padding: 3px;
}
.bigcal th.next_prev{
    padding: 5px;
    font-weight: bold;
}
.bigcal th.next_prev a{
    color: White;
    font-weight: bold;
    border: 0px;
    text-decoration: none;
}