#mainarea #tagadminMainDiv .listPage .adminPaging a:not(.link-black) {
	color: #8b8b8b;
}
#map-canvas {
	height: 100%;
	width: 100%;
	color: black;
}

@media print {
	html,body {
		height: auto;
	}
	#map-canvas,#map_canvas {
		height: 650px;
	}
}

div.pac-container {
	z-index: 9999 !important;
	/* top: 40px !important; */
	color: black;
}

#upperpanel {
	display: block;
	padding: 5px;
	color: white;
	font-weight: bold;
}
#panel {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	display: inline-block;
	left: 50%;
	margin-left: -160px;
	padding: 5px;
	position: absolute;
	top: 40px;
	width: 320px;
	z-index: 9999;
	color: black;
}

div.container input {
	border: 1px solid rgba(0, 0, 0, 0.5);
	width: 100%;
}

div.container input.notfound {
	border: 2px solid rgba(255, 0, 0, 0.4);
}
div.colorbox-container{
}
div.container {
	text-align: center;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	display:none;
}

#editTable #lightboxContainer input {
	width:350px;
	color: black;
}

#cboxOverlay {
    background: url("../admin/tag_admin/templates/css/images/overlay.png") repeat scroll 0 0 transparent;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#cboxOverlay {
    position: fixed;
}
#tagadminMainDiv #editTable a.lpicker-save, a.lpicker-save {
	font-weight: normal;
	border:1px solid white;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
	font-family:Arial, Verdana, Tahoma;
	font-size:13px;

	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

	background: rgb(154,90,89); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(154,90,89,1) 1%, rgba(122,39,38,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(154,90,89,1)), color-stop(99%,rgba(122,39,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(154,90,89,1) 1%,rgba(122,39,38,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(154,90,89,1) 1%,rgba(122,39,38,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(154,90,89,1) 1%,rgba(122,39,38,1) 99%); /* IE10+ */
	background: linear-gradient(top,  rgba(154,90,89,1) 1%,rgba(122,39,38,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a5a59', endColorstr='#7a2726',GradientType=0 ); /* IE6-8 */
	text-decoration:none;
}