html {
  overflow-y: scroll;	
}

body {
  width: 765px;
  margin: auto;
}

#contents {
  position: relative;
  overflow: hidden;
}

/* Task Pane Styles */
#taskPane {
	width: 215px;
	float: left;
	background: #F6F6F6 url(../images/quick_search_bkgd.gif) repeat-x 0 0;
	margin: 0 0 20px;
	overflow: hidden;
}
.tp_header {
  font: bold 1.2em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #666;
  padding: 0 10px;
  width: 195px;
  line-height: 1.6em;
  display: block;
  background: #F6F6F6 url(../images/main_nav_bkgd.gif) repeat-x right top;
}
.tp_header.selected,
.tp_header:hover {
  background-position: right -60px;
  color: #039;
}
.tp_section {
  width: 195px;
  margin: 10px;
  font-size: 1.1em;
}
#taskPane h2 {
	color: #039;
	font: 2em Arial, Helvetica, sans-serif;
	border: none;
	background: url(../images/corner.gif) no-repeat 0 0;
	padding: 30px 0 10px 10px;
}
.tp_footer {
  background: #DDD url(../images/adv_search_bkgd.gif) repeat-x 0 0;
  height: 32px;
  width: 215px;
}

/* Search Task Pane Section */
#tp_searchOptions label {
  display: block;
  overflow: hidden;
  margin: 3px 0;
  clear: both;
}
label.searchTerms input {
  display: block;
  width: 189px;
}
#ie #fs_match label, #ie #fs_collType label {
  width: 100%;
}
fieldset.right span {
  float: right;
}
input.searchButton, .resetButton {
  display: block;
  float: left;
  margin-left: 8px;
}
label.searchType input {
  display: block;
  float: left;
}
.searchType span {
  display: block;
  float: left;
  line-height: 23px;
  background: url(../images/icons.gif) no-repeat;
  padding-left: 26px;
}
.tpExpandLink {
  font-size: 1.1em;
  font-weight: bold;
  text-align: right;
  display: block;
  line-height: 1.2em;
}
#saveSearchToolbar {
  display: none;
  border-top: 1px solid #DDD;
  height: 23px;
  margin-top: 8px;
  padding-top: 3px;
}
#saveSearchToolbar a {
  display: block;
  margin: auto;
  width: 125px;
}
#saveSearchToolbar a .buttonText {
  font-size: 1.1em;
  line-height: 23px;
}

/* Popular and My Searches Task Pane Sections */
label.searches select {
  width: 189px;
  margin: 3px;
}

/* Collections Task Pane Section */
.itemList {
	height: 200px;
	overflow: auto;
	font: 1.1em Arial, Helvetica, sans-serif;
	list-style: none none outside;
	border: 1px dashed #DDD;
	background: #FFF;
}
.itemList li {
	padding: 5px 3px;
	border-bottom: 1px solid #DDD;
}
.itemList li.selected { background-color: #E3E6EE; }
.itemList .permanent { display: none; }
.itemList .permanent p {
  margin: 5px 0;
  font-size: 1em;
  text-align: center;
}
.itemList .loadingItem {
  background: url(../images/ani_wait_small.gif) no-repeat scroll 30px 50%;
  border-bottom: none;
  color: #C8322D;
  font: bold small-caps 1.4em/20px Arial, Helvetica, sans-serif;
  margin: 20px 0 0;
  padding-left: 55px;
}
.itemList .emptyItem {
  background-color: #F6F6F6;
  border: 1px solid #DDD;
  margin: 3px;
}
.itemList .errorItem {
  background-color: #FFCCCC;
  border: 1px solid #C8322D;
  margin: 3px;
}
.itemList .errorItem p { color: #000; }
.itemList.loading .loadingItem,
.itemList.empty .emptyItem,
.itemList.error .errorItem { display: block; }
.itemList.loading .facility,
.itemList.empty .facility,
.itemList.error .facility,
#taskPane .loading .emptyItem,
#taskPane .loading .errorItem { display: none; }
.itemList .toolbar,
.itemList .toolbar a {
  position: static;
  display: block;
  width: 170px;
  overflow: hidden;
}
.itemList .title a { cursor: pointer; }
.itemList .toolbar .name {
  display: block;
  float: left;
  width: 145px;
  margin: 4px 0 0 2px;
}
.itemList .toolbar .buttonText {
  line-height: 23px;
  font-size: 0.91em;
}
.itemList li .actionToolbar { display: none; }
.itemList li.selected .actionToolbar { display: block; }
.itemList li p {
  margin: 0 0 0 3px;
  font-size: 1em;
}
.itemList .deleteIcon {
  background: url(../images/icons_global_action.gif) no-repeat -2px -116px;
  display: block;
  float: right;
  margin-top: 3px;
  height: 16px;
  width: 16px;
  overflow: hidden;
  text-indent: -5000em;
}
.itemList .deleteIcon:hover { background-position: -2px -145px; }
#userSearchList {
  overflow-x: hidden;
  overflow-y: scroll;
}
#userSearchList li {
  width: 170px;
  padding-right: 17px;
  overflow: hidden;
}
#userSearchList .toolbar,
#userSearchList .toolbar a { width: 150px; }
#userSearchList .toolbar .name { width: 125px; }
#userSearchList .loadingItem, #userSearchList .emptyItem, #userSearchList .errorItem { width: auto; }
#userSearchList .title { float: left; }
#userSearchList.usDis .usSite,
#userSearchList.usSite .usDis { display: none; }
#userSearchList.usAll .emptyItem .usSite,
#userSearchList.usAll .emptyItem .usDis { display: none; }
#userSearchList .type {
	display: none;
	font-size: 0.9em;
	margin-left: 25px;
}
#userSearchList.usAll .type { display: block; }
#fs_userSearchType label,
#fs_collType label { margin-right: 10px; }


/* Main Panel */
.mainPanel {
  background: url(../images/h2_accent_noreflect.gif) no-repeat;
  width: 520px;
  float: right;
  margin: 0 0 10px;
  padding: 0 0 10px 20px;
  overflow: hidden;
}

/* Advanced Search */
#advancedSearch form {
  margin-left: -20px;
  padding: 10px 10px 42px;
  background: #F6F6F6 url(../images/adv_search_bkgd.gif) repeat-x right bottom;
}
.advanced fieldset {
  clear: both;
  margin: 10px 0;
}
.advanced legend {
  color: #666;
  font: bold 1.1em Arial, Helvetica, sans-serif;
  padding: 0;
}
fieldset.radio {
  border: none;
  margin: 0.4em 0;
  display: block;
}
fieldset.radio legend {
  padding: 0;
}
.radio label, .radio input {
  display: block;
  float: left;
}
.radio label {
  margin: 5px 0 0;
}
.radio input {
  margin-top: 0;
}
#ie .radio input {
  margin-top: -4px;
}
fieldset h3, h3.legend {
  font-size: 1.1em;
  margin: 0;
}
fieldset.advanced {
  border: 1px solid #DDD;
  padding: 0 10px;
  margin: 10px 0;
}
.withChecks label {
  margin-right: 15px;
}
.advanced .subRadioChecks {
  margin: 0.3em 0 0.3em 2em;/*11.8em;*/
}
.subRadioChecks label {
  width: 12.3em;/*12.5em;*/
  display: block;
  float: left;
}
legend.resultType {
  font: bold 1.4em/1.7em Arial, Helvetica, sans-serif;
  color: #666;
}
#ie legend.resultType {
  margin-left: -7px;
}
legend.still, legend.motion, legend.products, legend.siteContent {
  padding-left: 26px;
  line-height: 23px;
  height: 23px;
  background: url(../images/icons.gif) no-repeat 0 0;
}
.advSort label, .advPerPage label {
  display: block;
  margin: 5px 0;
}
.advSort span, .advPerPage span {
  width: 7em;
  font-weight: bold;
  display: block;
  float: left;
  line-height: 1.5em;
}
.advSort select {
  width: 16em;
}
.advPerPage span {
  width: 10em; 
}
.advPerPage label {
  margin-left: 10px;
}
.dateRange {
  clear: left;
  margin: 0 0 10px;
}
.dateRange label.check {
  width: 11em;
}
.dateRange label {
  margin-top: 3px;
  width: 150px;
}
.dateRange label, .dateRange input {
  display: block;
  float: left;
}
.dateRange label.check input {
  margin-top: 0;
}
#ie .dateRange label.check input {
  margin-top: -4px;
}
.dateRange label span {
  display: block;
}
/* Advanced Search - Date Picker */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 15px 0 3px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/icons/calendar.gif) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 100px;
	float: left;
}

/* Results */
.resultsTabs, .detailsTabs {
  font-weight: bold;
  list-style: none none outside;
  margin: 0 0 0 -20px;
  border: solid #D1D1D2;
  border-width: 0 0 2px 20px;
  overflow: hidden;
  text-transform: uppercase;
  background: #DDD url(../images/main_nav_bkgd.gif) repeat-x 0 0;
  width: 520px;
}

.resultsTabs li, .detailsTabs li {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  float: left;
  line-height: 1.5em;
  text-align: center;
}

.detailsTabs li {
  float: right;
  border-left: 1px solid #FFF;
  border-right: none;
}

.resultsTabs li.first {
  border-left: 1px solid #FFF;
}

.resultsTabs li.static {
  padding: 0 10px;
  border: none;
}

.resultsTabs li.disabled {
  padding: 0 5px;
  color: #999;
}

.resultsTabs a, .detailsTabs a {
  background: #DDD url(../images/main_nav_bkgd.gif) repeat-x 0 0;
  color: #666;
  display: block;
  padding: 0 5px;
}
.resultsTabs li.selected a,
.resultsTabs a:hover,
.detailsTabs a:hover {
  background-position: right -60px;
  color: #039;
}

.resultOptions {
  padding: 8px 3px;
  margin-left: -20px;
  overflow: hidden;
  width: 534px;
  background-color: #F6F6F6;
  border: 1px solid #DDD;
  border-width: 0 0 1px;
}
.bottomOptions { border-width: 1px 0; }
.resultOptions label {
  display: block;
  float: left;
  margin-left: 10px;
}
.resultOptions label.firstResultOption { margin-left: 0; }
.resultOptions select {
  font-size: 0.95em;
}
.resultOptions .right {
  float: right;
}
.resultOptions .right label {
  display: inline;
  float: left;
  margin-left: 0;
}
.resultOptions .toolbar {
  float: left;
  overflow: hidden;
  font: 1.1em/23px Arial, Helvetica, sans-serif;
  margin: -2px 0 0 10px;
}

#results ol {
  list-style: none none outside;
  margin: 5px 0 5px -20px;
  width: 540px;
  overflow: hidden;
}
.resultSection ol li.first {
  border-top: none;
  margin-top: 0;
}

#results .errorMsg, #results .emptyMsg, .loadingMsg { display: none; }
#results .error .resultOptions, #results .empty .resultOptions { display: none; }
#results .error ol, #results .empty ol { display: none; }
#results .error .errorMsg, #validationError {
  background: #FCC none;
  border: 1px solid #C8322D;
}
#validationError {
  float: right;
  width: 528px;
  padding: 10px 5px;
  margin: 0 0 10px;
  font-size: 1.1em;
}
#validationError h4 {
  font: normal 1.5em Arial, Helvetica, sans-serif;
  color: #C8322D;
  margin: 0 0 10px;
}
#validationError ul {
  margin: 0;
  color: #000;
  list-style: none none outside;
}
#validationError li { margin: 0 0 5px; }
#validationError a {
  display: block;
  margin-top: 15px;
}
#results .error .errorMsg p { color: #000; }
#results .empty .emptyMsg {
  background: #F6F6F6 none;
  border: 1px solid #DDD;
}
#results .error .errorMsg, #results .empty .emptyMsg {
  display: block;
  float: none;
  margin: 10px 0 10px -20px;
  padding: 10px 5px;
  width: auto;
  font-size: 1.1em;
  text-align: center;
}
#results .resultSummary .error .errorMsg, #results .resultSummary .empty .emptyMsg {
	margin: 10px 26px;
	padding: 0;
}
.loading .loadingMsg {
  display: block;
  padding: 60px 10px 10px;
  background: #F6F6F6 url(../images/ani_wait.gif) no-repeat 50% 13px;
  color: #C8322D;
  font: bold small-caps 1.7em Arial, Helvetica, sans-serif;
  text-align: center;
  width: 210px;
  margin: 15px auto;
}
.resultSummary .loading .loadingMsg {
  padding: 10px 10px 10px 35px;
  background: #F6F6F6 url(../images/ani_wait_small.gif) no-repeat 10px 10px;
  width: 175px;
}
#results .loading ol,
.resultSummary .loading .showAll,
.resultSummary .empty .showAll,
.resultSummary .error .showAll,
.resultSection { display: none; }

#rsumCriteria {
	background-color: #F6F6F6;
	margin-left: -20px;
	padding: 5px;
	overflow: hidden;
	width: 540px;
}
#rsumCriteria p {
	margin: 5px;
	font-size: 1.2em;
}
.rsumSection {
	margin: 0 0 10px -20px;
	overflow: hidden;
	border-top: 1px solid #DDD;
	width: 540px;
}
.rsumSection h3 {
	font: bold 1.4em/23px Arial, Helvetica, sans-serif;
	padding: 0 0 0 26px;
	background: url(../images/icons.gif) no-repeat 0 0;
	margin: 8px 0;
}
.rsumSection a.showAll,
#rsumCriteria a {
	display: block;
	float: right;
	margin-right: 15px;
	font: bold 1.2em/2em Arial, Helvetica, sans-serif;
}
#results_s .imageryResults { margin-left: 0; }
#results_s .title .icon { display: none; }

#intro {
  font-size: 1.3em;
  line-height: 1.4em;	
}
.imageryResults li {
  background: url(../images/reflect.gif) repeat-x 0pt bottom;
  margin: 6px;
  padding: 0 0 23px;
  text-align: center;
  width: 166px;
  height: 118px;
  display: block;
  position: relative;
  float: left;
}
.imageryResults.showRelStatus li { height: 133px; }
.imageryResults .relStatus { margin: 0 auto 2px; }
.imageryResults.showRelStatus div.relStatus { display: block; }
.imageryResults li span {
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 166px;
}
.resultSummary .imageryResults li {
	background: none #F0F0F0;
	padding: 4px 0 0;
}
.resultSummary .imageryResults li.withRelStatus { height: 133px; }

.productResults li {
  /*margin: 0 0 0.5em;
	padding: 0.2px 0 0;
	font: 1.2em/1.3em Arial, Helvetica, sans-serif;
	border-top: 1px solid #DDD;
	color: #666;
	width: 100%;*/
  overflow: hidden;
  width: 540px;
  margin: 5px 0;
  border-top: 1px solid #ddd;
}
.contentResults li {
  margin: 0 0 0.5em;
	padding: 0.2px 0 0;
	font: 1.2em/1.3em Arial, Helvetica, sans-serif;
	border-top: 1px solid #DDD;
	color: #666;
	width: 100%;
}
.resultSummary .contentResults li { width: 514px; }
.contentResults a {
	display: block;
	margin: 0 0 0.2em;
}
.productResults strong {
	margin: 0 0.6em 0 3em;
}
.contentResults div {
	margin: 0 0.6em 0 1em;
}
.motionResults li {
  overflow: hidden;
  width: 540px;
  margin: 5px 0;
  padding: 3px 0 8px;
  border-top: 1px solid #ddd;
}
.resultSummary .motionResults li,
.resultSummary .productResults li,
.resultSummary .contentResults li { border-top: 1px dashed #DDD; }
#results_s .motionResults,
#results_s .productResults,
#results_s .contentResults { margin: 0 0 0 26px; }
.resultSummary .motionResults li .details { display: none; }
.motionResults div,
.productResults div {
  overflow: hidden;
}
.motionResults div.toolbar,
.productResults div.toolbar {
  line-height: 23px;
  margin-bottom: 0.3em;
  width: 100%;
  font-weight: normal;
}
.resultSummary .motionResults div.toolbar,
.resultSummary .productResults div.toolbar {width: 514px; }
.motionResults div.title,
.productResults div.title {
  font: bold 1.2em/1.5em Arial, Helvetica, sans-serif;
  margin: 0.3em 0 0;
}
.resultSummary .motionResults div.title,
.resultSummary .productResults div.title { font-size: 1.1em; }
.motionResults div.title .subjectName,
.productResults div.title .productTitle {
  display: block;
  line-height: 1.3em;
  padding: 3px 0 10px 26px;
}
.motionResults div.toolbar span,
.productResults div.toolbar span { margin: 0; }
.motionResults div.toolbar a,
.productResults div.toolbar a {
  display: block;
  float: left;
  margin-left: 2px;
  cursor: pointer;
  width: 510px;
}
.motionResults div.details {
  border: 1px dashed #ddd;
  padding: 5px;
}
.line {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 3px 24px;
}
.motionResults .details .line { margin-left: 0;	}
.line span {
  display: block;
  float: left;
  margin: 0 1.5em 0 0;
}
.line span.fieldName {
  font-weight: bold;
  margin-right: 1em;
}

/* Image Hover styles */
.detailsHover {
	display: none;
}
.cluetip-default {
  display: none;    
  position: absolute;
  background-color: #F6F6F6;
  color: #000;
  border: 1px solid #039;
  padding: 12px;
  opacity: 0.9;
  font: 1.2em/1.3em Arial, Helvetica, sans-serif;
}
#cluetip-outer h3 { display: none; }
div.detailsMetadata {
	overflow: auto;
	width: 100%;
}
span.detailsMetadataTitle {
	display: block;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	width: 5.5em;
}
span.detailsMetadataItem {
	display: block;
	float: left;
}

/* Image Details styles */
.detailSection {
  margin: 10px 0 0 -20px;
}
.imageContainer {
  float: left;
  margin-right: 8px;
  background-color: #F6F6F6;
  text-align: center;
  width: 280px;
  border: 1px solid #DDD;
}
.imageContainer .relStatus { margin: 0 auto; }
.imageContainer .toolbar {
  border-top: 1px solid #DDD; 
  text-align: center;
}
.imageMetadata {
  float: left;
  width: 250px;
}
.imageMetadata div {
  overflow: hidden;
  line-height: 23px;	
}
.imageMetadata .relLabel {
	display: block;
	float: left;
	font-weight: bold;
}
.imageMetadata .relStatus {
	float: left;
	margin-left: 10px;
}
.imageMetadata .toolbar { position: static; }
.large .imageContainer {
  margin: 0 0 8px 0;
  width: 538px;
}
.large .imageMetadata {
  width: 540px;
}
#imgPreviewLarge,
.large #imgPreviewSmall,
.loading #imgPreviewSmall, 
.loading #imgPreviewLarge { display: none; }
.large #imgPreviewLarge { display: inline; }

/* Motion Details styles */
#motionDetails {
  font: 1.1em Arial, Helvetica, sans-serif;
  color: #666;
}
#motionDetails .subjectName { font-weight: bold; }
#motionDetails ol {
  font-size: 1em;
  list-style: none none outside;
}
#motionDetails ol ol { margin: 0 0 0 15px; }
#motionDetails .title { border-bottom: 1px solid #ddd; }
#motionDetails .details { border: none; }
#motionDetails ol .details, #motionDetails .toolbar { border: none; }
#motionDetails li {
  padding: 0;
  margin: 0 0 8px;
  border: 1px dashed #ddd;
  width: 528px;
  padding: 0 5px;
}
#motionDetails li li {
  border: none;
  width: 513px;
  padding: 0;
}

/* Product Details styles */
#productDetails {
  font: 1.1em Arial, Helvetica, sans-serif;
  color: #666;
}

/* Toolbar */
.toolbar {
  position: relative;
}
.toolbar .icon {
  width: 23px;
  height: 23px;
  display: block;
  float: left;
  text-indent: -2000px;
  overflow: hidden;
  background: url(../images/icons.gif) no-repeat;
}
.toolbar .center {
  margin: auto;
  width: 69px; /* equals num of icons times 23 */ 
  overflow: hidden;
}

/* Default State */
#content .defaultHidden {
  display: none;
}
