/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:161.6%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0 0 0;
}
h4,h5,h6 {
	margin:0.5em 0 0 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em 0 0 1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
p, li, table {
	font-size:85%;
	line-height:150%;
}
table p,
table li,
table table,
li table,
li p,
li li {
	font-size:100%;
	line-height:140%;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-top:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-top:1em;
}
/* END */


html, body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}
body {
	width:100%;
	height:auto; /* value 100% doesn't work in IE*/
	overflow:visible;
	color:#3d3d3d;
}
a,
a:visited {
	color:#06c;
	text-decoration:none;
	}
a:hover,
a:focus {
	text-decoration:underline;
	}
.surface a:focus,
.surface a:active {
	color:#000;
	background-color:#FF0;
	border-color:#F00;
	}

.surface {
	width:	960px;
	margin: 0 auto;
	height:100%;
	overflow:hidden;
	}
.main {
	overflow:hidden;
	background: url(../data/img_3/left_bg.gif) left top no-repeat;
	clear:both;
	width:100%;
	}
.flash_header {
	padding: 7px 0 0 0;
	overflow:hidden;
	}

.no_flash {
	height: 290px;
	overflow:hidden;
	}
.no_flash_weather {
	margin: 10px auto 0 auto;
	width:400px;
	display:block;
	text-align:center;
	font-weight:bold;
	color:white;
	font-size:123.1%;
	}
.no_flash a,
.no_flash a:visited {
	color:white;
}

/*------ old code ------*/
#teamlogo {
	width: 199px;
	height:auto;
	float:left;
	overflow:hidden;
	border-right:#999 1px solid;
	}
.team {
	clear:both;
}
.team a,
.teamlogo_img {
	display:block;
	float:left;
	}

/* FOR TEAMLOGO MENU - start */
#submenu {
	padding:0;
	margin:0;
	list-style:none;
	width:200px;
	}
#submenu li {
	display:block;
	overflow:hidden;
	margin:2px 0 0 0;
	padding:0;
	float:left;
	}
#submenu li a.inactive:hover,
#submenu li .inactive:focus,
#submenu li .inactive:active,
#submenu li a {
	display:block;
	line-height:25px;
	height:25px;
	width: 175px;
	padding-left:25px;
	color:#ccc;
	text-decoration:none;
	background: url(../data/img_3/left_menu_bg.gif) left top no-repeat;
	cursor:pointer;
	}
#submenu li a:hover,
#submenu li a:focus,
#submenu li a:active,
#submenu li .current {
	color:#000;
	background: url(../data/img_3/left_menu_bg_roll.gif) left top no-repeat;
	}
#submenu .submenusub {
	margin:0;
}
#submenu .subfirst {
	margin:2px 0 0;
}
#submenu .submenusub a {
	line-height:17px;
	height:17px;
	width: 160px;
	padding-left:40px;
	color:#333333;
	}
#submenu .subfirst a {
	line-height:20px;
	height:20px;
	padding-left:25px;
	width: 175px;
	}
#submenu .sublast a {
	height:25px;
}
#submenu li .current {
	color:#000;
}
#submenu .subfirst a,
#submenu .subfirst a:hover{
	background:url(../data/img_3/left_menu_bg_subfirst.gif) left top no-repeat;
	}
#submenu .subsub a,
#submenu .subsub2 a,
#submenu .subsub a:hover,
#submenu .subsub a:focus, #submenu .subsub a:active,
#submenu .subsub a.current,
#submenu .subsub2 a:hover,
#submenu .subsub2 a:focus, #submenu .subsub2 a:active,
#submenu .subsub2 a.current {
	background:url(../data/img_3/left_menu_bg_sub.gif) left top no-repeat;
	}
#submenu .sublast a,
#submenu .sublast a:hover,
#submenu .sublast a:focus,
#submenu .sublast a:active,
#submenu .sublast .current {
	background:url(../data/img_3/left_menu_bg_sublast.gif) left bottom no-repeat;
	}
#submenu .submenusub a:hover,
#submenu .submenusub a:focus,
#submenu .submenusub a:active {
	color:#000;
	}
/* FOR Teamlogo MENU - end */

#content {
	float:right;
	width: 759px;
	margin:0;
	background:#fff url(../data/img_3/content_right_col_bg.gif) right top repeat-y;
	border-right: #999 1px solid;
	}
.content_top {
	height: 57px;
	overflow:hidden;
	background:url(../data/img_3/content_top_bg.jpg) left top repeat-x;
	}
.content_top ul,
.teamlogo_img ul {
	padding:0; 
	margin:0; 
	list-style:none;
	}
.content_top ul li {
	display:block;
	float:right;
	padding:0 11px 0 0;
	margin:0; 
	}
.content_top a {
	display:block;
	}
.content_top h1,
.content_top strong {
	display:block;
	float:left;
	background:none;
	color:#676767;
	font-weight:bold;
	margin: 20px 0 0 9px;
	font-family:"Times New Roman", Times, serif;
	}
.content_top .more_right {
	margin:20px 0 0 20px;
	}
.content_top h1 span {
	color:#333;
	margin: 20px 0 0 5px ;
	}
.news-item strong {
	display:block;
	font-size:85%;
}
.news-item h4 {
	padding-top:5px;
}
.feature_article {
	color:#3d3d3d;
	}
.left_cont {
	margin:0 20px 5px 20px;
}
.border_top {
	border-top:#ccc 1px solid;
}
.left_cont_top {
	float:left;
	border:none;
	width: 30em;
	margin:0;
	padding:0;
	background:url(../data/img_3/container_bg.jpg) top left repeat-x;
	
	min-height:324px;
	height:auto !important;
	height:324px;
	}
.short_left {
	float:left;
	border-right:#ccc 1px solid;
	width:50%;
	}
.short_right {
	float:left;
	border:none;
	width:40%;
	margin: 0 0 0 15px;
	}
.left_cont strong.red {
	margin:5px 0 0 0;
	padding:0;
	display:block;
	font-weight:bold;
	color:#F00;
	}
.subparagraf {
	margin:5px 0 10px 30px;
	}
.left_cont .fact {
	display:block;
	float:right;
	margin:25px 0 10px 0;
	width:85%;
	height:auto;
	color:#666;
	}
.left_cont .factAnswer {
	margin-top:5px;
}
.partner_logos th {
	text-align:center;
}
.partner_logos th, .partner_logos td {
	padding:15px 10px;
	line-height:normal;
	}
.partner_logos td {
	text-align:left;
	font-style:italic;
}
.partner_logos2 {
	width:100%;
	margin-top:0;
}
.partner_logos2 td {
	text-align:center;
	padding:20px 10px;
	line-height:normal;
	text-align:center;
}
.question,
.answer {
	font-size:3.333em;
	color:#3d3d3d;
	margin:0;
	width: 1em;
	height: 1em;
	clear:none;
	}
.answer {
	color:#999;
	}
.question strong,
.answer strong{
	font-size: 77%;
	color:#3d3d3d;
	}
.answer strong{
	margin: 0 0 0 4px;
	color:#999;
	}

ul.blue_color li {
	list-style:none;
	}
ul.sublist {
	margin: 0 0 0 20px;
	}
.right_col {
	float:right;
	width: 259px;
	overflow:hidden;
	}
.left_col {
	float:left;
	width:500px;
	overflow:hidden;
	}
.buttonBig {
	clear:both;
	width:244px;
	height:96px;
	margin-top:8px;
	}
.buttonBig1 {
	background:url(../data/img_3/butt_right_1.jpg) left top no-repeat;
	}
.buttonBig2 {
	background:url(../data/img_3/butt_right_2.jpg) left top no-repeat;
	}
.buttonBig3 {
	background:url(../data/img_3/butt_right_3.jpg) left top no-repeat;
	}
.buttonBig4 {
	background:url(../data/img_3/butt_right_4.jpg) left top no-repeat;
	}

.buttonBig a,
.buttonBig a:visited,
.buttonBig a:focus,
.buttonBig a:active {
	display:block;
	padding:74px 24px 0 0;
	background-color: transparent;
	text-align:right;
	color:#666;
	}

.buttonBig a:focus strong,
.buttonBig a:active strong {
	background-color:#FF0;
}

#bannerRotator {
	display:block;
	width:240px;
	height:240px;
	overflow:hidden;
	}
#bannerRotator ol {
	margin:0;
	padding:0;
	list-style:none;
}
#bannerRotator .yui-carousel-element li {
	border:0;
	margin:0;
	width: 240px;
	height: 240px;
}
#bannerRotator .yui-carousel-nav {
	display:none;
}

.left_signup {
	clear:both;
	height: 248px;
	overflow:hidden;
	margin:0;
	background: #666 url(../data/img_3/newsletter_bg2.jpg) top left no-repeat;
	}
.left_signup .first-name input,
.left_signup .last-name input,
.left_signup .first-name,
.left_signup .last-name {
	width:80px;
}
.left_signup .first-name,
.left_signup .last-name {
	float:left;
}
.left_signup .last-name {
	padding-left: 5px;
}
.left_signup .email-news-label {
	display:block;
	clear:both;
}
#email_news {
	width:165px;
}
#addemail {
display:block;
float:left;
width:20px;
}
#addemail_label {
display:block;
font-size:77%;
float:right;
width:141px;
padding:0 15px 2px 0;
}
#butt_signup {
	clear:both;
	display:block;
	width:82px;
	height:20px;
	margin:0 auto;
	padding:6px 10px 0 0;
}
.signup {
	color:#fff;
	font-size: 85%;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	padding: 110px 0 0 17px;
	}
.signup input {
	margin: 3px 0;
	padding:0;
	border:0;
	}
	
.goToTop {
	clear:both;
	text-align:right;
	}
.thumb {
	float:left;
	padding:0 0 0 20px;
	width:200px;
	font-size:85%;
}
.thumb a {
	display: block;
}
.thumb a img {
	display:block;
}
.hide_link {
	position:absolute;
	left:-1000px;
	}
a.hide_link:focus,
a.hide_link:active { /*just together it works in IE */
	left:200px;
	top:300px;
	color:#333;
	font-weight:bold;
	z-index:100;
	}
.footer	{
	overflow:hidden;
	width:	960px;
	margin: 0 auto;
	}
#bottline {
	min-width:960px;
	background:none;
	overflow:hidden;
	background: url(../data/img_3/bottom_bg.jpg) left top repeat-x;
	}
#bottline a {
	display:block;
	float:left;
	color:#fff;
	}
#bottline a:focus,
#bottline a:active { /*just together it works in IE */
	color:#000;
	background:#FF0;
	border:#F00;
	}
.menu_footer {
	padding:0; 
	margin:0; 
	}
.menu_footer li {
	float:left; 
	overflow:hidden;
	margin:0;
	list-style:none;
	}
.menu_footer li a {
	display:block;
	float:left; 
	overflow:hidden;
	padding:5px 10px 0 10px;
	}
.menu_footer li .copyright {
	padding:5px 50px 0 55px;
	}
.menu_footer li .channel1 {
	padding:0 0 0 200px;
}

.two_blocks {
	list-style:none;
	}
.two_blocks li {
	display:block;
	padding: 0 0 0 7px;
	background:url(../data/img/blue_arrow.gif) left 3px no-repeat;
	font-weight:bold;
	}
#detailsContainer {
	padding:0 10px 0;
	color:#434343;
	width:460px;
}
#detailsContainer table {
	width:100%;
	border-collapse: collapse;
}
#detailsContainer table td,
#detailsContainer table th {
	padding:3px;
}
#detailsContainer h1 {
	margin: 10px 0 0;
	color:#434343;
	background:none;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	}
#detailsContainer p {
	margin: 10px 0 0 0;
	background:none;
	font-weight:normal;
	}

.alert-top-1, .alert-top-2 {
	background-repeat:no-repeat;
}
.alert-top-1 {
	padding-top:10px;
	width:200px;
}
.alert-top-2 {
	padding-top:5px;
	background-position:left -10px;
}
.alert-middle {
	background-repeat:no-repeat;
}
.alert-bottom-1, .alert-bottom-2 {
	background-repeat:no-repeat;
}
.alert-bottom-1 {
	background-position:left bottom;
	height:10px;
	font-size:0; /* IE6 empty div height fix */
	clear:both;
}
.alert-bottom-2 {
	background-position:left bottom;
	min-height:70px;
	padding:0 10px 5px 10px;
}

.alert-box-black .alert-top-1,
.alert-box-black .alert-top-2 {
	background-image:url(../data/img_3/alert-box/black/bg-alert-box-top.gif);
}
.alert-box-black .alert-middle {
	background-color:#0a0a0a;
}
.alert-box-black .alert-bottom-1 {
	background-image:url(../data/img_3/alert-box/black/bg-alert-box-bottom-2.gif);
}
.alert-box-black .alert-bottom-2 {
	background-image:url(../data/img_3/alert-box/black/bg-alert-box-bottom-1.gif);
}
.alert-box-black h1 {
	color:#979797;
}
.alert-box-black .alert-text {
	color:white;
}

.alert-box-yellow .alert-top-1,
.alert-box-yellow .alert-top-2 {
	background-image:url(../data/img_3/alert-box/yellow/bg-alert-box-top.gif);
}
.alert-box-yellow .alert-middle {
	background-color:yellow;
}
.alert-box-yellow .alert-bottom-1 {
	background-image:url(../data/img_3/alert-box/yellow/bg-alert-box-bottom-2.gif);
}
.alert-box-yellow .alert-bottom-2 {
	background-image:url(../data/img_3/alert-box/yellow/bg-alert-box-bottom-1.gif);
}
.alert-box-yellow h1 {
	color:red;
}
.alert-box-yellow .alert-text {
	color:black;
}

.alert-box-red .alert-top-1,
.alert-box-red .alert-top-2 {
	background-image:url(../data/img_3/alert-box/red/bg-alert-box-top.gif);
}
.alert-box-red .alert-middle {
	background-color:#FF1B0F;
}
.alert-box-red .alert-bottom-1 {
	background-image:url(../data/img_3/alert-box/red/bg-alert-box-bottom-2.gif);
}
.alert-box-red .alert-bottom-2 {
	background-image:url(../data/img_3/alert-box/red/bg-alert-box-bottom-1.gif);
}
.alert-box-red h1 {
	color:yellow;
}
.alert-box-red .alert-text {
	color:black;
}

.alert-box h1, .alert-box h2 {
	font-family:"Times New Roman", Times, serif;
}
.alert-box h1 {
	text-align:center;
	margin:0;
	font-size:146.5%;
}
.alert-box h2 {
	text-align:center;
	font-size:131%;
}
.alert-text p,
.alert-text li {
	font-size:100%;
	margin-top:7px;
}

img.head {
	display:block;
	margin:1em 0 0 -10px;
}

.coverflow-wrapper {
	clear:both;
	float:left;
}
.your-stadium-welcome-buttons .item-wide,
.your-stadium-welcome-buttons .item {
height:117px;
float:left;
padding:10px 0 0 18px;
}
.your-stadium-welcome-buttons .item {
width:222px;
}
.your-stadium-welcome-buttons .item-wide {
width:462px;
}

.your-stadium-welcome-buttons a, .your-stadium-welcome-buttons a:visited {
display:block;
width:220px;
height:115px;
background-repeat:no-repeat;
text-align:right;
position:relative;
border:1px solid #CCCCCC;
text-decoration:none;
color:#666666;
}
.your-stadium-welcome-buttons .item-wide a,
.your-stadium-welcome-buttons .item-wide a:visited {
width:460px;
}
.your-stadium-welcome-buttons a:hover {
text-decoration:underline;
}
.your-stadium-welcome-buttons a span {
	position:absolute;
	margin:0;
	padding:0 5px 1px 0;
	display:block;
	bottom:0;
	right:0;
	background-color:transparent;
	text-transform:uppercase;
	font-weight:bold;
}
.request label {
	display:block;
	margin:0.5em 0 0 0;
}
.contactus {
	font-size:85%;
}
.contactus label {
	display:block;
	margin:0.5em 0 0 0;
}

.clear {
	clear:both;
}

.imgAlone {
	display:block;
}

.tableList {
	width:100%;
	margin-top:0;
}
.tableList th {
	text-align:left;
	font-weight:normal;
}
.tableList th,
.tableList td {
	border-bottom:1px solid #CCC;
	padding:10px 0 3px 0;
}











/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dropline {
	margin:0;
	width:960px;
	list-style:none; 
	float:right; 
	position:relative;
	}
#dropline li {
	float:left; 
	overflow:hidden;
	margin:0;
	background: url(../data/img_3/main_menu_bg.gif) right no-repeat;
	text-align:center;
	list-style:none;
	}
#dropline li.first {
	background: url(../data/img_3/main_menu_bg_left.gif) left no-repeat;
	}
#dropline .last {
	background: url(../data/img_3/main_menu_bg_right.gif) right no-repeat;
	}
#dropline a {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none; 
	color:#ccc; 
	height:25px;
	line-height:25px;
	padding-right:2px;
	}
#dropline a:hover,
#dropline .show-focus:focus, #dropline .show-focus:active,
#dropline .current {
	color:#333;
	background: url(../data/img_3/main_menu_bg_roll.gif) right no-repeat;
	}
#dropline .first a:hover,
#dropline .first .show-focus:focus, #dropline .first .show-focus:active,
#dropline .first .current {
	background: url(../data/img_3/main_menu_bg_left_roll.gif) left no-repeat;
	}
#dropline .last a:hover,
#dropline .last .show-focus:focus, #dropline .last .show-focus:active,
#dropline .last .current {
	background: url(../data/img_3/main_menu_bg_right_roll.gif) right no-repeat;
	}

/* set fix widths, because fonts vary across OSs */
#dl_home a { width:173px; padding-left: 25px; text-align:left; }
#dl_super_bowl a { width:109px } 
#dl_news a { width:46px }  
#dl_guest a { width:102px } 
#dl_here a { width:125px }   
#dl_buy a { width:111px }  
#dl_events a { width:102px }
#dl_your a { width:90px }   
#dl_partner a {width:58px; padding-right:3px} 







/* ================================================================ 
Mediawall CSS
=================================================================== */
.mediaWallCarouselContainer {
	border: 0px solid #CCC;	
}

.mediaWallCarouselContainer .yui-carousel-element li {
	/* for IE */
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity: 0.4;
}

.mediaWallContainer {
	width: 480px;
	margin: 0 0 0 10px;
}

.mediaWallCarouselContainer .yui-carousel-element .yui-carousel-item-selected {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1;
}

.havingfun {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1;
}
.mediaWallCarouselContainer .yui-carousel-nav {
    display: none;
}
.mediaWallCarouselContainer .yui-skin-sam .yui-carousel {
	border:0;
}

#mediaWallViewport {
	position : relative;
	overflow: hidden;
}
#mediaWallViewport img {
	margin:0 auto;
	border:none;
	overflow:hidden;
}
.clickable {
	cursor:pointer;
}
.viewpoint-construction {
	height: 210px;
	width:460px;
	margin: 0 auto;
}
.viewpoint-home {
	height: 250px;
}

#replacementImg {
	position: absolute;
	top: 0px;
	z-index: 10;
}

#captionContainer {
	background: #000;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity: 0.7;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	color:#FFF;
	width: 460px;
	z-index: 11;
	padding: 5px 10px 5px 10px;
}
#captionContainer p {
	clear:both;
	font-size:100%;
	margin:0;
}
#buyNowInfo {
	display:none;
}
#buyNowInfo div {
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:153.9%;
	line-height:18px;
	width:200px;
	float:left;
}
#buyNowInfo a {
	display:block;
	width:100px;
	text-align:right;
	float:right;
}

#mediaWallCarousel li {
	width : 140px;
	height : 67px;
	padding: 7px 0 0 0;
	cursor: pointer;
}

.navBarCell {
	position: relative;
}

#prevBtnContainer, #nextBtnContainer {
	padding: 22px 0 0 0;
	width:26px;
	text-align:center;
}
#prevBtnContainer img, #nextBtnContainer img {
	cursor:pointer;
}
.mediaWallCarouselContainer .yui-carousel-element li {
	border:0;
}
.mediaWallCarouselContainer .yui-carousel .yui-carousel-item-selected {
	background:transparent url(../data/img_3/mediawall_marker_bg.gif) no-repeat scroll left top;
	border:0;
}

#mediaWallCarousel {
	margin:0;
}

.yui-skin-sam .yui-carousel,
.yui-skin-sam .yui-carousel-vertical {
	border:0;	
}

#prevBtnContainer button, #nextBtnContainer button {
	text-indent: -10em;
	overflow: hidden;
	padding: 0em;
	width: 1.1em;
}

.mediaWallNavBar button:focus {
	/*border: 2px solid yellow;*/
}

.yui-carousel .yui-carousel-item-selected:focus {
	border:0;	
}

#prevBtnContainer button {
	background: url(../images/prevBtnIcon.gif) center center no-repeat;
}

#nextBtnContainer button {
	background: url(../images/nextBtnIcon.gif) center center no-repeat;
}

#prevBtnContainer .yui-button, #nextBtnContainer .yui-button {
	margin-top: 25px
}

.mediaWallCarouselContainer .yui-skin-sam .yui-button {
	background: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;	
}

.events {
	width:480px;
	margin:0 0 5px 10px;
}

.events .month-picker {
	color:black;
	text-transform:uppercase;
	font-weight:bold;
	font-size:108%;
}

.eventsCalendar {
	border-collapse:collapse;
	text-align:center;
	margin:10px 0 0 0;
	width:100%;
	font-size:123.1%;
}
.eventsCalendar th {
	padding:4px 0;
	text-transform:uppercase;
	font-weight:normal;
}
.eventsCalendar th div {
	border-right:1px solid #c7c7c7;
}
.eventsCalendar .last div {
	border:0;
}
.eventsCalendar td {
	background-image:url(../images/events/bg-calendar.gif);
	background-repeat:repeat-x;
	background-position:0 1px;
	height:30px;
	vertical-align:top;
}
.eventsCalendar td a,
.eventsCalendar td a:visited {
	display:block;
	background-color:#ccc;
	width:60px;
	margin:0 auto;
	border:1px solid #d9d9d9;
	height:25px;
	line-height:25px;
	color:#333;
}
.eventsCalendar .outside a,
.eventsCalendar .outside a:visited {
	background-color:white;
}
.eventsCalendar td a:hover,
.eventsCalendar td .selected,
.eventsCalendar td .selected:visited {
	color:#CCC;
	background-color:#333;
	text-decoration:none;
}

.events .categories {
	height:20px;
	clear:both;
	background-image:url(../images/events/bg-categories.png);
	background-repeat:no-repeat;
	color:white;
	padding:0 10px;
	margin-top:10px;
	font-size:77%;
}
.events .categories .cat {
	line-height:20px;
	float:left;
	width:114px;
	text-align:center;
	text-transform:uppercase;
}
.events .categories .cat a,
.events .categories .cat a:visited {
	color:#999;
	font-weight:bold;
}
.events .categories .cat a:hover,
.events .categories .cat a.selected {
	color:white;
	text-decoration:none;
}

.eventItem {
	clear:both;
	margin-top:10px;
	border:1px solid #ccc;
	background-image:url(../images/events/bg-event-box.gif);
	background-repeat:repeat-x;
	padding:3px;
}

.eventItem .left {
	float:left;
	width:140px;
}
.eventItem .right {
	float:right;
	width:325px;
	position:relative;
}

.eventItem .left .top {
	background-color:#333;
	padding:3px;
	color:#f5f5f5;
	position:relative;
	height:32px;
}
.eventItem .left .top .day {
	width:35px;
	font-size:182%;
	font-weight:bold;
	position:absolute;
	text-align:center;
}
.eventItem .left .top .month {
	position:absolute;
	right:0;
	width:100px;
	text-transform:uppercase;
}
.eventItem .left .top .month .d {
	font-weight:bold;
	line-height:17px;
	font-size:116%;
}
.eventItem .left .top .month .m {
	color:#ccc;
}
.eventItem .left img {
	padding-top:5px;
	display:block;
}

.eventItem .right h1 {
	font-size:85%;
	color:black;
	margin-top:6px;
	width:215px;
}
.eventItem .right h2 {
	font-size:85%;
	background-color:transparent;
	margin:0;
	color:#333;
	padding-top:5px;
	width:215px;
}
.eventItem .right .buy-tickets-links {
	position:absolute;
	top:0;
	right:0;
}
.eventItem .right .buy-tickets-links a {
	display:block;
	margin-bottom:3px;
	float:right;
	clear:both;
}
.eventItem .right .info {
padding-top:2px;
}

.eventItem .bottom {
	clear:both;
	padding:5px 0 0 0;
}
.eventItem .bottom .point {
	font-size:85%;
	width:117px;
	float:left;
	text-align:center;
	border-right:1px solid #a6a6a6;
}
.eventItem .bottom .last {
	border:0;
}
.eventItem .bottom .parking-open {
	width:145px;
}
.eventItem .bottom .directions {
	width:90px;
}

#bannerFader {
	padding:8px 0 0 1px;
	width:240px;
	display:block;
	width:240px;
	height:90px;
	overflow:hidden;
	}
#bannerFader ol {
	margin:0;
	padding:0;
	list-style:none;
}
#bannerFader .yui-carousel-element li {
	border:0;
	margin:0;
	width: 240px;
	height: 90px;
}
#bannerFader .yui-carousel-nav {
	display:none;
}

#sb-title, #sb-title-inner {
	line-height:normal;
	height:39px;
}


.form th,
.form td {
	padding:0.5em;
}
.form th {
	text-align:right;
}
.form .required {
	color:red;
}

.success {
	padding:10px;
	clear:both;
	border:1px solid green;
	margin:10px;
	text-align:center;
}

.superbowlNews {
	width:440px;
	overflow:hidden;
	padding:10px;
	background-color:#F0F0F0;
	margin:0 0 10px 20px;
}
.superbowlNews h4 {
	margin:0 0 5px 0;
	font-size:100%;
}
.superbowlNews .img {
	float:right;
	margin:5px 0 0 10px;
	border:1px solid grey;
}
.superbowlNews .imgReverse {
	float:left;
	margin:5px 10px 0 0;
}

/* symfony styles */
.error_list {
	margin:0;
	padding:0;
	color:red;
	font-size:.9em;
}
.error_list li {
	list-style-type:none;
	margin:0;
	padding:0;
}

