body {
	font-family: Arial, Helvetica, sans-serif;
	
background-color: #1A1825;
width: 100%;
height: 100%;
}

html , body , #bg , #bg div table , #bg div table tr td , #cont {
	
}

#cont {
	position: relative;
	z-index: 1;
	overflow: auto;
	

}
#bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
}
body > #bg{position:fixed;}
#bg img{width:100%;height:auto;
}
#bg table{width:100%;
}

a {
	color: #fc4e08;
}

div.container_wrapper {
	position: relative;
	width: 960px;
	margin: 90px auto 70px auto;
	padding: 0 10px 10px 10px;
	background: url(../images/main/bg_black_50.png);
}

div.header {
	position: relative;
	height:43px;
}

h1.logo_ice_bears {
	position: absolute;
	top: -80px;
	left: 10px;
	width: 216px;
	height: 191px;
	background: url(../images/main/logo_ice_bears.png) no-repeat;
	z-index: 10;
}

h1.logo_ice_bears:hover {
	background-position:0 -183px;
}
h1.logo_ice_bears span {
	visibility: hidden;
}
a.xfinity{
	width: 288px;
	background: url(../images/main/logo-xfinity.jpg) no-repeat;
position: relative;
height: 51px;
text-indent: -9999px;
top: -90px;
display: block;
left: 665px;
margin-bottom: -50px;
}
a:hover.xfinity{
	background-position:0 -51px;
}

.iframe{
	width: 100%;
height: 732px;
}

/* ---------- Main Navigation ---------- */

div.header ul {
	float: right;
}

div.header ul ul {
	float: right;
	display:none;
	background:url(../images/main/bg_black_50.png) repeat;
}

div.header ul li {
	float: left;
	padding: 10px 15px;
}
div.header ul li li {
	float: left;
	padding: 5px 10px;
}

div.header ul li.active {
	background: #fff;
}

div.header ul li a {
	display: block;
	height: 23px;
	background: url(../images/main/btn_sprite_main_nav.png) no-repeat;
}



div.header ul li li a {
	display: block;
background: none;
font-size: 12px;
padding-right:5px;
font-weight:bold;
color:white;
text-transform:uppercase;
}

div.header ul li li a:hover {
	text-decoration:underline;
}

div.header ul li a.main {
	width: 59px;
}

div.header ul li a.main:hover {
	background-position: 0 -28px;
}

div.header ul li.active a.main {
	background-position: 0 -56px;
}

div.header ul li a.schedule {
	width: 98px;
	background-position: -64px 0;
}

div.header ul li a.schedule:hover {
	background-position: -64px -28px;
}

div.header ul li.active a.schedule {
	background-position: -59px -56px;
}

div.header ul li a.team {
	width: 61px;
	background-position: -167px 0;
}

div.header ul li a.team:hover {
	background-position: -167px -28px;
}

div.header ul li.active a.team {
	background-position: -167px -56px;
}

div.header ul li a.news {
	width: 60px;
	background-position: -233px 0;
}

div.header ul li a.news:hover {
	background-position: -233px -28px;
}

div.header ul li.active a.news {
	background-position: -233px -56px;
}

div.header ul li a.fanzone {
	width: 92px;
	background-position: -298px 0;
}

div.header ul li a.fanzone:hover {
	background-position: -298px -28px;
}

div.header ul li.active a.fanzone {
	background-position: -298px -56px;
}

div.header ul li a.store {
	width: 67px;
	background-position: -395px 0;
}

div.header ul li a.store:hover {
	background-position: -395px -28px;
}

div.header ul li.active a.store {
	background-position: -395px -56px;
}

div.header ul li a.tickets {
	width: 83px;
	background-position: -467px 0;
}

div.header ul li a.tickets:hover {
	background-position: -467px -28px;
}

div.header ul li.active a.tickets {
	background-position: -467px -56px;
}

div.header ul li a.about{
	width:92px;
	background-position: -557px 0;
}

div.header ul li a.about:hover {
	background-position: -557px -28px;
}
div.header ul li.active a.about {
	background-position: -557px -56px;
}


div.header ul li a span {
	visibility: hidden;
}

/* ---------- /Main Navigation ---------- */

div.container {
	width: 960px;
	background: #fff url(../images/main/bg_container_strip.jpg) repeat-x;
	overflow: hidden;
}

div.cont_sec {
	background: #fff;
}

div.container_left {
	position: relative;
	float: left;
	width: 673px;
	display: inline;
	overflow: auto;
}

div.main_feature {
	position: relative;
	margin: 20px 0 0 20px;
}

div.feature_content {
	position: absolute;
	width: 600px;
	height: 116px;
	bottom: 0;
	background: url(../images/main/main_feature_bg.png);
	border-bottom: 6px solid #605793;
	padding: 25px 20px 15px 20px;
}

div.feature_content h2 {
	font-size: 46px;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
	margin-bottom: 15px;
}

div.feature_content p {
	font-size: 15px;
	color: #fff;
}

div.feature_content p a:hover {
	text-decoration: underline;
}

ul.feature_nav {
	position: absolute;
	top: 326px;
	right: 23px;
	z-index: 10;
}

ul.feature_nav li {
	float: left;
}

ul.feature_nav li a {
	display: block;
	width: 9px;
	height: 10px;
	background: #443596;
	margin-left: 6px;
}

ul.feature_nav li a.activeSlide {
	width: 3px;
	height: 4px;
	border: 3px solid #fc4e08;
}

ul.feature_nav li a span {
	visibility: hidden;
	font-size: 0;
}

img.header {
	float: left;
	margin: 20px 0 10px 20px;
}
ul#team-drop-ul{
	position: absolute;
z-index: 99999999;
width: auto;
visibility: visible;
top: 43px;
left: 570px;

}

ul#team-drop-ul li{
	float:none;
}

ul#news-drop-ul{
	position: absolute;
z-index: 99999999;
width: auto;
visibility: visible;
top: 43px;
left: 660px;
}

ul#news-drop-ul li{
	float:none;
}

ul#calendar-drop-ul{
	position: absolute;
z-index: 99999999;
width: auto;
visibility: visible;
top: 43px;
left: 660px;
}

ul#calendar-drop-ul li{
	float:none;
}

ul#fan-drop-ul{
	position: absolute;
z-index: 99999999;
width: auto;
visibility: visible;
top: 43px;
left: 750px;

}

ul#fan-drop-ul li{
	float:none;
}

ul#schedule-drop-ul{
	position: absolute;
z-index: 99999999;
width: auto;
visibility: visible;
top: 43px;
left: 440px;

}

ul#schedule-drop-ul li{
	float:none;
}

ul#tickets-drop-ul{
	position: absolute;
z-index: 99999999;
width: auto;
visibility: visible;
top: 43px;
left: 321px;
}

ul#tickets-drop-ul li{
	float:none;
}

a.more_news {
	position: relative;
	top: 27px;
	right: 13px;
	display: block;
	float: right;
	width: 88px;
	height: 17px;
	background: url(../images/main/btn_more_news.gif) no-repeat;
}

a.more_news:hover {
	background: url(../images/main/btn_more_news_mo.gif) no-repeat;
}

a.more_news span {
	visibility: hidden;
}

div.spotlight {
	clear: both;
	width: 640px;
	overflow: hidden;
	margin-left: 20px;
	min-height: 269px;
}

div.spotlight div.column {
	position: relative;
	float: left;
	width: 206px;
	margin-right: 11px;
	display: inline;
}

div.spotlight div.column.right {
	margin-right: 0;
}

div.spotlight div.column p.date {
	position: absolute;
	left: 1px;
	top: 165px;
	font-weight: bold;
	font-size: 11px;
	color: #999;
	z-index: 1;
}

div.spotlight div.column img , div.spotlight div.column.right img {
	position: absolute;
	top: 0;
	left: 0;
}

p.spotlight_feature {
	position: relative;
	width: 206px;
	height: 175px;
	margin-bottom: 10px;
}

p.spotlight_feature.left {
	background: url(../images/main/spotlight_feature_right.jpg) no-repeat;
}

p.spotlight_feature.center {
	background: url(../images/main/spotlight_feature_left.jpg) no-repeat;
}

p.spotlight_feature.right {
	background: url(../images/main/spotlight_feature_04.jpg) no-repeat;
}

div.spotlight div.column p {
	font-size: 13px;
	color: #535353;
}

div.spotlight div.column p strong {
	display: block;
	color: #262087;
	margin-bottom: 5px;
}

div.spotlight div.column p a:hover {
	text-decoration: underline;
}

/* ---------- Right Container ---------- */

div.container_right {
	float: left;
	width: 267px;
	padding-top: 20px;
}

div.schedule {
	width: 100%;
	border-bottom: 5px solid #171717;
	background: #2a2a2a url(../images/main/bg_schedule.jpg) no-repeat 0 0;
	background-color:##2A2A2A;
	overflow: auto;
	padding-bottom: 5px;
	margin-bottom: 13px;
}

div.schedule h2 {
	width: 267px;
	height: 43px;
	background: url(../images/main/txt_header_schedule.jpg) no-repeat;
	border-bottom: 0px solid #171717;
}

div.schedule h2 a {
	display: block;
	width: 267px;
	height: 43px;
}

div.schedule h2 a span {
	visibility: hidden;
}
div.schedule .block1, div.schedule .block2, div.schedule .block3{
	background: #2A2A2A url(../images/main/bg_schedule.jpg) no-repeat 0 48px;
	overflow:hidden;
}
div.schedule .block1 h2, div.schedule .block2 h2, div.schedule .block3 h2{
	width:267px;
	height:43px;
	background:url(../images/main/btn-accor-sprite.jpg) no-repeat 0 -43px;
	border-bottom:0px solid 3171717;
	text-indent:-9999px;
}

div.schedule a.previous{
	background: url(../images/main/btn-accor-sprite.jpg) no-repeat 0 -131px;
	height: 33px;
	width: 267px;
	float: left;
	text-indent: -9999px;
}
div.schedule a.upcoming{
	background: url(../images/main/btn-accor-sprite.jpg) no-repeat 0 -191px;
	height: 33px;
	width: 267px;
	float: left;
	text-indent: -9999px;
	margin-top: 5px;
}
div.schedule a.next{
	background: url(../images/main/btn-accor-sprite.jpg) no-repeat 0 -161px;
	height: 28px;
	width: 267px;
	float: left;
	text-indent: -9999px;
	margin-top: 5px;
}

p.game_status {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	float: left;
	margin: 10px 0 0 20px;
	display: inline;
}

p.game_stage {
	font-size: 11px;
	color: #c0beff;
	float: right;
	margin: 10px 20px 0 0;
	text-align: right;
	padding-top: 2px;
	font-weight: bold;
	display: inline;
}

div.match {
	float: left;
	margin-left: 20px;
	overflow: auto;
	margin-top: 4px;
	display: inline;
}

div.match img {
	float: left;
}

div.match img.vers {
	margin: 25px 20px 0 20px;
	display: inline;
}

p.team_ice_bears {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	width: 90px;
	float: left;
	margin: 10px 0 0 20px;
	display: inline;
}

p.team_opponent {
	font-weight: bold;
	font-size: 13px;
	color: #c0beff;
	width: 90px;
	float: left;
	margin: 10px 0 0 57px;
	display: inline;
}

p.team_opponent.rotate{
	margin: 3px 0;
	font: bold 10px arial;
	color: white;
	width:55px;
}

.jcarousel-clip-horizontal {
	width: 195px;
	margin-left:35px;
	padding-top: 19px;
}
.jcarousel-clip {
overflow: hidden;
float:left;
}

#mycarousel{
	margin-left: 35px;
	padding-top: 3px;
	width:210px;
}

.jcarousel-item{
	float:left;
	width:55px;
	margin-right:15px;
}

.jcarousel-container .jcarousel-next-horizontal {
	background: url(../images/main/btn-slider.jpg) no-repeat -12px 0;
	position: absolute;
	width: 14px;
	height: 47px;
	top: 81px;
	right: 15px;
	cursor: pointer;
}

.jcarousel-container .jcarousel-prev-horizontal {
	background: url(../images/main/btn-slider.jpg) no-repeat 0 0;
	position: absolute;
	width: 13px;
	height: 47px;
	top: 81px;
	cursor: pointer;
	left: 15px;
}


ul.carousel-wrapper{
	overflow: hidden;
	width: 228px;
	float: left;
	margin-top: 20px;
	padding: 0 20px;	
}

.ui-accordion-content-active{
	overflow:visible;	
}


/*  SPLASH */ 

div#splash-wrapper-overlay{
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
}
div#splash-wrapper{overflow:hidden;}
div#splash-wrapper #splash-box{
	background-color: #040406;
	width: 826px;
	margin: 65px auto 0;
	position: relative;
	z-index: 9999;
	padding: 18px;
	
}
div#splash-wrapper #splash-box .splash-logo{width: 185px;
	height: 164px;
	display: block;
	position: absolute;
	top: -49px;
	left: -30px;
	z-index:9999;
}
div#splash-wrapper #splash-box #splash-main-image{
	height: 560px;
	width: 826px;
	margin: 0 0 18px;
	z-index: 999;
	position: relative;
	overflow:hidden;
}

div#splash-wrapper #splash-box #featurettes-wrap{
	width: 826px;
	height: 101px;
	overflow: hidden;
	margin: 0 auto;
}

div#splash-wrapper #splash-box #featurettes-wrap .featurette{
	width: 200px;
	display: inline-block;
	height: 100px;
	margin:0 0 0 4px ;

}
div#splash-wrapper #splash-box #featurettes-wrap .featurette a{text-indent:-9999px;}
div#splash-wrapper #splash-box .enter-btn a{
	text-indent: -9999px;
	background: url(../images/main/btn-enter-splash.jpg) no-repeat;
	width: 161px;
	height: 45px;
	position: absolute;
	z-index: 9999;
	right: 17px;
	cursor: pointer;
	display:block;
}
div#splash-wrapper #splash-box #featurettes-wrap .featurette.first{margin-left:0;}
p.team_ice_bears span , p.team_opponent span {
	float: right;
	font-size: 20px;
	color: #ffff0c;
}

div.schedule div.buttons {
	float: left;
	margin: 10px 0 8px 20px;
	display: inline;
}

p.location {
	font-size: 11px;
	color: #fff;
	margin: 3px 0 0 110px;
}

a.button_links {
	display: block;
	float: left;
	height: 17px;
	width: 92px;
	margin-right: 5px;
	display: inline;
}

a.button_links.watch_now {
	background: url(../images/main/btn_watch_now.gif) no-repeat;
}

a.button_links.watch_now:hover {
	background: url(../images/main/btn_watch_now_mo.gif) no-repeat;
}

a.button_links.listen_live {
	background: url(../images/main/btn_listen_live.jpg) no-repeat;
}

a.button_links.listen_live:hover {
	background: url(../images/main/btn_listen_live_mo.jpg) no-repeat;
}
a.button_links.get_results {
	background: url(../images/main/btn-results-sprite.png) no-repeat;
	margin-bottom:0;
}
a.button_links.get_results:hover {
	background: url(../images/main/btn-results-sprite.png) no-repeat 0 -17px;
}

a.button_links.full_schedule {
	background: url(../images/main/btn-schedule-sprite.png) no-repeat;
	width:170px;
}
a.button_links.full_schedule:hover {
	background: url(../images/main/btn-schedule-sprite.png) no-repeat 0 -17px;
}


a.button_links.get_tickets {
	background: url(../images/main/btn_get_tickets.gif) no-repeat;
}

a.button_links.get_tickets:hover {
	background: url(../images/main/btn_get_tickets_mo.gif) no-repeat;
}

a.button_links span {
	visibility: hidden;
}

div.special_events {
	width: 100%;
	/*border-bottom: 5px solid #c7c7c7;*/
	background: #d7d7d7;
	overflow: auto;
	margin-bottom: 10px;
	/*padding-bottom: 20px;*/
}

div.special_events h2 {
	width: 267px;
	height: 43px;
	background: url(../images/main/txt_header_special_events.jpg) no-repeat;
	border-bottom: 5px solid #c7c7c7;
}

div.special_events h2 a {
	display: block;
	width: 267px;
	height: 43px;
}

div.special_events h2 a span {
	visibility: hidden;
}

div.special_events table {
	width: 100%;
	color: #535353;
	font-size: 11px;
	font-weight: bold;
}

div.special_events table tr td {
	padding: 5px 10px;
}

div.special_events table tr td.divider {
	padding: 0;
	height: 5px;
}

div.special_events table tr.head td {
	padding: 3px 10px 4px 10px;
	background: url(../images/main/bg_table_strip.gif) repeat-x;
	color: #C0BEFF;
	font-size: 13px;
	font-weight: bold;
}

div.special_events table tr.alt td {
	background: #bdbdbd;
}

div.special_events table tr td a:hover {
	text-decoration: underline;
}

img.newsletter {
	float: left;
}

div.newsletter {
	border-right: 5px solid #fc4e08;
	border-bottom: 5px solid #fc4e08;
	border-left: 5px solid #fc4e08;
	color: #535353;
	font-size: 13px;
}

div.newsletter p {
	margin: 0 15px;
}

div.newsletter form {
	margin: 20px 0;
}

div.newsletter form p {
	font-size: 11px;
	font-weight: bold;
}

div.newsletter form p span {
	display: block;
	margin-bottom: 5px;
}

div.newsletter form p input {
	margin-bottom: 5px;
	border: none;
	width: 210px;
	height: 23px;
	padding: 5px 0 0 5px;
	background: url(../images/main/bg_input_small.gif) no-repeat;
}

div.newsletter form p input.join_submit {
	width: 103px;
	height: 17px;
	background: none;
	background: url(../images/main/bg_join.gif) no-repeat;
	margin-bottom: 0;
	padding: 0;
	cursor: pointer;
	font-size: 0;
}

div.newsletter form p input.join_submit:hover {
	background: url(../images/main/bg_join_mo.gif) no-repeat;
}

div.newsletter ul {
	width: 251px;
	background: #EAEAEA;
	overflow: auto;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	border-left: 3px solid white;
	padding-top: 7px;
	padding-bottom: 7px;
}

div.newsletter ul li {
	float: left;
	padding-left:5px;
	
}

li.social_network {
	width: 38px;
	height: 37px;
	background: url(../images/main/btn-rss.jpg) no-repeat;
	border-right: 4px solid #C6C6C6;
	margin: 0 0 0 7px;
	display: inline;
	padding-right: 10px;
	cursor:pointer;
}

li.social_network:hover{
	background-position:0 -41px;	
}

li.social_network span {
	overflow:hidden;
	
}

li.social_network a{
	diplay:block;
	overflow:hidden;
	text-indent:-9999px;
	height:38px;
	width:38px;
}

li a.twitter {
	display: block;
	float: left;
	width: 72px;
	height: 37px;
	background: url(../images/main/twitter.gif) no-repeat;
	padding-right: 6px;
	border-right: 4px solid #c6c6c6;
	margin-right: 10px;
	display: inline;
}

li a.facebook {
	display: block;
	float: left;
	width: 77px;
	height: 37px;
	background: url(../images/main/facebook.gif) no-repeat;
	display: inline;
}

li a.twitter span , li a.facebook span {
	position: relative;
	top: 2px;
	font-weight: bold;
	font-size: 9px;
	color: #666;
}

/* ---------- Bottom Content ---------- */

div.bottom_content {
	background: #e7e7e7;
	float: left;
	width: 100%;
	margin-top: 56px;
}

div.cont_sec div.bottom_content {
	margin-top: 0;
}

div.sponsors {
	position: relative;
	float: left;
	width: 653px;
	padding: 20px 0 0 20px;
}

div.sponsors img {
	float: left;
	padding: 0 11px 20px 0;
}

div.sponsors img.last {
	margin-right: 0;
}

div.sponsors img.premium_partners {
	position: absolute;
	top: -37px;
	left: 20px;
}

div.fanzone {
	position: relative;
	float: right;
	width: 267px;
	border-bottom: 5px solid #c7c7c7;
	background: #dedede;
	margin: 0 20px 0 0;
	padding-bottom: 17px;
}

h2.fanzone {
	position: absolute;
	top: -43px;
	right: 0;
	width: 267px;
	height: 43px;
	background: url(../images/main/txt_header_fanzone.jpg) no-repeat;
}

h2.fanzone a {
	display: block;
	width: 267px;
	height: 43px;
}

h2.fanzone span {
	visibility: hidden;
}

div.fanzone ul {
	float: left;
	list-style-type: disc;
	padding-left: 37px;
	font-size: 11px;
	font-weight: bold;
	color: #fc4e08;
}

div.fanzone ul li {
	margin-bottom: 3px;
	color: #fc4e08;
}

div.fanzone ul li a:hover {
	text-decoration: underline;
}

img.tickets {
	margin-left: 5px;
}

/* ---------- Footer ---------- */

div.footer {
	background: #000;
	font-size: 13px;
	font-weight: bold;
	color: #878787;
	overflow: auto;
	padding: 20px;
	width: 920px;
}

div.footer ul {
	float: left;
	display: inline;
}

div.footer ul li {
	float: left;
	margin-right: 25px;
	display: inline;
}

div.footer ul li a {
	color: #fff;
}

div.footer ul li a:hover {
	color: #fc4e08;
}

div.footer ul li.active a {
	color: #fc4e08;
}

div.footer p {
	float: left;
}

div.footer p a {
	color: #878787;
}

div.footer p a:hover {
	color: #fc4e08;
}

/* ---------- Scaling Background Image ---------- */

#bg div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}

#bg div table tr td {
	vertical-align: middle;
	text-align: center;
}

#bg div table tr td img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
	display: block !important;
	display: none;
}

/* Page Peel */

#pageflip {
	position: absolute;
	top: 0;
	right: 0;
}

#pageflip img {
	width: 70px; height: 74px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}

#pageflip .msg_block {
	width: 70px; height: 70px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* champ logo */

img.logo_champ {
	display: none;
	position: absolute;
	right: 30px;
	bottom: -50px;
	z-index: 100;
}

div.container_wrapper > img.logo_champ {
	display: block;
}

/* ---------- New Secondary Templates ---------- */

div.sec_content {
	margin: 20px;
	overflow: hidden;
	width: 920px;
}

div.crumbs {
	background: #dbd7dd;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 10px 15px;
	overflow: hidden;
	width: 890px;
}

div.crumb_nav {
	float:right;
}

div.crumbs p,
div.crumbs ul,
div.crumbs ul li {
	float: left;
	text-transform: lowercase;
}

div.crumbs p {
	margin-right: 10px;
}

div.crumbs a {
	color: #666;
	background: url(../images/main/crumb-sep.png) no-repeat right;
	padding-right: 20px;
	margin-right: 5px;
}

div.crumbs a:hover {
	color: #fc4e08;
}

div.left_col {
	float: left;
	width: 267px;
}

div.right_col {
	float: right;
	width: 641px;
}

li.top_level a {
	display: block;
	overflow: hidden;
	zoom: 1;
	background: url(../images/main/subnav_btns.png) no-repeat;
}

li.top_level a:hover { background-position: 0 -43px; }
li.top_level a.active { background-position: 0 -86px; }

li.top_level a span {
	display: block;
	float: left;
	width: 267px;
	height: 43px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

span.btn_schedule { background-image: url(../images/main/btn_schedule.png); }
span.btn_team { background-image: url(../images/main/btn_team.png); }
span.btn_news { background-image: url(../images/main/btn_news.png); }
span.btn_fanzone { background-image: url(../images/main/btn_fanzone.png); }
span.btn_store { background-image: url(../images/main/btn_store.png); }
span.btn_tickets { background-image: url(../images/main/btn_tickets.png); }
span.btn_about { background-image: url(../images/main/btn_about_us.png); }

ul.subnav_menu {
	display: none;
}

li.active ul.subnav_menu {
	display: block;
}

ul.subnav_menu li.no_link span {
	display: block;
	color: #336;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: #dbd7dd url(../images/main/subnav_bg.png) no-repeat;
	margin: 5px 0;
	padding: 6px 15px 5px 15px;
}

ul.subnav_menu li a {
	display: block;
	color: #336;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: #dbd7dd url(../images/main/subnav_bg.png) no-repeat;
	margin: 5px 0;
	padding: 6px 15px 5px;
}

ul.subnav_menu li a:hover {
	background: #b7adbd url(../images/main/subnav_bg_roll.png) no-repeat;
}

ul.subnav_menu li.active a {
	background: none;
	font-size: 14px;
	color: #f60;
}

ul.subnav_menu ul li a {
	padding-left: 30px;
}

div.left_col_sponsors a {
	display: block;
	margin-top: 15px;
	background: url(../images/main/ad-frame-top.png) no-repeat;
	padding-top: 20px;
	text-align: center;
}

div.left_col_sponsors a span {
	display: block;
	padding-bottom: 22px;
	background: url(../images/main/ad-frame-btm.png) no-repeat bottom;
}

div#main_content {
	float: right;
	width: 641px;
	padding: 0;
}

div.page_sponsor_wrapper {
	background: url(../images/main/ad-frame-lrg-top.png) no-repeat;
	margin-bottom: 10px;
}

div.page_sponsor {
	background: url(../images/main/ad-frame-lrg-btm.png) no-repeat bottom;
	padding: 10px;
}

div.page_sponsor table td.ad_txt {
	width: 131px;
	background: #999 url(../images/main/ad-lrg-txt-bg.png) no-repeat center;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

div.page_sponsor table td.ad_img {
	width: 480px;
	text-align: center;
	background: #fff;
}

div.page_sponsor table td.ad_img img {
	margin: 10px 0;
	max-width: 480px;
}

div.page_sponsor table td.ad_img img.placeholder {
	margin: 0;
}

/* Solspace Calendar */

tr#month_year th {
	background: #f60;
	padding: 10px 0 8px 0;
}

span.prev_month,
span.next_month {
	display: block;
	width: 126px;
	height: 11px;
	text-indent: -9999px;
	background: url(../images/main/cal-nav.png) no-repeat;
	line-height: 0;
}

span.prev_month {
	float: left;
	margin-left: 10px;
}

span.prev_month:hover {
	background-position: 0 -11px;
}

span.next_month {
	float: right;
	width: 101px;
	background-position: 0 -22px;
	margin-right: 10px;
}

span.next_month:hover {
	background-position: 0 -33px;
}

div.cal_mon_year {
	width: 169px;
	height: 12px;
}

span.cal_month {
	display: block;
	float: left;
	height: 12px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-right: 5px;
}

span.m_January { background-image: url(../images/main/cal-mon-jan.png); width: 89px; }
span.m_February { background-image: url(../images/main/cal-mon-feb.png); width: 108px; }
span.m_March { background-image: url(../images/main/cal-mon-mar.png); width: 74px; }
span.m_April { background-image: url(../images/main/cal-mon-apr.png); width: 63px; }
span.m_May { background-image: url(../images/main/cal-mon-may.png); width: 45px; }
span.m_June { background-image: url(../images/main/cal-mon-jun.png); width: 46px; }
span.m_July { background-image: url(../images/main/cal-mon-jul.png); width: 44px; }
span.m_August { background-image: url(../images/main/cal-mon-aug.png); width: 75px; }
span.m_September { background-image: url(../images/main/cal-mon-sep.png); width: 121px; }
span.m_October { background-image: url(../images/main/cal-mon-oct.png); width: 94px; }
span.m_November { background-image: url(../images/main/cal-mon-nov.png); width: 113px; }
span.m_December { background-image: url(../images/main/cal-mon-dec.png); width: 111px; }

span.cal_year {
	display: block;
	float: left;
	height: 12px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

span.y_2010 { background-image: url(../images/main/cal-year-2010.png); width: 40px; }
span.y_2011 { background-image: url(../images/main/cal-year-2011.png); width: 38px; }
span.y_2012 { background-image: url(../images/main/cal-year-2012.png); width: 40px; }
span.y_2013 { background-image: url(../images/main/cal-year-2013.png); width: 40px; }
span.y_2014 { background-image: url(../images/main/cal-year-2014.png); width: 41px; }
span.y_2015 { background-image: url(../images/main/cal-year-2015.png); width: 41px; }
span.y_2016 { background-image: url(../images/main/cal-year-2016.png); width: 40px; }
span.y_2017 { background-image: url(../images/main/cal-year-2017.png); width: 40px; }
span.y_2018 { background-image: url(../images/main/cal-year-2018.png); width: 40px; }
span.y_2019 { background-image: url(../images/main/cal-year-2019.png); width: 40px; }
span.y_2020 { background-image: url(../images/main/cal-year-2020.png); width: 43px; }

td.day_cell {
	background: #b7b7b7;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	width: 89px;
}

tr.zebra td.day_cell {
	background: #d1d1d1;
}

th.day_of_week {
	width: 89px;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
}

th.Sunday {
	border-left: 0;
}

th.day_of_week span {
	display: block;
	background: url(../images/main/cal-days.png) no-repeat;
	width: 89px;
	height: 27px;
	text-indent: -9999px;
	margin: 10px 0;
}

th.Monday span { background-position: 0 -27px; }
th.Tuesday span { background-position: 0 -54px; }
th.Wednesday span { background-position: 0 -81px; }
th.Thursday span { background-position: 0 -108px; }
th.Friday span { background-position: 0 -135px; }
th.Saturday span { background-position: 0 -162px; }

td.first_cell {
	border-left: none;
}

td.day_cell div.date_wrapper {
	position: relative;
	min-height: 145px;
}

td.day_cell div.date {
	width: 23px;
	height: 23px;
	background-image: url(../images/main/cal-nums.png);
	background-repeat: no-repeat;
}

tr.zebra td.out_of_range,
td.out_of_range {
	background: #666;
}

td.out_of_range div.date {
	background-image: url(../images/main/cal-nums-gray.png);
}

td.day_cell div.date span,
td.day_cell div.date a {
	display: block;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
}

div.num_1 { background-position: -0px -0px; }
div.num_2 { background-position: -23px -0px; }
div.num_3 { background-position: -46px -0px; }
div.num_4 { background-position: -69px -0px; }
div.num_5 { background-position: -92px -0px; }
div.num_6 { background-position: -0px -23px; }
div.num_7 { background-position: -23px -23px; }
div.num_8 { background-position: -46px -23px; }
div.num_9 { background-position: -69px -23px; }
div.num_10 { background-position: -92px -23px; }
div.num_11 { background-position: -0px -46px; }
div.num_12 { background-position: -23px -46px; }
div.num_13 { background-position: -46px -46px; }
div.num_14 { background-position: -69px -46px; }
div.num_15 { background-position: -92px -46px; }
div.num_16 { background-position: -0px -69px; }
div.num_17 { background-position: -23px -69px; }
div.num_18 { background-position: -46px -69px; }
div.num_19 { background-position: -69px -69px; }
div.num_20 { background-position: -92px -69px; }
div.num_21 { background-position: -0px -92px; }
div.num_22 { background-position: -23px -92px; }
div.num_23 { background-position: -46px -92px; }
div.num_24 { background-position: -69px -92px; }
div.num_25 { background-position: -92px -92px; }
div.num_26 { background-position: -0px -115px; }
div.num_27 { background-position: -23px -115px; }
div.num_28 { background-position: -46px -115px; }
div.num_29 { background-position: -69px -115px; }
div.num_30 { background-position: -92px -115px; }
div.num_31 { background-position: -0px -138px; }

div#fc_calendar {
	border-bottom: 30px solid #f60;
	margin-bottom: 15px;
}

div#fc_calendar div.wrap {
	margin-bottom: 7px;
}

div.event {
	font-size: 10px;
	padding: 0 3px;
	color: #669;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

div.date_wrapper div.event {
	width: 71px;
}

p.event_time,
p.event_title {
	margin: 0;
	text-transform: uppercase;
}

p.event_title span {
	text-transform: lowercase;
}

#main_content p.event_title a {
	color: #333;
	text-decoration: underline;
}

div.event_special_style div.date {
	position: relative;
	top: -6px;
	left: -6px;
	border-right: 6px solid #969;
	border-bottom: 6px solid #969;
}

div.event_home_style div.date {
	position: relative;
	top: -6px;
	left: -6px;
	border-right: 6px solid #f60;
	border-bottom: 6px solid #f60;
}

div.event_away_style div.date {
	position: relative;
	top: -6px;
	left: -6px;
	border-right: 6px solid #669;
	border-bottom: 6px solid #669;
}

div.event_special_style { background: #fcf; border: 6px solid #969; }
div.event_home_style { background: #fc9; border: 6px solid #f60; }
div.event_away_style { background: #ccf; border: 6px solid #669; }

h2.event_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 48px;
	font-weight: bold;
	color: #336;
	text-transform: uppercase;
	margin-bottom: 20px;
}

a.back_to_cal {
	clear: both;
	display: block;
	height: 27px;
	text-indent: -9999px;
	background: url(../images/main/back-to-cal.png) no-repeat;
	margin-bottom: 20px;
}

a.back_to_cal:hover {
	background-position: 0 -27px;
}

div.main_event {
	font-size: 13px;
	padding: 0;
	color: #666;
	font-weight: normal;
}

strong.label {
	display: block;
	font-weight: bold;
	color: #339;
	margin-bottom: 5px;
}

div.game_details p {
	margin-bottom: 10px;
}

div.game_details div.left {
	background: #ccc;
	float: left;
	margin: 0 20px 20px 0;
	padding: 6px;
}

div.game_details div.right {
	float: left;
	margin-bottom: 20px;
}

p.event_info_txt {
	clear: both;
}

div.rotate_banners {
	left: 45px;
}

div.generic_template {
	font-size: 13px;
	color: #666;
}

div.generic_template h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 48px;
	font-weight: bold;
	color: #336;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.generic_template p,
div.generic_template ul,
div.generic_template img,
div.generic_template h2 {
	margin-bottom: 20px;
}

div.generic_template h2 {
	color: #339;
	font-size: 15px;
}

div.generic_template h3 {
	color: #339;
	font-size: 13px;
}

div.generic_template ul {
	padding-left: 15px;
	list-style-type: disc;
}

div.facebook_like {
	float: right;
	margin-bottom: 10px;
	margin-right:2px;
}

div.youtube_channel {
	margin:20px 0 0 20px;
	width:640px;
	overflow:hidden;
}

div.youtube_channel_vid {
	margin:0 11px 0 0;
	width:423px;
	float:left;
}

div.youtube_channel_sponsor {
	background:#dedede;
	width:206px;
	height:406px;
	float:left;
}

div.youtube_channel_sponsor h2 a {
	display:block;
	text-indent:-9999px;
	width: 206px;
	height:43px;
	background: url(../images/main/header-youtube-channel.png) no-repeat;
	border-bottom: 5px solid #c7c7c7;
}

div.youtube_channel_sponsor p {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-align: center;
	padding: 10px 0;
}

div.youtube_channel_sponsor table {
	margin-left:10px;
	background: #fff;
}

div.youtube_channel_sponsor table tr td {
	vertical-align: middle;
}

div.facebook_feed {
	margin-top: 13px;
}

div#stream_content {
	height: 233px;
}
