html {
  background-color:#f6f6f6;
}

body{
  font-family:verdana, arial, sans-serif;
  padding:10px;
  max-width:1024px;
  margin-top:15px;
  margin-left:auto;
  margin-right:auto;
}

h1,h2,h3,h4,h5,h6 {
  margin-top:1em;
}

h1.banner{
  margin-top:0;
}

div.spacer {
  height:20px; 
  display:block;
}

div.downloads {
  margin-left:3em;
}

span.moreinfo, span.moreinfo:hover {
  font-size:0.9em;
  cursor:pointer;
  display:block;
  width:10%;
  margin-left:45%;
  text-align:center;
}

div.moreinfo span.moreinfo, div.moreinfo span.moreinfo:hover {
  width: 8%;
  margin-left:45%;
}

span.moreinfo {
  color:#00d;  
}

span.moreinfo:hover {
  color:#055;
  text-decoration:underline;
  
}
/*Upper Section*/
li span.moreinfo, li span.moreinfo:hover {
  display:inline;
  margin:0;
}
li div.moreinfo {
  line-height:1.1em;
}


div.moreinfo {
  font-family: helvetica, arial, sans-serif;
  font-size: 0.9em;
  border: 1px solid grey;
  width: 60%;
  margin-left: 19%;
  margin-top:1em;
  background-color: #eff;
  margin-bottom: 2em;
  box-shadow: 1px 1px 1px 0px #aaf;
  -moz-box-shadow: 1px 1px 1px 0px #aaf;
  -webkit-box-shadow: 1px 1px 1px 0px #aaf;
  text-align: justify;
  padding:0.5em 1em;
}

.tmi {
  display:none !important;
}

ol { 
  list-style-type: decimal;
  margin-top:1em;
  margin-bottom:1em;
}

li {
  display: list-item;
  margin-left: 1.5em;
}

ul li {
  list-style-type:none;
  line-height: 1.4em;
  margin-top:0.3em;
  margin-bottom:1.0em;
}

ol li {
  list-style: decimal;
  line-height: 1.4em;
  margin-top:0.3em;
  margin-bottom:0.3em;
}

h1 {
  font-size:2em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: georgia, serif;
  font-weight: normal;
  text-shadow: 0px 1px #ddd;
  margin-top: 1em;
}

h2 {
  font-size: 1.4em;
}


h3 {
  font-size: 1.5em;
  border-bottom: 1px solid #bbb;
}


h4 {
  font-size: 1.2em;
}


h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.75em;
}

p {
  font-size: 1em;
  line-height: 1.3em;
}

div.screenshot {
  text-align: center;
  font-size: 1.0em;
  margin-bottom:1em;
}

span.caption {
  font-style: italic;
  display:inline-block;
}

div.screenshot span.caption{
  margin-top:0.5em;
}

img {
max-width:100%;
}
