/* videos.css
 *   for videos only.
 *   -> This is loaded *after* the main stylesheet.
 * notes: see main stylesheet for css notes, standards, etc.
 * history:
 *   2010 jun 03 jw - modified.
 *   2007 oct 02 jw - made from app stylesheet.
*/

table#thumbnails {
  margin: auto;
}
table#thumbnails h2 {
  text-align: center;
}

table#thumbnails td#youtubeDiv {
  width: 550px;
  padding-top:    10px;
  padding-bottom: 20px;
}
table#thumbnails td#youtubeDiv > div {
  display: table; 
  margin: auto; 
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
table#thumbnails td#youtubeDiv > div.one {
  background-color: #fff3ff;
}
table#thumbnails td#youtubeDiv > div.two {
  background-color: #ffc;
}
table#thumbnails td#youtubeDiv > div > dl, 
table#thumbnails td#youtubeDiv > div > ul {
  text-align: left;
  margin: auto;
  width: 70%;
  margin-top: 20px;
}
table#thumbnails td#youtubeDiv > div.goto > ul {
  width: 30%;
  margin-top: 0;
}

ul#youtubelist{
  margin: 0;
  margin: 0;
  list-style: none;
  clear: both;
}

li#youtubebox{
  clear: right;
  display: inline;
  padding: 0;
  margin: 20px;
}

li#youtubebox a {
  padding: 0;
  display: inline;
  width: 90px;
  height: 80px;
}


img#youtubethumb {
  margin: 10px;
  margin-top: 30px;
  padding: 4px;
  width: 90px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #333;
}
img#youtubethumb:hover {
  border: 1px solid #f00;
}

div#youtubecontent {
  height: 480px;
  width: 450px;
  display: table;
  /*
  position: fixed;
  top: 50px; 
  right: 50px;
  */
  position: absolute;
  top: -180px; 
  right: 50px;
  background-color: #000000;
  border:  1px solid #cc0000;
}
div#youtubecontent a.close, 
div#youtubecontent span.vidtitle {
  font-size:  90%;
  color:      #cc0000;
  display: block;
  text-align: center;
  padding:    8px;
  background-color: #ffffff;
  border:  1px solid #cc0000;
}
div#youtubecontent a.close { 
  font-size: 80%;
  color:     #000000;
}
div#youtubecontent a.close:hover {
  text-decoration: none;
}
div#youtubecontent a.close:before {
  content: '[';
}
div#youtubecontent a.close:after {
  content: ']';
}

div#youtubeoverlay {
  background-color: #fff;
  overflow: visible;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
}


p.play {
  font-size: 80%;
  font-weight: bold;
  margin: auto;
  margin-bottom: 0;
  text-align: center;
}



/* *** forms in video display - override defs in main forms.css */
form#number table td {
  padding: 0;
}
form#number .form-label {
  font-size: 80%;
  text-align: right;
}
form#number input.submitShow {
  color:      #ffffff;
  font-size: 80%;
  font-weight: normal;
  background-color: #ff0000;
}

/* e o f */
