﻿/* The following seems to be needed for IE9 preview 3. Put it in stylesheet-IE.css if problem is not resolved by release.
  html {
      background-image: url('sitecode.fol/graphics.fol/bannerbackground.gif');
      background-color: #FFF7DE;
  }  
*/

body {
    background-image: url('sitecode.fol/graphics.fol/bannerbackground.gif');
    background-color: #FFF7DE;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: scroll;
}


body.margin0 {
    margin: 0px;
}


img {
    border-style: none;
}


div.center {
    border: medium;
    text-align: center;
}


div.preloads img {
    width: 0px;
    height: 0px;
}

a.bannerbutton {
    display: inline-block; 
    height: 25px;
    width: 88px;
    color: White;
    text-decoration: none;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    vertical-align: top;
    background-repeat: no-repeat;
    padding-top:3px;
}

a.inactivebannerbutton {
    background-image: url('sitecode.fol/graphics.fol/redbutton.gif');
}

a.inactivebannerbutton:hover {
    background-image: url('sitecode.fol/graphics.fol/lightbluebutton.gif');
}

a.activebannerbutton {
    background-image: url('sitecode.fol/graphics.fol/bluebutton.gif');
}

div.banner {
  position: relative;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 100px;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

div.buttons {
  position: relative;
  top: 12px;
  left: 0px;
  width: 640px;
  min-height: 25px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  text-align: center;
}

.bannerdividerbar {
    position: relative;
    top: 24px;
    left: 0px;
    width: 640px;
    height: 14px;
    margin: 0px 0px 40px 0px;
    border: 0px;
    padding: 0px;
}

.bordernone {
    border: none;
}

table.bordernone tr {
    border: none;
}

table.bordernone tr td {
    border: none;
}

table.bordernone tr th {
    border: none;
}

a.pushpin {
    display: inline-block; 
    height: 24px;
    width: 200px;
    color: #FF0000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    vertical-align: top;
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 10px;
    background-image: url('sitecode.fol/graphics.fol/redpushpin.gif');
}

a.pushpin:hover {
    background-image: url('sitecode.fol/graphics.fol/lightbluepushpin.gif');
    color: #00FFFF;
}


a.w134button {
    display: inline-block;
    height: 25px;
    width: 134px;
    color: White;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    vertical-align: top;
    background-repeat: no-repeat;
    padding-top: 3px;
    background-image: url('sitecode.fol/graphics.fol/134redbutton.gif');
}

a.w134button:hover {
    background-image: url('sitecode.fol/graphics.fol/134lightbluebutton.gif');
}


div.DialogBox_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #808080;
    opacity: 0.6; /* CSS 3.0 Color Module Working Draft 21 July 2008 */
}

div.DialogBox_window {
    border-style: outset;
    border-width: medium;
    border-color:Silver;
    position: fixed;
    text-align: center;
    top: 25%;
    background-color: White;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    padding:1em;
}

div.Indent {
    text-indent:15px;
}

div.Indent5px {
    text-indent:5px;
}

.captiontext {
   font-size: 16px;
   font-family: "times new roman", times, garamond;
   font-style: italic;
   text-align: center;
   color: black;
   margin: 0px;
   border: 0px;
   padding: 0px;
}


