/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	

/* Most common stuff you'll need to change */
	.code_more_events_home {
		position: absolute; 
		margin: 382px 0px 0px 194px; 
		background: url("images/link-more-events.jpg") left top no-repeat; 
		width: 105px; 
		height: 13px;
		text-indent: -99em;
		overflow: hidden;
	}
	.code_more_sports_events_home {
		position: absolute; 
		margin: 578px 0px 0px 194px; 
		background: url("images/link-more-events.jpg") left top no-repeat; 
		width: 105px; 
		height: 13px;
		text-indent: -99em;
		overflow: hidden;
	}
	.coda-slider-wrapper { 
		padding: 0px;
		border-left: 1px solid #949494; 
		border-right: 1px solid #949494;
		border-bottom: 1px solid #949494;
	}
	.coda-slider { background: #fff; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 309px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 309px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px; }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #E2CFA6; color: #fff; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center; }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: 0px 4px 5px 5px; overflow: hidden; background-color: #FFF6E1; padding: 5px 0px 5px 12px; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { background: #F6E4BD; color: #B68828; display: block; float: left; margin-right: 4px; padding: 3px 6px; text-decoration: none; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; background-color: #fff; padding: 5px 0px 0px 5px;}
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left; }
	.coda-slider .panel-container { position: relative; }
	.coda-nav-left, .coda-nav-right { float: left; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; }

.homecalendar {
	height: 368px;	
}
.sportcalendar {
	height: 564px;	
}


/* EVENT BLOCK AND IMAGERY FOR CONTAINER */
.event_page_block {
	margin: 0px;
	padding: 0px;
	height: 36px;
	border-left: 1px solid #949494; 
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	background-color: #ffffff;
}
.event_image {
	float: left;
	width: 116px;
	height: 88px;
	background-image: url("images/bg-event-image.png"); 
	background-repeat: no-repeat; 
	background-position: left top;
}
.event_image img {
	padding: 12px 0px 0px 13px;
}
.event_details a {
	margin-top: 10px;
}
.event_details {
	letter-spacing: -.1px;
	padding: 10px 13px 0px 5px;
	width: 175px;
	float: left;
}
.event_details_title {
	color: #50B0DC;
	font-family: Georgia;
	font-size: 16px;
	padding: 0px 10px 0px 0px;
}
.event_details_date {
	color: #848484;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 11px;
	font-weight: bold;

}
.event_details_location {
	color: #DC943F;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 13px;
}
.event_details_link {
	display: block;
	float: left;
	width: 81px;
	height: 23px;
	background-image: url("images/event-more.gif"); 
	background-repeat: no-repeat; 
	background-position: left top;
}
.event_details_link:hover {
	display: block;
	width: 81px;
	height: 23px;
	background-image: url("images/event-more.gif"); 
	background-repeat: no-repeat; 
	background-position: left -23px;
}
.event_dasher {
	display: block; 
	border-top: 1px dotted #848484; 
	padding: 0px; 
	margin: 5px 10px 5px 10px;
}
.event_page_list {
	height: 31px; 
	background-color: #FFF6E1; 
	padding: 0px; 
	margin: 0px 10px 5px 7px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	 
}
.event_page_list ul {
	display: block;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 12px;
	width: 161px;
	height: 26px; 
}

.event_page_list ul li{
	float: left;
	list-style-type: none;
}

.event_page_list ul a {
	margin-right: 4px;
}
.event_page_list_active{
	background-color: #E2CFA6;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 3px 6px;
	margin-right: 4px;
}

.event_page_list_inactive {
	color: #B68828;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
	background-color: #F6E4BD;
}
.event_page_list_link {
	display: block;
	float: left;
	margin-top: 9px;
	width: 105px;
	height: 13px;
	background-image: url("images/link-more-events.jpg"); 
	background-repeat: no-repeat; 
	background-position: left top;
}
