body 
{
	/*background-image: url("images/body_bg.gif");
	background-color:grey;*/
	background-position:top center;
	margin: 0;				/* MD override user stylesheet setting to eliminate scrollbar on browser window */
   /* left: -2px;*/
    padding-right: 2px;
}

.bdywrpr
{
	width:1001px;
	margin:auto;
}
.header {
	height: 124px;
	position: relative;
	z-index: 999;
	background: url("images/header_bg.gif");
}
.header #loginstatusPanel
{
	position: absolute;
	top: 18px;
	right: 15px;
	height: 55px;
	width: 380px;
}
.header .logout a
{
	color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}
.header h1.logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6px;
	left: 3px;
	z-index: 999;
	text-indent: -99999em;
  background:url("images/logo_beta.png") no-repeat;
}

.header h1.logo a {
	display: block;
	width: 335px;
	height: 100px;
}

.mainNav {
	position: absolute;

	z-index: 900;
	width: 850px;
	margin: 0;
	padding-left: 150px;
	top: 90px;
}
.mainNav a
{
	text-indent:-1000px;
	overflow:hidden;
	width: 130px;

	display:inline-block;
}
.footer
{
	height:0px;
	/*background-color:Black;*/
	margin-left:-1px;
}



#otherpage
{
	height: 100px;
	background-color: white;
}

#linkToClassicSite
{
	 position:absolute;
	 right:20px;
	 bottom:14px;
	 display:none;
}

#linkToClassicSite a
{
	font-family:Arial, sans-serif;
	color:#000000;
	font-size:12px;
	border-bottom: 1px dotted;
	text-decoration:none;
}

#linkToClassicSite a:hover
{
	border-bottom: 1px solid;
}

/* Navbar Styles, added by Culture Foundry */
body {
	background-image: url('images/NYRABetsBG.jpg');
	background-color: #f1f1f1;
	font-family: 'Roboto', sans-serif;
}

.header .navbar {
  font-size: 14px;
  padding-top: 85px;
  text-align: center;
}

.header .nav-item {
	display: inline-block;
  position: relative;
  padding: 11px 6px 11px 11px;
}

.header .nav-item:not(.first) a::after {
	content:'';
	background: #b1d45c;
	width: 3px;
	height: 12px;
  position: absolute; 
  bottom: 10px; 
  left: 0; 
  height: 50%;
}

.header .nav-item a {
	color: #333;
  text-decoration: none;
  font-weight: 900;
}

.header {
	background: transparent !important;
}

.header .logo-updated {
  position: absolute;
  top: 20px;
  left: 50px;
}

.header .logo-updated img {
	width: 90px;
}

/* Offline Page */
.header .offline-message {
  font-size: 18px;
  padding: 150px 7% 5% 7%;
}
