/* MAP SEARCH RESULT */

div.maps {
	margin:23px 23px;
}

	div.map {
		border:2px solid black;
		margin:30px 0;
		padding:0;
		width:800px;
		background-color:#A5E589;
	}

		a.map-image {
			width:100%;
		}

			a.map-image img {
				width:800px;
				height:150px;
			}
		
		div.map-info {
			margin:3px 10px 10px 10px;
		}

			div.map-top-line {
				height:30px;
				line-height:30px;
				margin-bottom:3px;
			}
			
				div.map-title-outer {
					display:block;
					float:left;
					line-height:31px;
				}

					a.map-title {
						color:black;
						font-size:25px;
						text-decoration:underline;
						font-weight:bold;
						text-shadow:0px 0px 15px rgba(0,0,0,0.3);
					}

					a.map-title:hover {
						color:#134400;
						text-decoration:none;
						text-shadow:0px 0px 15px rgba(19,68,0,0.5);
					}
				
					span.map-user {
						margin-left:10px;
					}

				div.map-likes-downloads {
					float:right;
				}

					div.map-likes {
						float:left;
						margin-right:10px;
					}

					div.map-downloads {
						float:left;
					}

						div.map-likes b, div.map-downloads b{
							text-shadow:0px 0px 15px rgba(19,68,0,0.6);
						}
		
			div.map-tags {
				margin-top:5px;
			}

				a.map-tag {
					text-decoration:none;
					color:black;
					background-color:#CDE8C2;
					border-bottom:1px solid #134400;
					padding:2px;
					line-height:28px;
				}

				a.map-tag:hover {
					background-color:#82E256;
				}
				




/* MAP PAGE */

div#mapp-back-box {
	margin:0 0 10px 10px;
}

div#mapp {
	margin:10px 23px 23px 23px;
	border:2px solid black;
	background-color:#A5E589;
	padding:0 0 10px 0;
	width:800px;
}

	img#mapp-image {
		height:150px;
		width:800px;
		position:relative;
		top:-1px;
	}
	
	div#mapp-dependencies {
		margin:10px 10px 10px 10px;
		border-bottom:1px solid #CDE8C2;
		padding-bottom:10px;
	}
	
		a.mapp-dependency {
			margin:0 5px;
			padding:1px 3px;
			text-decoration:none;
			color:black;
			font-weight:bold;
			text-shadow:0px 0px 10px rgba(0,0,0,0.5);
		}
	
		a.mapp-dependency:hover {
			color:#134400;
			text-shadow:0px 0px 10px rgba(19,68,0,0.5);
			text-decoration:none;
		}
	
	div#mapp-tags {
		margin:10px 0 20px 10px;
		line-height:28px;
	}
	
	div#mapp-bottom-info {
		margin:10px;
	}
	
		div#mapp-downloads-box {
			float:right;
		}
		
			div#mapp-downloads-box b {
				text-shadow:0px 0px 15px rgba(19,68,0,0.6);
			}
	
	div#mapp-download-box {
		margin:10px 10px 0 10px;
		line-height:50px;
		text-align:right;
	}
	
		a#mapp-download {
			margin:0 0 0 20px;
			display:inline-block;
			padding:5px 10px;
			font-size:30px;
			border:2px solid #134400;
			color:black;
			text-decoration:none;
			text-shadow:0px 0px 10px rgba(19,68,0,0.5);
		}

		a#mapp-download:hover {
			background-color:#134400;
			text-shadow:0px 0px 10px rgba(255,255,255,0.5);
			color:white;
		}






/* MY CONTENT MAP TAGS */

div.mc-map-tag-box {
	display:inline-block;
	margin:0 2px;
}

	a.mc-map-tag,a.mc-map-tag-selected {
		text-decoration:none;
		color:black;
		background-color:#A5E589;
		background-color:#CDE8C2;
		border-bottom:1px solid #134400;
		padding:2px;
		line-height:28px;
	}

	a.mc-map-tag-selected {
		background-color:#82E256;
	}
	
	
	
	
	
	
/* MY CONTENT MAP DEPENDENCIES */

div.mc-map-dep-box {
	display:inline-block;
	margin:0 2px;
}

	a.mc-map-dep,a.mc-map-dep-selected {
		margin:0 5px;
		padding:1px 3px;
		text-decoration:none;
		color:black;
		font-weight:bold;
		text-shadow:0px 0px 10px rgba(0,0,0,0.5);
	}

	a.mc-map-dep-selected {
		color:#134400;
		text-shadow:0px 0px 10px rgba(19,68,0,0.5);
		text-decoration:none;
	}
	
	
	input.mc-map-new-dep-title {
		width:210px;
		margin-right:5px;
	}

	input.mc-map-new-dep-url {
		width:165px;
	}

img.mc-map-banner-current {
	height:22px;
	margin-left:10px;
	position:relative;
	top:3px;
}




/* MY CONTENT MAP LIST */

th#mct-map-title, th#mct-map-edit, th#mct-map-status {
	font-weight:bold;
	text-align:left;
}

th#mct-map-title {
	width:500px;
}

th#mct-map-edit {
	width:70px;
}

th#mct-map-delete {
	width:80px;
}

th#mct-map-status {
}


	a.mc-map-item-title {
		color:black;
		text-decoration:underline;
	}
	
	a.mc-map-item-title:hover {
		text-decoration:none;
	}

	a.mc-map-item-edit {
		color:#134400;
		text-decoration:none;
		font-weight:bold;
	}
	
	a.mc-map-item-edit:hover {
		text-decoration:underline;
	}

	a.mc-map-item-delete {
		color:#930000;
		text-decoration:none;
		font-weight:bold;
	}
	
	a.mc-map-item-delete:hover {
		text-decoration:underline;
	}
	
	span.mc-map-item-status-verified, span.mc-map-item-status-unverified {
	}
	
	span.mc-map-item-status-verified {
		color:#134400;
	}
	
	span.mc-map-item-status-unverified {
		color:#B74300;
	}
	
	span.mc-map-item-status-denied {
		color:#930000;
	}
