/* bgg_setup.css */

body
{
  --v_cSiteColour: #6CB331;
}

/* start navhome navigation based on w3 schools + roger */

navhome ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

navhome li
{
  display: block;
  border-radius: 10px;
}

navhome li a, navhome .dropbtn
{
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;

  color: #757575;
  background: #dddddd;
  border-radius: 10px;
  margin: 3px;
}

navhome li a:link
{
  color: #757575;
  text-decoration: none;
}

/* visited link */
navhome li a:visited
{
  color: #757575;
  text-decoration: none;
}

navhome .dropdown:hover a
{
}

navhome li a:hover, navhome .dropdown:hover .dropbtn
{
  background: #cccccc;
  color: #ffffff;
  border-radius: 10px;
}


/* selected link */
navhome li a:active
{
  color: #000000;
  text-decoration: none;
}


navhome li.dropdown
{
}

navhome .dropdown-content
{
  display: block;
  
  min-width: 200px;
  padding-left: 50px;
  z-index: 1;

}

navhome .dropdown-content a
{
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  text-align: left;

  color: #ffffff;
}

navhome .dropdown-content a:hover
{
  color: #ffffff;
}

navhome .dropdown:hover .dropdown-content
{
  display: block;
}
/* End navhome navigation */

/* start fixed footer roger */

.abo_footer_fixed
{
	position: fixed;
	left: 0;
	bottom: 0;
	height: 24;
	width: 100%;
	background-color: #808080;
	color: white;
	text-align: center;
	color: white;
	font-size: 10px;
	line-height: 12px;
	font-family: Myriad, Verdana, Gill, Arial, Helvetica, SunSans-Regular;
}

p.abo_footer_fixed
{
  line-height: 20px;
  margin: 0;
}
p.abo_footer_fixed a
  {
    color: white;
    text-decoration: none;
  }

p.abo_footer_fixed a:hover
  {
    text-decoration: underline;
  }
  
  /* end fixed footer roger */
