
/** TODO(nicksantos): Fix this up to follow the style guide */
div.tr_bubble {
  position: absolute;
}
.tr_bubble_link{
  color: #00c;
  text-decoration: underline;
  cursor: pointer;
  font-size: 100%;
}

.tr_bubble .tr_option-link, .tr_bubble #tr_delete-image, .tr_bubble #tr_module-options-link {
  font-size: 83%;
}

.tr_bubble .tr_body, .tr_bubble .tr_t, .tr_bubble .tr_l, .tr_bubble .tr_r, .tr_bubble .tr_b{
  background-color: #E0ECFF;
}
.tr_bubble .tr_body {
  padding: 0px 19px 4px 4px;
  white-space: nowrap;
}
.tr_bubble .tr_spacer {
  padding: 1px;
}
.tr_bubble .tr_body, .tr_bubble .tr_td, .tr_bubble .tr_th {
  font-size: 83%;
  font-family: Arial, Helvetica, sans-serif;
}
.tr_bubble .tr_tr, .tr_bubble .tr_tl, .tr_bubble .tr_bl, .tr_bubble .tr_br {
  background-repeat: no-repeat;
  height: 0px;
  width: 2px;
}
.tr_bubble .tr_tr {
  background-image: url(https://pages.google.com/-/images/bubble2_tr.gif);
}
.tr_bubble .tr_tl {
  background-image: url(https://pages.google.com/-/images/bubble2_tl.gif);
}
.tr_bubble .tr_bl {
  background-image: url(https://pages.google.com/-/images/bubble2_bl.gif);
}
.tr_bubble .tr_br {
  background-image: url(https://pages.google.com/-/images/bubble2_br.gif);
}
.tr_bubble .tr_t {
  border-top: 1px solid #99c0ff;
}
.tr_bubble .tr_b {
  border-bottom: 1px solid #99c0ff;
}
.tr_bubble .tr_l {
  border-left: 1px solid #99c0ff;
}
.tr_bubble .tr_r {
  border-right: 1px solid #99c0ff;
}

/**
 * Work-around for Safari layout issues. For more info, see:
 * https://bugs.webkit.org/show_bug.cgi?id=18695
 */
.tr_bubble .tr_tr, .tr_bubble .tr_tl,
.tr_bubble .tr_bl, .tr_bubble .tr_br,
.tr_bubble .tr_b, .tr_bubble .tr_t {
  line-height: 0;
  font-size: 1px;
}

.tr_bubble_closebox {
  position: absolute;
  cursor: default;
  background: url(https://pages.google.com/-/images/bubble_closebox.gif) top left no-repeat;
  padding: 0px;
  margin: 0px;
  width: 10px;
  height: 10px;
  top: 3px;
  right: 8px;
}

table.tr_speechBubble {
  position: absolute;
  cursor: default;
}

.tr_speechBubble .tr_body {
  font-size: 83%;
  font-family: Arial, Helvetica, sans-serif;
}

.tr_speechBubble .tr_body,
.tr_speechBubble .tr_t, 
.tr_speechBubble .tr_l, 
.tr_speechBubble .tr_r, 
.tr_speechBubble .tr_b{
  background-color: #FFFFFF;
}

.tr_speechBubble .tr_tr,
.tr_speechBubble .tr_tl,
.tr_speechBubble .tr_bl,
.tr_speechBubble .tr_br {
  width: 5px;
  height: 5px;
}

.tr_speechBubble .tr_tr {
  background-image: url(https://pages.google.com/-/images/speechbubble_r1_c5.gif);
}
.tr_speechBubble .tr_tl {
  background-image: url(https://pages.google.com/-/images/speechbubble_r1_c1.gif);
}
.tr_speechBubble .tr_bl {
  background-image: url(https://pages.google.com/-/images/speechbubble_r3_c1.gif);
}
.tr_speechBubble .tr_br {
  background-image: url(https://pages.google.com/-/images/speechbubble_r3_c5.gif);
}
.tr_speechBubble .tr_bp {
  background-image: url(https://pages.google.com/-/images/speechbubble_r4_c3.gif);
  background-repeat: no-repeat;
}
.tr_speechBubble .tr_t {
  border-top: 1px solid #bebebe;
}
.tr_speechBubble .tr_b {
  border-bottom: 1px solid #bebebe;
 }
.tr_speechBubble .tr_l {
  border-left: 1px solid #bebebe;
}
.tr_speechBubble .tr_r {
  border-right: 1px solid #bebebe;
}
.tr_dialog {
  background: #E8EEF7;
  font-family: arial;
  font-size: 10pt;
}

.tr_dialog body {
  font-size: 10pt;
}

.tr_dialog .tr_dialog-title {
  margin: 0;
  padding: 0 5px 3px 5px;
  background: #C3D9FF;
  color: #000;
  font-weight: bold;
  font-size: 10pt;
}

.tr_dialog .tr_dialog-title .tr_dialog-title-layout-table {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #C3D9FF;
  color: #000;
  font-weight: bold;
  font-size: 10pt;
}

.tr_dialog .tr_dialog-title .tr_dialog-title-layout-table td {
  padding-top: 5px;
}
.tr_button-region-lhs {
  float: left;
  padding: 0px 7px 5px 0px;
}

.tr_dialog .tr_button-region-rhs {
  float: right;
  clear: both;
  padding: 0px 7px 5px 0px;
}

.tr_dialog .tr_button-region-rhs input, .tr_button-region-lhs {
  padding: .25ex .3ex;
  margin: 6px 0 1px 1.2ex;  
}

.tr_dialog .tr_dialog-section {
  border-bottom: solid 2px #C3D9FF;
  font-size: 10pt;
}

.tr_pseudo-link {
 color: #00c;
 text-decoration: underline;
 cursor: pointer;
}

.tr_dialog-tab-content-explanation-text {
  font-size: 83%;
  margin-top: 15px;
}
      
.tr_external-input-div {
  margin: 1ex 0;
}

.tr_backgroundMask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;

  opacity: .4;
  filter: alpha(opacity=40);
  /* this hack is so it works in IE
   * I find setting the color in the css gives me more flexibility
   * than the PNG solution.
   */
  background-color: #FFFFFF;
}

.tr_resource-list div {
  padding-bottom: 2px;
  margin-bottom: 1px;
  border-bottom: solid #ccc 1px;
  cursor: pointer;
  font-size: 10pt;
}

.tr_resource-list-icons img {
  margin-left: 1px;
  margin-right: 4px;
  top: 2px;
}

.tr_resource-list-size {
  overflow: auto; height: 200px;
  font-size: 10pt;
}.tr_edit-link-dialog {
  position: absolute;
  border: 2px solid #99c0ff;
  width: 650px;
}

.tr_edit-link-dialog-body {
  margin: 0;
  padding: 5px 10px 0px 10px;
  line-height: 1.3;
  font-size: 10pt;
}

#tr_on-the-web-tab-input, #tr_email-address-tab-input {
  width: 100%;
  /* Input boxes for URLs and email address should always be LTR. */
  direction: ltr;
}

#tr_email-warning-div {
  text-align: center;
  visibility: hidden;
  color: #c00;
  font-weight: bold;
}.tr_edit-image-dialog {
  position: absolute;
  border: 2px solid #99c0ff;
  width: 650px;
}.tr_igmoduleDialog-module-dialog {
  position: absolute;
  border: 2px solid #99c0ff;
  width: 650px;
}

.tr_igmoduleDialog-module-dialog-body {
  margin: 0;
  padding: 5px 10px 0 10px;
  line-height: 1.3;
  font-size: 10pt;
  /*height: 400px;*/
}

.tr_igmoduleDialog-setup-module-content {
  width: 100%;
  /*height: 100%;*/
}

.tr_igmoduleDialog-setup-module-preview {
  margin: 0;
  padding: 0;
  /*position: relative;*/
  overflow: auto;
  height: 400px;
  width: 371px;
  /*height: 100%;*/
  /*width: 100%;*//
}

.tr_igmoduleDialog-module-preview-overlay {
  position: absolute;
  /*width: 100%;*/

  /*height: 100%;*/
  opacity: .5;
  filter: alpha(opacity=50);
  background-color: transparent;
}

/*
.tr_igmoduleDialog-module-dialog-body .tr_dialog-section {
  height: 400px;
  overflow: auto;
}
*/
.tr_image-dialog {
  position: absolute;
  border: 2px solid #99c0ff;
  width: 660px;
}

.tr_image-dialog-body {
  margin: 0;
  padding: 5px 10px 0px 10px;
  line-height: 1.3;
  font-size: 10pt;
}

#tr_image-dialog-external-image-preview {
  border: solid 1px #ddd;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  color: #888;
}

#tr_image-dialog-image-list span {
  float: left;
  width: 96px;
  height: 96px;
  text-align: center;
  margin: 2px;
  padding: 8px;
  white-space: nowrap;
  cursor: pointer;
}

#tr_image-dialog-image-list table {
  width: 96px;
  height: 96px;
  border: solid 1px #ECE9D8;
  border-collapse: collapse;
}

#tr_image-dialog-image-list td {
  width: 96px;
  height: 96px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  background: white;
}

#tr_image-dialog-image-list {
  overflow: auto; 
  height: 232px;
}

.tr_image-dialog-nav-item {
  cursor: pointer;
  color: #00f;
  white-space: nowrap;
  padding: 6px;
}.tr_raw-html-dialog {
  position: absolute;
  border: 2px solid #99c0ff;
}

.tr_raw-html-dialog-body {
  margin: 0;
  padding: 5px 10px 0px 10px;
  line-height: 1.3;
  font-size: 10pt;
}

#tr_raw-html-dialog-preview-pane {
  border: solid 1px #ddd;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  color: #888;
}

.tr_raw-html-dialog .tr_tabbed-pane-tab-content {
  padding-right: 9px;
  /* IE 6 standards mode needs this.  For now apply to all IE 6 */
  _padding-right: 12px;
}
.editable a {
  cursor: text;
}
.tr_well .tr_tl {
	background-image: url(https://pages.google.com/-/images/well_tl2.gif);
	background-repeat: no-repeat;
}
.tr_well .tr_t {
	background-image: url(https://pages.google.com/-/images/well_top2.gif);
	background-repeat: repeat-x;
}
.tr_well .tr_tr {
	background-image: url(https://pages.google.com/-/images/well_tr.gif);
	background-repeat: no-repeat;
}
.tr_well .tr_l {
	background-image: url(https://pages.google.com/-/images/well_left.gif);
	background-repeat: repeat-y;
}
.tr_well .tr_r {
	background-image: url(https://pages.google.com/-/images/well_right.gif);
	background-repeat: repeat-y;
}
.tr_well .tr_r2 {
	background-image: url(https://pages.google.com/-/images/well_right2.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.tr_well .tr_bl {
	background-image: url(https://pages.google.com/-/images/well_bl.gif);
	background-repeat: no-repeat;
}
.tr_well .tr_b {
	background-image: url(https://pages.google.com/-/images/well_bottom.gif);
	background-repeat: repeat-x;
}
.tr_well .tr_br {
	background-image: url(https://pages.google.com/-/images/well_br.gif);
	background-repeat: no-repeat;
}

.tr_toolbar-styles .tr_well {
  border: none;
  padding: 0;
  font-size: 83%;
  text-align: center;
}
.tr_toolbar-vertical .tr_toolbar-styles .tr_well .tr_separator {
  height: 5px;
  display: block;
}
.tr_toolbar-styles .tr_well .tr_selected-style {
  background: #FAD163;
}
.tr_toolbar-styles .tr_well .tr_unselected-style span {
  color: #6161BC;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer;
}
.tr_toolbar-styles .tr_well .tr_selected-style span {
  font-weight: bold;
  cursor: pointer;
}

.tr_toolbar-vertical .tr_toolbar-styles {
  float: left;
}

.tr_toolbar-vertical .tr_toolbar-styles .tr_well {
  width: 7.8em;
}
.tr_tabbed-pane-tabs {
  line-height: 1.3; 
  vertical-align: top;
  font-size: 10pt;
}

.tr_tabbed-pane-tabs p {
  margin-bottom: .7ex;
  font-size: 10pt;
}

.tr_tabbed-pane-tabs div {
  cursor: pointer;
  width: 22ex;
}

.tr_tabbed-pane-tabs .tr_tabbed-pane-tab-label {
  color: blue;
  text-decoration: underline;
}

.tr_tabbed-pane-tabs td {
  font-size: 10pt;
}

.tr_vertical-tab div {
  padding: .5ex 0 .5ex .7ex;
}

.tr_horizontal-tab div {
  padding: .7ex;
  border-top: 2px solid #99c0ff;
  border-left: 2px solid #99c0ff;
  border-right: 2px solid #99c0ff;
  margin-left: 2px;
}

.tr_tabbed-pane {
  padding: 1.3ex 0;
  font-size: 10pt;
}

.tr_tabbed-pane-tabs .tr_selected-tab-in-tabbed-pane {
  background: white;
}

.tr_tabbed-pane-tabs .tr_selected-tab-in-tabbed-pane .tr_tabbed-pane-tab-label {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.tr_tabbed-pane-tab-content {
  width: 100%;
  vertical-align: top;
  padding: 5px 7px 1px 7px;
  background: white;
  font-size: 10pt;
}
.tr_wfield-dialog {
  position: absolute;
  border: 2px solid #99c0ff;
  width: 650px;
}

.tr_wfield-dialog-body {
  margin: 0;
  padding: 5px 10px 0px 10px;
  line-height: 1.3;
}

#tr_wfield-resource-list {
  /*TODO(gabor): this is bad but layout is messed up with width: 100%*/
  width: 629px; 
  vertical-align: top;
  padding: 5px 7px 1px 7px;
  background: white;
}/* ------------------------------------------------------------
  Customized Button
------------------------------------------------------------ */

.tr_toolbar {
  font-family: arial;
  font-size: 90%;
}

.container,
.containerhover,
.containeron {
  float: left; 
  margin: 2px 3px 2px 0 !important;
  padding: 0 !important;
  color: #000;
  cursor: default;
  whitespace: nowrap !important;
}

.desc {
  margin: 0 !important;
  padding: 2px 4px -1px 4px !important;
  line-height: .2em !important;
  background: url(https://pages.google.com/-/images/bg/cbleft_ltr.gif) top left no-repeat;
}

.link {
  margin: 0 !important;
  padding: 4px 0 0 9px !important; /* EDIT TOP MARGIN */
  background: url(https://pages.google.com/-/images/bg/cbleft_ltr.gif) bottom left no-repeat;
}

.link em {
  display: block !important;
  padding: 0 8px 6px 0 !important; /* EDIT BOTTOM MARGIN */
  font-style: normal;
  line-height: 1em !important;
  text-decoration: none;
  text-align: center !important;
  background: url(https://pages.google.com/-/images/bg/cbright_ltr.gif) bottom right no-repeat;
}


/* ------------------------------------------------------------
  Pill Buttons
------------------------------------------------------------ */
div.leftpill, div.leftpillhover, div.leftpillon {margin-right: 0 !important}
div.leftpill p em {background: url(https://pages.google.com/-/images/bg/cbpillbg.gif) bottom right no-repeat}

div.middlepill, div.middlepillhover, div.middlepillon {margin-right: 0 !important}
div.middlepill {background: url(https://pages.google.com/-/images/bg/cbpillbg.gif) top right no-repeat}
div.middlepill p.desc {background: url(https://pages.google.com/-/images/bg/cbleftpill_ltr.gif) top left no-repeat}
div.middlepill p.link {background: url(https://pages.google.com/-/images/bg/cbleftpill_ltr.gif) bottom left no-repeat}
div.middlepill p em {background: url(https://pages.google.com/-/images/bg/cbpillbg.gif) bottom right no-repeat}

div.rightpill p.desc {background: url(https://pages.google.com/-/images/bg/cbleftpill_ltr.gif) top left no-repeat}
div.rightpill p.link {background: url(https://pages.google.com/-/images/bg/cbleftpill_ltr.gif) bottom left no-repeat}

/* ------------------------------------------------------------
  Background States (normal, hover, press)
------------------------------------------------------------ */

/* Normal */
.container {background: url(https://pages.google.com/-/images/bg/cbright_ltr.gif) top right no-repeat}
.leftpill {background: url(https://pages.google.com/-/images/bg/cbpillbg.gif) top right no-repeat}

/* Hover State */
.containerhover {background: url(https://pages.google.com/-/images/bg/cbright_h_ltr.gif) top right no-repeat}
.containerhover .p1 {background: url(https://pages.google.com/-/images/bg/cbleft_h_ltr.gif) top left no-repeat}
.containerhover .p2 {background: url(https://pages.google.com/-/images/bg/cbleft_h_ltr.gif) bottom left no-repeat}
.containerhover .p2 em {background: url(https://pages.google.com/-/images/bg/cbright_h_ltr.gif) bottom right no-repeat}

div.middlepillhover {background: url(https://pages.google.com/-/images/bg/cbpillbg_h.gif) top right no-repeat}
div.middlepillhover p.desc {background: url(https://pages.google.com/-/images/bg/cbleftpill_h_ltr.gif) top left no-repeat}
div.middlepillhover p.link {background: url(https://pages.google.com/-/images/bg/cbleftpill_h_ltr.gif) bottom left no-repeat}
div.middlepillhover p.p2 em {background: url(https://pages.google.com/-/images/bg/cbpillbg_h.gif) bottom right no-repeat}

div.leftpillhover {background: url(https://pages.google.com/-/images/bg/cbpillbg_h.gif) top right no-repeat}
div.leftpillhover p em {background: url(https://pages.google.com/-/images/bg/cbpillbg_h.gif) bottom right no-repeat}
div.leftpillhover .p2 em {background: url(https://pages.google.com/-/images/bg/cbpillbg_h.gif) bottom right no-repeat}

div.rightpillhover p.desc {background: url(https://pages.google.com/-/images/bg/cbleftpill_h_ltr.gif) top left no-repeat}
div.rightpillhover p.link {background: url(https://pages.google.com/-/images/bg/cbleftpill_h_ltr.gif) bottom left no-repeat}

/* On State */
.containeron {background: url(https://pages.google.com/-/images/bg/cbright_o_ltr.gif) top right no-repeat}
.containeron .p1 {background: url(https://pages.google.com/-/images/bg/cbleft_o_ltr.gif) top left no-repeat}
.containeron .p2 {background: url(https://pages.google.com/-/images/bg/cbleft_o_ltr.gif) bottom left no-repeat}
.containeron .p2 em {background: url(https://pages.google.com/-/images/bg/cbright_o_ltr.gif) bottom right no-repeat}

div.middlepillon {background: url(https://pages.google.com/-/images/bg/cbpillbg_o.gif) top right no-repeat}
div.middlepillon p.desc {background: url(https://pages.google.com/-/images/bg/cbleftpill_o_ltr.gif) top left no-repeat}
div.middlepillon p.link {background: url(https://pages.google.com/-/images/bg/cbleftpill_o_ltr.gif) bottom left no-repeat}
div.middlepillon p.p2 em {background: url(https://pages.google.com/-/images/bg/cbpillbg_o.gif) bottom right no-repeat}

div.leftpillon {background: url(https://pages.google.com/-/images/bg/cbpillbg_o.gif) top right no-repeat}
div.leftpillon p em {background: url(https://pages.google.com/-/images/bg/cbpillbg_o.gif) bottom right no-repeat}
div.leftpillon .p2 em {background: url(https://pages.google.com/-/images/bg/cbpillbg_o.gif) bottom right no-repeat}

div.rightpillon p.desc {background: url(https://pages.google.com/-/images/bg/cbleftpill_o_ltr.gif) top left no-repeat}
div.rightpillon p.link {background: url(https://pages.google.com/-/images/bg/cbleftpill_o_ltr.gif) bottom left no-repeat}

/* Icon Style */
.container span, .containerhover span, .containeron span {
  background-position: 0% 50%;
  padding: 2px 0 2px 20px !important;
  margin: -2px 0 !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* Buttons With No Icon */
.container .icon_none,
.containerhover .icon_none,
.containeron .icon_none {
  padding: 2px 0 2px 2px !important;
}

/* Fixed Width Icon */
.icon { width: 1.5em !important; font-family: times; line-height: 1.2em !important; font-weight: bold;}

/* Background image icons with only an image. Need to subtract the space
 for the NBSP */
.container .imageOnly, .containerhover .imageOnly, .containeron .imageOnly {
  margin-right: -1ex !important;
  white-space: normal !important;
  direction: ltr; /* Because of a FF quirk, imageOnly buttons need to be ltr */
}

/* For 3 Pill Style */
.container span.justify,
.containerhover span.justify,
.containeron span.justify {
  padding: 0 0 0 12px !important
}

/* Icons */
.icon_image {background: url(https://pages.google.com/-/images/icons/icon_image.gif) no-repeat}
.icon_link {background: url(https://pages.google.com/-/images/icons/icon_link.gif) no-repeat}
.icon_bullet {background: url(https://pages.google.com/-/images/icons/icon_bullet.gif) no-repeat}
.icon_numbered {background: url(https://pages.google.com/-/images/icons/icon_numbered.gif) no-repeat}
.icon_outdent {background: url(https://pages.google.com/-/images/icons/icon_outdent.gif) no-repeat}
.icon_indent {background: url(https://pages.google.com/-/images/icons/icon_indent.gif) no-repeat}
.icon_text {background: url(https://pages.google.com/-/images/icons/icon_text.gif) no-repeat}
.icon_textbg {background: url(https://pages.google.com/-/images/icons/icon_textbg.gif) no-repeat}
.icon_font {background: url(https://pages.google.com/-/images/icons/icon_font.gif) no-repeat}
.icon_size {background: url(https://pages.google.com/-/images/icons/icon_size.gif) no-repeat}
.icon_justleft {background: url(https://pages.google.com/-/images/icons/icon_left.gif) no-repeat}
.icon_justmiddle {background: url(https://pages.google.com/-/images/icons/icon_middle.gif) no-repeat}
.icon_justright {background: url(https://pages.google.com/-/images/icons/icon_right.gif) no-repeat}
.icon_wfield {background: url(https://pages.google.com/-/images/icons/icon_wfield.gif) no-repeat}
.icon_removeformat {background: url(https://pages.google.com/-/images/icons/icon_removeformatting.gif) no-repeat}
.icon_blockquote {background: url(https://pages.google.com/-/images/icons/icon_blockquote.gif) no-repeat}
.icon_gadget {background: url(https://pages.google.com/-/images/icons/icon_gadget.gif) no-repeat}

/* Bidi-specific icons */
.icon_ltr {background: url(https://pages.google.com/-/images/icons/icon_ltr_dir.gif) no-repeat}
.icon_rtl {background: url(https://pages.google.com/-/images/icons/icon_rtl_dir.gif) no-repeat}
.toolbar_rtl .icon_bullet {background: url(https://pages.google.com/-/images/icons/icon_bullet_rtl.gif) no-repeat left}
.toolbar_rtl .icon_numbered {background: url(https://pages.google.com/-/images/icons/icon_numbered_rtl.gif) no-repeat left}
.toolbar_rtl .icon_outdent {background: url(https://pages.google.com/-/images/icons/icon_outdent_rtl.gif) no-repeat left}
.toolbar_rtl .icon_indent {background: url(https://pages.google.com/-/images/icons/icon_indent_rtl.gif) no-repeat left}
.toolbar_rtl .icon_blockquote {background: url(https://pages.google.com/-/images/icons/icon_blockquote_rtl.gif) no-repeat left}

/*Menu Button Style */
.link em b {
  padding-left: .2em !important;
  background: url(https://pages.google.com/-/images/bg/downarrow.gif)  no-repeat;
  background-position: 80% 50%
}

/* Disabled */
.disabled {
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
  cursor: default;
}

#tr_preloadImages {
  width: 0px;
  height: 0px;
  display: inline;
}

/* Used in the JS to preload images */
.cbleft {background-image: url(https://pages.google.com/-/images/bg/cbleft_ltr.gif);}
.cbleft_h {background-image: url(https://pages.google.com/-/images/bg/cbleft_h_ltr.gif);}
.cbleft_o {background-image: url(https://pages.google.com/-/images/bg/cbleft_o_ltr.gif);}
.cbleftpill {background-image: url(https://pages.google.com/-/images/bg/cbleftpill_ltr.gif);}
.cbleftpill_h {background-image: url(https://pages.google.com/-/images/bg/cbleftpill_h_ltr.gif);}
.cbleftpill_o {background-image: url(https://pages.google.com/-/images/bg/cbleftpill_o_ltr.gif);}
.cbpillbggif {background-image: url(https://pages.google.com/-/images/bg/cbpillbg.gif);}
.cbpillbgpng {background-image: url(https://pages.google.com/-/images/bg/cbpillbg.png);}
.cbpillbg_h {background-image: url(https://pages.google.com/-/images/bg/cbpillbg_h.gif);}
.cbright {background-image: url(https://pages.google.com/-/images/bg/cbright_ltr.gif);}
.cbright_h {background-image: url(https://pages.google.com/-/images/bg/cbright_h_ltr.gif);}
.cbright_o {background-image: url(https://pages.google.com/-/images/bg/cbright_o_ltr.gif);}
.downarrow {background-image: url(https://pages.google.com/-/images/bg/downarrow.gif);}
.cbpillbg_o {background-image: url(https://pages.google.com/-/images/bg/cbpillbg_o.gif);}

/* Closure menus */
.tr_popupmenu {
  position: absolute;
  z-index: 1000;
}

.tr_popupmenu .goog-menu {
  -moz-user-select: none;
  -x-background-x-position: 0%;
  -x-background-y-position: 0%;
  background-attachment: scroll;
  background-color: #C3D9FF;
  background-image: none;
  background-repeat: repeat;
  border-width: 2px;
  border-style: solid;
  border-bottom-color: #9DAECD;
  border-left-color: #E8F1FF;
  border-right-color: #9DAECD;
  border-top-color: #E8F1FF;
  cursor: pointer;
  padding: 2px;
}

.tr_popupmenu .goog-menuitem {
  -x-background-x-position: 0%;
  -x-background-y-position: 0%;
  background-attachment: scroll;
  background-color: #C3D9FF;
  background-image: none;
  background-repeat: repeat;
  color: #000000;
}

.tr_popupmenu .goog-menuitem-highlight {
  background-color: #5570CC;
  color: #FFFFFF;
}


/* Closure color pickers */

.tr_colorpicker {
  position: absolute;
  z-index: 1000;
  background-color:#BBBBBB;
}

.tr_colorpicker .goog-palette {
  outline: none;
  -moz-outline: none;
  -moz-user-select: none;
  cursor: default;
}

.tr_colorpicker .goog-palette-table {
  border: 1px solid #666;
  border-collapse: collapse !important;
  padding: 0;
  margin: 0;
}

.tr_colorpicker .goog-palette-cell {
  height: 13px;
  width: 15px;
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.tr_colorpicker .goog-palette-colorswatch {
  position: relative;
  height: 13px;
  width: 15px;
  border: 1px solid #666;
  font-size: 1px;
}

.tr_colorpicker .goog-palette-cell-hover .goog-palette-colorswatch {
  border: 1px solid #FFF;
}

.tr_colorpicker .goog-palette-cell-selected .goog-palette-colorswatch {
  border: 1px solid #000;
  color: #fff;
}
