/*
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
*/

/* Copyright 2008 Google Inc.  All Rights Reserved. */
/**/


/*
 * Styles used by goog.ui.RoundedTabRenderer.
 */
.goog-rounded-tab {
  border: 0;
  padding: 0;
  cursor: default;
}

.goog-tab-bar-top .goog-rounded-tab,
.goog-tab-bar-bottom .goog-rounded-tab {
  margin: 0 4px 0 0;
  float: left;
}

.goog-tab-bar-start .goog-rounded-tab,
.goog-tab-bar-end .goog-rounded-tab {
  margin: 0 0 4px 0;
}

.goog-rounded-tab-caption {
  margin: 0;
  border: 0;
  padding: 4px 8px;
  color: #fff;
}

.goog-rounded-tab-caption,
.goog-rounded-tab-inner-edge,
.goog-rounded-tab-outer-edge {
  background: #036;
  border-right: 1px solid #003;
}

.goog-rounded-tab-inner-edge,
.goog-rounded-tab-outer-edge {
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}

/* State: Hover */
.goog-rounded-tab-hover .goog-rounded-tab-caption,
.goog-rounded-tab-hover .goog-rounded-tab-inner-edge,
.goog-rounded-tab-hover .goog-rounded-tab-outer-edge {
  background-color: #69c;
  border-right: 1px solid #369;
}

/* State: Disabled */
.goog-rounded-tab-disabled .goog-rounded-tab-caption,
.goog-rounded-tab-disabled .goog-rounded-tab-inner-edge,
.goog-rounded-tab-disabled .goog-rounded-tab-outer-edge {
  background: #ccc;
  border-right: 1px solid #ccc;
}

/* State: Selected */
.goog-rounded-tab-selected .goog-rounded-tab-caption,
.goog-rounded-tab-selected .goog-rounded-tab-inner-edge,
.goog-rounded-tab-selected .goog-rounded-tab-outer-edge {
  background: #369 !important; /* Selected trumps hover. */
  border-right: 1px solid #036 !important;
}


/*
 * Styles for horizontal (top or bottom) tabs.
 */
.goog-tab-bar-top .goog-rounded-tab {
  vertical-align: bottom;
}

.goog-tab-bar-bottom .goog-rounded-tab {
  vertical-align: top;
}

.goog-tab-bar-top .goog-rounded-tab-outer-edge,
.goog-tab-bar-bottom .goog-rounded-tab-outer-edge {
  margin: 0 3px;
}

.goog-tab-bar-top .goog-rounded-tab-inner-edge,
.goog-tab-bar-bottom .goog-rounded-tab-inner-edge {
  margin: 0 1px;
}


/*
 * Styles for vertical (start or end) tabs.
 */
.goog-tab-bar-start .goog-rounded-tab-table,
.goog-tab-bar-end .goog-rounded-tab-table {
  width: 100%;
}

.goog-tab-bar-start .goog-rounded-tab-inner-edge {
  margin-left: 1px;
}

.goog-tab-bar-start .goog-rounded-tab-outer-edge {
  margin-left: 3px;
}

.goog-tab-bar-end .goog-rounded-tab-inner-edge {
  margin-right: 1px;
}

.goog-tab-bar-end .goog-rounded-tab-outer-edge {
  margin-right: 3px;
}


/*
 * Overrides for start tabs.
 */
.goog-tab-bar-start .goog-rounded-tab-table,
.goog-tab-bar-end .goog-rounded-tab-table {
  width: 12ex; /* TODO(attila): Make this work for variable width. */
}

.goog-tab-bar-start .goog-rounded-tab-caption,
.goog-tab-bar-start .goog-rounded-tab-inner-edge,
.goog-tab-bar-start .goog-rounded-tab-outer-edge {
  border-left: 1px solid #003;
  border-right: 0;
}

.goog-tab-bar-start .goog-rounded-tab-hover .goog-rounded-tab-caption,
.goog-tab-bar-start .goog-rounded-tab-hover .goog-rounded-tab-inner-edge,
.goog-tab-bar-start .goog-rounded-tab-hover .goog-rounded-tab-outer-edge {
  border-left: 1px solid #369 !important;
  border-right: 0 !important;
}

.goog-tab-bar-start .goog-rounded-tab-selected .goog-rounded-tab-outer-edge,
.goog-tab-bar-start .goog-rounded-tab-selected .goog-rounded-tab-inner-edge,
.goog-tab-bar-start .goog-rounded-tab-selected .goog-rounded-tab-caption {
  border-left: 1px solid #036 !important;
  border-right: 0 !important;
}

.goog-tab-bar-start .goog-rounded-tab-disabled .goog-rounded-tab-outer-edge,
.goog-tab-bar-start .goog-rounded-tab-disabled .goog-rounded-tab-inner-edge,
.goog-tab-bar-start .goog-rounded-tab-disabled .goog-rounded-tab-caption {
  border-left: 1px solid #ccc !important;
  border-right: 0 !important;
}
/*
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
*/

/* Copyright 2008 Google Inc.  All Rights Reserved. */
/**/
/**/


/*
 * Styles used by goog.ui.TabRenderer.
 */
.goog-tab {
  position: relative;
  border: 1px solid #369;
  padding: 4px 8px;
  color: #333;
  background: #ddd;
  cursor: default;
}

.goog-tab-bar-top .goog-tab {
  margin: 1px 4px 0 0;
  border-bottom: 0;
  float: left;
}

.goog-tab-bar-bottom .goog-tab {
  margin: 0 4px 1px 0;
  border-top: 0;
  float: left;
}

.goog-tab-bar-start .goog-tab {
  margin: 0 0 4px 1px;
  border-right: 0;
}

.goog-tab-bar-end .goog-tab {
  margin: 0 1px 4px 0;
  border-left: 0;
}

/* State: Hover */
.goog-tab-hover {
  background: #eee;
}

/* State: Disabled */
.goog-tab-disabled {
  color: #fff;
  background: #ccc;
  border-color: #ccc;
}

/* State: Selected */
.goog-tab-selected {
  background: #fff !important; /* Selected trumps hover. */
}


/*
 * Shift selected tabs 1px towards the contents (and compensate via margin and
 * padding) to visually merge the borders of the tab with the borders of the
 * content area.
 */
.goog-tab-bar-top .goog-tab-selected {
  top: 1px;
  margin-top: 0;
  padding-bottom: 5px;
}

.goog-tab-bar-bottom .goog-tab-selected {
  top: -1px;
  margin-bottom: 0;
  padding-top: 5px;
}

.goog-tab-bar-start .goog-tab-selected {
  left: 1px;
  margin-left: 0;
  padding-right: 9px;
}

.goog-tab-bar-end .goog-tab-selected {
  left: -1px;
  margin-right: 0;
  padding-left: 9px;
}
/*
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
*/

/* Copyright 2008 Google Inc.  All Rights Reserved. */
/**/
/**/


/*
 * Styles used by goog.ui.TabBarRenderer.
 */
.goog-tab-bar {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  outline: none;
}

.goog-tab-bar-clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.goog-tab-bar-start {
  float: left;
}

.goog-tab-bar-end {
  float: right;
}


/*
 * IE6-only hacks to fix the gap between the floated tabs and the content.
 * IE7 and later will ignore these.
 */
/* @if user.agent ie6 */
* html .goog-tab-bar-start {
  margin-right: -3px;
}

* html .goog-tab-bar-end {
  margin-left: -3px;
}
/* @endif */
/*
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
*/

/* Copyright 2008 Google Inc.  All Rights Reserved. */
/**/

/* goog.ui.DatePicker */

.goog-date-picker,
.goog-date-picker th,
.goog-date-picker td {
  font: 13px Arial, sans-serif;
}

.goog-date-picker {
  -moz-user-focus: normal;
  -moz-user-select: none;
  position: relative;
  border: 1px solid #000;
  float: left;
  padding: 2px;
  color: #000;
  background: #c3d9ff;
  cursor: default;
}

.goog-date-picker th {
  text-align: center;
}

.goog-date-picker td {
  text-align: center;
  vertical-align: middle;
  padding: 1px 3px;
}


.goog-date-picker-menu {
  position: absolute;
  background: threedface;
  border: 1px solid gray;
  -moz-user-focus: normal;
  z-index: 1;
  outline: none;
}

.goog-date-picker-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.goog-date-picker-menu ul li {
  cursor: default;
}

.goog-date-picker-menu-selected {
  background: #ccf;
}

.goog-date-picker th {
  font-size: .9em;
}

.goog-date-picker td div {
  float: left;
}

.goog-date-picker button {
  padding: 0px;
  margin: 1px 0;
  border: 0;
  color: #20c;
  font-weight: bold;
  background: transparent;
}

.goog-date-picker-date {
  background: #fff;
}

.goog-date-picker-week,
.goog-date-picker-wday {
  padding: 1px 3px;
  border: 0;
  border-color: #a2bbdd;
  border-style: solid;
}

.goog-date-picker-week {
  border-right-width: 1px;
}

.goog-date-picker-wday {
  border-bottom-width: 1px;
}

.goog-date-picker-head td {
  text-align: center;
}

/** Use td.className instead of !important */
td.goog-date-picker-today-cont {
  text-align: center;
}

/** Use td.className instead of !important */
td.goog-date-picker-none-cont {
  text-align: center;
}

.goog-date-picker-month {
  width: 12ex;
}

.goog-date-picker-year {
  width: 6ex;
}

.goog-date-picker table {
  border-collapse: collapse;
}

.goog-date-picker-other-month {
  color: #888;
}

.goog-date-picker-wkend-start,
.goog-date-picker-wkend-end {
  background: #eee;
}

/** Use td.className instead of !important */
td.goog-date-picker-selected {
  background: #c3d9ff;
}

.goog-date-picker-today {
  background: #9ab;
  font-weight: bold !important;
  border-color: #246 #9bd #9bd #246;
  color: #fff;
}
/*
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
*/

/* Copyright 2008 Google Inc.  All Rights Reserved. */
/**/

/* goog.ui.PopupDatePicker */

@import url(datepicker.css);

.goog-date-picker {
  position: absolute;
}
/* Override */
.goog-rounded-tab-caption {
  font-size: 0.80em;
  font-family: cursive;
  margin: 0;
  border: 0;
  padding: 1px 6px;
  color: #000; /*#fff*/
}
.goog-rounded-tab-caption,
.goog-rounded-tab-inner-edge,
.goog-rounded-tab-outer-edge {
  background:#EED; /*#036;*/
  border-right: 1px solid #003;
}
.goog-rounded-tab-inner-edge,
.goog-rounded-tab-outer-edge {
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}
/* State: Hover */
.goog-rounded-tab-hover .goog-rounded-tab-caption,
.goog-rounded-tab-hover .goog-rounded-tab-inner-edge,
.goog-rounded-tab-hover .goog-rounded-tab-outer-edge {
  background-color: #886; /*#69c;*/
  border-right: 1px solid #369;
}
/* State: Disabled */
.goog-rounded-tab-disabled .goog-rounded-tab-caption,
.goog-rounded-tab-disabled .goog-rounded-tab-inner-edge,
.goog-rounded-tab-disabled .goog-rounded-tab-outer-edge {
  background: #ccc;
  border-right: 1px solid #ccc;
}
.goog-rounded-tab-hover {cursor: pointer;}
.goog-rounded-tab-selected {cursor: auto;}
/* State: Selected */
.goog-rounded-tab-selected .goog-rounded-tab-caption,
.goog-rounded-tab-selected .goog-rounded-tab-inner-edge,
.goog-rounded-tab-selected .goog-rounded-tab-outer-edge {
  /*background: #369 !important;*/ /* Selected trumps hover. */
  background: #886 !important;
  color: #fff;
  border-right: 1px solid #036 !important;
}

/* Got it from DEMO (demos/css/demo.css) */
.goog-debug-panel {
  border: 1px solid #369;
  z-index:100;
  opacity: 0.8;
  position:fixed;
  top:0;
  left:10em;
  width:50%
}
.goog-debug-panel .logdiv {
  position: relative;
  width: 100%;
  height: 8em;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}
.goog-debug-panel .logdiv .logmsg {
  font: normal 10px "Lucida Sans Typewriter", "Courier New", Courier, fixed;
}

/*
html, body { 
  height: 100%; 
  margin: 0; 
  padding: 0; 
  //color: #fff;
}
*/

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #CD9115;
  font-size: 1.5em;
}
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #795710;
  font-size: 1.0em;
}

.underline {
  text-decoration: underline;
  text-underline-style: dotted;
}
.mousable {cursor: pointer;}
.selection {
  padding: 2px;
  margin: 0.2em;
  border: 1px solid #CCC;
  background-color: #EED;
  opacity: 0.9;
  color: #338;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}

/*
a { color: #fff; }
*/

/* stretched background (behind the album) */
img.background_image {
  position:fixed; 
  top:0; 
  left:0; 
  width:100%;
  height:100%;
  opacity:1;
  z-index: -1;
}

/* background album image */
img.album_image {
  position:absolute; 
  top:0px; 
  left:-980px; 
  width:980px; 
  height:490px;
  opacity:1;
}
/*  
  -moz-box-shadow:10px 10px 5px #888; 
  border: 1px solid #000;
*/

.niceImages {
  -moz-box-shadow:5px 5px 2px #888;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.scroll_text_page {
  position:absolute;
  background-color:#EED;
  background-image: url(http://lh6.ggpht.com/_kSeLtLDOzg4/Syx8XzH2gHI/AAAAAAAAADc/URpq1HMw4pk/s800/paper_back.jpg);
  width: 490px;
  height: 490px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  color: #000;
}
div.scroll_text_page_inner {
  height: 100%;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

div.page_turn_button_outer_container { 
  position:absolute; 
  background-color: #fff;
  left: -500px;
  z-index: 5;
}
div.page_turn_button_inner_container { 
  color: #000;
  position:absolute; 
  height: 1em;
  top:50%;
  padding: 0px 0.3em 0px 0.3em;
  text-shadow: x-off y-off blur color
}

div#tabPanel {
  position:absolute;
  z-index:2;
}

div.albumSection {
  display: none;
}

/* background image that looks like paper */
div.scroll_paper_back { 
  background-image: url(http://lh6.ggpht.com/_kSeLtLDOzg4/Syx8XzH2gHI/AAAAAAAAADc/URpq1HMw4pk/s800/paper_back.jpg);
  position:relative; 
  margin: 0px;
}

.goog-date-picker {
  background: #AA8;
  z-index:100;
}

#sample_imageContainer {
    background: url('../pix/page01.jpg') 0px 0px no-repeat;
    background: url('../pix/page01.jpg') no-repeat top center;
    height: 300px;
    width: 300px;
    z-index:101;
}

.guestPanel {
  opacity: 0.90;  
  background-color: #886; /*#69c;*/  
}

.guestPromptDiv {
  position: absolute;
  background-color: #eec;
  border: 1px solid #110;
  padding: 1em;
  width: 400px;
  z-index: 100;
}


/* http://www.webdesignerwall.com/tutorials/css-menu-list-design/ */
.price {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
.price li {
  clear: both;
  margin: 0;
  padding: 0 0 1.2em 0;
  position: relative;
  /*border-bottom: dotted 2px #d8d8a8;*/
}
.price strong {
  position: absolute;
  font-weight: normal;
  /* padding: 0 10px 0 0; */
  /* left: 0; */
  /*bottom: -.3em;*/
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
}
.price em {
  width: 20%
  float: right;
  position: absolute;
  /* background: #fff; */
  padding: 0 0 0 5px;
  /*bottom: -.2em;*/
  right: 0;
  font-style: italic;
  font-size: 0.75em;
  color: #333;
}
.price sup {
  font-size: 60%;
  color: #666;
  margin-left: 3px;
}

