/* based off of jqModal base Styling courtesy of; Brice Burgess <bhb@iceburg.net> */
#SMblock-screen {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 2999;
	display: none;
	background-color: #AAA;
	filter: alpha(opacity = 60);
	opacity: .6;
}
.SMpopup {
	display: none;
	position: absolute;
	background-color: white;
	color: #333;
	/*border: 1px solid black;*/

	border-radius: 5px;
	padding: 12px;
	z-index: 3000;
	width: 890px; /* adjust with map size, presence of right text */
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.SMpopup p {
	margin: 0 0 5px;
}
.SMpopup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.SMheader {
	/* display:none; //uncomment if the library name or floor is in the map image itself */
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(230,230,230);
	border-bottom-width: 50%;
}
.SMclose, .SMprinter-friendly {
	float: right;
}
.SMmap-window {
	position: relative;
	float: left;
	overflow: hidden;
	border: 1px solid rgb(230,230,230);
	background: #ffffff;
}
.SMmap-container {
	float: left;
	width: 690px; /* adjust to width of the map */
}
.SMmap {
	position: absolute;
	cursor: hand;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.SMmap-overlay {
	position: absolute;
	top: 0px;
}
.SMmarker {
	position: absolute;
	cursor: pointer;
}
.SMmap-buttons {
	list-style: none;
	height: 40px;

	display: block;
	margin-top: 10px;
	text-align: center;
}
.SMmap-buttons li {
	display: inline;

}
.SMmore-info {
	float: left;
	width: 180px;
	margin-top: 40px;
	font-size: 14px;
	text-align: left;
}
.SMrange-info {
	position: absolute;
	font-size: 10px;
	width: 100px;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #000000;
	padding: 2px;
	height: 40px;
}
.SMrange-info {
	vertical-align: middle;
	text-align: center;
}
.SMpin-target {
	position: absolute;
	cursor: pointer;
}
#SMtooltip {
		position: absolute;
		font-size: 12px;
		background-color: #ffffff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		border: 1px solid #000000;
		padding: 2px;
		z-index:3001;
		display: none;
}
.SMbutton {
	padding-top: 20px;
}
.SMpowered-by {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/*..*/
.SMemph {
	color: rgb(27,79,161);
}
.SMdirections {
	color: red;
}
.SMsearchbtn {
	background-color: rgb(27,79,161);
	color: white;
	border-width: 0px; 
	border-radius:3px; 
  display: inline;
	padding: 3px 4px 3px 4px;
	width: 58px;
}

.SMicon {
	padding-top: 15px;
	padding-left: 15px;
}
