html, body { min-height: 100% }

body {
  background: rgb(125,126,125); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  background-attachment: fixed;
  color: #000000;
  font-family: Georgia, Times, 'Times New Roman', Serif;
  font-size: 1em; 
  line-height: 1.4em;
  margin-top: 0px; margin-bottom: 0px;
  margin-left: 0px; margin-right: 0px;
}

h1, h2, h3, h4 { 
  font-family: 'Segoe UI', 'Calibri', Helvetica, Arial;
  color: #246;
}

h4 {
  font-style: italic
}

@media screen {
span.badge {
  border: 1px solid #80b0d0;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #c0c0c0;
  background: #e0f0ff;
  color: #204060;
  font-size: 10px;
  font-family: 'Segoe UI', 'Calibri', Helvetica, Arial;
  font-weight: bold;
  margin-left: 10px;
  padding: 1px 3px 1px 3px;
  vertical-align: middle;
  margin-top: -5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
}
@media print {
span.badge { visibility: hidden; }
}

img {
  border: 1px solid black;
  margin: 8px 0px 8px 16px
} /* top right bottom left */

img.popup {
  cursor: pointer;
}

div.overlay
{
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 10;
}

div.loadingimg
{
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  position: fixed;
  top: 50%; left: 50%;
  background: url('loading.gif');
}

div.overlayimgcontainer
{
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.imageloaderror
{
  text-align: center;
  color: white;
  font-family: tahoma; helvetica; sans-serif;
  font-size: 13px;
  text-shadow: 1px 1px #000000;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.7);
  padding-top: 15px; padding-bottom: 15px;
  position: fixed;
  bottom: 50%; margin-bottom: -30px;
  left: 0px; right: 0px;
}

img.overlay
{
   position: fixed;
   top: 50%; left: 50%;
}

a img {
  margin: 0px 0px 0px 0px
}

a:link, a:visited {
color: #000000;
text-decoration: none; }
a:hover { color: #474747 }


ul { margin-left: 32px; padding-left: 0px; margin-top: 12px; margin-bottom: 20px }

@media print
{
  div.container { 
	width: 540px; 
	padding: 10px 30px 25px 30px;
	margin-left: auto; margin-right:auto; 
	background-color: #ffffff;
  }
  iframe { display: none; } /* Hides facebook like button */
}
@media screen
{
  div.container { 
	width: 540px; 
	padding: 10px 30px 25px 30px;
	margin-left: auto; margin-right:auto; 
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	position: relative; /* Fixes the selection width in Chrome */
  }
}
