/* CSS Document */
.page_venues,
.page_badges {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.venueInfo,
.badgeInfo {
  background-color: #F9F8F7;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  float: left;
}
.badgeList {
	display: inline;
	padding: 2px;
}
.scrollable {
  float: left;
  overflow: hidden;
  position: relative;
}
.scrollable .items {
  clear: both;
  position: absolute;
  width: 20000em;
}
.scrollable .items .item {
  float: left;
}
.listable {
  float: left;
  position: relative;
}
.listable .items {
}
a.disabled {
  visibility: hidden !important;
}
a.browse {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1px;
  margin: 10px 0;
}
a.left {
  margin-left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #E6E6E6;
}
a.right {
  clear: right;
  margin-right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-left:10px solid #E6E6E6;
}
.venueInfo img,
.badgeInfo img {
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.venueInfo img.noclick,
.badgeInfo img.noclick {
  cursor: default;
}
.venueInfo h1,
.badgeInfo h1 {
  color: #444444;
  font-size: 15px;
  line-height: 16px;
  margin-top: 6px;
  font-weight: bold;
  margin: 0;
  clear: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.venueInfo .timestamp,
.badgeInfo .timestamp {
	text-align: right;
	font-size: 10px;
}
.badgeInfo .description {
  background-color: #E6E6E6;
  clear: none;
  padding: 3px;
  position: relative;
  line-height: 12px;
  font-size: 10px;
  overflow: hidden;
  height: 35px;
  margin-bottom: 3px;
}
.venueInfo .details,
.badgeInfo .details {
  background-color: #E6E6E6;
  clear: both;
  float: left;
  margin-right: 4px;
  margin-top: 7px;
  padding: 3px 8px 8px;
  position: relative;
  line-height: 17px;
  font-size: 15px;
}
.venueInfo .details .adr,
.venueInfo .details .twitter,
.venueInfo .details .website,
.badgeInfo .details .adr,
.badgeInfo .details .twitter,
.badgeInfo .details .website {
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.venueInfo .stats,
.badgeInfo .stats {
  background-color: #F9F9F9;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  margin: 7px 0 0;
  overflow: hidden;
  float: right;
}
.venueInfo .stats ul,
.badgeInfo .stats ul {
  margin: 0;
}
.venueInfo .stats li,
.badgeInfo .stats li {
  border-right: 1px dotted #CCCCCC;
  float: left;
  font-size: 8.5px;
  margin: 3px 0;
  padding: 0 3px;
  text-align: center;
  list-style: none outside none;
  width: 27%;
}
.venueInfo .stats strong,
.badgeInfo .stats strong {
  color: #555555;
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.venueInfo .stats4digits,
.badgeInfo .stats4digits {
	font-size: 18px;
}
.venueInfo .stats5digits,
.badgeInfo .stats5digits {
	font-size: 16px;
}
.venueInfo .stats6digits,
.badgeInfo .stats6digits {
	font-size: 16px;
}