/* CSS Document */

/* hack for min-height */

#Body{ height: 700px}
#container>content { height: auto; min-height:700px} 

/*============================ IE6 PNG Hack ============================*/
img, div {
	behavior: url(/pngfix/iepngfix.htc);
}

/*general stuff */
body {
	font-size:12px;
/* Blue bg */
	background: #003366;
/* 
	Pink bg for cancer
	See also lines 71-76
	See also home_styles.css lines 211 - 215
	background: #ff99cc;
 */
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size:2.25em;
	color:#FFFFFF;
	font-weight:bold;
	line-height:22px;
	}

h3 {
	font-size:1.25em;
	color:#FFFFFF;
	font-weight:bold;
	}

h4 {
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
	}
	

div#container {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

/*============================ Header Styles ============================*/

div#insider {
}
div#header {
/*	height: 98px; */
	height:145px;
}
div#bladesLogo {
	position: absolute;
	z-index: 10;
	left:26px;
}
div#kidsZone {
	float: right;
}
div#kidsZone img {
	border: none;
}
/*LeaderBoard */
.leaderBoard {
	width:728px;
	height:90px;
	border-bottom: solid 1px #003366;
	border-left: solid 1px #003366;
	position:absolute;
	right:0;
}
	
/*============================ Navigation Styles ============================*/
div#navigation {
/* blue gradient nav bar */
	background: url(/home_images/nav_bg.jpg);
/* pink gradient nav bar for cancer
	background: url(/home_images/pink_nav_bg.jpg);
*/
	height: 21px;
	padding-top: 4px;
	clear: both;
}
div#navLinks {
	position: absolute;
	z-index: 20;
	padding: 1px 0 0 130px; 
}
div#navLinks a:link, div#navLinks a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-left:13px;
	padding-right:13px;
}
div#navLinks a:hover {
	color: #99ccff;
}

/*============================ submenu ============================*/
div#navLinks DIV.menu {
	width: 200px;
	margin-top: 8px;	
	border: solid #243f71 1px;
	color: #243f71;
	background-color: #CDCDCD;
	text-align: left;
	display:none;
	z-index:10000;
}
	
div#navLinks DIV.menu a {
	color:#243f71;
	font-size:10px;
	}

div#navLinks DIV.menu a:visited {
	color:#243f71;
	font-size:10px;
	}
	
div#navLinks DIV.menu a:hover {
	color:#305496;
	background:#FFFFFF;
	}

div#navLinks A.menu_item {
	display:block;
	border-bottom: #243f71 solid 1px;
	padding-top:5px;
	padding-bottom:3px;
	min-height:18px;
	height:auto !important;
	height:18px;
	text-transform: uppercase; 
	
	
}
/*============================ 2nd submenu ============================*/

div#navLinks div.sub_menu {
	width: 220px;
	margin-top: 0px;
	margin-left: 1px;
	border: solid #243f71 1px;
	color: #243f71;
	background-color: #FFFFFF;
	text-align: left;
	z-index:20000;
}
	
div#navLinks .sub_menu a {
	color:#243f71;
	font-size:10px;
	}

div#navLinks .sub_menu a:visited {
	color:#243f71;
	font-size:10px;
	}
	
div#navLinks .sub_menu a:hover {
	color:#305496;
	background:#cdcdcd;
	}

div#navLinks .sub_menu_item {
	display:block;
	border-bottom: #243f71 solid 1px;
	padding-top:5px;
	padding-bottom:7px;
	min-height:8px;
	height:auto !important;
	height:8px;
	text-transform: uppercase; 
	
}

/*============================ container stuff ============================*/
#Body {
	margin: 0 auto;
	width:1000px;
	height:auto;
	background:#000000;	
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-bottom: 5px;	
	}

#Body a{
	color:#FFFFFF;
	}

#Body a:hover {
	color:#99ccff;
	}

#ContentBoxHeading {
	height:19px;
	background:url(images/contentbox_headingbg.jpg) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	}

#ContentBoxNews {
	width:560px;
	height:475px;
	margin-bottom:5px;
	background:#006699;
	float:left;
	border:#cccccc solid 1px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}

html>body #ContentBoxNews {
	width:570px;
	height:475px;
	margin-bottom:5px;
	background:#006699;
	float:left;
	border:#cccccc solid 1px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}

#ContentBoxNews p {
	text-align:justify;
	}	
#ContentBoxNews h1 {
	width:560px;
	height:22px;
	font-size:22px;
	}


	
#ContentBoxContentNews {
	height:440px;
	overflow:hidden;
	margin:6px;
	}

#ContentBoxContentNews h1 {
	text-transform:uppercase;
	line-height:22px;
	overflow:hidden;
	}
	
#NewsTitle {
	height:22px;
	
	overflow:hidden;
	}	
#ContentBoxLiveBox {
	width:570px;
	height:145px;
	background:#026aa6;
	margin-bottom:5px;
	float:left;
	border:#cccccc solid 1px;
	}

#ContentBoxStore {
	width:186px;
	height:240px;
	background:#006699;
	margin-bottom:5px;
	float:right;
	border:#cccccc solid 1px;
	}

#ContentBoxTicketMasterTile {
	width:186px;
	height:240px;
	border:#CCCCCC solid 1px;
	margin-bottom:5px;
	background:#000000;
	float:left;
	margin-left:5px;
	}

#ContentBoxSchedule {
	width:380px;
	height:275px;
	background:#006699;
	margin-bottom:5px;
	float:right;
	border:#cccccc solid 1px;
	
	}

#ContentBoxSchedule a {
	color:#FFFFFF;
	text-decoration:none;
	}

#ContentBoxSchedule a:hover {
	color:#99ccff;
	}
	
#ContentBoxFeaturedPlayer {
	width:211px;
	height:225px;
	background:#006699;
	margin-bottom:5px;
	margin-right:5px;
	float:right;
	border:#cccccc solid 1px;
	}
	
#ContentBoxSkyscraperBanner {
	width:160px;
	height:600px;
	background:#006699;
	margin-bottom:5px;
	
	float:right;
	border:#cccccc solid 1px;
	}

#ContentBoxSkyscraperBanner2 {
	
	}

#ContentBoxTiles {
	width:573px;
	height:112px;
	margin-bottom:5px;
	background:#000000;
	float:left;
	}

.Tiles {
	margin:2px;
	border:#CCCCCC solid 1px;
	}


	
#ContentBoxBannnerAd {
	width:570px;
	height:87px;
	margin-bottom:5px;
	background:#000000;
	float:left;
	}
#ContentBoxContainer {
	width:282px;
	height:286px;
	float:left;

}
#ContentBoxHuskyPlayer {
	width:282px;
	height:140px;
	border:#CCCCCC solid 1px;
	background:#006699;
	float:left;
	margin-bottom:4px;
	}

#ContentBoxBostonPizza {
	width:282px;
	height:140px;
	border:#CCCCCC solid 1px;
	background:#006699;
	float:left;
	margin-bottom:5px;
	}

#ContentBoxBladesWeekly {
	width:281px;
	height:286px;
	border:#CCCCCC solid 1px;
	
	margin-left:5px;
	background:#006699;
	float:left;
	margin-bottom:5px;
	}

#ContentBoxPoll {
	width:212px;
	height:369px;
	border:#CCCCCC solid 1px;
	
	margin-right:5px;
	background:#006699;
	float:right;
	margin-bottom:5px;
	}

#ContentBoxPoll .submit {
	width:45px;
	margin-right:-20px;
	}

#ContentBoxPollContent {
	background:url(/images/poll_bg_bottom.jpg) no-repeat;
	height:302px;
	width:212px;
	overflow:hidden;
	}

#ContentBoxPollContent p {
	text-align:center;
	white-space:normal;
	width:180px;
	}

#ContentBoxPollText {
	margin-left:10px;
	}
#ContentBoxPollTitle {
	margin-left:6px;
	}




#ContentBoxPollSponsor {
	width:212px;
	height:67px;
	background:url(/images/poll_bg_top.jpg) no-repeat;
	}

#ContentBoxContent {
	margin:6px;
	}

#ContentBoxContentLiveScoring {
	margin:0px;
	}
#ContentBoxContentLiveScoringWhlLogo {
	
	}

#ContentBoxContentBanner {
	margin:13px 40px;
	}

#ContentBoxContentSchedule {
	margin:10px 5px;
	}

#ContentBoxContentBladesWeekly {
	margin:10px 15px;
	
	}
#ContentBoxContentFeaturedPlayer, #Featured {
	margin:10px;
	
	}

#ContentBoxContentFeaturedPlayer p, #Featured p {
	font-size:.75em;
	margin-top:7px;
	
	}
	
#ContentBoxContentHuskyPlayer {
	height:100px;
	overflow:hidden;
	margin:8px 8px 0px 8px;	
	}

#ContentBoxContentBostonPizza {
	height:100px;
	overflow:hidden;
	margin:8px;
	}

#ContentBoxContentFeaturedProduct {
	margin:8px;
	}

#ContentBoxContentHuskyPlayer h3 {
	margin-top:2px;
	margin-bottom:-10px;
	}

#ContentBoxContentStore {
	
	/*
	margin:4px;
	text-align:center;
	*/
	}

#ContentBoxContentFeaturedProduct h3 {
	margin-top:2px;
	margin-bottom:-10px;
	}
#HomeContent {
	width:958px;
	margin-top:5px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	color:#FFFFFF;
	
	}


#HomeContent a {
	color:#FFFFFF;
	}

#HomeContent a:hover {
	color:#99ccff;
	}

#ContentAd {
	float:right;
	width: 760px;
	height: 90px;
	margin-top:5px;
	margin-bottom: -5px;
	padding:10px 10px 0px 10px;
	background: #ffffff;
}

html>body #ContentAd {
	float:right;
	width: 770px;
	height: 90px;
	margin-top:5px;
	margin-bottom: -5px;
	padding:10px 10px 0px 10px;
	background: #ffffff;
}

#Content {
	float:right;
	width:760px;
	min-height:745px;
	margin-top:5px;
	padding:10px 10px 10px 10px;
	background:url(/images/content_bg.jpg) no-repeat #FFFFFF 100% 100%;
	color:#000000;
	/*This is a hack for min-height in ie6*/
	height:auto !important;
  	height:745px;
	}

html>body #Content {
	float:right;
	width:770px;
	min-height:745px;
	margin-top:5px;
	padding:10px 10px 10px 10px;
	background:url(/images/content_bg.jpg) no-repeat #FFFFFF 100% 100%;
	color:#000000;
	/*This is a hack for min-height in ie6*/
	height:auto !important;
  	height:745px;
	}

#Content a {
	color:#000000;
	}

#Content a:hover {
	color:#006699;
	}

#Content h1 {
	color:#000000;
	}

#Content h2 {
	color:#000000;
	}

#Content h3 {
	color:#000000;
	}

#Content h4 {
	color:#000000;
	}

#SideMenu {
	float:left;
	width:165px;
	margin-left:8px;
	margin-right:8px;
	margin-top:5px;
	padding:10px 10px 10px 10px;
	background:#000000;
	color:#FFFFFF;
	border:#FFFFFF 1px solid;
	}
	
#SideMenu a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:2px;
	}
	
#SideMenu a:hover {
	color:#006699;
	text-decoration:none;
	background:#FFFFFF;
	}

#NextGame {
	
	color:#FFF;
	}

#GraphicLink {
	margin: 0 auto;		
	width:156px;
	height:103px;
	border:#000000 solid 1px;
	margin-top:20px;
	}
	
#GraphicLinkHead {
	height:24px;
	}

#GraphicLinkContent {
	padding:8px 17px;
	background:#FFFFFF;
	}

/*============================ admin stuff ============================*/
#AdminMenu {
	margin: 0 auto;
	width:948px;
	text-align:right;
	color:#FFFFFF;	
	background:#003366;
	height:18px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
#AdminMenu a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	}

#AdminMenu a:hover {
	color:#99ccff;
	text-decoration:none;
	}


/*form stuff 

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 500px;
  max-width: 525px;
  width: 500px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div input, form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;

  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}
*/

/*============================ Footer Styles ============================*/
div#footer {
	height: 30px;
}
div#footerNav {
	float: left;
}
div#footerNav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 3px;
	padding: 5px 0 0 0;
}
div#footerNav li {
	display: inline;
	color: #ffffff;
}
div#footerNav li a:link, div#footerNav a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
div#footerNav li a:hover {
	color: #99ccff;
}
div#copyright {
	color: #ffffff;
	font-size: 10px;
	float: right;
	height: 12px;
}
div#copyright p {
	margin: 0;
	padding: 5px 10px 0 0;
	text-align: right;
}
