@charset "utf-8";

div#body{
	position:relative;
}

.timeline-band{
	background:none !important;
}

.timeline-band-1 .timeline-ether-bg{
	background:none !important;
}

.timeline-event-icon{
    padding-left:5px;
}

#calendar-header .timeline-copyright{
    display:none;
}

#calendar-header{
	position:relative;
	width:868px;
	border:1px solid #c8c8c8;
    border-bottom:none;
	height:70px;
	overflow:hidden;
}

#calendar{
	position:relative;
	width:868px;
	border:1px solid #c8c8c8;
    border-top:none;
	height:450px;
	overflow:hidden;
}

#calendar .timeline-date-label{
    display:none;
}

#band{
	position:absolute;
	left:0px;
}

#calendar #year{
	position:absolute;
	font-size:18px;
	font-weight:bolder;
	color:#646464;
	left:12px;
	bottom:13px;
	margin:0;
}

#band_days{
	width:100%;
	height:399px;
}

#band_days .dategrid{
	height:399px;
	width:28px;
	position:absolute;
}

#band_days .dategrid .day{
	position:absolute;
	bottom:5px;
	left:4px;
	color:#646464;
	font-size:10px;
}

#band_days .dategrid .sat{
	color:#001dff;
}

#band_days .dategrid .sun{
	color:#ff3600;
}

#band_days .odd{
	background:#fbfbfb;
}

#band_days .even{
	background:#f6f6f6;
}

#band_manths{
	position:absolute;
	width:100px;
	height:99px;
}

#band_manths .month{
	position:absolute;
	top:8px;
	font-size:11px;
	color:#646464;
}

/*
div.simileAjax-bubble-border-left-pngTranslucent,
div.simileAjax-bubble-border-right-pngTranslucent,
div.simileAjax-bubble-border-top-pngTranslucent,
div.simileAjax-bubble-border-bottom-pngTranslucent,
div.simileAjax-bubble-border-bottom-left-pngTranslucent,
div.simileAjax-bubble-border-bottom-right-pngTranslucent,
div.simileAjax-bubble-border-top-left-pngTranslucent,
div.simileAjax-bubble-border-top-right-pngTranslucent,
div.simileAjax-bubble-arrow-point-right-pngTranslucent,
div.simileAjax-bubble-arrow-point-left-pngTranslucent,
div.simileAjax-bubble-arrow-point-up-pngTranslucent,
div.simileAjax-bubble-arrow-point-down-pngTranslucent{
	background:none !important;
}
*/
.simileAjax-bubble-close-pngTranslucent{
	background:url(../images/timeline_ui_close.gif) no-repeat !important;
	width:56px !important;
	height:13px !important;
	right:-35px !important;
	top:139% !important;
	display:none;
}

div.simileAjax-bubble-contentContainer{
	border-top:none !important;
	/*padding: 21px 19px 12px 21px !important;*/
   padding-top:10px;
	overflow:visible !important;
}

div#calcontainer{
	position:relative;
	background:url(../images/bg_calender_overview.jpg) no-repeat 0 0;
}

p#calYear{
	position:absolute;
	top:2px;
	left:41px;
	font-size:12px;
	font-weight:bolder;
	color:#646464;
	z-index:100;
}

p#calYear span{
	font-size:18px;
}

.timeline-event-bubble-title{
    padding-top:12px;
	margin-bottom:10px;
}

.timeline-event-bubble-body p{
	margin-bottom:3px;
	color:#001DBF;
}

.timeline-event-bubble-body p.last-child{
	margin-bottom:13px;
}

.timeline-event-bubble-body p a{
    text-decoration:underline;
	color:#001DBF;
}

.timeline-event-bubble-body p.official,
.timeline-event-bubble-body p.internal{
	text-align:right;
}

.timeline-event-bubble-body .close{
	position:absolute;
	right:7px;
	bottom:-12px;
	width:56px;
	height:13px;
	background:url(../images/timeline_ui_close.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	margin:0;
	cursor:pointer;
}

#bodyheader h1{
	padding-top:24px;
	width:272px;
	float:left;
}

ul#festerm {
	float:right;
	padding-top:24px;
	padding-right:10px;
	width:322px;
	text-align:right;
}

ul#festerm li{
	float:right;
	width:4em;
}

ul#festerm li a{
	font-size:12px;
	font-weight:bolder;
}

#zoomButton{
	clear:both;
}

#zoomButton li{
	float:right;
	width:61px;
	height:21px;
	padding-bottom:6px;
	padding-right:6px;
	text-indent:-9999px;
}

#zoomButton li a{
	display:block;
	width:61px;
	height:21px;
	outline:none;
	background-position:0 top;
}

#zoomButton li a#zoomOut{
	background-image:url(../images/calender_ui_month.gif);
}

#zoomButton li a#zoomIn{
	background-image:url(../images/calender_ui_week.gif);
}

#zoomButton li a:hover,
#zoomButton li a.selected{
	background-position:0 bottom;
}

#slider{
	position:absolute;
	width:8px;
	height:471px;
	background:#8fccea;
	overflow:hidden;
    right:5px;
    bottom:0;
    z-index:100;
}

#slider #knob{
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:0px;
	background:#00205f;
	cursor:pointer;
}
