/* --- generic --- */
*
{
  padding: 0;
  margin: 0;
}

body
{
  margin: 10px;
}

body, td, th, input, select
{
  font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
}

td, th
{
  vertical-align: baseline;
  text-align: left;
  padding: 1px;
}

input, select, textarea
{
  border: solid 1px #aaa;
}

input[type="submit"]
{
  padding: 2px 4px;
}

a:link
{
  color: #349;
}

a:visited
{
  color: #89d;
}

a:hover, a:active
{
  text-decoration: none;
}

img
{
  border: 0;
}

.clear
{
  clear: both;
}

#highlight
{
  background-color: yellow;
}

/**
 * IE workarounds for horizontal centering
 */
#Body { _text-align: center; }
#Body * { _text-align: left; }
#Content { _text-align: center; }
#Content * { _text-align: left; }
input { _text_align: left; }

/* --- search results --- */

.searchResults
{
  padding: 0;
  border-spacing: 2px;
}

.searchResults th
{
  font-weight: bold;
  vertical-align: bottom;
  text-align: left;
  background: #2269ab;
  color: white;
  -moz-border-radius: 6px 6px 0 0;
}

.LegacyResults th
{
  background: #bbb;
}

.searchResults td.noValue
{
  color: #888;
}

.searchResults tr.noMoreExact
{
}

.searchResults tr.noMoreExact.odd
{
  background: #eeeeff;
}

.searchResults tr.noMoreExact .noMoreExact,
.searchResults tr#SimilarRowHeading td
{
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  color: #666;
}

.searchResults tr#SimilarRowHeading td
{
  font-weight: bold;
}

.searchResults td
{
  vertical-align: baseline;
  text-align: left;
}

.searchResults td,
.searchResults th
{
  padding: 0.3ex 0.3em;
}

.searchResults td.itemDisplayName
{
}

.searchResults td.itemDisplayName div.itemThumbnail
{
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 6px;
}

.searchResults td.itemDisplayName img.itemThumbnail
{
  border: solid 1px #f0f0f0;
}

tr.odd td
{
  background: #f0f0f0;
}

.LegacyResults tr.odd td
{
  background: #f0f0f0;
}

#SearchedTermsRow
{
}

#SearchedTermsRow td
{
  background: #f0f0f0;
}

#SimilarRowMessage td,
#SimilarRow td
{
  background: #f0f0f0;
  color: #888;
  font-weight: bold;
}

#SearchedTermsRow td .searchedTerm
{
  color: #888;
  font-weight: bold;
}

.bigContainer
{
}

span.errorMessage
{
  color: #f00;
}

div#debugDivs
{
  padding-top: 40px;
}

div.debug_data
{
  overflow: auto;
  height: 200;
  font-size: 7pt;
  width: 500;
  border: solid 1px #cfc07f;
  background-color: #fff0bf;
}

div.debug_div
{
  padding-top: 5px;
  padding-bottom: 5px;
}


span.debug_ctl
{
  padding-left: 10px;
}

span.debug_width_ctl
{
  padding-left: 4px;
}

span.debug_title
{
  padding-left: 10px;
}

.debug_show, .debug_hide
{
  font-weight: bold ;
  font-size: 8pt;
}

.stacktrace
{
  border: 1px dotted grey;
  background-color: #A2E6FF;;
}

.paginationTop
{
}

.paginationBottom
{
}

.pagination
{
  color: #555;
  margin: 0 0.3em;
  margin-bottom: 10px;
}

.pagination .inactive
{
  display: none;
}

.pagination .span
{
}

.pagination .page
{
}

.pagination .currentPage
{
  font-weight: bold;
  font-size: 120%;
  color: black;
}

.pagination .nextPrev
{
}

#LegacySearchSummary
{
  background: url(../common/assets/back_rstripes.png);
  border: solid 1px #ccc;
  color: #733;
  padding: 6px;
  margin: 6px 0;
  display: block;
}

.similarSearchSummary
{
  color: #555;
}

.similarSearchSummary .itemDisplayName
{
  font-weight: bold;
}

/* --- search form --- */

div#SearchForm
{
  padding: 10px;
  margin: 1ex 0;
  background: #e0f0ff;
  -moz-border-radius: 16px;
  border: solid 1px #dde;
  width: 800px;
}

.searchForm label
{
  color: #666;
  font-size: 90%;
  text-align: right;
}

.searchForm span.culling_label
{
  font-size: 100%;
  margin: 3px;
}

form.searchForm table tr td
{
}

form.searchForm table td,
form.searchForm table th
{
  text-align: left;
  vertical-align: top;
}

form.searchForm table tr td select
{
}

form.searchForm table tr td.searchCategory
{
  text-align: left;
  font-size: 9pt;
  padding-left: 3px;
}

.searchForm #buttons
{
  margin-top: 1ex;
}

/* --- details --- */

div#userInfo
{
  margin-left: 10px;
}

div#userInfo #Vitals
{
/*  border: dashed 1px grey;*/
}

div#userInfo #mcdata
{
/*  border: dotted 1px red;*/
}

h1.title
{
  display: none;
  font-family: "Arial Narrow", "Lucida Grande", Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  background: #ccc;
  font-size: 20pt;
  color: white;
  background: #aabacc;
}

th.title
{
  vertical-align: top;
}

#Content
{
  clear: both;
  margin: 10px;
}

#Foot
{
  clear: both;
  padding-top: 6px;
  margin: 10px 0;
}

#Foot #poweredBy
{
}

#Foot #copyright
{
  color: #666;
  font-size: 90%;
  float: right;
}

#Admin
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 1ex 0.5em;
  background: #eee;
  -moz-border-radius: 16px;
}

#Admin td,
#Admin th
{
  padding: 0.3ex 0.3em;
}

#Admin div.extendedAdmin
{
  /*display: none;*/
}

#Admin h2
{
  padding: 5px;
}


#Admin a.debugLink
{
  font-weight: normal;
  font-size: 12px;
  color: #eee;
}

#Admin a.debugLink:hover
{
  font-weight: normal;
  color: #666;
}

#Admin td.dimension
{
  font-weight: bold;
}

#Admin span.setting
{
  padding: 0px 3px 0px 6px;
}



#detail
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#detail #header
{
  padding: 8px;
  background: #e0e8f0;
  -moz-border-radius: 10px;
}

#detail #header #title
{
  display: block;
  padding-top: 30px;
  font-size: 20px;
  margin-bottom: 4px;
}

#detail #header #address
{
  margin-top: 4px;
  color: #666;
}

#detail #body
{
  clear: both;
  margin: 10px 0;
}

#detail #body #Blurb
{
  font-size: 12px;
  margin: 6px 0;
}

#detail #body #Blurb h3
{
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 11px;
}

#detail #body #Blurb P
{
  margin: 3px 0;
  padding-left: 142px;
}

#detail #body #Blurb #PhotoBox
{
  float: left;
  width: 132px;
  height: 103px;
  margin-right: 10px;
  margin-bottom: 10px;
  /* IE workaround */
  _margin-bottom: 0px;
  display: block;
}

#detail #body #Blurb #PhotoBox img#Photo
{
  border: solid 1px #f0f0f0;
}

#detail #body #Blurb #PhotoBox img#Zoom
{
  top: -17px;
  width: 17px;
  height: 17px;
  position: relative;
  z-index: 1000;
}

#detail #body #Vitals
{
  clear: left;
  padding-left: 134px;
  width: 550px;
  border-left: solid 1px #ccc;
  /* IE workaround */
  _margin-top: -17px;
}

#detail #body #Vitals h2
{
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 13px;
  color: #309030;
}

#detail #body #VitalsList
{
  padding: 10px;
}

#detail #body #Vitals dl
{
  float: left;
  width: 170px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  display: block;
}

#detail #body #Vitals dt
{
  margin: 0;
  margin-bottom: 3px;
  color: #666;
}

#detail #body #Vitals dd
{
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 8px;
}

#detail #body #Vitals dd p
{
  margin: 0px 0;
}

#detail #body #Vitals ul
{
  margin: 0px 0;
  padding-left: 16px;
}

#detail #Similar
{
  float: right;
  margin-left: 16px;
  margin-bottom: 10px;
  width: 190px;
  background: url(../common/assets/back_ystripes.gif);
  border: solid 1px #ccc;
  padding: 10px;
  padding-right: 5px;
  position: relative;
  -moz-border-radius: 8px;
}

#detail #Similar h2
{
  font-size: 9pt;
  margin: 0;
  margin-bottom: 0.5ex;
}

#detail #Similar ul#SimilarItems
{
  display: block;
  margin: 6px 0;
  padding: 0;
  overflow: hidden;
}

#detail #Similar ul#SimilarItems li
{
  display: block;
  list-style-type: none;
  margin: 3px 0px;
  width: 80px;
  float: left;
  overflow: hidden;
}

#detail #Similar ul#SimilarItems li.odd
{
  clear: both;
  list-style-type: none;
  margin-right: 15px;
}

#detail #Similar ul#SimilarItems div#SimilarThumb
{
  display: table-cell;
  vertical-align: bottom;
  width: 65px;
  height: 65px;
}

#detail #Similar ul#SimilarItems li img.thumb
{
  border: solid 1px #f0f0f0;
}

#detail #Similar #SimilarText
{
  clear: both;
}

#detail #Similar #SimilarButtons
{
  clear: both;
  margin-top: 3px;
  display: list-item;
  margin-left: 16px;
}

#detail #Similar #SimilarButtons a
{
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

#detail #Similar form#SimilarForm
{
  margin: 0;
}

#detail #Similar #SimilarForm input#text
{
  width: 100%;
}

#userProfile
{
  width: 40em;
  float: left;
}

#mc
{
  margin-top: 0.4ex;
}

table#mc td,
table#mc th
{
  vertical-align: baseline;
  text-align: left;
  padding: 0.4ex 0.5em;
}

table#mc th
{
  /*
  display: list-item;
  list-style-type: square;
  margin-left: 16px;
  */
  text-align: left;
  width: 10em;
  color: #666;
}

table#mc td
{
}

#longanswers
{
  border-top: dotted 1px #ccc;
  padding: 0;
  margin-top: 1ex;
}

#longanswers .qa
{
  margin: 1ex 0;
}

#longanswers .qa .question
{
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 0.2ex;
  color: #0174bb;
}

#longanswers .qa .answer
{
}

#Head, #Foot, #FrontPage, div#SearchForm
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#SearchResults
{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#Head #DemoName
{
  font-weight: bold;
  float: left;
  padding-top: 8px;
  padding-right: 50px;
  height: 32px;
  background: url(../common/assets/icon.png) top right no-repeat;
}

#Head ul#Actions, #Head ul#DebugActions
{
  display: block;
  margin: 0;
  margin-left: 6px;
  padding: 0;
  padding-top: 8px;
  float: left;
}

#Head ul#Actions li, #Head ul#DebugActions li
{
  margin-left: 6px;
  display: inline;
  font-weight: bold;
}

#Head ul#DebugActions li
{
  font-weight: normal;
}

#Head ul#DebugActions li a:link,
#Head ul#DebugActions li a:visited
{
  color: white;
}

#Head ul#DebugActions li a:hover,
#Head ul#DebugActions li a:active
{
  color: #8080ff;
  text-decoration: none;
}

#EmbeddedSearchStatus
{
  display: none;
  padding: 4px 8px;
  border: solid 1px #3ca;
  background: url(../common/assets/back_ystripes.gif);
  margin: 6px 0;
  position: fixed;
  /* bottom: 20px; */
  right: 20px;
  width: 100px;
  white-space: nowrap;
  /* @todo Temporary workaround for Safari */
  position: absolute;
  top: 10px;
  right: 10px;
}

#EmbeddedSearchStatus.error
{
  background: url(../common/assets/back_rstripes.png);
  border: solid 1px #fcc;
}

#EmbeddedSearchStatusText
{
  display: block;
}

#EmbeddedSearchStatusProgress
{
  display: block;
  overflow: hidden;
  background: #888;
  width: 100px;
  height: 8px;
  margin: 3px 0;
}

.sliderContainer
{
  padding: 0;
  margin: 0;
  height: 20px;
  margin-bottom: 3px;
}

.sliderWidget
{
  position: absolute;
  overflow: hidden;
  padding: 7px 8px;
  width: 43px;
  height: 20px;
  margin-bottom: 2px;
  z-index: 1000;
}

.sliderBar
{
  overflow: hidden;
  width: 40px;
  height: 3px;
  border: solid 1px #7ac;
  background: #f0f0f0;
  z-index: 1000;
}

.sliderKnob
{
  overflow: hidden;
  top: -9px;
  width: 8px;
  height: 11px;
  background: url(../common/assets/grad_green.png) repeat-x top left;
  border: solid 1px #aaa;
  left: 0px;
  position: relative;
  z-index: 1000;
}

.sliderHelp
{
  display: none;
  padding: 3px;
  background: #fffff0;
  border: solid 1px #ccc;
  position: absolute;
  margin: 0;
  margin-top: 3px;
  font-size: 9px;
  z-index: 1000;
}

.activeSlider
{
}

.activeSlider .sliderKnob
{
  background: white;
}

#SearchResultsTable
{
  width: 100%;
}

#SearchResultsTable #Column_itemDisplayName
{
  width: 170px;
}



#SearchResultsTable td
{
  vertical-align: top;
}

#FrontPage #SearchForm
{
  float: right;
  width: 550px;
}

#JumboLogoSpace #JumboLogo
{
  padding-top: 10px;
}
