/*

This code authored by Eric Meyer.

http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the 

inconsistent default styling of HTML elements, creating a level playing field across 

A-grade browsers and providing a sound foundation upon which you can explicitly 

declare your intentions." (see http://developer.yahoo.com/yui/reset/)

*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

caption {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	vertical-align: baseline;

	}

/* remember to define focus styles! */

:focus {

	outline: 0;

}

body {

	line-height: 1;

}

ol, ul {

	list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

table, tbody, tfoot, thead, tr, th, td {

	margin:0;

	padding:0;

	border:0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

}

caption, th, td {

	font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

/* /// End /// */



/* FireFox Align Body Background Image to Bottom Repeat-X Hack */

html {

	min-height: 100%;

	height: auto;

}

/* END HACK */

body {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	line-height:17px;

	color:#000;

	margin: 0px;

	padding: 0px;

	background: #010307 url(/images/bg_mid.jpg) repeat-y center top;

}



h1, h2, h3, h4, h5, h6{

	font-family: Arial, Helvetica, sans-serif;

	color: #0047BA;

	font-weight:bold;

	margin:0px 0px 8px 0px;

	line-height:normal;

	text-transform: capitalize;

	letter-spacing: -1px;

}

h1 {

	font-size: 26px;

	margin: 0px 0px 15px 0px;

	text-transform:capitalize;

}

h2 {

	font-size: 18px;

}

h3 {

	font-size: 16px;

}

h4 {

	font-size: 14px;

}

h5 {

	font-size: 13px;

}

h6 {

	font-size: 12px;

}

strong {

	font-weight: bold;

}

em {

	font-style: italic;

}





p, ul, ol {

	margin-top: 10px;

	margin-bottom: 10px;

}

object {

	z-index:1;

}

hr {

	height:0px !important;

	width:100%;

	color:#E8E7DD;

	border:none;

	border-bottom:3px solid #E8E7DD;

	margin:8px 0px 14px 0px;

	padding:0px 0px 0px 0px;

}

img.bioMugShot {

	background: url(/images/bg_staffTable_img.gif) repeat-x left top;

	padding: 5px 5px 9px;

	float:left;

	margin-right:8px;

	margin-bottom:3px;

}

img {

	border-style: none;

}

.imageFloatLeft{

	float:left;

	margin:0px 8px 3px 0px;

}

.imagesFloatRight{

	float:right;

	margin:0px 0px 3px 8px;

}

a:link, a:visited{

	color:#0047BA;

	text-decoration:none;

}

a:hover, a:active{

	color:#59178A;

	text-decoration:underline;

}

.clear{

	clear:both;

}

.left {

	float:left;

	display:inline;

}

.half {

	width:50%;

}

.required{

	color:#990000;

	font-size:16px;

	line-height:16px;

	font-weight:bold;

}

#videoWrap {

	text-align: center;

	padding-top: 8px;

	padding-bottom: 8px;

}

#topLogo {

	height: 204px;

	width: 259px;

	text-align:center;

	float:left;

	display:inline;

	padding:36px 0 0 0;

}

#topBar {

	background:url(/images/bg_top_tab.png) no-repeat;

	width:343px;

	height:43px;

	position:absolute;

	top:0px;

	right:10px;

	z-index:10;

	padding:0px 0 0 30px;

}

#topBar h1 {

	float: left;

	width: 350px;

	margin-top: 0px;

	margin-bottom: 0px;

	text-indent: -10000px;

}

#topBarTickets {

	width:80%;
	float:left;

}

#topBarTickets div  {

	/*text-indent: -10000px;

	height: 26px;

	width: 273px;

	overflow: hidden;

	padding: 0px;

	position: absolute;

	left: 566px;

	top: 12px;*/

	color:#80ccff;

	font-size:11px;

	text-transform:uppercase;

	vertical-align:middle;

	display:inline;
	padding:0;
	margin:0;
	line-height:11px;

}

#topBarTickets span {

	color:#fff;

	font-size:25px;

	vertical-align:middle;

	font-weight:bold;

	letter-spacing:-1px;
	padding:0;
	margin:0;
	line-height:25px;
}



#topBar img {

	margin: 5px 0px 5px 5px; 

	float: right;

	border:0;

}

#socialIcons {

	float:right;

	padding:0 32px 0 0;

	position:relative; /**/

	top:-22px; /**/
	width:50px;
}

#icon-facebook {

	height: 20px; /* 16px; */

	width: 20px; /* 16px; */

	display: block;

	text-indent: -9999px;

	/* background: url(/images/facebook16.png) no-repeat; */

	background: url(/images/facebook20.png) no-repeat;

	float: left;

	/* margin: 0 5px 0 0; */

	margin: 0 10px 0 0;

}

#icon-twitter {

	/* background: url(/images/twitter16.png) no-repeat; */

	background: url(/images/twitter20.png) no-repeat;

	width: 20px; /* 16px; */

	height: 20px; /* 16px; */

	display: block;

	text-indent: -9999px;

	float: left;

}









#mid {

	width: 100%;

	background:url(/images/bg_top.jpg) no-repeat center top;

	border-top: 9px solid #0068b1;

}

#container, .wrapper {

	background: #FFFFFF;

	width: 920px;

	margin-right: auto;

	margin-left: auto;

	position:relative;

}



#flashBox {

	height: 280px;

	width: 920px;

	overflow: hidden;

	background: #CCCCCC;

}

#homeVisualsWrap {

	width:660px;

	height:240px;

	float:right;

	display:inline;
	z-index:1;
}

#homeVisuals {

	/*width: 650px;*/

	float: left;

}

#homeVisualsLinks ul{

	margin:0;

	padding:0;

}

#homeVisualsLinks {

	float: right;

	background: url(/images/sprites.png) no-repeat 0px -86px;

	height: 185px;

	width: 270px;

}

#btn-viewSchedule, #btn-buyTickets, #btn-thunderWear{

	background-image:url(/images/sprites.png);

	background-repeat:no-repeat;

	display:block;

	text-indent:-9999px;

	width:270px;

	height: 62px;

}

#btn-viewSchedule {background-position: 0px -86px;height: 61px;}

#btn-buyTickets {background-position: 0px -147px;}

#btn-thunderWear {background-position: 0px -209px;}

#btn-viewSchedule:hover {background-position: -271px -86px;}

#btn-buyTickets:hover {background-position: -271px -147px;}

#btn-thunderWear:hover {background-position: -271px -209px;}











#header {

	height: 240px;

	width: 100%;

	overflow: hidden;

	/*border-top:1px solid #fff;*/

}



#topNav {

	background: #000B1C url(/images/sprites.png) no-repeat 0px 0px;

	border-bottom: solid 1px #fff;

	position:relative;

	z-index:10;

	width:920px;

	height:41px;

}

#topNav ul {

	margin: 0 0 0 6px;

	padding: 0px;

	width:920px;

	position:relative;

}

#topNav ul li {

	float:left;

	position:relative;

	list-style-type: none;

}

#topNav ul li a {

	color: #fff;

	text-decoration: none;

	text-transform: uppercase;

	font-size: 12px;

	letter-spacing: -1px;

	padding: 12px 17px;

	font-weight: bold;

	display:block;

	float:left;

	margin: 0px;

}

#topNav ul li a:hover {

	text-decoration: none;

	background: #0047BA;

	color: #fff;

}

#topNav ul li.dir{

	position:relative;

	z-index:10;

}

#topNav ul li.dir > a:hover, #topNav ul li.dir:hover > a{

	background:#0047BA;

}

#topNav .dir ul {

	display: none;

	position: absolute;

	top:39px;

	margin:0;

	padding:0;

	width:140px;

	left:0;

	z-index:10;

	line-height:normal;

}

#topNav .dir:hover > ul,

#topNav .dir.hover > ul{

	display:block;

}

#topNav .dir ul li {

	background: none;

	text-align: left;

	clear:both;

	display:block;

	position:relative;

	margin:0;

	padding:0;

}

#topNav .dir ul li a {

	text-transform: capitalize;

	background:#0047BA;

	color: #fff !important;

	cursor: pointer;

	font-weight: normal;

	line-height: 15px;

	padding: 7px 10px ;

	width: 130px;

	display:block;

	font-size:11px;

	line-height:15px;

	letter-spacing:normal;

	background-image:none !important;

	height:auto;

}

#topNav .dir ul li a:hover {

	text-decoration:none !important;

	background:#000B1C !important;

}

#topNav .dir .dir ul{

	position:absolute;

	z-index:12;

	left:150px;

	top:0;

}

#topNav .dir .dir a, #topNav .dir .dir a:hover{

	background-image:url(/images/bg-navMain-dir-dir.png) !important;

	background-position:right 9px !important;

	background-repeat:no-repeat !important;

	border-left:solid 1px #C41D40;

}

#topNav .dir .dir ul li a, #topNav .dir .dir ul li a:hover{

	background-image:none !important;

}

.intImg {

	float:right;

}







#colWrap {

	width: 920px;

	overflow: hidden;

	position: relative;

	background: url(/images/bg_colWrap.gif) repeat-y 461px top;

}

#colWrap.colWrapInt {

	background: url(/images/bg_colWrapInt.gif) repeat-y left 1px;

}



#colA {

	float: left;

	width: 460px;

	overflow: hidden;

}

#colAInt {

	float: left;

	width: 227px;

	overflow: hidden;

	margin-left: 1px;

}

#subnav, #archives {

	padding-top: 10px;

	border-bottom: 1px solid #E7E5DB;

	margin-bottom: 6px;

}

#subnav h2, #archives h2 {

	color: #59178a;

	text-transform:uppercase;

	margin-right: 10px;

	margin-left: 10px;

	font-size: 18px;

	line-height: 19px;

}

#subnav ul, #archives ul {

	margin: 0px;

	padding: 0px;

	list-style-type: none;

}

#subnav ul li, #archives ul li {

	border-top: 1px solid #E7E5DB;

	margin: 0px;

	padding: 0px;

}

#subnav ul li a, #archives ul li a {

	color: #000000;

	text-transform: capitalize;

	font-weight: bold;

	padding: 2px 8px 2px 27px;

	width: 192px;

	overflow: hidden;

	display: block;

	background: url(/images/bg_subnav_ul_li_a.gif) no-repeat 10px 5px;

}

#subnav ul li a:hover, #archives ul li a:hover {

	background: #FFFFFF url(/images/bg_subnav_ul_li_a-hover.gif) no-repeat 10px 5px;

	color: #59178A;

	text-decoration: none;

}

#hmSpecialPhotos {

	position: relative;

	border-bottom: solid 1px #fff;

	border-left: solid 1px #fff;

	min-height:340px;

}

#hmSpecialCount {

	position: absolute;

	top: 240px;

	left: 10px;

	z-index:99;

}

#hmSpecialCount a {

	background-image: url(/images/sprites.png);

	background-repeat:no-repeat;

	background-position:-769px -103px;

	width: 16px;

	height: 16px;

	display: block;

	float: left;

	color: #fff;

	text-decoration: none;

	font-size: 10px;

	text-align: center;

	margin-right: 1px;

}

#hmSpecialCount a:hover, #hmSpecialCount a.activeLink, #hmSpecialCount a.activeSlide{background-position:-769px -86px;}



#hmSpecialPhotosWrap .hmSpecialHolder{

	display:none;

}

#hmSpecialPhotosWrap .active{

	display:block;

}

.hmSpecialDesc {

	background: url(/images/sprites.png) no-repeat 0 -272px;

	height: 55px;

	font-size: 11px;

	line-height: 16px;

	color: #fff;

	width:440px;

	padding: 10px;

}

.hmSpecialDesc a{

	color:#6691D6;

	text-decoration:none;

}

.hmSpecialDesc a:hover{

	color:#fff;

	text-decoration:underline;

}

#newsHomeHeadline {

	background: url(/images/bg_newsHomeHeadline.png) no-repeat 1px top;

	height: 52px;

	overflow: hidden;

	width: 460px;

	vertical-align: middle;

	margin:0px;

}

#newsHomeHeadline tr td{

	padding: 0px 95px 0px 10px;

}

#newsHomeHeadline h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 22px;

	color: #FFFFFF;

	text-transform: uppercase;



}

#newsHomeHeadline h1 a:link, #newsHomeHeadline h1 a:visited {

	color: #FFFFFF;

}

#newsHomeHeadline h1 a:hover, #newsHomeHeadline h1 a:active {

	color: #FFFFFF;

	text-decoration:underline;

}

#newsHomeMain {

	padding: 10px;

	background: url(/images/bg_newsHomeMain.png) repeat-x 1px 1px;

	margin-bottom: 1px;

	border-bottom: 3px solid #E6E5DB;

}

#newsHomeMain h2 {

	font-size: 20px;

	line-height: 22px;

	color: #0047BA;

	margin: 0px 0px 10px;

	padding: 0px;

	text-transform:capitalize;

}

.newsHomeDate {

	font-size: 13px;

	color: #000;

	font-style:italic;

}

.newsHomeImage {

	float: right;

	margin-left: 6px;

	margin-bottom: 3px;

}



#newsHomeMainDesc {

	font-size: 13px;

	line-height: 18px;

}

#newsHomeSubWrap {

	width: 100%;

	overflow:hidden;

	position: relative;

	margin-bottom:20px;

	background:url(/images/bg_latest_news.gif) no-repeat center top;

	padding:110px 0 0 0;

}

#newsHomeSubA img, #newsHomeSubB img, #newsHomeSubC img, #newsHomeSubD img {

	width: 44px;

	float: right;

	margin-bottom: 2px;

	margin-left: 4px;

	background: #FFFFFF;

	border: 1px solid #E6E5DB;

	padding: 1px;

}



#newsHomeSubA, #newsHomeSubB, #newsHomeSubC, #newsHomeSubD {

	/*width: 132px;

	overflow:hidden;*/

	padding: 10px;

	font-size: 11px;

	line-height: 16px;

	color: #333;

}

#newsHomeSubA h2, #newsHomeSubB h2, #newsHomeSubC h2, #newsHomeSubD h2 {

	color: #0047BA;

	font-size: 18px;

	line-height: 18px;

	font-weight: bold;

	text-transform: capitalize;

	letter-spacing: -1px;

	margin-top: 0px;

	margin-bottom: 5px;

}



#newsHomeSubA, #newsHomeSubB {

	/*float: left;*/

}

#newsHomeSubA, #newsHomeSubC {

	/*background:url(/images/bg_newsHomeSubA-C.gif) repeat-x 1px top;*/

}



#newsHomeSubB {

	/*background:url(/images/content/images/bg_newsHomeSubB.gif) repeat-x left top;

	margin-left: 2px;*/

}

#newsHomeSubC {

	/*float: right;*/

}

#colBSpan {

	width: 458px;

	overflow: hidden;

	float: left;

	margin-bottom: 1px;

	margin-left: 1px;

}

#yellowPagesLogo {

	width: 458px;

	border-bottom:solid 1px #fff;

	/*

	height: 80px;

	overflow: hidden;

	position:absolute;

	bottom:116px;

	*/



}

#loyaltyLogo {

	height: 57px;

	width: 458px;

	overflow: hidden;

        padding-bottom: 1px;

}



#chlLogo {

	height: 57px;

	width: 458px;

	overflow: hidden;

        padding-bottom: 1px;

        /*

		position: absolute;

        bottom:0;

		*/

}



#chlLogo img {

       border-bottom:1px solid #FFFFFF;

}



#fanBannerLogo {

	height: 57px;

	width: 458px;

	overflow: hidden;

        padding-bottom: 1px;

        position: absolute;

        bottom:0;

}



#fanBannerLogo img {

       border-bottom:1px solid #FFFFFF;

}

	





#NHLposterbanner {

	height: 378px;

	width: 458px;

	overflow: hidden;

	border-bottom:solid 1px #fff;



}



#homeVidsMod{

	background:#D9D7C7 url(/images/bg_homeVidsMod.gif) repeat-x right bottom;

	width: 458px;

	overflow: hidden;

	position: relative;

	height:213px;

}

#homeVidsModA {

	float: left;

	width: 285px;

	height:213px;

	overflow: hidden;

	position: relative;

}



#homeTrainModA {

	float: left;

	width: 300px;

	overflow: hidden;

	position: relative;

}

#homeVidsModABanner {

	height: 72px;

	width: 72px;

	overflow: hidden;

	top: 0px;

	right: 0px;

	position: absolute;

}

#homeVidsModB {

	float: right;

	width: 162px;

	padding: 5px;

}



#homeTrainModB {

	float: right;

	width: 140px;

	padding: 5px;

}





#homeVidsModB h1, #homeVidsModB h1 a{

	width:160px;

	height:28px;

}

#homeVidsModB h1{

	text-transform: uppercase;

	border-bottom: 5px solid #E6E5DB;

	padding:0px 0px 2px 0px;

	margin: 0px;

	background: url(/images/bg_homeVidsModA_h1.gif) no-repeat 0px 2px;

	text-indent: -10000px;

}

#homeVidsModB h1 a{

	display:block;

}

#homeVidsModB h2 {

	margin: 5px 0px 8px;

	color: #000000;

}



#homeVidsModB ul {

	margin: 0px;

	padding: 0px;

	list-style-type: none;

}

#homeVidsModB ul li {

	margin: 0px;

	padding: 6px 0px 1px;

	background: url(/images/bg_homeVidsModB_ul_li_a.gif) repeat-x left bottom;

	color: #0047BA;

}

#newsHomeTicker {

	background: #000000;

	height: 33px;

	padding: 1px;

	width:457px;

	overflow:hidden;

	margin:0px 0px 1px 1px;

	/* border-bottom: 3px solid #E6E5DB; */

	/*border-top: 3px solid #E6E5DB;*/

}



#colB {

	float: left;

	width: 227px;

	overflow: hidden;

	margin-left: 1px;

}

#colBInt {

	float: left;

	width: 662px;

	margin-left: 1px;

	background: url(/images/bg_colBInt.jpg) no-repeat 0px 0px;

	padding: 14px;

}

#colBInt obj, #colBInt embed{

	width:320px;

}

#colBInt table{

	margin:0px 0px 12px 0px;

}



#colBInt ul {

	padding: 0px;

	list-style-type: none;

	margin-right: 0px;

	margin-left: 0px;

}



#colBInt ul li {

	background: url(/images/bg_subnav_ul_li_a.gif) no-repeat 0px 3px;

	margin: 0px 0px 0px 15px;

	padding-left: 15px;

	line-height: 16px;

	padding-bottom: 3px;

}

#liveBroadcasting {

	border-bottom: 1px solid #fff;

}

#btn-scoring, #btn-listenLive, #btn-watchLive{

	background-image:url(/images/sprites.png);

	background-repeat:no-repeat;

	width:75px;

	height:35px;

	display:block;

	float:left;

	text-indent: -9999px;

	margin-right:1px;

}

#btn-scoring{background-position:-542px -86px;}

#btn-listenLive{background-position:-617px -86px;}

#btn-watchLive{background-position:-692px -86px;margin:0;}

#btn-scoring:hover{background-position:-542px -121px;}

#btn-listenLive:hover{background-position:-617px -121px;}

#btn-watchLive:hover{background-position:-692px -121px;}







/* INTERIOR PAGES COUNT DOWN STYLING (VERTICAL) 

---- SEE BELOW FOR SPECIFIC HOME PAGE STYLING ----------

///////////////////////////////////////////

*/

#daysLeftWrap {

	background: #fff;

	width: 100%;

	/*height: 61px;*/

	padding:0px 1px 1px 1px;

}

#daysLeftA {

	height: 51px;

	width: 100%;

	background: url(/images/bg_daysLeftA_opening.gif) no-repeat center top;

}

#daysLeftA h2 {

	text-indent: -10000px;

}



#daysLeftB {

	background: #0068b1;

	/*height: 61px;*/

	padding:5px 0px;

	width: 100%;

	overflow:hidden;

}

#daysLeftDay {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: /*43*/21px;

	font-weight: bold;

	color: #FFFFFF;

	text-align: center;

	display: block;

	line-height: 24px;

	margin: 0px;

	padding: 0px;

	letter-spacing: -2px;

}

.daysLeftType {

	font-size: 10px;

	text-transform: lowercase;

	color: #bbb;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-weight:normal;

	line-height: 10px;

	letter-spacing:normal;

}

/* END INTERIOR PAGES COUNT DOWN STYLING (VERTICAL)

///////////////////////////////////////////

*/





/* HOME PAGE COUNT DOWN STYLING (HORIZONTAL)

///////////////////////////////////////////

*/

#countDownHome #daysLeftWrap{

	width:457px;

	margin-left:1px;

	position:relative;

	overflow:hidden;

	padding:1px;

}

#countDownHome #daysLeftA {

	height: 45px;

	float:left;

	width: 217px;

	background: url(/images/bg_daysLeftANew.gif) no-repeat -2px -2px;

}

#countDownHome #daysLeftB {

	height:35px;

	width: 238px;

	background: #59178A;

	float:left;

	margin:0px 0px 0px 1px;

	padding:8px 0px 2px 0px;

	overflow:hidden;

}

#countDownHome #daysLeftDay {

	font-size:25px;

}

#countDownHome .daysLeftType {

	font-size: 10px;

}

/* END HOME PAGE COUNT DOWN STYLING (HORIZONTAL)

///////////////////////////////////////////

*/



/* HOME PAGE PACK THE HOUSE COUNT DOWN STYLING (HORIZONTAL)

///////////////////////////////////////////

*/

#countDownHome-packHouse #daysLeftWrap{

	width:458px;

	position:relative;

	overflow:hidden;

	padding:1px;

	margin:0 !important;

}

#countDownHome-packHouse #daysLeftA {

	height: 45px;

	float:left;

	width: 217px;

	background: url(/images/bg_packHouse.png) no-repeat -4px -4px !important;

}

#countDownHome-packHouse #daysLeftB {

	height:35px;

	width: 238px;

	background: #666;

	float:left;

	margin:0px 0px 0px 1px;

	padding:8px 0px 2px 0px;

	overflow:hidden;

}

#countDownHome-packHouse #daysLeftDay {

	font-size:25px;

}

#countDownHome-packHouse .daysLeftType {

	font-size: 10px;

	color: #fff;

}

/* END HOME PAGE PACK THE HOUSE COUNT DOWN STYLING (HORIZONTAL)

///////////////////////////////////////////

*/



/* HOME PAGE ALUMNI GAME COUNT DOWN STYLING (HORIZONTAL)

///////////////////////////////////////////

*/

#countDownHome-alumni #daysLeftWrap{

	width:458px;

	position:relative;

	overflow:hidden;

	padding:1px;

	margin:0 !important;

}

#countDownHome-alumni #daysLeftA {

	height: 45px;

	float:left;

	width: 217px;

	background: url(/images/bg_count_alumni.png) no-repeat -4px -4px !important;

}

#countDownHome-alumni #daysLeftB {

	height:35px;

	width: 238px;

	background: #666;

	float:left;

	margin:0px 0px 0px 1px;

	padding:8px 0px 2px 0px;

	overflow:hidden;

}

#countDownHome-alumni #daysLeftDay {

	font-size:25px;

}

#countDownHome-alumni .daysLeftType {

	font-size: 10px;

	color: #fff;

}

/* END HOME PAGE ALUMNI GAME COUNT DOWN STYLING (HORIZONTAL)

///////////////////////////////////////////

*/





/* NEXT GAME NEW STYLES */

#nextGameMod {

	width:438px;

	height:187px;

	overflow: hidden;

	margin-bottom: 1px;

	padding:0px 10px 0px;

}

/*

#nextGameMod {

	background: #fff url(/images/bg_nextGameMod.gif) no-repeat left top;

	width: 213px;

	overflow: hidden;

	margin-bottom: 1px;

	padding: 14px 7px 7px;

}



#nextGameMod h2 {

	text-indent: -10000px;

	margin-top: 0px;

	margin-bottom: 0px;

}

*/

#nextGameMod h3 {

	text-indent: -10000px;

	margin-top: 0px;

	margin-bottom: 0px;

	background: url(/images/bg_nextGameMod_h3.gif) no-repeat left top;

	padding-top: 0px;

	padding-bottom: 0px;

	height: 14px;

	overflow: hidden;

}

#nextGameMod .nextGameList{

	border-bottom: 1px solid #fff;

	padding-bottom: 6px;

	margin-top: 6px;

	width:52%;

	line-height:14px;

}

/*

#nextGameMod .nextGameList{

	border-bottom: 2px solid #D9D7C7;

	padding-bottom: 6px;

	margin-top: 6px;

}

*/

#nextGameMod .nextGameOpp {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #222;

	text-transform: capitalize;

	margin-top: 0px;

	padding-bottom: 0px;

	margin-bottom: 0px;

	font-weight: bold;

	line-height: normal;

}

#nextGameMod .nextGameDesc {

	font-weight: bold;

	margin: 0px;

	padding: 0px;

	font-size: 14px;

	line-height: normal;

	color: #59178A;

}

.location {

	font-size:10px;

	color:#666;

}

/* END NEXT GAME STYLES */





/* INTERIOR NEXT GAME NEW STYLES */

#colAInt #nextGameMod {

	background: #e4ebf7 url(/images/bg_nextGameMod3.gif) no-repeat left top;

	width: 213px;

	margin-bottom: 1px;

	padding: 14px 7px 7px;

	height:auto !important;

}

#colAInt #nextGameMod h2 {

	text-indent: -10000px;

	margin-top: 0px;

	margin-bottom: 0px;

}

#colAInt #nextGameMod h3 {

	text-indent: -10000px;

	margin-top: 0px;

	margin-bottom: 0px;

	background: url(/images/bg_nextGameMod_h3.gif) no-repeat left top;

	padding-top: 0px;

	padding-bottom: 0px;

	height: 14px;

	overflow: hidden;

}

#colAInt #nextGameMod .nextGameList{

	border-bottom: 2px solid #fff;

	padding-bottom: 6px;

	margin-top: 6px;

	width:100%;

}

#colAInt #nextGameMod .nextGameOpp {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #222;

	letter-spacing: -1px;

	text-transform: capitalize;

	margin-top: 0px;

	padding-bottom: 0px;

	margin-bottom: 0px;

	font-weight: bold;

	line-height: normal;

}

#colAInt #nextGameMod .nextGameDesc {

	font-weight: bold;

	margin: 0px;

	padding: 0px;

	font-size: 16px;

	line-height: normal;

	letter-spacing: -1px;

	color: #59178A;

}

/* END NEXT GAME STYLES */





#buyBtns {

	height:63px;

	margin:0 10px 90px;

	overflow:hidden;

}

a#buyTickets, a#viewSchedule, a#buyMerch {

	width:142px;

	height:63px;

	display:block;

	background:url(/images/sprites.png) no-repeat;

	float:left;

	display:inline;

}

a#buyTickets {

	background-position: -542px -156px;

}

a:hover#buyTickets {

	background-position: -542px -219px;

}

a#viewSchedule {

	background-position: -684px -156px;

	margin:0 4px;

}

a:hover#viewSchedule {

	background-position: -684px -219px;

}

a#buyMerch {

	background-position: -542px -282px;

}

a:hover#buyMerch {

	background-position: -684px -282px;

}



/* NEXT GAME OLD STYLES */

#nextGame {

	background: #fff url(/images/bg_nextGame.gif) no-repeat left top;

	height: 130px;

	width: 213px;

	overflow: hidden;

	margin-bottom: 1px;

	padding-right: 7px;

	padding-left: 7px;

	padding-bottom:7px;

}

#nextGame h2 {

	text-indent: -10000px;

	margin-top: 0px;

	margin-bottom: 0px;

}

#nextGame h3 {

	text-indent: -10000px;

	margin-top: 0px;

	margin-bottom: 0px;

}

#nextGameOpp {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #000000;

	letter-spacing: -1px;

	text-transform: uppercase;

	display: block;

	margin-top: 23px;

	border-bottom: 2px solid #D9D7C7;

	padding-bottom: 6px;

	margin-bottom: 6px;

}

#nextGameDesc {

	font-weight: bold;

	letter-spacing: -1pt;

}









#currentStandings {

	background: #D9D7C7 url(/images/bg_currentStandings.png) no-repeat;

	margin-bottom: 1px;

	text-align: center;

	padding-bottom: 6px;

	padding-top: 42px;

}

#currentStandings h2 {

	margin: 0px 0px 3px;

	padding: 0px;

	font-size: 14px;

	text-align: left;

	text-indent: 5px;

}

#currentStandingsTable {

	text-align: left;

	font-size: 10px;

	line-height: 11px;

	display: table;

	width: 98%;

	margin-right: auto;

	margin-left: auto;

}

#currentStandingsTable p {

	margin:2px 0 !important;

}

#currentStandingsTable tr td{

	text-align: center;

	/*height: 20px;*/

}

#currentStandingsTable tr td.teamName {

	text-align: left !important;

}





tr.currentStandingsTableHead {

	color: #FFFFFF;

	background: #000000;

	font-weight: bold;

	text-transform: uppercase;

	text-align: left;

}

.currentStandingsEven {

	background: #E6E5DB;

}

#auction {

	text-align: center;

	border-bottom: 1px solid #FFFFFF;

	font-size: 11px;

	line-height: 12px;

	background:#E5EDF8;

}

#auction p {

	text-align: left;

	padding-left: 4px;

	margin-top: 4px;

	margin-bottom: 4px;

	padding-right: 4px;

	font-size: 10px;

	line-height: 12px;

	color: #333333;

}



#auction h2 {

	text-indent: -10000px;

	margin: 0px;

	padding: 0px;

	display: none;

}

#auctionTable {

	display: table;

	width: 100%;

	text-align: left;

	border-bottom: 2px solid #FFFFFF;

	background: url(/images/bg_auction08.png) no-repeat left top;

	margin: 0px auto;

	font-size: 11px;

}

#auctionTable tr td {

	padding-left: 4px;

	height: 16px;

	vertical-align: middle;

}

#auctionTable tr td.auctionTableFirst {

	height: 50px;

}

#auctionTable tr.auctionTableHead td {

	font-weight: bold;

	color: #FFFFFF;

	text-transform: uppercase;

	height: 17px;

	vertical-align: middle;

	padding-top: 2px;

}



.auctionTableEven {

	background: #F7F2F9;

}

.rosterTable {

	font-size: 12px;

	background: url(/images/bg_rosterTable.gif) repeat-x left top;

	display: table;

	width: 100%;

	margin-bottom: 20px;

}

.rosterTable td {

	background: url(/images/bg_dottedLine.gif) repeat-x left bottom;

	padding: 10px 4px 3px;

}

.rosterTable .rosterTableHead {

	font-weight: bold;

	text-transform: uppercase;

	color: #D9D7C7;

	vertical-align: middle;

	font-size: 13px;

}

.rosterTableHead td {

	vertical-align: middle;

	padding-top: 1px !important;

	padding-bottom: 1px !important;

	background: #0047BA url(/images/bg_rosterTableH.gif) repeat-x left bottom !important;

}

.staffTable p {

	text-align: center;

	border-bottom: 2px solid #E8E7DD;

	/* width: 180px; */

	margin-right: auto;

	margin-left: auto;

	padding-bottom: 7px;

	margin-bottom: 14px;

	background: url(/images/bg_staffTable_p.gif) repeat-x left bottom;

}

.staffTable img {

	background: url(/images/bg_staffTable_img.gif) repeat-x left top;

	padding: 5px 5px 9px;

}

.staffTable tr td {

	vertical-align: top;

}

.playerBioTable {

	float: left;

	border: 1px solid #CCCCCC;

	margin-right: 9px !important;

	margin-bottom: 9px !important;

	

}

.playerBioTable tr td {

	vertical-align: top;

}



.playerBioPhoto {

	margin: 2px 8px 2px 2px;

	border: 3px solid #E8E7DE;

}

.playerBioStats {

	background: #f2f2f2;

	display: table;

	margin-bottom: 8px;

	margin-top: 2px;

	margin-right: 2px;

}

.playerBioStats tr {

	vertical-align: top;

}

.playerBioStats tr td {

	font-weight: bold;

	padding: 3px 12px 3px 3px;

}

.bioPhotoAction {

	background: #FFFFFF;

	padding: 1px;

	border: 3px solid #f2f2f2;

	display: block;

	margin-bottom: 12px;

}

#colC {

	float: right;

	width: 230px;

	overflow: hidden;

	margin-right: 1px;

}

#colCBanners{

	width:230px;

	overflow:hidden;

}

#colD {

	background:url(/images/bg_upcoming_games.jpg) no-repeat left top;

	width:458px;

	border-left:1px solid #fff;

	border-right:1px solid #fff;

	float:right;

}

.borderBottom {

	margin-bottom: 1px;

	background:#333;

	

}



#sponsorsLink{

	width:230px;

	text-align:center;

	overflow:hidden;

	background:#000;

}



#questionsComments{

	width:230px;

	text-align:center;

	overflow:hidden;

	background:#000;

}



#facebookBadge{

	width:230px;

	text-align:center;

	overflow:hidden;

	background:#ccc;

}





.bannerLg {

	margin-bottom: 1px;

	width:230px;

	height:190px;

	overflow:hidden;

	background:#333;

}

.bannerLong {

	margin-bottom:1px;

}

#bannersSm {

	padding: 6px;

	margin:1px 0px 0px 0px;

	width: 908px;

	overflow: hidden;

	border-top: 5px solid #E6E5DB;

}

#bannersSm img {

	background: #FFFFFF;

	padding: 1px;

	border: 1px solid #B2B2B2;

	margin-left: 3px;

	margin-right:2px;

	margin-bottom: 2px;

}

#bannersSm a:hover img{

	border-color:#000;

}

#footer {

	font-size: 10px;

	line-height: normal;

	color: #6B94D7;

	overflow: hidden;

	background: url(/images/bg_body.jpg) repeat-x center top;

	height: 135px;

	width:100%;

	padding:0px 0px 0px 0px;

	border-top:2px solid #0047ba;

}

#footer .wrapper {

	background:none !important;

}

#footer a{

	color:#6b94d7;

}

#footer a:hover{

	color:#fff;

}

#footerL{

	float:left;

	padding-left: 155px;

	height: 95px;

	background: url(/images/bg_footerLogo-2011.png) no-repeat 30px 8px;

	display: block;

	padding-top: 10px;

}

#footerR {

	float:right;

	width:324px;

	height:135px;

	background:url(/images/bg_footer.png) no-repeat;

}





/*

///////////////////////////

START NEWS PAGE STYLING (news.php)

\\\\\\\\\\\\\\\\\\\\\\\\\\\

*/

.postMeta {

	font-size: 11px;

	padding-top: 0px;

	padding-bottom: 2px;

	/*border-top: 2px solid #e2e2e2;*/

	color: #555;

}

.postMeta strong {

	color: #000;

}

.postList p{

	margin-top:0px;

	margin-bottom:0px;

}



.postList {

	margin-bottom: 15px;

	padding-bottom:10px;

	background: url(/images/bg_dottedLine.gif) repeat-x left bottom;

}

#postPage h1 {

	margin-bottom: 3px;

}

.backToNews a {

	background: url(/images/button_backtonews.gif) no-repeat left top;

	padding-left:20px;

	padding-bottom:15px;

	margin-bottom:15px;

}

.postList h2 {

	margin-bottom: 4px;

}

/*

///////////////////////////////////////////////

END NEWS PAGE STYLING */







/* //////////////////////////////////////////////////

BEGIN EVENT PAGE STYLING

*/

.eventtable {

	width: 650px;

	position: relative;

	overflow:hidden;

	margin-bottom: 15px;

	padding-bottom:10px;

	background: url(/images/bg_dottedLine.gif) repeat-x left bottom;

}

.eventtable .tableleft {

	float: left;

	width: 530px;

}

.eventtable .tableright {

	float: right;

	width: 120px;

}

.eventtable h3{

	font-size:14px;

}

.eventtable .tableleft h2 sup{

	font-size:11px !important;

}

.eventtable .tableleft h3 {

	margin: 0px 0px 3px;

	line-height: normal;

}

.eventtable .tableright img {

	width: 110px;

}

#eventDetail .eventdescr p {

	margin-top: 0px;

}

#eventDetail .eventdescr h4 {

	margin-bottom: 2px;

	margin-top: 14px;

}

#eventDetail .eventimage {

	float: right;

	margin-left: 8px;

	margin-bottom: 3px;

}

#eventDetail .eventimage img {

	border: 3px solid #fff;

	height: 150px;

	width: 150px;

	padding:1px;

}

#eventDetail .viewallevents {

	padding-top:10px;

}

/* /////////////////////////////////////

END EVENT PAGE STYLING

*/





/* START ERROR PAGE STYLES

//////////////////////////////

*/

#errorCodeBody {

	background: #000000 url(/images/bg_mid.png) repeat-x center top;

}

#errorCode {

	width: 700px;

	margin-top: 65px;

	margin-right: auto;

	margin-left: auto;

	overflow: hidden;

	position: relative;

}

#errorCode h1 {

	color: #FFCC00;

	font-size: 30px;

	line-height: normal;

	margin-top: 25px;

}

#errorCode p {

	font-size: 16px;

	color: #FFFFFF;

	line-height: 22px;

}



#errorLogo {

	display: block;

	float: left;

	margin-right: 15px;

}

#errorCode a {

	color: #FFFFFF;

	text-decoration: underline;

}

#errorCode p.errorType {

	font-size: 10px;

	line-height: normal;

	color: #5F1892;

}



/* END ERROR PAGE STYLES

///////////////////////////////

*/











.galleryalbum {

float:left;

width:210px;

text-align:center;

display:block;

margin:0px 5px 15px;

min-height:220px;

}

.galleryalbum a{

	/*border:2px solid #0047BA;*/

	background-color:#eee;

	display:block;

	width:202px;

	text-align:center;

	text-decoration:none !important;

	padding:10px 4px;

}

.galleryalbum a:hover{

	background-color:#ddd;

	text-decoration:none !important;

}

.albumName{

	display:block;

	font-size:14px;

	font-weight:bold;

	line-height:normal;

	text-align:center;

}

.galleryalbum img{

	display:block;

	text-align:center;

	margin:5px auto;

	max-width:200px;

}

.galleryalbum a img{

	border:1px solid #ffffff;

}

.galleryalbum a:hover img{

	border:1px solid #0047BA;

}

.albumDesc{

	display:block;

	font-size:11px;

	line-height:normal;

	text-align:center;

	margin:0px;

}



.bioHeader{

	width:542px;

	height:70px;

	padding-left:120px;

	background: #53147e url(/images/bg_bioHeader.png) no-repeat left top;

}

.bioHeader h2 {

	color:#ffffff;

	text-transform:uppercase;

	letter-spacing:normal;

	font-size:30px;

}



.bioHeader h3 {

	color:#ffffff;

	text-transform:uppercase;

	letter-spacing:normal;

	font-size:12px;

}



.bioImage {

	margin:0px 0px 0px 10px ;

	text-align:right;

}


#pucksBucks {
	width:230px;
	height:230px;
	background:url(/images/bg_pucks-bucks.jpg);
	position:relative;
}
#goalieSaves {
	position:absolute;
	top:67px;
	left:115px;
	color:#ffd026;
	font-size:48px;
	line-height:48px;
	letter-spacing:-1px;
	font-weight:bold;
}
#savesDonation {
	position:absolute;
	top:136px;
	left:73px;
	color:#ffd026;
	font-size:28px;
	line-height:28px;
	letter-spacing:-1px;
	font-weight:bold;
}





/*

/////////////////////////

START SIFR STYLES

////////////////////////

*/

/* These are standard sIFR styles... do not modify */



.sIFR-flash {

	visibility: visible !important;

	margin: 0;

}



.sIFR-replaced {

	visibility: visible !important;

}



span.sIFR-alternate {

	position: absolute;

	left: 0;

	top: 0;

	width: 0;

	height: 0;

	display: block;

	overflow: hidden;

}



/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {

  display: none !important;

}



/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */



.sIFR-hasFlash #colBInt h1 {

	visibility: hidden;

}

.sIFR-hasFlash #newsHomeHeadline h1 {

	visibility: hidden;

	height:48px;

	margin:0px !important;

}



/*

.sIFR-hasFlash #newsHomeMain h2 {

	visibility: hidden;

}

*/

.sIFR-hasFlash #subnav h2, .sIFR-hasFlash #archives h2 {

	visibility: hidden;

}



/*

///////////////////////

END SIFR STYLES

*/



#cornerBanner{

	position:absolute;

	top:0;

	left:0;

	z-index:101;

	width:135px;

	height:135px;

}
