#calendar {
	width:500px;
	position:relative;
}

/* Titlebar */

#calendar #calendar_titlebar {
	height:30px;
	background:url(/images/calendar_titlebar_bg.gif) repeat-x;
	-webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#calendar #calendar_titlebar #calendar_titlebar_arrow_left {
	float:left;
	background-image:url(images/calendar_titlebar_arrow_left.png);
}

#calendar #calendar_titlebar #calendar_titlebar_arrow_right {
	float:right;
	background-image:url(images/calendar_titlebar_arrow_right.png);
}

#calendar #calendar_titlebar .calendar_titlebar_arrow {
	width:29px;
	height:30px;	
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	display:inline;
}

#calendar #calendar_titlebar .calendar_titlebar_arrow:hover {
	background-position:0px -30px;
}

#calendar #calendar_titlebar .calendar_titlebar_arrow:active {
	background-position:0px -60px;
}

#calendar #calendar_titlebar #calendar_titlebar_corner_left {
	float:left;
	background-image:url(/images/calendar_titlebar_corner_left.gif);
}

#calendar #calendar_titlebar #calendar_titlebar_corner_right {
	float:right;
	background-image:url(/images/calendar_titlebar_corner_right.gif);
}

#calendar #calendar_titlebar .calendar_titlebar_corner {
	width:29px;
	height:30px;	
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	display:inline;
}

#calendar #calendar_titlebar #calendar_titlebar_text {
	float:left;
	width:440px;
	font-size:12px;
	height:30px;
	color:#6b6b6b;
	text-align:center;
	line-height:30px;
	text-shadow:0 1px 0 #FDFDFD;
}

/* Container */

#calendar #notice_offset {
	font-size:10px;
	color:#828282;
	padding-left:14px;
	line-height:10px;
	background:url(/images/icon_bulb_sm.gif) no-repeat;
	margin-bottom:10px;
}

#calendar #notice_offset strong{
	color:#000;
}

#calendar #calendar_container {
	width:500px;
	height:254px;
	border-bottom:1px solid #c2c2c2;
	overflow:hidden;
	position:relative;
}

#calendar #calendar_container #calendar_progress {
	width:156px;
	height:14px;
	margin:110px 0px 0px 172px;
	background:url(/images/progress.gif) no-repeat;
}

#calendar #calendar_container_inner {
	position:relative;
}

#calendar .calendar_week {
	width:500px;
	height:254px;
	position:absolute;
}

/* Slider */
#repeat_slider  {
	width:64px;
	height:16px;
	float:left;
	position:relative;
	background:url(/images/slider_bg.png) no-repeat;
	cursor:pointer;
}

#repeat_slider_slider {
	width:33px;
	height:16px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(/images/slider_slider.png) no-repeat;
}

/* Menu */

#calendar #calendar_menu {
	margin-top:21px;
	width:500px;
	height:15px;
}

#calendar #calendar_menu #calendar_prevweek {
	width:90px;
	height:10px;
	background-image:url(/images/calendar_menu_prevweek.gif);
	margin:4px 0px 0px 0px;
	line-height:10px;
}

#calendar #calendar_menu_col_left {
	float:left;
	width:90px;
	margin-right:45px;
}

#calendar #calendar_menu #repeat {
	float:left;
	width:250px;
	color:#7c7c7c;
	font-size:10px;
	font-weight:bold;
	line-height:10px;
	padding-top:3px;
}

#calendar #calendar_menu #repeat span {
	float:left;
	margin-right:10px;
	margin-top:2px;
}

#calendar #calendar_menu #calendar_nextweek {
	float:right;
	width:70px;
	height:10px;
	background-image:url(/images/calendar_menu_nextweek.gif);
	margin-top:4px;
	display:inline;
	line-height:10px;
}

#calendar #calendar_menu #calendar_undo {
	float:left;
	width:15px;
	height:10px;
	background:url(/images/calendar_menu_undo.gif) no-repeat;
	margin-right:16px;
	margin-top:2px;
}

#calendar #calendar_menu #calendar_erase {
	float:left;
	width:16px;
	height:15px;
	background-image:url(/images/calendar_menu_erase.gif);
	background-repeat:no-repeat;
	margin-right:68px;
}

#calendar #calendar_menu #calendar_erase.active {
	background-position: 0px -15px;
}

#calendar #calendar_menu .calendar_nav {
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	height:10px;
	font-size:0px;
}

#calendar #calendar_menu .calendar_nav:hover {
	background-position:0px -10px;
}

#calendar .column {
	float:left;
	width:67px;
}

#calendar .column_left {
	float:left;
	width:31px;
}

/* Cells */

#calendar .calendarCell {
	width:66px;
	height:15px;
	float:left;
	border-right:1px solid #e6e6e6;
	background-color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:15px;
	color:#7a7a7a;
	cursor:pointer;
	-moz-user-focus: ignore; -moz-user-input: disabled; -moz-user-select: none;
	-khtml-user-select: none;
	-o-user-select:none;
}

#calendar .calendarLeftCell {
	width:29px;
	height:15px;
	float:left;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	background-color:#ffffff;
	font-size:9px;
	font-weight:bold;
	color:#a3a3a3;
	line-height:15px;
	text-align:center;
}

#calendar .calendarHeader {
	height:14px;
	padding-top:2px;
	line-height:14px;
}

#calendar .calendarCell.alt {
	background-color: #fafafa;
}

#calendar .calendarCellToday {
	background-color: #fcf1f1;
	color:#b25252;
}

#calendar .calendarCellThisHour{
	color:#b25252;
}

#calendar .calendarCellToday.alt_today {
	background-color: #f8eded;
}

#calendar .calendarCellSelected {
	background-color:#78d666;
	border-bottom:1px solid #ffffff;
	height:14px;
	line-height:12px;
	font-size:0px;
}

#calendar .calendarCellSelectedPast {
	background-color: #d6f3d1;
	border-bottom:1px solid #ffffff;
	height:14px;
	line-height:12px;
	font-size:0px;
}

#calendar .calendarCell.alt.hover:hover {
    background-color: #d6f3d1;
    border-bottom:1px solid #ffffff;
    height:14px;
}

#calendar .calendarCell.hover:hover {
    background-color: #d6f3d1;
    border-bottom:1px solid #ffffff;
    height:14px;
}

#calendar .calendarCellSelected.hover:hover {
    background-color: #5bcd45;
    border-bottom:1px solid #ffffff;
    height:14px;
}

/* Balloon */
#balloon {
	width:272px;
	height:95px;
	background:url(/images/balloon.png) no-repeat;
	position:absolute;
	z-index:9999;
	color:#838383;
	padding-left:30px;
	padding-right:32px;
	padding-top:14px;
	cursor:pointer;
}

#balloon #balloon_title {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	margin-bottom:5px;
}

#balloon #balloon_html {
	font-size:10px;
	line-height:10px;
}

#balloon_sm {
	width:176px;
	height:73px;
	padding-left:8px;
	padding-top:8px;
	position:absolute;
	z-index:90000;
	color:#838383;
	line-height:12px;
	color:#878787;
	font-size:10px;
	font-weight:bold;
	background:url('images/balloon_sm_new.png') no-repeat;
}

#balloon_sm.mirror {
	background:url('images/balloon_sm_new_mirror.png') no-repeat;
}

#balloon_sm  #balloon_sm_html{
	margin-bottom:6px;
	margin-left:4px;
	text-align:left;
}

#balloon_sm  #balloon_sm_html span.green {
  color:#390;
}
#balloon_sm  #balloon_sm_html span.orange {
  color:#f60;
}
#balloon_sm  #btn_tischen{
	width:123px;
	height:27px;
	background:url(/images/btn_tischen.gif) no-repeat;
	cursor:pointer;
}

#balloon_sm.mirror  #balloon_sm_html{
	margin-left:70px;
	text-align:left;
}

#balloon_sm.mirror  #btn_tischen{
	margin-left:35px;
}
