 
#pose_library {
	height: 500px;
}
#sequence_main {
    margin-top: 8px;
}
#scroll {
	position: relative;	
	/* width: 280px; */ 
	height: 368px; 
	padding: 0px;
	overflow: auto;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	background: #DFE9F5 url('/images/sequencer_bg.gif') repeat-y;
}
#sequence_reorder {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin-top: -4px;
	padding: 0px;
	height: 100px;
	margin-left: 0; 
	padding-left: 0;
}

div#whats_this_popup {
	visibility: hidden;
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	top: 375px;
	left: 375px;
	border: 2px solid #999999;
	width: 300px;
	color: #587BA3;
}
div#whats_this_content {
	padding: 5px;
}
div#whats_this_closebar {
	padding: 5px;
	border-color: #CCCCCC;
	border-style: solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-width: 1px;
	height: 10px;
}
div#whats_this_popup .heading {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
div#select_title_help {
	float: right;
	font-size: 9px;
	color: #006699;
}
div#select_title_help a {
	font-size: 9px;
	text-decoration: none;
	color: #006699;
}
div#select_title_help a:hover {
	text-decoration: underline;
}
#controls img {
	display: inline;
}

#sequence_reorder li {
	float: left;
	/* This is the height of each combined pose item */
	/* height: 124px; */
	margin: 1px 0 0 0;
	padding: 0px;
}
.instructions {
	color: #999999;
}
/*
.clear {
	clear: both;
}
#pose_library {
	width: 500px;
	height: 600px;
}
*/
.library_header {
	padding: 6px 10px;
}
.library_cell strong {
	padding-top: 5px;
	color: #006699;
}
.library_cell {
	color: #999999;
}
#build_sequence_help {
	float: right;
	padding-top: 3px;
}
#build_sequence_help img {
	display: inline;
	margin-bottom: -2px;
}
#sequence_name {
	background-color: #CFDEF1;
}
#sequence_name table {
	padding: 3px 6px;
}
#sequence_name table td {
	padding: 1px;
	color: #587BA3;
}
#sequence_name table td input {
	width: 98%;
}
.pose_counter {
	cursor: move;
	background-color: #CFDEF1;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	padding: 5px;
	border-bottom: 2px solid #CFDEF1;
}
.pose_counter input {
	cursor: default;
}
.pose_details {
	background-color: #FFFFFF;
	color: #999999;
	padding: 5px;
	border-bottom: 2px solid #CFDEF1;
}
.pose_name {
	float: left;
	padding-bottom: 5px;
	width: 130px;
	height: 24px;
	overflow: hidden;
}
.pose_delete {
	float: right;
	border: 0;
}
.pose_image {
	float: left;
	border: 0;
}
.pose_edit {
	margin: 0 0 0 5px;
	float: left;
	border: 0;
	width: 30px;
}
.pose_comments {
	margin: 2px 0 0 5px;
	border: 0;
	float: left;
	overflow: hidden;
	height: 38px;
	width: 71px;
}
#comment_popup {
	border: 1px solid #B7CFED;
	width: 99px;
	height: 120px;
	background-color: #E8F2FF;
	padding: 0px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
}
#comment_field {
	width: 93px;
	height: 90px;
	border: 1px solid #B7CFED;
	margin: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#controls {
	border: 2px solid #CFDEF1;
	background-color: #E8F2FF;
	padding: 8px 6px 5px 6px;
}
#controls img {
	display: inline;
}
.blue {
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, San Serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

#help_popup {
	visibility: hidden;
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	top: 100px;
	left: 365px;
	border: 2px solid #999999;
	width: 300px;
	color: #587BA3;
}
#help_popup img {
	display: inline;
}
#help_popup a {
    float: right;
}
#help_popup ol {
	padding:0;
	margin:0;
}
#help_popup ol li {
	margin-left: 20px;
}
#help_popup ul {
	padding:0;
	margin:0;
}
#help_popup ul li {
	margin-left: 20px;
}
#help_content {
	padding: 5px;
}
#help_closebar {
	padding: 5px;
	border-color: #CCCCCC;
	border-style: solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-width: 1px;
	height: 10px;
}
#help_popup .heading {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

