/* default styles for extension "tx_contentslider_pi1" */
		.coda-slider-wrapper { padding: 0px; background: transparent; display: inline-block; position: relative; overflow: hidden !important; }
		
		/* 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: 400px; } 
		
		/* Change margin and width of the slider (with dynamic arrows) */
		.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 400px; }
		.coda-slider-wrapper.arrows .coda-slider { margin: 0; }
		
		/* Arrow styling */
		.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
		
		/* Tab nav */
		.coda-nav { position: absolute; bottom: 0; left: 0; margin: 0; padding: 0; z-index: 199999; width: 100%; background-color: #666; opacity:0.85; filter:alpha(opacity=85); }
		.coda-nav ul { list-style-type: none; margin: 0 auto !important; padding: 0; z-index: 99999; }
		.coda-nav ul li { display: inline; padding: 0; margin: 0; }
		.coda-nav ul li a { display: inline; color: black; padding: 2px 4px; text-decoration: none; font-size: 1.9em; }
		.coda-nav ul li a:hover { text-decoration: none; color: yellow; }
		.coda-nav ul li a.current { color: white; }
		
		/* Panel padding */
		.coda-slider .panel-wrapper { padding: 0px; }
				
/* default styles for extension "tx_responsivebanner_pi1" */
		.coda-slider-wrapper { padding: 0px; background: transparent; display: inline-block; position: relative; overflow: hidden !important; }
		
		/* 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: 400px; } 
		
		/* Change margin and width of the slider (with dynamic arrows) */
		.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 400px; }
		.coda-slider-wrapper.arrows .coda-slider { margin: 0; }
		
		/* Arrow styling */
		.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
		
		/* Tab nav */
		.coda-nav { position: absolute; bottom: 0; left: 0; margin: 0; padding: 0; z-index: 199999; width: 100%; background-color: #666; opacity:0.85; filter:alpha(opacity=85); }
		.coda-nav ul { list-style-type: none; margin: 0 auto !important; padding: 0; z-index: 99999; }
		.coda-nav ul li { display: inline; padding: 0; margin: 0; }
		.coda-nav ul li a { display: inline; color: black; padding: 2px 4px; text-decoration: none; font-size: 1.9em; }
		.coda-nav ul li a:hover { text-decoration: none; color: yellow; }
		.coda-nav ul li a.current { color: white; }
		
		/* Panel padding */
		.coda-slider .panel-wrapper { padding: 0px; }
				
/* default styles for extension "tx_stadiumevents" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-stadium-events table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-stadium-events table th {
		font-weight:bold;
	}

	.tx-stadium-events table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}


