.placemap-subtitle-area{
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
}
.placemap-subtitle{
	display: inline-block;
	width: 80%;
	font-weight: bold;
    padding-top:     0px;
    padding-right:   0px;
    padding-bottom: 10px;
    padding-left:    0px;
}

.placemap-button-right {
	display:		inline-block;
	border:			1px double #ccc;
	border-radius:	5px;
	padding:		2px;
	font-weight:	normal;
	text-align:		right;
	float:			right;
}

.placemap-button-left {
	display:		inline-block;
	border:			1px double #ccc;
	border-radius:	5px;
	padding:		2px;
	font-weight:	normal;
	text-align:		left;
	float:			left;
}

.placemap-map-wrapper{
	position: relative;
	overflow: hidden;
	clear: both;
}

.placemap-map{
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.placemap-legend-wrapper{
	position: relative;
	overflow: hidden;
	float: right;
}

.placemap-legend-container{
	position:relative;
	font-size: 1.0em;
	font-weight: normal;
}

.placemap-year-container{
	width:100%;
	font-size: 0.8em;
	font-weight: normal;
}

.placemap-year-legend {
	display: inline-block;
	text-align: left;
	margin: 3px;
}

.placemap-year-legend-title {
	font-weight: bold;
}

.placemap-year-interval {
}

.placemap-pin-container{
	width:100%;
	font-size: 0.8em;
	font-weight: normal;
}

.placemap-pin-legend {
	display: inline-block;
	text-align: left;
	margin: 3px;
}

.placemap-pin-legend-title {
	font-weight: bold;
}

.placemap-pin-legend-stats {
	text-align: center;
}

.placemap-pin-cell {
	display: inline-block;
	text-align: center;
	margin: 3px;
}

.placemap-pin-cell img {
	height: 17px;
	width:  10px;
}

.placemap-events-container{
	width:100%;
	font-size: 0.8em;
	font-weight: normal;
}

.placemap-events-legend {
	display: inline-block;
	text-align: left;
	margin: 3px;
}

.placemap-events-legend-title {
	font-weight: bold;
}

.placemap-events-legend-stats {
	text-align: center;
}

.placemap-events-cell {
	display: inline-block;
	text-align: center;
	margin: 3px;
}

.placemap-events-cell img{
	height: 12px;
	width:  12px;
}

.placemap-control-title {
	font-weight: bold;
}


.placemap-transparent {
	background: grey;
  	background:rgba(255,255,255,0.7);
}

.placemap-scrollbar-container {
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: 0.5em;
	overflow:hidden;
	position:relative;
}

.placemap-scrollbar-search {
	overflow:visible;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	vertical-align: middle;
	margin-bottom: 0.5em;
}

.placemap-scrollbar-search-text {
	width: 70%;
}

.placemap-scrollbar-main {
	font-size: 1.5em;
	position:relative;
	float: right
	overflow-x:hidden;
	overflow-y:auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul.placemap-scrollbar-list {
    list-style-type: disc;
    list-style-position: outside;
    padding: 0.5em;
    margin-left: 1.0em;
	margin-bottom: 1.0em;
	text-indent: -0.5em;
}

img.placemap {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.placemap-message{
	width:100%;
    display: none;
    text-align: center;
    font-weight: bold;
}

.placemap-time-container{
	width:100%;
}

#placemap-time-previousfirst, 
#placemap-time-previous, 
#placemap-time-next, 
#placemap-time-nextlast {
	visibility: hidden;
}

.placemap-time-graph {
	height: 30px;
	width: 100%
	vertical-align: middle;
	text-align: center;
    margin: 0;
}

.placemap-time-graph ul{
    list-style-type: none;
    width: 100%;
}
    
.placemap-time-graph li {
	border: 1px solid #555;
	list-style:none;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: left;
	float: left;
}

.placemap-time-graph a {
	display: inline;
}

.placemap-time-graphlist {
	display: inline;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    margin: auto;
}

.placemap-time-on  {	background-color: grey;}
.placemap-time-off {	}

.placemap-time-info {
	font-weight: bold;
}

.placemap-time-title {
	font-size: 1.3em;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.placemap-time-title img{
	height: 20px;
	width:  20px;
}

.placemap-time-title-years {
	font-weight: bold;
}

.placemap-instructions-wrapper{
	position: relative;
	clear: both;
}

.placemap-instructions {
	border: 3px double #ccc;
	border-radius: 25px;
	padding: 0.5em;
}

.placemap-instructions p {
	width: 100%;
}

.placemap-instructions dl {
	padding: 0em;
	margin: 0 0 0 0;
}

.placemap-instructions dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
}

.placemap-instructions dt:after {
	content: ":";
}

.placemap-instructions dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}

