body {
	font-size:11px;
}

a {
    text-decoration: none;
    color: black;
}
#page{
position:relative;
	width:774px;
	left:50%;
	height:580px;
	margin-left:-387px;
	margin-top:75px;
}
#title{
	text-align:center;
	font-size:18px;
	border-bottom:1px solid black;
	padding-bottom: 5px;
	margin-bottom:5px;
	width:774px;
}
#title p {
    margin: 0;
}
#footer{
	text-align:center;
	border-top:1px solid black;
	padding-top: 5px;
	margin-top:5px;
	width:774px;

	}
div.speakers {
    float: left;
    margin-right: 10px;
    text-align:right;
    width: 160px;

}
div.questions {
    float: left;
    margin-left: 10px;
    width: 160px;
}
.keyword {
    cursor: pointer;
}
div#playerwrap {
    position: relative;
}
div#clips {
/*    position: absolute;*/
    left: 0;
    top: 0;
    margin-top:3px;
}
.clip_cont {
	background-color:yellow;
	width:27px;
	height:15px;
	margin-right:1px;
	margin-bottom:1px;
	position:relative;
	float:left;
}

/* Clip Thumbnails */
.clip img {
    position: absolute;
    opacity: 0.5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.clip.highlight img {
    opacity: 1.0;
}
.clip.playing img {
    opacity: 1.0;
}

.table{
	width:720px;
}

/************************************/
/* highlight: mouse over */
.highlight {
    background: #DDD;
}
/* out: out of context (grayed out), out of the selection */
.out {
    color: gray;
}
a.out {
    color: gray;
}
/* selected: the single selected keyword */
.selected {
    background: yellow;
}
/* playing: a related clip is currently playing */
.playing {
    text-decoration: underline;
}
a.playing {
    text-decoration: underline;
}
/**************************************/

/* flash used by the autoplay control */
.flash {
    background: pink;
}


