/*
CSS Pari-Mutuel 4 Golf (index.html)
*/

body {
  background-color: #49647e;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 8px;
}

/*** Background and image ***/

.branding {
  -moz-box-shadow: 8px 8px 16px #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color='#000000')"; 
  -webkit-box-shadow: 8px 8px 16px #000000;
  background-color: #DDE7CB;
  box-shadow: 8px 8px 16px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color='#000000'); 
  height: 752px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 768px;
}

/* .branding {
  height: 1056px;
  left: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 800px;
}

 .backgroundimg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}*/

.branding .pm4gimg {
   border: 1px solid #000000;
   height: 128px;
   margin-left: 28px;
   margin-top: 16px;
   width: 710px;
}

/*** Navigation bar ***/

.navigation {
  font-size: 11px;
  margin-left: 28px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
  width: 714px;
  z-index: 10;
}

.navigation li {
  display: inline;
  float: left;
}

.navigation .hide {
  visibility: hidden;
  margin-left: -10000px;
}

.navigation #login {
  cursor: pointer;
  display: inline;
  float: right;
}

.navigationbutton,
.navigation a,
.labelsofwagerernames,
.labelsofwagerernamesproducts {
  background-color: #49647e;
  border-style: solid;
  border-width: 1px;
  color: white;
  display: block;
  font-weight: bold;
  list-style-type: none;
  margin-right: 1px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  width: 95px;
}

.navigation a.contact {
  width: 154px;
}

.navigation a.login {
  width: 54px;
}

.navigation a.backto,
.navigation a.pdfpayoffsfilename {
  width: 142px;
}

.navigation a.wagerotherlistings,
.wagerotherlistings {
  width: 120px;
}

.labelsofwagerernames {
  height: 13px;
  width: 260px;
}

.labelsofwagerernamesproducts {
  height: 25px;
  padding: 0;
  position: absolute;
  width: 260px;
}

.labelsofwagerernamesproducts li {
  width: 260px;
}

.labelsofwagerernamesproducts a {
  border-style: none;
  height: 18px;
  padding-bottom: 2px;
  padding-top: 5px;
  width: 260px;
}

div.wagerotherlistings {
  cursor: default;
}

.navigation a:hover,
.navigation .logout a,
.navigation .home:hover,
.labelsofwagerernamesproducts:hover {
  background-color: #fffff0;
  color: #49647e;
  cursor: pointer;
}

.highlight {
  background-color: #fffff0;
  color: #49647e;
}

#hiddenMenu {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  visibility: hidden;
}

.navigation #tournaments ul,
.navigation #wagers ul,
/* .navigation #reporting ul, */
.navigation #wagerotherlistings ul{
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

.navigation #tournaments #tournamentshide li,
.navigation #wagers #wagershide li,
/* .navigation #reporting #reportinghide li, */
.navigation #wagerotherlistings #otherlistingsshide li {
  display: block;
  float: none;
}

#hiddenMenu li {
  display: block;
  float: none;
}

.footer {
  bottom: 0;
  font-size: 9px;
  margin-bottom: 4px;
  position: absolute;
  text-align: right;
  width: 760px;
}