
#player {
	float: left;
	width: 100%;
	height: 373px;
}
.scrollTools {
	font-family: Arial, sans-serif;
	float: left;
	width: 100%;
}
.toolItem {
	float: right;
	width: 150px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 20px;
	color: #fff;
	padding: 4px 5px;
	text-align: center;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.timestamp {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
	color: #aa0016;
	font-weight: bold;
}
.leftSide {
	float: left;
	width: 60%;
}
.leftHeader { 
	float: left;
	width: 45%;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 9px;
	text-align: center;
	cursor: pointer;
}
.leftHeader:hover {
	text-decoration: underline;
}
.leftHeader.selected {
	font-weight: bold;
}
.leftHeader:first-child {
	margin-right: 10%;
}
.object { 
	float: left;
	width: 100%;
}
.rightSide {
	float: right;
	width:38%;
	font-family: Arial, sans-serif;
}



.annotations { 
	font-family: Arial, sans-serif;
	font-size: 13px;
	width: 100%;
}
.leftPane {
	width: 100%;
	height: 550px;
	overflow: auto;
	border-top: #aaa solid 1px;
	border-bottom: #aaa solid 1px;
}
.item {
	float: left;
	width: 92%;
	padding: 4%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: -1px;
	cursor: pointer;
}
.item:hover {
	background: #efefef;
}
.currentItem,.currentItem:hover {
	background-color: #f2f2e8;
}

.noteBuffer {
	clear: both;
	height: 50%;
}
#insertNote {
	background: #aa0016;
	border: #aa0016 solid 1px;
	position: relative;
	width: 300px;
	color: #fff;
}
.arrow-right {
	width: 0; 
	height: 0;
	float: right;
	position: absolute;
	right: -13px;
	top: -1px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #aa0016;
	display: block; 
}
#toggleScroll { 
	background: #f2f2e8;
	color: #000;
	border: #ccc solid 1px;
	margin-top: -3px;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 10px;
}
#toggleScroll:hover {
	background: #DBDBC5;
}
.submit {
	display: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
.optional { 
	float: left;
	font-size: 11px;
	margin-top: 16px;
}
.inputItem { float: left; width: 100%; margin-top: 9px;}
.inputItem:first-child  { 
	padding-top: 10px;
	border-top: 1px solid #ccc; 
}
.inputLabel {
	float: left;
	width: 100%;
	min-width: 40px;
	font-size: 11px;
} 
#words { height: 80px;}
#words, #name {
	float: left;
	width: 100%;
}
#cancelButton {
	float: right;
	padding: 5px 7px;
	background: #eee;
	border: #ccc 1px solid;
	font-size: 12px;
	margin-top: 30px;
	text-align: right;
	cursor: pointer;
	margin-right: 10px;
}
#submitButton {
	float: right;
	padding: 5px 7px;
	background: #eee;
	border: #ccc 1px solid;
	font-size: 12px;
	margin-top: 30px;
	text-align: right;
	cursor: pointer;
}
#cancel {
	
}
.note {
	display: inline;
}

.thumb {
	display: inline;
	float: left;
	margin: 0 8px 5px 0;
	border: #55 solid 1px;
}

.name {
	float: left;
	width: 100%;
	font-style: italic;
	text-align: right;
}
.submitThumb {
	float: left;
	width: 100%;
	border: #555 solid 1px;
}
.inputHead {
	float: left;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 11px;
	color: #aa0016;
	margin-bottom: 5px;
	font-weight: bold;
}
.insertForm {
	background-color: #f2f2e8;
	cursor: default;
}
.insertForm:hover {
	background-color: #f2f2e8;
	cursor: default;
}
.yourstories { float: left; display: block; margin-bottom: -9px; }
.leftTitle {
	text-transform: uppercase;
	font-size: 14px;
	color: #aa0016;
	margin-bottom: 5px;
	font-weight:bold;
}
.silva {
	color: #aa0016;
	font-weight: bold;
}