/* CSS Document */
  body {
  background: url('aaBG2.jpg') #F5F5F5;
  margin:0 0 0 10px;
  overflow: auto;
  min-width: 510px;
  }
  table#container {
  width: 100%;
  height: 90%;
  }
  img {
  border: 0px;
  }
  #container div#photoFrame {
  display: table;
  padding: 1px;
  border: 1px gray solid;
  color: #CC3366;
  background: #ffffff;
  font-size: 0.6em;
  font-family: arial;
  text-transform: uppercase;
  letter-spacing: 2px; 
  }
  #container a.thumb {
  display: table;
  padding: 1px;
  border: 1px gray solid;
  color: #CC3366;
  background: #ffffff;
  font-size: 0.6em;
  font-family: arial;
  text-transform: uppercase;
  letter-spacing: 2px; 
  text-align: center; 
  }
  #container a.thumb:hover {
  border: 1px #CC3366 solid;
  background: #FEFBFC;
  }
  #everythingElse {
  height: 10%;
  font-size: 15px;
  width: 100%;
  }
  #everythingElse #frontFlag {
  display: block;
  height: 30px;
  position: relative;
  left: 7px;
  font-family: Helvetica;
  text-transform: uppercase;
  text-decoration: none;
  background: #222222;
  background-repeat: repeat-y;
  background-position: bottom left;
  color: white;
  width: 40%;
  font-size: 1.3em;
  float: left;
  }
  h1 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 30px;
  margin-left: 6px;
  }
  h1 span {
  color: #CC3366;
  }
  u {
  color: red;
  text-decoration: none;
  float: right;
  }
  i {
  font-family:Geneva,Arial,Helvetica,sans-serif;
  font-size:xx-small;
  font-style: normal;
  color: #777;
  letter-spacing: 1px;
  position: relative;
  bottom: 7px;
  left: 8px;
  }
  i.note { 
  text-transform:capitalize;
  position:static !important;
  margin-top: 2px;
  }
  i a{
  font-family:Geneva,Arial,Helvetica,sans-serif;
  font-size:xx-small;
  font-style: normal;
  text-decoration: none;
  color: #777;
  letter-spacing: 1px;
  }
  i a:hover{
  font-family:Geneva,Arial,Helvetica,sans-serif;
  font-size:xx-small;
  font-style: normal;
  text-decoration: none;
  color: #CC3366;
  letter-spacing: 1px;
  }
  strong {
  font-family:Geneva,Arial,Helvetica,sans-serif;
  font-size:x-small;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #CC3366;
  letter-spacing: 3px;
  margin-bottom: 1px;
  }
  #everythingElse #backFlag {
  display: block;
  height: 30px;
  background: url('fold.PNG') #303030;
  background-repeat: repeat-y;
  background-position: bottom left;
  color: white;
  width: 60%;
  font-size: 1.3em;
  float: left;
  margin-top: 7px;
  }  
  #backFlag a img{
  margin-top: 6px;
  width: 17px;
  }
  div div a {
  display: block;
  float: right;
  color: white;
  letter-spacing: -1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Helvetica;
  text-transform: uppercase;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  border-left: 1px #F5F5F5 solid;
  }  
  div div a:hover{
  background: #CC3366;
  }
  div div a.disabled {
  color: #cccccc;
  background: #303030;
  cursor: default;
  }
  #infoPage {
  width: 300px;
  height: 400px;
  background: #fff;
  border: 1px gray solid;
  padding: 3px;
  }
