/* PAGE GRID */

.gce-page-grid .gce-calendar .gce-caption{ /* Caption at top of calendar */
	color:#333333;
	text-align:center;
	margin-bottom: 20px;
}

.gce-page-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	border-collapse:collapse;
	color:#979797;
	border: 3px solid #0D527E;
}

.gce-page-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	text-align: center;
	width: 14.29%;
	padding: 15px 20px 20px;
	background: #15699f;
	-webkit-box-shadow: inset 0 -5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px 0 rgba(0,0,0,0.2);
}

.gce-page-grid .gce-calendar td{ /* Day table cells */
	border:2px solid #e2e2e2;
	/*text-align:center;*/
	height:110px;
	vertical-align:top;
	padding:0;
	background: #FFFFFF;
	border-top:none;
}

.gce-page-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	/*color:#333333;*/
	/*cursor:pointer;*/
}

.gce-page-grid .gce-calendar .gce-event-info{ /* Event information */
	 /*display:none;  Important! */
}

.gce-page-grid .gce-calendar .gce-day-number{ /* Day number span */
	font-size:11px;
	padding: 11px 12px;
	line-height: 1.2;
}

.gce-page-grid .gce-calendar .gce-today { /* Table cell that represents today */
	background-color:#f0f0f0;
	color:#FFF !important;
}

.gce-page-grid .gce-calendar .gce-next,
.gce-page-grid .gce-calendar .gce-prev{ /* Previous and next month links */
	cursor:pointer;
	display:inline-block;
	/*width:3%;*/
}

.gce-page-grid .gce-calendar .gce-month-title{ /* Month title */
	display:inline-block;
	/*width:90%;*/
}

.gce-page-grid .gce-calendar th abbr{ /* Day letter abbreviation */
	border-bottom:none;
}

/* PAGE LIST */

.gce-page-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}

.gce-page-list .gce-list p span,
.gce-page-list .gce-list div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-page-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}

.gce-page-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}

.gce-page-list .gce-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* WIDGET GRID */

.gce-widget-grid .gce-calendar .gce-caption{
	text-align:center;
}

.gce-widget-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.gce-widget-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	width:14.29%;
	border:1px solid #CCCCCC;
	text-align:center;
}

.gce-widget-grid .gce-calendar td{ /* Day table cells */
	color:#CCCCCC;
	width:14.29%;
	border:1px solid #CCCCCC;
	text-align:center;
}

.gce-widget-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	cursor:pointer;
	color:#666666;
}

.gce-widget-grid .gce-calendar .gce-today{ /* Table cell that represents today */
	background-color:#DDDDDD;
}

.gce-widget-grid  .gce-calendar .gce-event-info{ /* Event information */
	display:none; /* Important! */
}

.gce-widget-grid  .gce-calendar .gce-next,
.gce-widget-grid  .gce-calendar .gce-prev{ /* Prev and next month links */
	cursor:pointer;
	display:inline-block;
	width:5%;
}

.gce-widget-grid .gce-calendar .gce-month-title{ /* Month title in caption at top of table */
	display:inline-block;
	width:80%;
}

.gce-widget-grid .gce-calendar th abbr{ /* Day name abbreviations */
	border-bottom:none;
}

/* WIDGET LIST */

.gce-widget-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}

.gce-widget-list .gce-list p span,
.gce-widget-list .gce-list div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-widget-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}

.gce-widget-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}

.gce-widget-list .gce-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* TOOLTIP */

.gce-event-info{ /* Tooltip container */
	/*background-color:#FFFFFF;*/
	/*border:1px solid #333333;*/
	max-width:300px;
}

.gce-event-info .gce-tooltip-title{ /* 'Events on...' text */
	margin:5px;
	font-weight:bold;
	font-size:1.2em;
}

.gce-event-info ul{ /* Events list */
	padding:0;
	margin:0px;
	list-style-type:none;
}

.gce-event-info ul li{ /* Event list item */
	margin:10px 0 0 0;
}

.gce-event-info ul li p{ /* Each piece of information */
	margin:0;
}

.gce-event-info ul li p span,
.gce-event-info ul li div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-event-info .gce-tooltip-event{ /* The event title */
	/*background-color:#DDDDDD;*/
	font-weight:bold;
}

/* ADDITIONS */

.event-popup {
	display:none;	
}

.event-2 {
	color:rgb(21, 105, 159) !important;
	cursor:pointer;
}

.event-1 {
	color: rgb(221, 51, 51) !important;	
	cursor:pointer;
}

.gce-day-future .gce-day-number, .gce-today .gce-day-number{
	color:#333 !important;
	padding:20px 10px;
}

.dtitle {
	text-transform:uppercase;	
	color: #fff;
	opacity: 0.9;
	font-size: 16px;
	letter-spacing: 1px;
}

.gce-page-grid .gce-calendar .gce-prev {
	float:left;	
}

.gce-page-grid .gce-calendar .gce-next {
	float:right;	
}

.e-title {
	padding: 0px 11px 11px;
	font-size:13px;
	line-height: 20px;	
}

.event-tool {
	display:none;	
}

.gce-day-past .event-2, .gce-day-past .event-1 {
	color:#cccccc !important;
}

.event-tool {
	font-size: 13px;
	list-style: none;
	background: #D3D3D3;
	color: #333;
}

.event-tool div span {
	padding: 5px 12px;
	background: #F8F8F8;
	display: inline-block;
	margin: 10px 12px 20px;
	border-radius: 4px;
	border-bottom: solid 2px #C0C0C0;
}

.event-tool div a:link, .event-tool div a:visted {
	color:rgb(221, 51, 51) !important;
	text-decoration:none;
}

.event-tool div a:hover span {
	background:#15699f;
	color:#fff;
}


.gce-page-grid {
	width:100%;
	margin:0 auto;
	margin-bottom:100px;
}

.gce-tooltip-event {
	font-size:16px;
}	

.event-tool .gce-tooltip-event {
	background:#363636;
	padding:15px;	
	color:#fff;
}

.event-tool .gce-tooltip-desc, .event-tool .gce-tooltip-start, .event-tool .gce-tooltip-end {
	padding: 0 15px;	
}

.event-tool p span {
	font-weight:bold;	
}

.qtip-contentWrapper, .qtip-content {
	background-color:transparent !important;
}