#allianceInvite {
	max-width: 530px;
	display: none;
}
.spacer {
	height: 20px;
}
.invRight {
	text-align: right;
}
.invRight span {
	padding-top: 10px;
	color: gray;
	display: block;
}
#allianceInvite .allianceImage {
	width: 170px;
}
#allianceInvite .allianceImage .popover-title {
	color: gray;
}
.showSendLoader {
	display: none;
}
.showSendForm, .showSendForm:hover {
	color: lime;
}
.notFound {
	padding: 30px 0;
	font-weight: bold;
}
.checkbox-inline {
	min-width: 160px;
}
#allianceInvite .btn.btn-success {
	min-width: 200px
}
#allianceInvite .invRight.red {
	padding-bottom: 10px;
}
#allianceInvite .form-inline .control-label {
	margin-bottom: 5px;
}

#activeInvitation .alliance {
	border: 1px solid gray;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	display: inline-block;
	width: 200px;
	height: 265px;
	position: relative;
}
#activeInvitation a.lnk {
	margin: 0 20px 20px 0;
}
#activeInvitation .alliance:hover {
	border: 1px solid silver;
}
#activeInvitation .img {
	margin: 0 0 0 5px;
	height: 30px;
	width: 30px;
	background-image: url(/templates/plar/img/avatars.png);
	background-position: 100px 100px
}
#activeInvitation .name {
	margin: 5px 5px 5px 5px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	border-top: 0 solid gray;
	border-bottom: 1px solid #505050;
}
#activeInvitation .coord {
	background-image: url(/templates/plar/img/searchmap.png);
	background-size: 30px;
	background-repeat: no-repeat;
	margin: 5px;
	padding: 3px 0 0 35px;
	height: 30px;
	overflow: hidden;
}
#activeInvitation .kingdom {
	background-image: url(/templates/plar/img/kNum.png);
	background-size: 100%;
	width: 55px;
	height: 38px;
	text-align: center;
	position: absolute;
	right: 102px;
	top: 3px;
	overflow: hidden;
	padding: 7px 0 0 1px;
	color: #3C3C3C;
	font-weight: bold;
	font-size: 14px;	
}
#activeInvitation .aPower {
	background-image: url(/templates/plar/img/pcell.png);
	background-size: 100%;
	width: 100px;
	position: absolute;
	right: 0;
	text-align: center;
	padding: 6px;
	height: 33px;
	overflow: hidden;
	top: 7px;
}
#activeInvitation .join {
	margin: 5px;
	padding: 5px 0 5px 0;
	text-align: center;
	border-top: 1px solid #505050;
	border-bottom: 0 solid #505050;
	overflow: hidden;
}
#activeInvitation .mPower {
	background-image: url(/templates/plar/img/power.png);
	background-size: 30px;
	background-repeat: no-repeat;
	margin: 5px;
	padding: 4px 0 0 35px;
	height: 40px;
	overflow: hidden;
}
.deleteAlliance {
	background: red;
	width: 198px;
	text-align: center;
	padding: 10px 0;
	position: absolute;
	margin-top: -45px;
	display: none;
	cursor: pointer;
}
.deleteAlliance.show {
	margin: 0;
	position: relative;
}
#activeInvitation .alliance:hover .deleteAlliance {
	display: block;
}
#activeInvitation .ancient, #activeInvitation .protect, #activeInvitation .help {
	background-image: url(/templates/plar/img/levels/cm_rare_bg_5.png);
	background-size: 100%;
	padding: 8px 0 10px 0;
	height: 45px;
}
#activeInvitation .protect {
	background-image: url(/templates/plar/img/levels/cm_rare_bg_1.png);
}
#activeInvitation .help {
	background-image: url(/templates/plar/img/helpinghand.png);
	background-position: 0 86%;
}
#colorComment .ancient, #colorComment .protect {
	background-image: url(/templates/plar/img/levels/cm_rare_bg_5.png);
	background-size: 25px;
	background-repeat: no-repeat;
	height: 25px;
	padding: 3px 0 0 30px;
	margin-bottom: 5px;
}
#colorComment .protect {
	background-image: url(/templates/plar/img/levels/cm_rare_bg_1.png);
}

.gemMainDetail {
	margin-top: 20px;
	border: 1px solid gray;
}
.gemMainDetail td {
	border: 1px solid gray;
	padding: 5px;
}
.gemMainDetail a {
	color: #ffffff;
	text-decoration: underline;
}
.gemMainDetail a:hover, .gemMainDetail a:active {
	color: #ffffff;
	text-decoration: none;
}
.gemDetailDiv table.lines tbody tr:hover {
	background-color: #4e4e4e;
}