@charset "utf-8";
/* CSS Document */

.imageFrameCentered{
  width: auto;
  height: auto;
  visibility: visible;
  background: #FFFFFF;
  border-style:solid;
  border-color:#00FF00;
  /* center a div with text still left aligned, trick from web search */
  text-align:left;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
}

.movieFrameCentered{
  width: auto;
  height: auto;
  visibility: visible;
  background: #FFFFFF;
  border-style:solid;
  border-color:#00FF00;
  /* center a div with text still left aligned, trick from web search */
  text-align:left;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
}

.imageFrameRight{
  width: auto;
  height: auto;
  visibility: visible;
  background: #FFFFFF;
  border-style:solid;
  border-color:#00FF00;
  text-align:left;
  margin-top: 10px;
  margin-left:10px;
  margin-right:0px;
  margin-bottom: 10px;
  float:right;
}

.movieFrameRight{
  width: auto;
  height: auto;
  visibility: visible;
  background: #FFFFFF;
  border-style:solid;
  border-color:#00FF00;
  text-align: left;
  margin-top: 10px;
  margin-left:0px;
  margin-right:10px;
  margin-bottom: 10px;
  float: right;
} 

.imageFrameLeft{
  width: auto;
  height: auto;
  visibility: visible;
  background: #FFFFFF;
  border-style:solid;
  border-color:#00FF00;
  text-align:left;
  margin-top: 10px;
  margin-left:0px;
  margin-right:10px;
  margin-bottom: 10px;
  float:left;
}

.movieFrameLeft{
  width: auto;
  height: auto;
  visibility: visible;
  background: #FFFFFF;
  border-style:solid;
  border-color:#00FF00;
  text-align:left;
  margin-top: 10px;
  margin-left:0px;
  margin-right:10px;
  margin-bottom: 10px;
  float:left;
} 

.imageBox{
  width: auto;
  height: auto;
  visibility: visible;
  /* picture centering technique picked up from web */
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.movieBox{
  width: auto;
  height: auto;
  visibility: visible;
  /* picture centering technique picked up from web */
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.imageCaption{
  width: auto;
  height: auto;
  text-align: center;
  visibility: visible;
  font-weight:bold;
}

.movieCaption{
  width: auto;
  height: auto;
  text-align: center;
  visibility: visible;
  font-weight:bold;
}

.imageDescription{
  width:auto;
  height: 50px;
  text-align: left;
  font-weight:100;
  visibility: visible;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom:10px;
  padding: 5px;
  overflow: auto;
  line-height: 1;
  border-style:solid;
}

.movieDescription{
  width:auto;
  height: 50px;
  text-align: left;
  font-weight:100;
  visibility: visible;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom:10px;
  padding: 5px;
  overflow: auto;
  line-height: 1;
  border-style:solid;
}

.slideShowFrame{    
  width: 650px;
  height: 550px;
  visibility: visible;
  background: #000000;
  border-style:solid;
  border-color:#00FF00;
  /* center a div with text still left aligned, trick from web search */
  text-align:left;
  margin-top: 20px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 20px;
}

.slideShowApplet{
  width: 600px;
  height: 500px;
  text-align:left;
  margin-top: 25px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 25px;
}

.permissions{
  width: auto;
  height: 10px;
  text-align: left;
  visibility: visible;
  margin-left: 10px;
  margin-right: 10px;
  margin:bottom: 10px;
  line-height: 1;
  font-size: 9px;
  overflow: hidden;
}

