/*****************************
calender styles
*******************************/

.cal_mainContainer {
	float:right; 
	width:223px;
	margin-top:10px;
	background:#fff;
}

	#cal_spanFilter {
		background:#fff;
		height: 40px;
		margin-bottom:10px;
		overflow:hidden;
		position:relative;
		border-bottom:1px solid #fff;		
	}
	
	/*.cal_spanFilter {
		color:#00794b;
		padding-top:6px;
		text-align:center;
		cursor:pointer;
		height:24px;
		width:61px;
		font-weight: bold;
		float:right;
		background:url(images/calendarTab_off.png) no-repeat;	
	}*/
	
	.cal_spanFilterOn {
		color:#00794b;
		padding-top:6px;
		text-align:center;
		cursor:pointer;
		height:24px;
		width:61px;
		font-weight: bold;
		float:right;
		background:url(images/calendarTab_on.png) no-repeat;	
	}

	#cal_spanFilter li {
	height:40px;
    	margin: 0; padding: 0; list-style: none;
	    position: absolute; top: 0;
	}
	#cal_spanFilter li; #cal_spanFilter a {
    	height: 40px; display: block;
	}
	
	#cal_day {line-height:30px; text-align:center; cursor:pointer; font-weight:bold; color:#fff; left: 0; width: 54px; background: transparent url(/images/eventCalendar_spanFilters.jpg) 0px -80px no-repeat;}
  	#cal_week {line-height:30px; text-align:center; cursor:pointer; font-weight:bold; color:#fff; left: 55px; width: 55px; background: transparent url(/images/eventCalendar_spanFilters.jpg) 0px -120px no-repeat;;}
  	#cal_month {line-height:30px; text-align:center; cursor:pointer; font-weight:bold; color:#fff; left: 110px; width: 55px; background: transparent url(/images/eventCalendar_spanFilters.jpg) 0px -40px no-repeat;;}
  	#cal_year {line-height:30px; text-align:center; cursor:pointer; font-weight:bold; color:#fff; left: 165px; width: 55px; background: transparent url(/images/eventCalendar_spanFilters.jpg) 0px -40px no-repeat;}
  
   	#cal_day:hover {
    	color:#343434;
	}
	#cal_day.selected {
		width:56px;
    	background: transparent url(/images/eventCalendar_spanFilters.png)
	    0px 0px no-repeat;
		color:#343434;
	}
  	#cal_week:hover {
    	color:#343434;
	}
	#cal_week.selected {
		width:57px;
		left:54px;
    	background: transparent url(/images/eventCalendar_spanFilters.png)
    	-54px -40px no-repeat;
		z-index:999;
		color:#343434;
	}
  	#cal_month:hover {
    	color:#343434;
	}
	#cal_month.selected {
		width:56px;
    	background: transparent url(/images/eventCalendar_spanFilters.png)
    	-110px -80px no-repeat;
		color:#343434;
	}
  	#cal_year:hover {
    	color:#343434;
	}
	#cal_year.selected {
    	background: transparent url(/images/eventCalendar_spanFilters.png)
    	-165px -120px no-repeat;
		color:#343434;
		width:56px;
	}
		

	.cal_datesContainer {
		text-align:left;
		height:255px;
		overflow:hidden;
		position:relative;	
	}
	
		.cal_monthShifterContainer {
			height:30px;
			z-index:1000;	
			background:#caad26;
			position:relative;
			width:218px;
		}
		
			.cal_monthNext {
				cursor:pointer; 
				position:absolute;
				width:33px; 
				height:30px; 
				bottom:0px;
				right:0px;
				color:#dedede;
				font-weight:bold; 
				background:url(/images/event_right.png) no-repeat center center;	
			}
			
			.cal_monthPrevious {
				cursor:pointer;
				position:absolute; 
				width:33px; 
				height:30px; 
				bottom:0px; 
				left:0px;
				color:#dedede;
				font-weight:bold;
				background:url(/images/event_left.png) no-repeat center center;
			}
			
			#month_shifter {
				position:absolute;
				bottom:8px;
				margin-left:33px;
				margin-right:33px;
				width:224px;
				color:#fff;
				width:158px;
				font-weight:bold;
				text-align:center;	
				cursor:pointer;
			}
			
	#calendar_holder {
		position:absolute; 
		top:38px;
		left:0px; 
		font-size:14px;
		font-weight:bold;
		text-align:center;	
		background:#c9cece;
		border-left:1px solid #c9cece;
		width:217px;
		
	}
	
		.cal_dayHeading {
			background:#a9a9a9;
			color : #343434;
			width:30px;
			height:30px;
			line-height:30px;
			margin-right:1px;
            float:left;
			cursor:default;
			margin-bottom:1px;
		}
		
		.cal_dayFaded {
			background:#fff;
            width:30px; 
			height:30px;
			line-height:30px;
			margin-bottom:1px;
			margin-right:1px;
            float:left;
            color:#9f9f9f;
            cursor:default;
		}
		
		.cal_dayNormal {
			background:#fff;
            width:30px; 
			height:30px;
			line-height:30px;
			margin-bottom:1px;
			margin-right:1px;
            float:left;
            color:#343434;
            cursor:default;
		}
		
		.cal_dayEvent {
			background:#efebd9;
            width:30px; 
			height:30px;
			line-height:30px;
			margin-bottom:1px;
			margin-right:1px;
            float:left;
            color:#caad26;
            cursor:pointer;
		}
		
		.cal_dayEventOver {
			background:#dedede;
            width:30px; 
			height:30px;
			line-height:30px;
			margin-bottom:1px;
			margin-right:1px;
            float:left;
            cursor:pointer;
		}
		
		.cal_dayCurrent {
			background:#caad26;
            width:30px; 
			height:30px;
			line-height:30px;
			margin-bottom:1px;
			margin-right:1px;
            float:left;
            color:#fff;
            cursor:pointer;
		}
		
	#filterArea {
	}
	
		.filterItem{
			display: block;
			background:#ffffff;
			height:20px;
			width: 150px;
			margin-bottom:5px;
		}
			
			.filterItemTitle {
				float:left;
				height:20px;
				line-height:18px;
				width:115px;
				margin-bottom:5px;
			}
	
	#sportFilterArea {
	}
	
	.monthSelector {
		position:absolute;
		top:30px;
		width:130px;
		height:1px;
		overflow:hidden;
		left:45px;
		color:#caad26;
		text-align:center;
		background:#e5e5e5;
		z-index:1000;
		border-top:1px solid #9c9c9c;
		border-bottom:1px solid #9c9c9c;
	}

/********************************
end of calendar styles 
*********************************/

.eventContainerLeft {
	width:670px;
	background:#cdcdcd;	
	float:left;
}

.eventContentArea {
	margin:5px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	background: #fff;
	height: auto;
	overflow:hidden;	
}

.eventContainerRight {
	width:266px;
	background:#cdcdcd;	
	float:right;
}
	
	#eventDetailsContainer {
		/*margin:5px;
		background: #fff;
		height: auto;
		width:660px;*/
	}

.calendarOuterContainer {
	background:#cdcdcd;	
	width:266px;
	float:right;
}
	.calendarInnerContainer {
		background:#fff;	
		padding:10px;
		margin:5px;
	}

.events_dropdown {
	border: 1px solid #d9d9d9;
	color:#5c5c5c;
}

/**** ticket section ****/
.events_ticketContainer {
	border: 1px solid #d9d9d9;
	margin-top:10px;
	padding:10px 5px 10px 5px;
}
	.events_ticketRow {
		height: 30px;	
	}
		.events_ticketTitleColumn {
			width:315px;
			font-weight:bold;
			padding-left:5px;
		}
		.events_ticketQuantityColumn {
			width:54px;
		}
		.events_ticketPriceColumn {
			width: 68px;
			padding-right:5px;
			text-align:right;
		}
		
.events_ticketTotalContainer {
	border: 1px solid #d9d9d9;
	color:#016532;
	background: #f2f2f2;
	margin-top:10px;
	padding:10px 5px 10px 5px;
}

.events_ticketInformationMessage {
	font-size:11px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e5e5e5;
}

.event_seat_available {
	width:19px;
	height:19px;
	margin: 0 1px 1px 0px;
	background:#006431;
}

.reservedActive {
	background:url(/images/events/event_seat_reserved_active.gif) no-repeat;
}

.event_seat_disabled {
	width:19px;
	height:19px;
	margin: 0 1px 1px 0px;
	background:url(/images/events/event_disabled_seat.gif) no-repeat;
}

.event_seat_blank {
	width:19px;
	height:19px;
	margin: 0 1px 1px 0px;
	background:#cccccc;
}

.event_seat_occupied {
	width:19px;
	height:19px;
	margin: 0 1px 1px 0px;
	background:url(/images/events/event_seat.gif) no-repeat;
}

.event_seat_reserved {
	width:19px;
	height:19px;
	margin: 0 1px 1px 0px;
	background:url(/images/events/event_seat_reserved.gif) no-repeat;
}

.CMS_reserved {
	width:19px;
	height:19px;
	margin: 0 1px 1px 0px;
	background:url(/images/events/event_seat_reserved_active.gif) no-repeat;
}

.event_seat_selected {
	width:19px;
	height:19px;
	margin: 0 1px 1px 0px;
	background:url(/images/events/event_seat_selected.gif) no-repeat;
}

.event_seat_fire_exit {
	width:19px;
	height:19px;
	margin: 0 1px 1px 0px;
	background:url(/images/events/event_seat_fire.gif) no-repeat;
}

.eventBookingContinue {
	height:35px;
	background:#006431;
	border: 0px;
	color:#fff;
	font-weight:bold;
	padding:0px 10px 0 10px;
	line-height: 35px;
	cursor:pointer;
}

.tdBold {
	font-weight: bold;
	color:#016532;
}

.req, .notreq {
	border: 1px solid #999999;	
	width:170px;
}

.requiredStar {
	color:#F00;
	font-weight:bold;
	font-size:14px;	
}

.eventsArea {
	margin-left:0px;
	margin-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #E5E5E5;
}

	.eventAreaCalItem {
		float:left; 
		width:42px;
		height:42px; 
		background:url(/images/resultCalBg.jpg) no-repeat;	
	}

		.eventAreaCalItemDay {
			color:#fff; 
			font-weight:bold;
			width:40px;
			margin-top:1px;
			text-align:center;	
		}
		
		.eventAreaCalItemMonth {
			color:#797879;
			font-weight:bold;
			width:40px;
			margin-top:4px;
			text-align:center;
		}
		
	.eventAreaDateHeading {
		font-weight: bold;
		width:580px;
		float:right;
		height: 25px;
		color:#CAAD26;
	}
	
	.eventAreaEventItemContainer {
		float:right;
		width:580px;
		font-weight: normal;
		color:#0d713b;
		position:relative;
		left:0px;	
	}
	
		.eventAreaEventItem {
			float:left;
			position:relative;
			left:0px; 
			margin-bottom:5px;	
		}
		
			.eventAreaEventItemText {
				color:#797879;
				font-weight:bold;
			}
			
			a:active.eventAreaEventItemText,a:visited.eventAreaEventItemText,a:link.eventAreaEventItemText {
				color:#797879;
				font-weight:bold;	
			}
		
		


