#map img {
	border:0;
}

.hilight {
	color:inherit;
	background-color:#FFFFCC;
}

#tabchooser{
	float:right;
}

#tabchooser a{

	margin-left:10px;
}

#mapoverlay{

	margin-top:125px;
	margin-left:148px;
	border:1px solid red;
	height: 250px;
	z-index:30000;
	width:295px;
	position:absolute;
}

#mapoverlay img {

	margin-left:137px;
	margin-top:111px;
}



.mapsamplecontent {

	width:100%;
	height:100%;
	background-image: url(../images/samplemap.jpg);
}

#message {

	border:1px solid red;
	background-color:#FFE1CE;
}

#message p{

	padding: 10px;
}


#map {

	width:100%;
	height:500px;
}

#addmarker{

	display:none;
}

.infowindow {

	width:200px;
}

.infowindow .title {

	font-weight: bold;
	display:inline;
}

.infowindow img {
	margin-right: 4px;
	margin-bottom: -1px;
}

.infowindow input[type="text"]{

	padding: 0px 2px 2px 2px;
	background-color: white;
	border-color:white;
}

.infowindow input[type="text"]:hover{

	background-color: #ffe;
	border-color:#ddd;
}

.infowindow input[type="text"]:focus{

	background-color: #ffe;
	border-color: #ccc;
	border-right-color: #eee;
	border-bottom-color: #eee;
	padding: 1px 2px 1px 2px;
}

.infowindow input[type="submit"], .infowindow input[type="button"]{

	font-size:11px;
	padding: 0px 2px 0px 2px;
	margin-left:3px;
	margin-top:1em;
}

.infowindow h1, input.title{
	font-weight:bold;
}

.infowindow input.hidden{
	display:none;
}

input[type="text"].url, input[type="text"]:focus.url{
	background-repeat: no-repeat;
	background-position: 1px;
	background-image: url(http://www.google.com/favicon.ico);
	padding-left:21px;
	width:181px;
}

#map .label {

	padding:0 5px 2px 5px;
	margin:0px;
	border: 1px solid white;
	background:blue;
	color: white;
}


.spot {


	z-index:101;
	background-image: url(../images/marker_small.gif);
	height: 26px;
	width: 19px;
	position:absolute;
}

.spot img {

	margin:1px;
}

.place {
	z-index: 100;
}

#placelabel {

	font-size:11px;
	z-index: 110;
	position:absolute;
	background-color:white;
	padding: 0 4px 0 4px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

#placelabelicon{
	z-index:111;
	position:absolute;
	top:-1px;
}

#spotlabelsmall {

	z-index: 111;
	display:none;
	position:absolute;
}

#spotlabelsmall .left{

	height: 26px;
	background-image: url(../images/marker_left.gif);
	background-repeat:no-repeat;
	float:left;
}

#spotlabelsmall .middle{

	float:left;
	height: 17px;
	padding:2px 4px 0 4px;
	background-image: url(../images/marker_middle.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#spotlabelsmall img{

	margin-left:1px;
	margin-top:1px;
}

#spotlabelsmall .right{

	float:left;
	height: 26px;
	width:2px;
	background-image: url(../images/marker_right.gif);
}

#placelabelfull {
	background-color: #FFFFFF;
	position: absolute;
	left: 388px;
	top: 194px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	width: 200px;
}

#placelabelfull h3, .placelabelfull  div{

	padding:4px 10px 4px 10px;
}

#placelabelfull img{
	padding-right: 3px;
}

#placelabelfull h3{
	margin-top:0;
	margin-bottom:0;
	background-color: #999999;
	font-size: 13px;
	color: #FFFFFF;
}
#placelabelfull .tags {
	padding: 0px;
	float: right;
}
#placelabelfull .label {
	float: left;
}

#spotcreate {
	width:200px;
}

#spotcreate input{

	margin-top:8px;
}

#spotcreate label, .hidden {
	display:none;
}

#spotcreate .message {
	background-color:#ffc;
	border-top:2px solid #fc9;
	padding:4px;
}

#spotcreate h2{
	font-weight:bold;
}

.transparent {
	opacity:.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}


.flickrpreview {

	position:absolute;
	z-index: 10000000;
	width: 80px;
	height:85px;
	background-image: url(../images/flickr.gif)
}

.flickrpreview img{
	margin: 2px 2px 2px 2px;
	width:75px;
	height:75px;
}



#arrow{

	position:absolute;
	z-index: 2001;
	width: 28px;
	height:30px;
	background-image: url(../images/arrow.png)
}

#mapContextMenu {

	z-index:1000;
	position:absolute;
}

#mapContextMenuInnerDiv {

	width:90px;
	height:117px;
	left:600px;
	padding:20px 32px 0 32px;
	overflow:hidden;
	background-image: url(../images/context.png);
}

#mapContextMenuInnerDiv a{
	z-index: 2;
	position: relative;
	display:block;
}


#mapContextMenu a.beginChapter{

	border-top:1px solid #aaa;
	margin-top:.2em;
	padding-top:.2em;
}

#preview-over{
	position:absolute;
	width:75px;
	height:75px;
	border: 2px solid red;
	z-index:999;
}
