/*
 * FullCalendar v1.5.4 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Tue Sep 4 23:38:33 2012 -0700
 *
 */

.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}


/* Header
------------------------------------------------------------------------*/

.fc-header { background: #aeaeae url(../img/fc-bar-bg.png) repeat-x top; height: 38px; border-bottom: 1px solid #939393; position: relative}

.fc-header-left {
	text-align: left;
	float:left;
	margin: 6px 0 0 12px;
	}
	
.fc-header-center, .header-center {
	text-align: center;
	text-shadow: 0 0 1px #fff;
	height: 38px;
	line-height: 38px;
	float:left;
	}

.header-center {width: 60%;}
.header-center h2 {font-size: 18px}
.fc-header-center h2 { margin: 0;}
	
.fc-header-right {
	text-align: right;
	float:right;
	margin: 6px 5px 0 0;
	position:absolute; 
	z-index: 13;
	right: 5px;
	top: 0;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	float:left;
	}
	
.fc-header-right	.fc-header-title {
	display: inline-block;
	vertical-align: top;
	float:left;
	width: 190px;
	text-align:center;
	}
	
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 26px;
	text-shadow: 0 0 1px #fff;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header-filter { 
	border-left: 1px solid #666;
    display: block;
    float: left;
    margin-left: 0;
	margin-top: 2px;
    overflow: hidden;
    padding-left: 15px;
    width: 145px;}
	
.fc-header-filter label {width: 45px; text-align:left;}
/* buttons edges butting together */

.fc-header .fc-corner-right {
	margin-right: 10px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ccc;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	border: 2px solid #ffbb3a !important;
	}
	
.fc-state-highlight .fc-day-number { background: #ffbb3a; width: 121px; font-weight: bold}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}

/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: block;
	cursor: pointer;
	height: 25px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	float:left;
	overflow:hidden;
	margin-right: 10px;
	}

.fc-button-today { margin-right: 0 !important}
/* icon (for jquery ui) */
	
/* button states (determines colors)  */
	
.fc-state-default, a.fc-state-default {
	border-style: solid;
	border-width: 1px;
	border-color: #979797 #9c9c9c #dbdbdb;
	background: url(../img/fc-bar-bg.png) repeat-x center;
	color: #484d52;
	line-height: 24px;
	padding: 0 15px;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 0 1px #fff;
	text-transform:capitalize;
	}
	
a.fc-state-default:hover {text-decoration: none; color: #1d4971;	}
	
.fc-state-hover {
	border-color: #838383 #999 #dbdbdb;
	color: #1d4971;
	background: url(../img/sprites/icons.png) no-repeat center;
	text-decoration: none;
	}
	
.fc-state-active, .fc-state-disabled  {
	border-color: #979797 #a9a9a9 #dbdbdb;
	background: #b4b4b4;
	color: #1d4971 !important;
	-moz-box-shadow:    inset 3px 0 5px #878787;
    -webkit-box-shadow: inset 3px 0 5px #878787;
    box-shadow:         inset 3px 0 5px #878787;
	cursor: default;
	}

	
.fc-button-prev, .fc-button-next, .fc-state-default span.back {
	border: none;
	background: url(../img/sprites/icons.png) no-repeat center;
	padding: 0 8px;
	text-indent: -9999px;
	font-size: 0;
	width: 10px;
	display:block;
}

.fc-state-default span.back { height: 22px; background-position: 2px -246px; margin-left: -12px; }
.fc-state-default:hover span.back {background-position: 2px -317px;}


.fc-button-prev { float: left; background-position: 9px -245px; margin-left: 0; }
.fc-button-next { float: left; background-position: 10px -280px;}

#minCal .fc-button-prev.fc-state-hover, .fc-button-prev.fc-state-hover, .fc-state-default:hover { background-position: 9px -316px;}
#minCal .fc-button-next.fc-state-hover, .fc-button-next.fc-state-hover, .fc-state-default.fc-button-next:hover { background-position: 10px -351px;}
.fc-button-today.fc-state-hover {background: none;}

#minCal .fc-button-prev.fc-state-hover {background-position: 5px -316px;}
.fc-button-agendaDay.fc-state-default.fc-state-hover, .fc-button-month.fc-state-default.fc-state-hover  {background-image: none;}

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .9em;
	cursor: default;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
a.fc-event {
	text-decoration: none;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	color: #333;
	border: none;          
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	margin-left: 3px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	width: 200px !important;
	float:left
	}
	

	
/* 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 */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
table.fc-border-separate tr th.fc-widget-header {
	background: #e3e3e3;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: left;
	padding: 2px 10px;
	}
	
.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 */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.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-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 22px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	
/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	width: 897px !important
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .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);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
/*---Mini Calendar ---*/
#minCal .fc-header { background:#1d4971; height: 37px; border-top: 1px solid #4076a7; }
#minCal .fc-header-center { width: auto; height: 34px; margin-top: 4px;}
#minCal .fc-header-center h2 { color: #fff; text-shadow: 0 0 1px #000; font-size: 14px;}
#minCal .fc-button-prev { background-position: 5px -386px; margin-left: 4px;}
#minCal .fc-button-next { background-position: 10px -421px;}
#minCal .fc-header .fc-corner-left { margin-left: 6px;}
#minCal .fc-header-title { width: 168px; text-align: center}
#minCal .fc-state-highlight {background: #e0e0e0; color: #368dcb; border: none !important; border-top: 1px solid #CCC !important; border-left: 1px solid #CCC !important;}
#minCal .fc-state-highlight .fc-day-number { background: none; width: auto; padding-top: 4 !important; height: 8px !important }
#minCal .fc-grid .fc-day-number {float: none; text-align: center;}

#minCal .fc-grid .fc-corner-left { margin-left: 11px !important;}
#minCal .fc-grid .fc-day-content {width: 8px !important; height: 12px !important;}
#minCal .fc-grid .fc-event { background:url(../img/event-dot.png) no-repeat; width: 8px !important; height: 8px !important; text-indent: -9999px;}
#minCal .fc-grid .fc-border-separate td { padding-top: 3px;}
.agenda-ctn { height: 1142px !important; border-bottom: 1px solid #ccc;}
.fc-event-inner {margin-left: -3px !important;}
.fc-event-number {overflow: hidden; height: 18px; margin: 2px 0}
.fc-event-number span {line-height: 18px;}
.fc-event-icon {float: left; margin: 0 8px 0 5px;}
.fc-event-info { padding: 0 0 0 20px;}
.fc-event-day-icon {width: 22px; float: left; margin: 10px 5px 0 10px;}
.fc-event-info h3 { margin: 0;}

.fc-view-agendaDay .fc-event-hori {position: static !important; width: auto !important; margin-right: 7px !important;}
.fc-view-agendaDay .fc-event-hori h3.fc-event-title {min-width: 150px; line-height: 1.4; padding-right: 5px; margin-top: 3px}
.fc-view-agendaDay .fc-event-inner {background: #c0d4e5; border-left: 5px solid #406081;  margin-right: 4px !important; min-height: 30px !important; overflow:hidden; padding-top: 3px}
.fc-view-agendaDay .allday-agenda .fc-event-inner { margin-top: 2px !important; height: 33px !important; overflow:hidden}
.fc-view-agendaDay .allday-agenda .fc-event-hori h3.fc-event-title {line-height: 1.1; margin-top: 0 }
.fc-view-agendaDay .fc-event-day-icon {margin-left: 5px;}

#minCal .fc-event-info {background: none; border: none}

.fc-cell-day {cursor: pointer}



	
	