@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	color: #000;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;	
}

a {
	color: #FFFFFF;	
	text-decoration: none;
	border-style: none;
}

a.js_link {
	cursor: pointer;	
}

a.nav_item {
	border-style: none;
}

h1 {
	font-size: 20pt;
	line-height: 13pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;	
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #6A7073;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
	color: #6A7073;
	padding: 0px;
	margin: 0px;
}

#body_center_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	display: none;
	background-image: URL("../img/centre_ice_bg.png");	
}

#body_center_circle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 670px;
	height: 670px;
	display: none;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 585px;
	height: 215px;
	/*background-image: URL("../img/logo.png");*/
	background-image: URL("../img/logo_beta.png");
	/*background-image: URL("../img/logo_nhl_draft.png");*/
	display: none;
}

#content_container {
	position: relative;
}

#content {
	position: relative;
	background-color: #FFF;
	padding: 10px 10px 10px 0px;
	height: 100%;
}

#right_column {
	position: relative;
	padding: 0px 10px;
}

.nav_link {
	position: relative;
	background-image: URL("../img/bullet.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-top: 3px;
	margin-left: 5px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 9pt;
}

.nav_link a {
	color: #2E2E2E;
}

.nav_admin_toggle {
	position: absolute;
	top: 0px;
	right: 20px;
	cursor: pointer;	
}

h1 {
	color: #2E2E2E;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 14pt;
	margin: 0;
	padding: 0;
}

#footer_link_container {
	position: absolute;
	top: 15px;
	left: 405px;
	width: 240px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 8pt;	
}

#footer_link_container a {
	color: #FFF;
}

/* Floating boxes */
#floating_box_container {
	padding: 0px;
	margin: 0px;	
	list-style-type: none;
}

#floating_box_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

li.floating_box_imgthumb {
	width: 120px;
	height: 100px;
	position: relative;
	float: left;
	padding: 10px 7px 10px 7px;
	color: #3A3A3A;
}

.photobox_title_center {
	height: 27px;
	margin: 0px 5px 3px 5px;
	background-image: URL("../img/photobox_title_bg.png");
	text-align: center;	
}

.photobox_thumb {
	float: left;
	border: 1px solid #2e2e2e;
	margin: 0px 5px 25px 5px;
}

/* Windows */
.win_overlay {
	position: absolute;
	left: 0px;
	top: 0px; 	
	display: none;
	z-index:900;
	background-image: URL('../img/black_transparency_60.png');
}

.win_container {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1001;
	display: none;
	opacity: 0;
}

#waiting {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 31px;
	height: 31px;
}

#waiting_text {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	font-size: 7pt;
	font-weight: bold;
}

.play_inline_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.9;
	z-index: 1000;
	background: #000;	
}

/* Forms */
.ff_container {
	width: 395px;
	padding: 10px 10px 10px 15px;
	border: 1px dashed #c9c9c9;
	color: #2e2e2e;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 10pt;	
}

.ff_container legend {
	font-weight: bold;
	margin-left: -7px;	
}

.ff_help_container {
	font-weight: normal;
	font-size: 7pt;
}

.ff_error_text {
	font-weight: normal;
	font-size: 7pt;
	color: red;
}

.ff_input_blur {
	padding: 5px;
	/*width: 150px;*/
	width: 170px;
	color: #2e2e2e;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 10pt;	
	border: 1px solid #e8e5dd;	
}

.ff_input_focus {
	padding: 5px;
	color: #2e2e2e;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 10pt;	
	border: 1px solid #000;
	/*background-image: URL("../img/form_input_bg.gif");*/
	background-position: bottom;
	background-repeat: repeat-x;	
}

.form_row {
	padding: 5px 0px;
}

.form_button {
	height: 17px;
	padding-top: 3px;
	border: 1px solid white;
	background-image: URL("../img/button_bg.gif");
	background-repeat: repeat-x;
	background-color: #23334F;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	cursor: pointer;	
}

.form_input {
	border: 1px solid #3A3A3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.ft_container {
	opacity: 0;
}

.ft_arrow {
	width: 18px; 
	float: left;
	padding-top: 4px;	
}

.ft_default {
	font-size: 10pt;
	color: #3A3A3A;
	width: 300px;
}

.ft_error {
	font-size: 10pt;
	color: red;
}

/* Home */
.home_item {
	position: relative;
	height: 170px;
	width: 120px;
	float: left;
	margin: 0px 10px 20px 10px;
	font-size: 8pt;
}

.home_item img {
	border: 1px solid #2e2e2e;
}

.home_image {
	position: relative;
	height: 150px;
	width: 120px;
	float: left;
	margin: 0px 5px 25px 5px;
	font-size: 8pt;
	text-align: center;
}

.home_image img {
	border: 1px solid #2e2e2e;
}

/* Game Summary */
#game_details_container {
	position: relative;
	height: 100px;
	padding: 10px 10px 10px 10px;
	background-image: URL('/img/game_top_bg.gif');
}

.news_bullet {
	position: relative;
	height: 16px;
	overflow: hidden;
	background-image: URL("../img/bullet.png");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

.news_bullet a {
	color: #30415F;
}

/* Member review */
.mbr_review_title {
	font-size: 9pt;
	font-weight: bold;
}

.mbr_review_content_0 {
	height: 110px;
	margin-top: 2px;
	font-size: 8pt;
	color: #000;
	line-height: 150%;
	background-image: URL('../img/sideline_mbr_review_0_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.mbr_review_content_1 {
	height: 110px;
	margin-top: 2px;
	font-size: 8pt;
	color: #000;
	line-height: 150%;
	background-image: URL('../img/sideline_mbr_review_1_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.exp_animation {
	position: absolute;
	z-index: 99;
	display: none;
	height: 20px;
	width: 90px;
	font-size: 14pt;
	font-weight: bold;
	color: #3b4e72;
}

#exp_small.new {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 99;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 55px;
	padding-top: 5px;
	display: none;
	overflow: hidden;
	text-align: center;
	background-image: URL('../img/nav_bg.png');
	background-repeat: repeat-x;
}

.nav_title {
	position: absolute;
	height: 17px;
	width: 80px;
	padding-top: 3px;
	font-size: 8pt;
	color: #FFF;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
	background-image: URL('../img/nav_title_bg.png');
	display: none;
}

#noscript-bg{position:fixed;left:0;top:0;width:100%;height:100%;background-color:black;z-index:9999;}
#noscript-text{position:absolute;text-align:center;left:0;width:100%;top:30%;color:white;font-size:18px;line-height:1.5em;z-index:10000;padding-top:230px;background:url("../img/logo_beta.png") center top no-repeat;}
#noscript-text b{font-size:22px;}