body{width:1160px;margin:0 auto;}
#page {
	height: 1800px;
	width: 100%;
	margin: 0 auto;
	background: transparent top center no-repeat;
	position: relative;
	background-position-x: 0px;
	background-position-y: 0px;
}
#page.commons {
}
a {
	cursor: pointer;
}
#icon-language {
	width: 25px;
	margin-left: 10px;
}
#testing-area {
	position: relative;
	z-index: 200;
	margin-left: 36px;
	margin-top: 8px;
}
#uls {
	margin-left: 160px;
}
#uls-trigger {
	font-size: x-small;
	color: #aaa;
	/*	border-top: 1px solid #fff;*/
	margin-left: 470px; /* adjust horizontal position*/
	margin-right: 150px;
	text-align: right;
}
.commons #uls-trigger {
	margin: 0;
	margin-right: 130px; /* adjust horizontal position*/
	margin-left: 0;
}
#uls-trigger.active {
	/*	background-color: #f5f5f5; #ff9933*/
	background-color: white;
	border: 1px solid grey;
	border-bottom: none;
}
#active-language {
	/*	color: #ff9933;*/
	margin: 0 5px 0 5px;
}
.active #active-language {
	font-weight: bold;
}
#active-language img {
	width: 10px;
	margin-left: 5px;
}
.active #active-language img {
	opacity: 0;
}
.commons .active #contextual-message {
	display: inline;
}
.stack a{margin:10px};
/*.active .icon-remove{display:inline;}*/
#Xclear-search {
	position: absolute;
	top: 7px;
	right: 15px;
	float: none;
	z-index: 500;
	opacity: 0.5;
}
#clear-search:hover {
	opacity: 0.8;
}
#contextual-message {
	display: none;
}
#contextual-message:hover, .active #contextual-message, #contextual-message.active {
	opacity: 1;
}

a.create {
	color: red;
}

#uls-selector {
	background-color: white;
	padding-bottom: 5px;
	border: 1px solid grey;
}
.btn-group.span3 {
	margin: 0;
}
a.btn-settings {
	color: #bbb;
	padding: 2px 0 10px 10px;
	margin-right: 10px;
	margin-left: 0px;
	border-left: 4px solid transparent;
	display: block;
}
.btn-settings.active {
	color: black;
	background-color: #f6f6f6;
	border-left-color: #3492D1;
}
#mode {
	/*background-color: white;*/
	min-height: 80px;
}
#map-filter {
	height: 120px;
}
.commons #map-filter {
	margin-left: 0px;
}
#map-filter a {
	font-size: x-small;
	width: 25%;
	float: left;
	background-color: white;
	opacity: 0.8;
	padding-top: 80px;
	line-height: 100%;
}
#map-filter a:hover, #map-filter a.active {
	background-color: transparent;
	opacity: 1;
}
#image-map {
	position: relative;
	top: -108px;
	left: -80px;
	width: 300px;
}
.shadow {
	box-shadow: 2px 2px 3px #000;
}
.input-prepend {
	position: relative;
}
#language-list {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
#language-list .row {
	padding-bottom: 10px;
}
#language-list div div a {
	float: left;
	font-size: small;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
#language-list a.suggest {
	font-weight: bold;
}
#language-list a.active {
	color: black;
	font-weight: bold
}
small [class*="span"]:first-child {
	margin: 0;
}
#language-links {
	/*	background-color: #e9e9e9;*/
	padding: 10px;
	display: none;
}
#language-links .pagination a {

	border: 1px dashed grey;
	color: grey;
	text-align: center;
	margin-right: 10px;
}
.rtl {
	text-align: right;
}

/*settings*/

.actions {
	margin-bottom: 10px;
}
.btn-add {
	background-color: transparent;
	border: 1px dashed;
}
a.btn-add:hover {
	background-color: #ddd;
}
.icon-remove {
	float: right;
	opacity:0.4;
}
.btn.suggest {
	width: 100px;
}
.btn.disabled {
	cursor: pointer;
	background-color: white;
}
.btn-group p {
	margin-left: 25px;
	line-height: 13px;
}
i.icon-globe{display:none;}
i.icon-display {
	background: url("img/icon_display.png") 0 0;
	width: 20px;
	height: 20px;
	opacity: 0.5;
}
i.icon-input {
	background: url("img/icon_input.png") 0 0;
	width: 20px;
	height: 20px;
	opacity: 0.5;
}
#display-settings.active i {
	opacity: 1;
}
/*pages*/
/*Testing bits*/
a.hotspot {
	z-index: 300;
	width: 150px;
	height: 50px;
	display: block;
	position: absolute;
	opacity: 0.2;
	border: 1px solid grey;
}
body > p {
	position: fixed;
	z-index: 300;
	bottom: 0px;
	padding: 20px;
	width: 100%;
	text-align: center;
	font-size: large;
	opacity: 0.95;
	color: grey;
}
p.success {
	z-index: 500;
	display: none;
	background-color: lightgreen;
}
p.help {
	display: none;
	background-color: #ffdb7f;
}
.blank {
	width: 20px;
	height: 20px;
	background-color: #F6F6F6;
	bxackground-color: red;
	z-index: 100;
	display: block;
	position: absolute;
	top: 50px;
	left: 30px;
}
