	
	/* html		{ position:relative; height:100%; } - this prevents mac safari menus from working.... */
	
	
	/*background:url('../images/bg/BG_LeftRight_shade.gif') center repeat-y; */
	
	body		{ margin:0px; padding:0px; position:relative; top:0; left:0; height:100%; font-family: Verdana, Arial, Helvetica, sans-serif;
				   font-size:100%; color:#444; background:url('../images/bg/BG_LeftRight_shade.gif') center repeat-y; background-color:#ececec;}
				
	form		{ padding:0; width:998px; margin:auto; background-color:#ffffff;}

	h1		{ font-size:150%; }
	h2		{ margin:1px 0; font-size:110%; }
	h3		{ margin:1px 0; font-size:90%; }
	h4		{ margin:1px 0; font-size:80%; }
	h5		{ font-size:75%; }

	
	
	a		{ color:#559; }
	a:hover		{ color:#223; }
	

	
	table		{ border-collapse:collapse; }
	table td, 
	table th 		{ padding:3px; border-spacing:0; text-align:left; }
	table.aspGridView tr.rowHeader th{color:#ffffff; background-color:#120c80;}
	
	
	
	#home-layout td.right-col div#HomeLoginStatusControl1_logonDiv{
			border:0;
		}

    #home-layout td.right-col div#HomeLoginStatusControl1_logoffDiv {
			border:0;
		}

		div#login-button {
			text-align:center;
			width:154px;
			height:48px;
			background-image:url('../images/buttons/login-button.gif');
			background-repeat:no-repeat;
		}

		div#login-button:hover{
			background-image:url('../images/buttons/login-button-hover.gif');
			cursor:pointer;
		}
		
		div#logout-button{
			text-align:center;
			width:154px;
			height:48px;
			background-image:url('../images/buttons/logout-button.gif');
			background-repeat:no-repeat;
		}
		div#logout-button:hover{
			background-image:url('../images/buttons/logout-button-hover.gif');
			cursor:pointer;
		}

		a#HomeLoginStatusControl1_openAccountHyperLink{
			display:block;
			height:221px;
			width:154px;
			margin:10px 0 0 0;
			padding:0 0 0 0;
			background-image:url('../images/buttons/signup-button.jpg');
			cursor:pointer;
		}

		div#login-button-SportHome {
			text-align:center;
			width:136px;
			height:38px;
			background-image:url('../images/buttons/btn_player_login.gif');
			background-repeat:no-repeat;
		}

		div#login-button-SportHome:hover{
			background-image:url('../images/buttons/btn_player_login_h.gif');
			cursor:pointer;
		}
		
		div#logout-button-SportHome{
			text-align:center;
			width:136px;
			height:38px;
			background-image:url('../images/buttons/btn_player_logout.gif');
			background-repeat:no-repeat;
		}
		div#logout-button-SportHome:hover{
			background-image:url('../images/buttons/btn_player_logout_h.gif');
			cursor:pointer;
		}


	