/* calendar */
#calendar_overlay {
	background:#fe37c1;
	width:915px;
	min-height:544px;
	padding:0 0 20px 0;
	position:absolute;
	right:-18px;
	top:25px;
	z-index:77;
}

#calendar_header {
	height:165px;
	overflow:hidden;
	position:absolute;
	left:300px;
	top:0;
	width:570px;
}

#calendar_title,
#calendar_subtitle,
#calendar_filter,
#calendar_view_switch {
	left:75px;
	top:15px;
	position:absolute;
	text-align:center;
	width:420px;
}

#calendar_title h1 {
	color:#000;
	font-size:36px;
	font-weight:normal;
	line-height:38px;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

#calendar_subtitle {
	top:65px;
}

#calendar_subtitle a,
#calendar_subtitle a:hover {
	color:#00F;
	text-decoration:underline;
}

#calendar_filter {
	top:115px;
}

#calendar_filter a,
#calendar_filter a:hover {
	font-size:10px;
	height:13px;
	line-height:13px;
	margin:0 10px 0 0;
	padding:0 0 0 17px;
	text-decoration:none;
	text-transform:uppercase;
}

#calendar_filter_see {
	background:url(../img/bg/calendar_filter_see.gif) no-repeat 0 0;
	color:#000;
}

#calendar_filter_see.in_active {
	background:url(../img/bg/calendar_filter_see.gif) no-repeat 0 -13px;
}

#calendar_filter_do {
	background:url(../img/bg/calendar_filter_do.gif) no-repeat 0 0;
	color:#00F;
}

#calendar_filter_do.in_active {
	background:url(../img/bg/calendar_filter_do.gif) no-repeat 0 -13px;
}

#calendar_filter_exp {
	background:url(../img/bg/calendar_filter_exp.gif) no-repeat 0 0;
	color:#FFF;
}

#calendar_filter_exp.in_active {
	background:url(../img/bg/calendar_filter_exp.gif) no-repeat 0 -13px;
}

#calendar_view_switch {
	top:140px;
}

#calendar_view_switch a {
	background:url(../img/bg/calendar_dots.gif) repeat-x left bottom;
	color:#00F;
	font-size:10px;
	line-height:15px;
	text-transform:uppercase;
}

#calendar_previous_day,
#calendar_next_day {
	background:url(../img/bg/calendar_dots.gif) repeat-x left bottom;
	color:#00F;
	cursor:pointer;
	line-height:15px;
	position:absolute;
	text-transform:uppercase;
	top:35px;
}

#calendar_previous_day {
	right:495px;
}

#calendar_next_day {
	left:495px;
}

#calendar_zoom_in,
#calendar_zoom_out {
	height:24px;
	position:absolute;
	right:24px;
	top:145px;
	width:24px;
}

#calendar_zoom_out {
	right:0;
}

.calendar_zoom_in {
	background:url(../img/bg/calendar_zoom_in.gif) no-repeat 0 0;
	cursor:pointer;
}

.calendar_zoom_out {
	background:url(../img/bg/calendar_zoom_out.gif) no-repeat 0 0;
	cursor:pointer;
}

.calendar_zoom_in_disabled {
	background:url(../img/bg/calendar_zoom_in.gif) no-repeat 0 -24px;
}

.calendar_zoom_out_disabled {
	background:url(../img/bg/calendar_zoom_out.gif) no-repeat 0 -24px;
}

#calendar_content_wrapper {
	color:#00F;
	font-size:10px;
	margin:0 0 0 180px;
	padding:170px 0 0 0;
	width:735px;
}

#calendar_content_events {
	float:left;
	width:112px;
}

.calendar_content_navigation {
	height:40px;
	position:relative;
}

#calendar_button_previous,
#calendar_button_next {
	background:url(../img/bg/calendar_button_previous.gif) no-repeat;
	height:13px;
	position:absolute;
	top:13px;
	width:16px;
	z-index:4;
}

#calendar_button_previous {
	right:20px;
}

#calendar_button_next {
	background:url(../img/bg/calendar_button_next.gif) no-repeat;
	left:15px;
}

.calendar_content_event {
	height:34px;
	line-height:13px;
	padding:7px 5px 0 0;
	text-transform:uppercase;
}

#calendar_content {
	float:left;
	overflow:hidden;
	position:relative;
	width:575px;
}

#calendar_cursor_x {
	background:#00F;
	height:2px;
	line-height:1px;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}

#calendar_cursor_y {
	background:#00F;
	bottom:0;
	line-height:1px;
	left:0;
	position:absolute;
	top:40px;
	width:2px;
	z-index:1;
}

#calendar_cursor_x img,
#calendar_cursor_y img {
	height:2px;
	width:2px;
}

#calendar_content_month,
#calendar_content_day {
	left:0;
	position:absolute;
	top:0;
}

#calendar_content table {
	border-right:1px solid #bb29d1;
}

#calendar_content th,
#calendar_content td {
	border-bottom:1px solid #bb29d1;
	border-left:1px solid #bb29d1;
	color:#00F;
	font-size:10px;
	height:40px;
	line-height:12px;
	padding:0;
	width:40px;
}

#calendar_content th {
	border-left:0;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

#calendar_content th a {
	color:#00F;
}

#calendar_content th a:hover,
#calendar_content th a.active {
	color:#FFF;
}

#calendar_content {
	color:#FFF;
	font-size:9px;
}

.calendar_filters {
	height:30px;
	margin:5px;
	width:30px;
	position:relative;
	z-index:10;
}

.calendar_filter_empty,
.calendar_filter_see,
.calendar_filter_do,
.calendar_filter_exp {
	cursor:pointer;
	float:left;
	line-height:1px;
	position:absolute;
}

.calendar_filter_empty,
.calendar_filter_see {
	background:#000;
	height:30px;
	width:30px;
	z-index:20;
}

.calendar_filter_empty {
	background:none;
	cursor:default;
}

.calendar_filter_empty img,
.calendar_filter_see img {
	height:30px;
	width:30px;
}

.calendar_filter_do {
	background:#00F;
	left:5px;
	height:20px;
	top:5px;
	width:20px;
	z-index:30;
}

.calendar_filter_do img {
	height:20px;
	width:20px;
}

.calendar_filter_exp {
	background:#FFF;
	left:10px;
	height:10px;
	top:10px;
	width:10px;
	z-index:40;
}

.calendar_filter_exp img {
	height:10px;
	width:10px;
}

#calendar_content_empty {
	float:left;
	position:relative;
	width:48px;
}

#calendar_content_empty_column {
	background:#fe37c1;
	height:39px;
	left:-1px;
	position:absolute;
	top:0;
	width:1px;
}

#calendar_content_day table {
	border-top:1px solid #bb29d1;
	z-index:1;
}

#calendar_content_day_times {
	height:40px;
	margin-left:-20px;
	margin-top:-1px;
}

#calendar_content_day_times table,
#calendar_content_day_times td {
	border:0;
	padding:0;
}

#calendar_content .calendar_content_day_times td,
#calendar_content .calendar_content_day_times_zoomed td {
	border-bottom:1px solid #fe37c1;
	border-left:1px solid #fe37c1;
	width:37px;
}

#calendar_content .calendar_content_day td {
	width:37px;
}

#calendar_content .calendar_content_day_times_zoomed td,
#calendar_content .calendar_content_day_zoomed td {
	width:74px;
}

#calendar_content .calendar_content_day td img,
#calendar_content .calendar_content_day_zoomed td img {
	height:40px;
	width:37px;
}

#calendar_content .calendar_content_day_zoomed td img {
	width:74px;
}

#calendar_content_day_time_left img,
#calendar_content_day_time_right img,
#calendar_content .calendar_content_day_times td img,
#calendar_content .calendar_content_day_times_zoomed td img {
	height:40px;
	width:37px;
}

#calendar_content .calendar_content_day_times_zoomed td img {
	margin:0 37px 0 0;
}

#calendar_content_day_time_left,
#calendar_content_day_time_right {
	height:40px;
	left:273px;
	position:absolute;
	top:169px;
	width:37px;
	z-index:3;
}

#calendar_content_day_time_right {
	left:844px;
}

#calendar_content_day_events {
	left:1px;
	position:absolute;
	top:40px;
	z-index:2;
}

.calendar_content_day_event {
	height:40px;
	left:0;
	position:absolute;
}

.calendar_content_day_event_see,
.calendar_content_day_event_do,
.calendar_content_day_event_exp {
	background:#000;
	color:#FFF;
	height:36px;
	left:0;
	margin:2px 0 0 0;
	overflow:hidden;
	position:absolute;
	top:0;
}

.calendar_content_day_event_do {
	background:#00F;
}

.calendar_content_day_event_exp {
	background:#FFF;
	color:#000;
}

.calendar_content_day_event_see div,
.calendar_content_day_event_do div,
.calendar_content_day_event_exp div {
	padding:2px 5px;
}

#calendar_event_popup {
	color:#000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	left:0;
	position:absolute;
	top:0;
	width:376px;
	z-index:1000;
}

#calendar_event_popup div {
	text-align:center;
}

#calendar_event_popup_img {
	background:#fe37c1;
	border:2px solid #00F;
	border-right:0;
	height:211px;
	position:absolute;
	width:164px;
	z-index:1;
}

#calendar_event_popup_img img {
	height:211px;
	width:164px;
}

#calendar_event_popup_txt {
	background:#fe37c1;
	border:2px solid #00F;
	min-height:171px;
	padding:20px;
	position:absolute;
	width:166px;
	z-index:1;
}

#calendar_event_popup_close {
	background:#fe37c1 url(../img/bg/calendar_popup_close.gif) no-repeat 0 0;
	height:17px;
	position:absolute;
	right:2px;
	top:2px;
	width:17px;
	z-index:2;
}

#calendar_event_popup_close:hover {
	background:#fe37c1 url(../img/bg/calendar_popup_close.gif) no-repeat 0 -17px;
}

#calendar_event_popup_loader,
#calendar_content_loader {
	height:30px;
	position:absolute;
	width:30px;
	z-index:1000;
}

#calendar_event_popup_title {
	background:#00F;
	color:#fe37c1;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:5px;
	text-transform:uppercase;
}

#calendar_event_popup_link a {
	background:url(../img/bg/calendar_dots.gif) repeat-x left bottom;
	color:#00F;
	text-transform:uppercase;
}

.calendar_event_popup_date_see,
.calendar_event_popup_date_do,
.calendar_event_popup_date_exp {
	color:#000;
	display:block;
	padding:8px 0 10px 0;
}

.calendar_event_popup_date_see:hover,
.calendar_event_popup_date_do:hover,
.calendar_event_popup_date_exp:hover {
	color:#00F;
}

.calendar_event_popup_date_see {
	background:url(../img/bg/calendar_event_popup_date_see.gif) no-repeat center bottom;
}

.calendar_event_popup_date_do {
	background:url(../img/bg/calendar_event_popup_date_do.gif) no-repeat center bottom;
}

.calendar_event_popup_date_exp {
	background:url(../img/bg/calendar_event_popup_date_exp.gif) no-repeat center bottom;
}

#calendar_blocker {
	background:#000;
	bottom:0;
	filter:alpha(opacity=0);
	left:0;
	opacity:0;
	position:fixed;
	right:0;
	top:0;
	z-index:1000;
}

#calendar_filter {
	height:20px;
	margin:0 0 20px 0;
}

#calendar_debugger {
	background:red;
	border:1px solid #FFF;
	bottom:10px;
	color:#FFF;
	display:none;
	font-size:10px;
	height:200px;
	padding:5px;
	position:fixed;
	right:10px;
	width:200px;
}

.visible {
	visibility:visible;
}

.hidden {
	visibility:hidden;
}