/*
 * FullCalendar v1.4.6 Stylesheet
 *
 * Feel free to edit this file to customize the look of FullCalendar.
 * When upgrading to newer versions, please upgrade this file as well,
 * porting over any customizations afterwards.
 *
 * Date: Mon May 31 10:18:29 2010 -0700
 *
 */
 
.events-calendar {
	background: url("/sites/all/themes/cti_flex/images/fullcalendar/event-title-bg.gif") repeat-x;
	padding-top: 90px;
	text-indent: -9999px;
}

.events-calendar h4,
.events-calendar p {
	display: none;
}

#calendar table,
#calendar1 table {
	border-collapse: separate;
}

#calendar div.fc-content,
#calendar1 div.fc-content {
	border: 1px solid #BBB;
}

#calendar,
#calendar1 {
	margin:10px 0;
	max-height: 750px;
	overflow: auto;
}

.deal-finder {
 width:387px;
 height:94px;
 background: url(/sites/all/themes/cti_flex/images/billboard.png) 0px -325px no-repeat;
 text-indent: -9999px;
}

#calendar-top {
 margin-bottom:10px;
 padding-left:19px;
 padding-bottom:10px;
 font-weight: bolder;
 border:0;
 font-size:14px;
 line-height:20px;
}
#calendar-top form {
	margin-bottom:8px;	
}
#calendar-top p{
	margin-bottom:inherit;
}
#calendar-top form select{
	vertical-align: top;
	margin-top:2px;
}
.number {
	font-size:20px;
	font-weight:bolder;
	color: #3F7DB9;
}
.fc,
.fc .fc-header,
.fc .fc-content {
	font-size: 1em;
	background-color:white;
	padding-top:0px;
	}
	
.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
.fc td, .fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/
	
table.fc-header {
	width: 100%;
	margin-bottom:0;
	padding-bottom:0;
	background: url(/sites/all/themes/cti_flex/images/billboard.png) 0px -588px no-repeat bottom;
}
	
.fc-header-left {
	width: 25%;
	}
	
.fc-header-left table {
	float: left;
	margin-bottom:2px;
	}
	
.fc-header-center {
	width: 50%;
	text-align: center;
	}
.fc-header-center h2 {
	padding-top: 4px;	
}
.fc-header-center table {
	margin: 0 auto;
	}
	
.fc-header-right {
	width: 25%;
	}
	
.fc-header-right table {
	float: right;
	margin-bottom:2px;
	}
	
.fc-header-title {
	margin-top: 0;
	white-space: nowrap;
	text-align:center;
	}
	
.fc-header-space {
	padding-left: 10px;
	}
	
/* right-to-left */

.fc-rtl .fc-header-title {
	direction: rtl;
	}



/* Buttons
------------------------------------------------------------------------*/

.fc-header .fc-state-default,
.fc-header .ui-state-default {
	margin-bottom: 1em;
	cursor: pointer;
	}
	
.fc-header .fc-state-default {
	border-width: 1px 0;
	padding: 0 1px;
	}
	
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
	/* border-style: solid; */
	}
div.fc-button-prev {
	background-image: url("../images/btn_calendar_prev.png");
	background-repeat: no-repeat;
	border: none !important;
	text-indent: -3000px;	
}
div.fc-button-next {
	background-image: url("../images/btn_calendar_next.png");
	background-repeat: no-repeat;
	border: none !important;
	text-indent: -3000px;	
}
.fc-header td a span {
	border: none !important;	
}
.fc-header .fc-state-default a {
	/*border-width: 0 1px;*/
	display: block;
	height: 29px;
	margin: 0 -1px;
	width: 100%;
	text-decoration: none;
	}
	
.fc-header .fc-state-default span {
	display: block;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	padding: 3px 5px;
	}
	
.fc-header .ui-state-default {
	padding: 4px 6px;
	}
	
.fc-header .fc-state-default span,
.fc-header .ui-state-default span {
	white-space: nowrap;
	}
	
/* for adjacent buttons */
	
.fc-header .fc-no-right {
	padding-right: 0;
	}
	
.fc-header .fc-no-right a {
	margin-right: 0;
	border-right: 0;
	}
	
.fc-header .ui-no-right {
	border-right: 0;
	}
	
/* for fake rounded corners 
	
.fc-header .fc-corner-left {
	margin-left: 1px;
	padding-left: 0;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px;
	padding-right: 0;
	}
*/	
/* DEFAULT button COLORS */
	
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
	/*border-color: #777;*/ /* outer border */
	color: #333;
	}

.fc-header .fc-state-default span {
	/* border-color: #fff #fff #d1d1d1; inner border */
	/* background: #e8e8e8; */
	}
	
/* PRESSED button COLORS (down and active) */
	
.fc-header .fc-state-active a {
	color: #fff;
	}
	
.fc-header .fc-state-down span,
.fc-header .fc-state-active span {
	background: #888;
	border-color: #808080 #808080 #909090; /* inner border */
	}
	
/* DISABLED button COLORS */
	
.fc-header .fc-state-disabled a {
	color: #999;
	}
	
.fc-header .fc-state-disabled,
.fc-header .fc-state-disabled a {
	border-color: #ccc; /* outer border */
	}
	
.fc-header .fc-state-disabled span {
	border-color: #fff #fff #f0f0f0; /* inner border */
	background: #f0f0f0;
	}
	
	
	
/* Content Area & Global Cell Styles
------------------------------------------------------------------------*/
	
.fc-widget-content {
	border: 1px solid #888; /* outer border color */
	}
	
.fc-content {
	clear: both;
	overflow:hidden !important;
	}
	
.fc-content .fc-state-default {
	border-style: solid;
	border-color: #ccc; /* inner border color */
	background-color:#FFFFFF
	}
	
.fc-content .fc-state-highlight { /* today */
	/*background: #ffc;*/ /*commented this*/
	}
	
.fc .fc-content td.fc-not-today {
	border-top-color: #CCC;
	border-width: 1px;
	border-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-collapse:separate !important;
	background: #DDD url("/sites/all/themes/cti_flex/images/fullcalendar/cal-not-today-bg.gif") repeat-x;
	}
	
.fc .fc-content td.fc-today {
	border-top-color: #45484F;
	border-left-color: #45484F;
	border-width: 1px;
	border-style: solid;
	background: #F7F7F7 url("/sites/all/themes/cti_flex/images/fullcalendar/cal-today-bg.gif") repeat-x;
}
							 

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	
.fc-view { /* prevents dragging outside of widget */
	width: 100%;
	overflow: hidden;
	}
	
	
	
/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event,
.fc-agenda .fc-event-time,
/*.fc-event a */{
	border-style: solid; 
	border-color: #3C76B5;     /* default BORDER color (probably the same as background-color) */
	background-color: #4A90C4; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	font-size:13px;
	font-weight:bold;
	text-shadow:1px 1px 1px #333;
}
	
	/* Use the 'className' CalEvent property and the following
	 * example CSS to change event color on a per-event basis:
	 *
	 * .myclass,
	 * .fc-agenda .myclass .fc-event-time,
	 * .myclass a {
	 *     background-color: black;
	 *     border-color: black;
	 *     color: red;
	 *     }
	 */
	 
.fc-event {
	text-align: left;
	}
	
.fc-event a {
	display:inline;
	font-size:10pt;
	line-height:normal !important;
	padding:0px;
	margin:0px;
	border:0px;
	color:white;
	text-decoration:underline;
	background-color:none;
}

	
.fc-event-editable {
	cursor: pointer;
	}
	
.fc-event-time,
.fc-event-title {
font-weight:normal;
font-size:12pt;
color:#fff;
	padding: 0 1px;
	white-space:nowrap;
	overflow:hidden !important;
	text-shadow: 1px 1px 1px #333333;
	}
	
/* for fake rounded corners */

/* .fc-event a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	}
*/
	
/* right-to-left */

.fc-rtl 
/*.fc-event a */ {
	text-align: right;
	}
	
/* resizable */
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	border: 0 !important; /* important overrides pre jquery ui 1.7 styles */
	background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-top: 1px solid #3c76b5;
	border-left: 1px solid #3c76b5;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin-bottom: 1px;
	overflow:hidden;
	padding: 0px 3px;
	}
	
.fc-event-hori a {
	border-width: 0;
	text-decoration: none !important;
	}
	
/* for fake rounded corners */
	
.fc-content .fc-corner-left {
	margin-left: 1px;
	text-decoration: none !important;
	}
	
.fc-content .fc-corner-left a {
	margin-left: -1px;
	border-left-width: 1px;
	text-decoration: none !important;
	}
	
.fc-content .fc-corner-right {
	margin-right: 1px;
	text-decoration: none !important;
	}
	
.fc-content .fc-corner-right a {
	margin-right: -1px;
	border-right-width: 1px;
	text-decoration: none !important;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	



/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid table {
	width: 100%;
	margin-bottom:0;
	}
	
.fc .fc-grid th {
	text-align: center;
	border-top-color: #CCC;
	border-width: 1px;
	border-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #BBB;
	border-left-color: #FFF;
	border-collapse:separate !important;
	background: #DDD url("/sites/all/themes/cti_flex/images/fullcalendar/cal-not-today-bg.gif") repeat-x 0 -60px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #FFF;
	}
	
.fc .fc-grid td {
	border-width: 1px 0 0 1px;
	}
	
.fc-grid th.fc-leftmost/*,
.fc-grid td.fc-leftmost*/ {
	border-left: 0;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	text-shadow: 1px 1px 0px #FFF;
	}
	
.fc-grid .fc-other-month .fc-day-number {
opacity: 0.3;
filter: alpha(opacity=30); /* for IE */
/* opacity with small font can sometimes look too faded
   might want to set the 'color' property instead
   making day-numbers bold also fixes the problem */
}

#calendar .fc-week5 .fc-other-month {
display:none;
}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 0; /* distance between events and day edges */
	}
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */

.fc-rtl .fc-grid {
	direction: rtl;
	}
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc .fc-agenda th,
.fc .fc-agenda td {
	border-width: 1px 0 0 1px;
	}
	
/*.fc .fc-agenda .fc-leftmost {
	border-left: 0;
	}*/
	
.fc-agenda tr.fc-first th,
.fc-agenda tr.fc-first td {
	border-top: 0;
	}
	
.fc-agenda-head tr.fc-last th {
	border-bottom-width: 1px;
	}
	
.fc .fc-agenda-head td,
.fc .fc-agenda-body td {
	background: none;
	}
	
.fc-agenda-head th {
	text-align: center;
	}
	
/* the time axis running down the left side */
	
.fc-agenda .fc-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
	}
	
/* all-day event cells at top */
	
.fc-agenda-head tr.fc-all-day th {
	height: 35px;
	}
	
.fc-agenda-head td {
	padding-bottom: 10px;
	}
	
.fc .fc-divider div {
	font-size: 1px; /* for IE6/7 */
	height: 2px;
	}
	
.fc .fc-divider .fc-state-default {
	background: #eee; /* color for divider between all-day and time-slot events */
	}

/* body styles */
	
.fc .fc-agenda-body td div {
	height: 20px; /* slot height */
	}
	
.fc .fc-agenda-body tr.fc-minor th,
.fc .fc-agenda-body tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert a {
	border-width: 0;
	}
	
/* for fake rounded corners */
	
.fc-content .fc-corner-top {
	margin-top: 1px;
	}
	
.fc-content .fc-corner-top a {
	margin-top: -1px;
	border-top-width: 1px;
	}
	
.fc-content .fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-content .fc-corner-bottom a {
	margin-bottom: -1px;
	border-bottom-width: 1px;
	}

	
/* event content */
	
.fc-event-vert span {
	display: block;
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert span.fc-event-time {
	white-space: nowrap;
	_white-space: normal;
	overflow: hidden;
	border: 0;
	font-size: 10px;
	}
	
.fc-event-vert span.fc-event-title {
/*	line-height: 13px; */
	}
	
.fc-event-vert span.fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
	
.cal_event_Arts {
background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:underline;
}

.cal_event_Conventions {
background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:underline;
}

.cal_event_Fashion {
background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:underline;
}

.cal_event_Festival {
background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:underline;
}
.cal_event_Cultural {
background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:underline;
}


.cal_event_Holiday {
background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:underline;
}

.cal_event_Music {
background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:underline;
}

.cal_event_Outdoor {
background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:underline;
}

.cal_event_Parade {
background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:underline;
}

.cal_event_Sports {
background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:underline;
}

.cal_event_ {
/*background: #7A9CD0 url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x;*/
background: #4a90c4;
border-radius
color:white;
margin-bottom:6px !important;
cursor:hand;
/*text-decoration:underline;*/
}

#calendar1 .event_highlight {
background: #4384bd /*url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x*/;
border-radius
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:none;
}

#calendar1 .fc-event {
background: #4384bd /*url("/sites/all/themes/cti_flex/images/fullcalendar/event-bg.gif") repeat-x */;
border-radius
color:white;
margin-bottom:6px !important;
cursor:hand;
text-decoration:none;
font-size: 13px;
color: #FFF;
}

#calendar1 .fc-event-time, 
#calendar1 .fc-event-title {
	font-size: 13px;
	color: #FFF;
}


/* STYLES ADDED BY LEYLA FEB 16 2011*/
.fc-agenda-bg {
	position: absolute;
	z-index: 1;
}

.fc-agenda-head.relative {
	position: relative;
	z-index:4;
}

.all_day_event {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.title_position {
	/*position: absolute;
	left: 2px;
	top: 49px;
	width: 265px;*/
	z-index: 8;
}

.display_title {
	position: relative;
}

.event_highlight {
	position: absolute;
	z-index: 8;
}

