html {
  overflow:hidden;
}
body#embed {
  margin:0;
  padding:0;
  width:100%;
  overflow:hidden;
}
#embed_box {
  clear:both;
  margin:0;
  padding:0;
}
.chrome {
  position:absolute;
  width:100%;
  top:0px;
  border-bottom:1px solid #666;
}
.chrome .tooth {
  background-image:url(../../static/images/2.0/widget_chrome_tooth_down.gif.v6105.gif);
  top:auto;
  bottom:-7px;
  z-index:1000000;
}
a.embed_view {
  display:block;
  float:left;
  padding:0px 8px;
  margin:0px;
  font-size:11px; 
  line-height:19px;
}
body.timeline .view_timeline,
body.listview .view_list,
body.flowview .view_flow,
body.triple .view_triple,
body.mapview  .view_map {
  background:#223458;
  color:white;
}
body.mapview #map {
  position:relative;
}
.dipity_bar {
  background:#223458 url(../../static/images/embed_bg.png.v2366.png) repeat-x;
  height:18px;
  line-height:18px;
  color:#999;
  font-size:13px;
  font-weight:normal;
  padding:0;
  margin:0;
  overflow:hidden;
  position:relative;
}
.dipity_bar_right {
  float:right;
  text-align:right;
}
.dipity_bar_left {
  position:absolute;
  left:0px;
  overflow:hidden;
  white-space:nowrap;
}
.embed_timeline_title {
  font-weight:bold; 
  margin-left:8px;
}
.dipity_logo {
  display:block;
  float:left;
  top:0px;
  height:0px;
  width:81px; 
  overflow:hidden;
  background:url(../../static/images/embed_logo.png.v2366.png);
  padding:20px 0 0 0;
  margin:0; 
}
.dipity_logo:hover {
  background-position:0px -18px;
}
.dipity_logo:active {
  background-position:0px -36px;
}
.dipity_view {
  display:block;
  float:left;
  top:0px;
  height:0px;
  width:18px; 
  overflow:hidden;
  background:url(../../static/images/embed_expand.png.v2366.png);
  padding:18px 0 0 0;
  margin:0; 
}
.dipity_view:hover {
  background-position:0px -18px;
}
.dipity_view:active {
  background-position:0px -36px;
}
.dipity_share {
  float:left;
  top:0px;
  height:0px;
  width:54px; 
  overflow:hidden;
  background:url(../../static/images/embed_share.png.v2366.png);
  padding:18px 0 0 0;
  margin:0; 
}
.dipity_share:hover {
  background-position:0px -18px;
}
.dipity_share:active {
  background-position:0px -36px;
}
.dipity_share_box {
  position:absolute;
  border:1px solid black;
  background:white;
  top:27px;
  right:4px;
  z-index:20000;
}
.dipity_share_box h2 {
  font-size:16px;
  color:#f75214;
}
.dipity_shade {
  position:absolute;
  top:0;
  left:0;
  background:black;
  opacity:0.2;
  visibility:hidden;
}
.dipity_share_box .closebutton {
  display:block;
  position:absolute;
  top:2px;
  right:2px;
  width:12px;
  height:0px;
  padding-top:12px;
  background:url(../../static/images/popup_close_12.png.v2242.png);
  overflow:hidden;
}
.dipity_share_box .closebutton:hover {
  background-position:-12px 0px;
}