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

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  background-color: #99ccff;
}
.Scrollbar-Up {
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 0px;
	background-image: url(../images/video/scroll_up.jpg);
	background-repeat: no-repeat;
}
.Scrollbar-Track {
  width: 20px; height: 345px;
  position: absolute;
  top: 20px;
  background-color: #ddd;
}
.Scrollbar-Handle {
  position: absolute;
  width: 20px; height: 30px;
  
	background-image: url(../images/video/scroll_handle.jpg);
	background-repeat: no-repeat;
}
.Scrollbar-Down {
  position: absolute;
  top: 365px;
  width: 20px; height: 20px;
  
	background-image: url(../images/video/scroll_down.jpg);
	background-repeat: no-repeat;
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 32px; left: 215px;
  background-color: #99ccff;
}

#Container {
	position: absolute;
	top: 300px;
	left: 533px;
	width: 242px;
	height: 435px;
	background-color: #FFFFFF;
	background-image: url(../images/video/fossvideo_bg.jpg);
	background-repeat: no-repeat;
}
#VideoList { 
  position: absolute;
  top: 33px;
  left:8px; 
  overflow: hidden;
  width: 204px;
  height: 382px;
  display: block;
  background-color: #99ccff;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
#Navigation {
  position: absolute; 
  top: 30px;
  left: 75px;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 20px;
  background-color: #E4E4E4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 25px;
}
#Navigation a.current {
  margin-top: 0px;
  height: 25px;
  background-color: #EEE;
  color: #777;
}
.videoinstruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #cce5ff;
	margin:2px;
	padding: 0 5px 0 5px;
	font-weight: bold;
    position: absolute;
    top: 10px; left: 8px;
    background-color: #99ccff;
}
.video {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #cce5ff;
	margin:2px;
	padding: 0 5px 0 5px;
}
.video:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	margin:2px;
	padding: 0 5px 0 5px;
}
.videoheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #99ccff;
	margin:2px;
	padding:2px;
}
#videotitle {
	width:480px;
	padding:5px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-position: bottom;
}

