/* CALENDARS & CLOCKS */
.calendarbox, .clockbox {
    margin: 5px auto;
    font-size: 10px;
    /*width: 16em;*/
    text-align: center;
    background: white;
    position: relative;
    border: 1px solid black;
}
.clockbox {
/*width: 9em;*/
}
.cal_month_calendar td.cal_not_in_month
{
    color:#aaa;
}
.cal_month_calendar caption
{
    font-weight:bold;
	padding:5px;
}
caption a.left {
    padding-right: 15px;
}
caption a.right {
    padding-left: 15px;
}
a.blacklink
{
    color:#000;
}
.calendarnav {
    font-size: 10px;
    text-align: center;
    color: #ccc;
    margin: 0;
    padding: 1px 3px;
}
.calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover {
    color: #999;
}
.calendar-shortcuts {
    background: white;
    font-size: 10px;
    line-height: 11px;
    border-top: 1px solid #eee;
    padding: 3px 0 4px;
    color: #ccc;
}
.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next {
    display: block;
    position: absolute;
    font-weight: bold;
    font-size: 10px;
    background: #C9DBED;
    padding: 1px 4px 0px 4px;
    color: white;
}
.calendarnav-previous:hover, .calendarnav-next:hover {
    background: #036;
}
.calendarnav-previous {
    top: 0;
    left: 0;
}
.calendarnav-next {
    top: 0;
    right: 0;
}
.calendar-cancel {
    margin: 0 !important;
    padding: 0;
    font-size: 10px;
    background: #e1e1e1;
    border-top: 1px solid #ddd;
}
.calendar-cancel a {
    padding: 2px;
    color: #999;
}
ul.timelist, .timelist li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.timelist a {
    padding: 2px;
}


/* added by Mike Hilding */
#calendar, .month {
	padding: 0;
	margin: 0;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 550px;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}

.month {
	padding: 0;
	margin: 10px 10px 0 0;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 100px;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}

#calendar li{
	list-style:none;
	text-align:center;
	line-height: 10px;
}

#calendar th {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #AAAAAA;
}
.month th {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #AAAAAA;
}


#calendar td {
	width: 60px;
	height:60px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	overflow:hidden;
}

.month td {
	width: 10px;
	height:10px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	overflow:hidden;
	padding:6px;
}

#calendar td a, .month td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, #calendar td a:visited, .month td a:link, .month td a:visited  {
	color: #859F41;
}

#calendar td a:hover, #calendar td a:active, .month td a:hover, .month td a:active  {
	color: #516127;
}

#calendar td:hover, .month td:hover{
	background-image:url(../images/calhoverbg.jpg); background-repeat:repeat-x; background-position:bottom;
	}

.cal_not_in_month, .out {
	background-color: #F2F2F2;
}

.event_list li { font-size:11px; }