/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

body, html {
    height: 100%;
}


    .BodyMain { background-image:url('images/Background.jpg');
		 background-repeat:no-repeat; background-size: cover
     }

    .BodyPage { background-image:url('images/Background2.jpg');
		 background-repeat:repeat; background-size: cover
     }

h2 { position:fixed }

  .WhiteBanner { border: 2pt outset rgb(100, 200, 100);
    font-size: medium;
    color: rgb(255, 255, 255);
    background-color: rgb(200, 200, 200);
    font-family: Impact,Helvetica,sans-serif;
    text-align: center;
    speak: none;
    opacity: 0.697;
    }

  .BigPara { text-align: left;
    font-size: 14pt;
    font-family: Helvetica,sans-serif;
    }

  .MediumPara { text-align: left;
    font-size: 12pt;
    font-family: Helvetica,sans-serif;
    }

  .SmallPara { text-align: left;
    font-size: 9pt;
    font-family: Courier,sans-serif;
    }

   .BigBorderPara { text-align: center; background-color: rgb(255, 255, 255);
    color: black;
    font-size: 18pt;
    font-family: Helvetica,sans-serif;
    }

   .MediumBorderPara { background-color: rgb(255, 255, 255);
    color: black;
    font-size: 11pt;
    font-family: Helvetica,sans-serif;
    }

   .SmallBorderPara { background-color: rgb(255, 255, 255);
    color: black;
    font-size: 9pt;
    font-family: Helvetica,sans-serif;
    }

   .WhiteBigBorderPara { border: 0.2rem solid; 0.5pt white; text-align: center;
    color: white;
    font-size: 16pt;
    font-family: Helvetica,sans-serif;
    }

  .WhiteBigPara { text-align: center;
    color: white;
    font-size: 16pt;
    font-family: Helvetica,sans-serif;
    }

  .WhiteMediumPara { border: 0.2rem solid; 0.5pt white; text-align: center;
    color: white;
    font-size: 11pt;
    font-family: Helvetica,sans-serif;
    }

  .WhiteSmallPara { border: 0.1rem solid; 0.1pt white; text-align: left;
    background-color: rgb(0, 0, 0);
    color: white;
    font-size: 9pt;
    font-family: Helvetica,sans-serif;
    }

.SelectedLine { border: 0.2rem solid; 1pt white;
    width: 180px;
    font-weight: bold;
    text-align: center;
    font-size: small;
    background-color: white;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 19px;
    border-radius: 2px;
    color: fff;
    }

.TopLine { border: 0.2rem solid; 1pt white;
    width: 180px;
    font-weight: bold;
    text-align: center;
    font-size: medium;
    background-color: LightBlue;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 19px;
    border-radius: 2px;
    color: fff;
    }

.OtherLine { border: 0.2rem solid; 1pt white;
    width: 180px;
    text-align: center;
    font-size: small;
    background-color: white;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 19px;
    border-radius: 2px;
    color: fff;
    }

.RedLine { border: 0.2rem solid; 1pt white;
    width: 180px;
    text-align: center;
    font-size: small;
    background-color: red;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 19px;
    border-radius: 2px;
    color: fff;
    }

.YellowLine { border: 0.2rem solid; 1pt white;
    width: 180px;
    text-align: center;
    font-size: small;
    background-color: yellow;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 19px;
    border-radius: 2px;
    color: fff;
    }

.GreenLine { border: 0.2rem solid; 1pt white;
    width: 180px;
    text-align: center;
    font-size: small;
    background-color: green;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 19px;
    border-radius: 2px;
    color: fff;
    }

.PossibleLine { border: 0.2rem solid; 1pt white;
    width: 180px;
    font-weight: bold;
    text-align: center;
    font-size: medium;
    background-color: white;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 19px;
    border-radius: 2px;
    color: fff;
    }

   .LinkInTable { color: rgb(204, 204, 204);
    font-size: 10pt;
    font-family: Arial,Helvetica,sans-serif;
    }

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Dropdown Select Button */
.dropbtn-select {
  background-color: #335533;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}


/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}
</head>

