body {
  /*background-image: url(images/green-background.jpg);*/
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  color: #333;
  line-height: 1;
  background-color: Navy;
}

.divLogin {
  position: absolute;
  top: 0px;
  left: 0px;
}

#container {
  background: #fff;
  border: 1px solid #000;
  margin: 20px auto 20px auto;
  width: 1000px;
}

#myheader {
  padding: 10px;
  background-color: #a0da2b;
  background-image: url(../images/HeaderGradient.png);
  /*border-bottom: 10px solid $backgroundColor;*/
  color: #fff;
  height: 68px;
  font-family: "Times New Roman";
}
#myheader h1 {
  color: #fff;
  font-size: 22pt;
  margin: 0;
  padding: 40px 10px 10px 10px;
}

#content {
  float: right;
  padding: 10px;
  padding-right: 70px;
  /*width: 500px; */
  margin-left: auto;
  margin-right: auto;
}

#content h1, h2, h3, h4 {
  font-family: georgia;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#content h2 {
  border-bottom: 1px solid #ccc;
  color: #060;
  font-size: 18pt;
}

#content h3 {
  color: #333;
  font-size: 12pt;
}

.imgbox {
  background: #f1f1f1;
  border: 1px solid Navy;
  display: inline;
  float: left;
  height: 75px;
  margin: 15px;
  width: 75px;
}

.AdminMenu {
  color: Red;
}

.SuperUserMenu {
  color: midnightblue;
}

#sidebar {
  float: left;
  margin: 0;
  padding: 10px;
  width: 200px;
}
#sidebar ul {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  border: 1px solid #ccc;
  border-bottom: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li a {
  background: url(../images/li-off.jpg) top left no-repeat #f2f7e9;
  color: #060;
  display: inline-block;
  padding: 3px;
  text-decoration: none;
  text-indent: 10px;
  width: 192px;
}
#sidebar ul li a:hover {
  background: url(../images/li-on.jpg) top left no-repeat #f2f7e9;
  /*                font-size: larger;  */
  text-shadow: 3px 3px 2px #444;
}

.widget {
  background: #f5f5f5;
  border: 1px solid #ccc;
  font-size: 8pt;
  margin: 10px 0 0 0;
  min-height: 120px;
  max-height: 260px;
  padding: 5px;
  text-align: center;
  box-sizing: content-box;
}

#footer {
  background: #77a13d;
  border-top: 1px solid #000;
  clear: both;
  color: #fff;
  font-size: 8pt;
  padding: 10px;
  text-align: center;
}

.btn-space {
  margin-right: 5px;
  margin-top: 5px;
}

a {
  color: #060;
  font-weight: bold;
}

.grow:hover {
  font-size: larger;
  text-shadow: 3px 3px 2px #444;
}

.ddlHymn {
  width: 250px;
}

.blackout {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  height: 100vh;
  filter: blur(1.5rem);
}

.AudioBlock {
  width: 90%;
  border: 2px solid blue;
  margin: 2px;
  padding: 4px;
  background-color: #A9E2F3;
  border-radius: 15px;
  vertical-align: middle;
  box-shadow: 3px 3px 3px black;
  font-size: 20px;
}

.Dialog {
  margin: 10px;
  background-color: #F0F8FF;
  border: 3px solid black;
  height: 300px;
  width: 500px;
  top: 0px;
  left: 400px;
  position: absolute;
  padding: 2px;
  z-index: 99;
  box-shadow: 10px 10px 5px #888888;
}

.blur {
  filter: blur(1.5rem);
}

A.Articles {
  color: Black;
}

.expando0 {
  position: relative;
  width: 32px;
  height: 32px;
  right: 0px;
  color: White;
  float: right;
  text-decoration: none;
  overflow: hidden;
  vertical-align: top;
}

.expando0:first-letter {
  font-size: large;
}

.expando0 {
  text-decoration: none;
  color: White;
}

.expando0:hover {
  vertical-align: top;
  font-size: larger;
}

pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.fieldLabel {
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

/*# sourceMappingURL=Site.css.map */
