#body {
	margin: 0 auto;
}

/* header and description */
.video-results h2 {
	margin-bottom: 0;
}
.video-results .desc {
	margin-bottom: 15px;
	max-height: 2em;
	color: #888;
	font-size: 95%;
	clear: both;
}

/* general page elements */
.hd {
	padding: 4px;
	font-weight: bold;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #CCC;
	background-color: #E2E2E2;
}



/* page layout */

#nav {
	width: 200px;
}
#main {
	width: 540px;
	margin: 0 10px;
}
#select-tag {
	width: 220px;
}
#select-concept {
	width: 220px;
}
#select-tag.hidden,
#select-concept.hidden {
	display:none;
}
#annotations {
	margin-top: 10px;
}



/* video frames */
.yui3-video-frames {
}
.yui3-video-frames-content {
	overflow: auto;
	border: 1px solid #CCC;
} 
.yui3-video-frames .frames-list {
}
.yui3-video-frames-disabled {
	display: none;
}
.yui3-video-frames ul.frames-list {
	margin: 0;
	padding: 0;
}
.yui3-video-frames li {
	overflow: hidden;
	list-style: none;
	border: 4px solid transparent;
}
.yui3-video-frames li.selected {
	border-color: yellow;
}
.yui3-video-frames li.hidden {
	display: none;
}
.yui3-video-frames img {
	width: 190px;
}
.yui3-video-frames .image {
	overflow: hidden;
}
.yui3-video-frames .tag {
	text-align: center;
	padding: 3px 0;
	background-color: #DDD;
	cursor: pointer;
}


/* timeline */
.yui3-timeline {
	background-color:#CCCCCC;
	height:15px;
	width:100%;
}
.yui3-timeline ul {
	margin: 0;
	padding: 0;
}
.yui3-timeline li {
	list-style: none;
	position: absolute;
	margin: 1px 0;
	height: 18px;
	background-color:yellow;
}
.yui3-timeline li.hidden {
	display: none;
}
.yui3-timeline li.highlight {
	background-color:red;
}


/* tag player */
.yui3-tag-list {
	background: transparent;
	overflow: auto;
	border: 1px solid #CCCCCC;
}
.yui3-tag-list ul {
	margin: 0;
	padding: 0;
}
.yui3-tag-list li {
	overflow: hidden;
	list-style: none;
	margin: 1px 0;
	padding: 4px 8px;
}
.yui3-tag-list li:nth-child(even) {
	background-color: #EEE;
}
.yui3-tag-list li.focus .label {
    font-size: 150%;
}
.yui3-tag-list li .label {
	cursor: pointer;
}
.yui3-tag-list li .label.concept {
	color: #0033CC;
}


/* tag linker */

.yui3-tag-linker {
	background: transparent;
}
.yui3-tag-linker-content {
	border: 1px solid #CCCCCC;
}
.yui3-tag-linker .tag {
	height: 17px;
	padding: 4px;
}	
.yui3-tag-linker .sources {
}	
.yui3-tag-linker .controls {
	height: 20px;
	border-top: 1px solid #DDD;
	padding: 2px 0;
}
.yui3-tag-linker .controls button {
	width: 50%;
}
.yui3-tag-linker .source-hd {
	border-bottom: 1px solid #DDD;
	font-weight: bold;
	padding: 4px 4px 2px;
	background-color: #F2F2F2;
}
.yui3-tag-linker .source-bd {
	height: 120px;
	overflow: auto;
}
.yui3-tag-linker #subject .source-bd {
	height: 208px;
}
.yui3-tag-linker ul {
	margin: 0;
	padding: 0;
}
.yui3-tag-linker ul.hidden {
	display: none;
}
.yui3-tag-linker li {
	list-style: none;
	padding: 4px;
}
.yui3-tag-linker li.hidden {
	display: none;
}

/* reconcile items */
.reconcile-item  {
}
.reconcile-item input {
}
.reconcile-item .desc,
.reconcile-item .types {
	padding-left: 20px;
	font-size: 95%;
	color: #888;
}

/* annotation form */
.yui3-annotation-form-content {
	border: 1px solid #CCCCCC;
	padding: 7px 0;
}
.yui3-annotation-form .an-list {
	min-height: 25px;
	padding-left: 6px;
	overflow: auto;
}
.yui3-annotation-form .an-source {
	padding: 6px 0;
}
.yui3-annotation-form .an-hd {
	font-weight: bold;
	margin: 6px 4px 0;
	float: left;
	min-width: 50px;
}
.yui3-annotation-form ul {
	margin: 0;
	padding: 0;
}
.yui3-annotation-form li {
	list-style: none;
	padding: 4px;
	float: left;
	margin: 1px 2px;
	background-color: #EEE;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.yui3-annotation-form li .delete {
	display: none;
	padding: 0 4px;
}	
.yui3-annotation-form li:hover .delete {
	display: inline;
}