/*
 * FullCalendar v1.5.2 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: Sun Aug 21 22:06:09 2011 -0700
 *
 */

	
.fc table {
	font-size: 1em;
	}
	

.fc th {
	padding: 2px 3px 4px 0;
	border-left: 1px solid #000000;
	text-align:right;
	}
	


/* Header
------------------------------------------------------------------------*/
.fc-header {

	}

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	text-align: left;
	}
	
	
.fc-button-prev ,
.fc-button-next {
	margin:0px;
	padding:0px 6px;
}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	text-align: right;
	}
.fc-header h2  {
	letter-spacing: 1px;
	font-size: 18px;
	text-transform: none;

	
	}	
	
/* Content
------------------------------------------------------------------------*/


.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	

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

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	}
	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {

	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	color: #e40023;
	}
	
.fc-state-down,
.fc-state-down .fc-button-inner {
	border-color: #eee;
	}
	
.fc-state-active,
.fc-state-active .fc-button-inner {
	color: #eee;
	}
	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/

a.fc-event  {
	display:block;
	height:30px;
	border:solid #6f1422 1px;
	padding:0;
	margin:0px 0px 0 0px;
	text-decoration: none;
	background-color: rgba(228, 0, 35, 0.4);
	-moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
	}
	
a:hover.fc-event  {

	background-color: rgba(228, 0, 35, 0.8);
	}

.fc-event-title {

	display:none ;
	}
.fc-event-inner {

	border-style: none;
	border-width: 0;
	overflow: hidden;
	}


/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-day-number {
	font-size: 18px;
	float:right;
	padding: 2px 2px;
	z-index:100;
	}
	
.fc-grid {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	color:#444;
	}
	
.fc-grid .fc-day-content {
	height:30px;
	padding: 0; /* distance between events and day edges */
	}
	
.fc-today  {
	}	
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
	
	

	