.buildmenu {
    background-color:#ffffff;
    border:5px solid #ffffff;
	border-radius: 35px 0 35px 0;
    box-shadow: 0 0 10px 0 #111111;
    width:700px;
    min-height:200px;
    margin: auto;
	position: relative;
	cursor: default;
}
.buildmenu .close, .modalbox .close, .streetmenu .close, .infomenu .close, .greatframe .close {
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 1px;
	top: 1px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px 5px 5px;
	margin: 3px 0 0 0;
	line-height: 20px;
	font-size: 28px;
	font-weight: 400;

}
.buildmenu_header {
    background-color: #8bb5d9;
    line-height: 28px;
    padding-left: 23px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 40px 0 0 0;
}

.buildmenu_footer {
    background-color: #ffffff;
	height: 23px;
	font-size: 16px;
	text-align: left;
	border-radius: 0 0 30px 0;
	padding: 5px;
}
.buildmenu .bback, .greatframe .bback, .infomenu .bback {
	text-decoration: none;
	color: #000000;
	display: none;
	position: absolute;
	background-color: #dddddd;
	border: 2px solid #ffffff;
	width: 80px;
	height: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 3px 0px #333333;
	-webkit-box-shadow: 0 0 3px 0px #333333;
	box-shadow: 0 0 3px 0px #333333;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	padding: 1px;
	text-align: center;
}
.buildmenu .bback:hover, .greatframe .bback:hover {
	cursor: pointer;
	-moz-box-shadow: 0 0 5px 0px #333333;
	-webkit-box-shadow: 0 0 5px 0px #333333;
	box-shadow: 0 0 5px 0px #333333;
}
.buildmenu_content, .message_content {
	height: 590px;
    background-color: #dbe8f4;
	overflow-x: hidden;
	overflow-y: scroll;
}

.buildmenuL1 {
	background-color: #FFFFFF;
    border: 3px solid #ffffff;
    position: relative;
    width: 290px;
    height: 110px;
    margin: 25px 0px 0px 30px;
    -moz-border-radius: 22px 0;
    -webkit-border-radius: 22px 0;
    border-radius: 28px 0;
    -moz-box-shadow: 0 0 5px 0px #333333;
    -webkit-box-shadow: 0 0 5px 0px #333333;
    box-shadow: 0 0 5px 0px #333333;
    overflow: hidden;
    float: left;
}
.buildmenuL1:hover {
	cursor: pointer;
	box-shadow: 0 0 10px 0px #001C40;
}
.buildmenuL1_header {
    background-color: #8bb5d9;
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.buildmenuL1_image {
	float: left;
    width: 90px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;

}
.bm_resident {
	background-image: url("/img/noun/residents.png");
}
.bm_infrastructure {
	background-image: url("/img/noun/farm.png");
}
.bm_production{
	background-image: url("/img/noun/lumber.png");
}
.bm_factory{
	background-image: url("/img/noun/factory.png");
}
.bm_territory{
	background-image: url("/img/noun/territory.png");
	background-size: 90%;
}
.bm_special{
	background-image: url("/img/noun/special.png");
}
.bm_fields {
    background-image: url(/img/noun/fields.png);
}
.bm_streets {
	background-image: url("/img/noun/road.png");
	background-size: 90%;
}
.bm_supply {
	background-image: url("/img/noun/pipe.png");
	background-size: 90%;
}
.bm_landmark {
	background-image: url(/img/noun/landmark.png);
	background-size: 90%;
}
.buildmenuL1_text {
	padding: 5px;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    margin-top: 5px;
}
.buildmenuL2, .upgradeframe, .buildmenuL2_c {
	background-color: #FFFFFF;
    border: 3px solid #ffffff;
    position: relative;
    width: 190px;
	height: 130px;
	margin: 30px 0px 0px 30px;
    -moz-border-radius: 22px 0;
    -webkit-border-radius: 22px 0;
    border-radius: 22px 0;
    -moz-box-shadow: 0 0 5px 0px #333333;
    -webkit-box-shadow: 0 0 5px 0px #333333;
    box-shadow: 0 0 5px 0px #333333;
    float: left;
	color: #000000;
	text-decoration: none;
}
.upgradeframe {
	 height: auto;
 }
.buildmenuL2:hover {
	cursor: pointer;
	box-shadow: 0 0 10px 0px #001C40;
}

.builditem_title {
    background-color: #8bb5d9;
	line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 22px 0 0 0;
    margin-bottom: 2px;
}
.buildmenuL2_content {
	display: flex;
	font-size: 14px;
    text-align: left;
    font-weight: 400;
}
.buildmenuL2_property, .buildmenuL2_cost {
	padding: 5px;
	width: 100px;
	height: 120px;
	position: relative;
}
.buildmenuL2_content_c {
	display: flex;
	font-size: 14px;
    text-align: left;
    font-weight: 400;
}
.buildmenuL2_property_c {
	padding: 5px 3px 3px 3px;
	width: 100px;
	height: 105px;
	position: relative;
}
.buildmenuL2_cost {
	background-color: #E9F5FF;
	height: 97px;
	-moz-border-radius: 0 0 20px 0;
	-webkit-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}
.buildmenuL2 .buildmenu_propexpand2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 16px;
	color: #8bb5d9;
	cursor: pointer;
	height: 18px;
	width: 18px;
	padding: 6px;
	font-weight: 600;
}
.bm_costlabel {
	display: block;
	font-size: 12px;
}
.bottom_line {
	border-bottom: 1px solid #222222;
	padding-bottom: 2px;
	margin-bottom: 1px;
	margin-top: -3px;
}
.level_disable {
	font-size: 40px;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 190px;
    text-align: center;
    color: #999999;
}
#building_overlay, #production_overlay, #modal_popup, #storage_overlay, #street_overlay, #info_overlay, #status_overlay, #quest_overlay, #levelup_overlay, #field_overlay, #market_overlay, #ranking_overlay, #great_overlay, #message_overlay, #profile_overlay, #alliance_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 10000;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: wait;
	display: none;
}
.blabel {
	line-height: 18px;
}
.bprodprop {
	width: 60px;
	display: inline-block;
	margin-left: 10px;
	text-align: right;
}
.buildmenuL3 {
	background-color: #FFFFFF;
    border: 3px solid #ffffff;
    position: relative;
    width: 190px;
    height: 120px;
    margin: 30px 0px 0px 30px;
    -moz-border-radius: 22px 0;
    -webkit-border-radius: 22px 0;
    border-radius: 22px 0;
    -moz-box-shadow: 0 0 5px 0px #333333;
    -webkit-box-shadow: 0 0 5px 0px #333333;
    box-shadow: 0 0 5px 0px #333333;
    float: left;
    color: #000000;
}
.buildmenuL3_image {
	height: 100px;
	width: 100px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
	float: left;
}
.buildmenuL3_prop {
	font-size: 16px;
	font-weight: 100;
	text-align: right;
	position: absolute;
	bottom: 3px;
	right: 5px;
}
.buildmenuL3:hover {
	cursor: pointer;
	box-shadow: 0 0 10px 0px #001C40;
}
.buildmenuL3_cc {
	font-size: 18px;
	font-weight: 100;
	text-align: right;
	position: absolute;
	top: 3px;
	right: 5px;
}
.buildmenu_spacer {
	width: 10px;
	height: 30px;
	float: left;
	clear: both;
}
.ressimg_cc {
	height: 20px;
	width: 20px;
}
#menu_production {
	width: 800px;
}
.production_content {
	display: flex;
	background-color: #dbe8f4;
    height: 500px;
}
.production_title {
    background-color: #8bb5d9;
	line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 22px 0 0 0;
    margin-bottom: 2px;
    color: #ffffff;
}
.production_option, .buildupgrade_level, .buildupgrade_field, .factory_option, .factorytime_option, .demolish_option, .noreshelp_option, .dailies_item {
	background-color: #FFFFFF;
    border: 3px solid #ffffff;
    position: relative;
    width: 190px;
    height: 90px;
    margin: 30px 0px 0px 30px;
    -moz-border-radius: 22px 0;
    -webkit-border-radius: 22px 0;
    border-radius: 22px 0;
    -moz-box-shadow: 0 0 5px 0px #333333;
    -webkit-box-shadow: 0 0 5px 0px #333333;
    box-shadow: 0 0 5px 0px #333333;
    overflow: hidden;
    float: left;
    color: #000000;
    font-size: 26px;
    font-weight: 400;
}
.production_option, .buildupgrade_level, .factory_option, .factorytime_option {
	height: 90px;
}
.demolish_option, .buildupgrade_field {
	height: 70px;
}
.noreshelp_option {
	height: 115px;
}
.factory_option {
    width: 150px;
    height: 95px;
}

.factorytime_option {
    width: 200px;
    height: 95px;
}

.production_option:hover, .buildupgrade_level:hover, .factory_option:hover, .factorytime_option:hover, .noreshelp_option:hover {
	cursor: pointer;
	box-shadow: 0 0 13px 0px #001C40;
}
.optiondisabled:hover, .optiondisabledres:hover, .optionnoactive:hover {
	cursor: default;
	box-shadow: 0 0 5px 0px #333333;
}
.prodcollect, .prodproduce, .facttime_produce, .demolish_btn, .btntrade, .upgrade_btn, .fieldadd_btn, .fielddel_btn, .noreshelp_btn {
	background-color: #82d000;
	border: 2px solid #ffffff;
	position: relative;
	width: 150px;
	height: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 3px 0px #333333;
	-webkit-box-shadow: 0 0 3px 0px #333333;
	box-shadow: 0 0 3px 0px #333333;
	overflow: hidden;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 5px auto;
	text-align: center;
	padding: 1px;
}
.btncancel {
	background-color: #e8b4b4;
}
.demolish_btn, .fieldadd_btn, .fielddel_btn {
	margin: 12px auto;
	background-color: #ccea99;
	width: 80px;
	font-size: 14px;
	height: 18px;
	line-height: 20px;
	float: right;
	margin-right: 15px;
}
.demolish_btn:hover, .fieldadd_btn:hover, .fielddel_btn:hover {
	cursor: pointer;
	box-shadow: 0 0 13px 0px #001C40;
}
.noreshelp_btn {
	float: none;
	margin: auto;
}
.demolish_icon {
width: 32px;
height: 32px;
background: url(/img/gui2/bulldozer_32.png) no-repeat top right;
float: left;
margin: 8px 15px;
}
.fieldadd_btn {
width: 70px;
margin-right: 10px;
}
.fielddel_btn {
width: 18px;
color: #FFFFFF;
font-size: 24px;
line-height: 18px;
background-color: #de7979;
margin-right: 10px;
}
.field_icon {
width: 32px;
height: 32px;
background: url(/icons/32/res7.png) no-repeat top right;
float: left;
margin: 8px 15px;
}
.optiondisabledres .upgrade_btn {
background-color: #d8d8d8;
}
.prodproduce, .facttime_produce {
background-color: #ccea99;
}
.facttime_produce {
width: 110px;
}
.facttime_progress .prodcollect {
width: 110px;
}
.prodcancel {
background-color: #bf0202;
border: 2px solid #ffffff;
position: relative;
display: inline-block;
width: 23px;
height: 23px;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
border-radius: 22px;
-moz-box-shadow: 0 0 5px 0px #333333;
-webkit-box-shadow: 0 0 5px 0px #333333;
box-shadow: 0 0 5px 0px #333333;
margin: 3px 0;
}
.facttime_progress .prodcancel {
margin: 0 0 3px 0;
}
.prodtime, .upgradetime {
background-color: #dbe8f4;
border: 2px solid #ffffff;
position: relative;
width: 100px;
height: 21px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
-moz-box-shadow: 0 0 1px 0px #333333;
-webkit-box-shadow: 0 0 1px 0px #333333;
box-shadow: 0 0 1px 0px #333333;
overflow: hidden;
color: #000000;
font-size: 16px;
font-weight: 400;
margin: 3px 20px 3px 10px;
text-align: center;
padding: 1px;
display: inline-block;
}
.facttime_progress .prodtime {
width: 75px;
margin: 0px 8px 3px 0px;
}
.prodcancel:before, .prodcancel:after {
position: absolute;
left: 10px;
top: 3px;
content: ' ';
height: 16px;
width: 3px;
background-color: #fff;
}
.prodcancel:before {
transform: rotate(45deg);
}
.prodcancel:after {
transform: rotate(-45deg);
}
.prodcancel:hover {
cursor: pointer;
box-shadow: 0 0 13px 0px #001C40;
}

.production_mask, .buildmenu_mask {
position: absolute;
width: 100%;
height: 500px;
z-index: 1100;
background-color: #333333;
opacity: 0.6;
}
.buildtime_frame {
flex: 1;
}
.buildupgrade_frame {
width: 250px;
border-left: 5px solid #ffffff;
}
.upgradetime {
margin: 13px 0 0 0;
width: 150px;
}
.bp_infoitem {
width: 165px;
float: left;
font-size: 14px;
color: #000000;
text-align: left;
font-weight: 100;
padding: 10px 0 0 10px;
}
.buildproduction_info {
height: 90px;
border-bottom: 5px solid #ffffff;
position: relative;
}
.modalbox {
background-color: #ffffff;
border: 5px solid #ffffff;
border-radius: 35px 0 35px 0;
box-shadow: 0 0 10px 0 #111111;
width: 500px;
margin: auto;
position: relative;
cursor: default;
}
.modalbox_content {
color: #000000;
font-size: 16px;
padding: 10px;
}

.storage_info, .status_info {
background-color: #dbe8f4;
border-bottom: 2px solid #ffffff;
color: #000000;
text-align: left;
font-size: 16px;
height: 20px;
font-weight: 100;
	padding: 10px 20px;
}
#storage_overlay_frame .buildmenu_content {
padding: 20px;
}
#storage_menu {
	padding: 5px;
}
.status_residents {
font-size: 14px;
float: left;
}
.status_residents b, .status_effect b {
font-size: 22px;
}
.status_effect {
font-size: 14px;
float: right;
}
.status_text {
font-size: 14px;
color: #000000;
padding: 5px 0px 0 15px;
font-weight: 100;
}
.resline {
float: left;
width: 250px;
color: #000000;
text-align: left;
font-size: 16px;
font-weight: 100;
background-color: #eaf1f7;
padding: 3px 3px 3px 0;
}
.resname {
float: left;
padding: 3px 10px 3px 38px;
position: relative;
}
#market_overlay .resname {
padding: 2px 10px 2px 38px;
}
#market_overlay .resname:before {
top: 0;
}
.resvalue {
display: inline;
float: right;
padding: 3px;
}
.production_in {
float: left;
height: 68px;
width: 40px;
display: inline;
background-color: #eaf1f7;
margin: 3px 10px 0 20px;
border-radius: 10px;
font-size: 18px;
}
.production_arrow {
width: 30px;
float: left;
height: 70px;
font-size: 22px;
line-height: 70px;
}
.production_out {
float: right;
display: inline;
line-height: 90px;
margin-right: 10px;
}
.prodin_icon {
display: block;
line-height: 22px;
padding: -5px;
margin-left: -5px;
}
.facttime_in {
padding-right: 5px;
float: left;
height: 68px;
width: 62px;
display: inline;
background-color: #eaf1f7;
margin: 3px 5px 0 2px;
border-radius: 10px;
font-size: 16px;
text-align: right;
}
.facttime_out {
display: block;
}
.facttime_valout {
display: block;
}
.facttime_outval {
display: inline;
font-size: 22px;
width: 95px;
text-align: right;
float: right;
margin: 5px 5px 10px 0;
}
.facttime_outicon {
margin: 10px 10px 0 0;
width: 32px;
height: 32px;
}
.facttime_arrow {
display: inline;
}
.tooltip { outline:none; position: relative}
.tooltip .ttpopup {
z-index: 1000;
position: absolute;
display: none;
padding: .25em 0.5em;
line-height: 1em;
color: #000000;
background: rgb(219, 236, 165);
text-decoration: none;
white-space: nowrap;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 5px 0px #333333;
-webkit-box-shadow: 0 0 5px 0px #333333;
box-shadow: 0 0 8px 0px #333333;
	font-size: 14px;
	font-weight: 100;
}

/* north */
.tooltip.n .ttpopup {
  top: -130%;
  left: -25%;
  margin-left: 1em;
  margin-top: 0;
}
.tooltip.n2 .ttpopup {
	top: -130%;
	left: -150px;
	margin-left: 1em;
	margin-top: 0;
}
/* south */
.tooltip.s .ttpopup {
  bottom: -225%;
  left: -25%;
  margin-left: 1em;
  margin-top: 100%;
}

/* east */
.tooltip.e .ttpopup {
  top: 0;
  left: 100%;
  margin-left: 1em;
  margin-top: -.5em;
}

/* west */
.tooltip.w .ttpopup {
  top: 0;
  right: 100%;
  margin-right: 1em;
  margin-top: -.5em;;
}

/* event: hover */
.tooltip:hover .ttpopup{ display: block; }

.streetmenu, .infomenu {
    background-color:#ffffff;
    border:5px solid #ffffff;
    border-radius: 35px 0 35px 0;
    box-shadow: 0 0 10px 0 #111111;
    width:500px;
    min-height:200px;
    margin: auto;
    position: relative;
    cursor: default;
}
.streetmenu_content, .infomenu_content {
    display: flex;
    height: 450px;
    background-color: #dbe8f4;
}
.demolish_text {
    font-size: 14px;
    padding-top: 10px;
}
.buildinfo_item {
	font-size: 14px;
	font-weight: 100;
	color: #000000;
	text-align: left;
	padding: 10px;
	border-bottom: 5px solid #FFFFFF;
}
.statustable {
	font-size: 16px;
	border-spacing: 0;
	width: 700px;
}
.statusp_label {
	font-size: 16px;
	text-align: left;
	color: #000000;
	font-weight: 400;
	width: 100px;
	line-height: 26px;
}
.statusp_label2 {
	font-size: 18px;
	text-align: left;
	color: #000000;
	font-weight: 400;
	width: 100px;
	line-height: 28px;
}
.statusp_prozent, .statusp_prozent2 {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	width: 60px;
	text-align: right;
	padding-right: 20px;
}
.statusp_prozent2  {
	font-size: 18px;
}
.statusp_stat {
	border: 2px solid #ffffff;
	position: relative;
	width: 90px;
	height: 14px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 1px 0px #333333;
	-webkit-box-shadow: 0 0 1px 0px #333333;
	box-shadow: 0 0 1px 0px #333333;
	overflow: hidden;
	color: #000000;
}
.statusp_bar {
	/* background: linear-gradient(to right, red 0%, yellow, green 100%); */
	width: 450px;
	height: 22px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	font-weight: 100;
	padding-left: 5px;
}
.statusp_icon {
	width: 40px;
}
.statusp_mid {
	width: 450px;
}
.statusline {
	border-bottom: 2px solid #ffffff;
	height: 45px;
}
#level_overlay .buildmenu_content {
	font-size: 16px;
	font-weight: 100;
	color: #000000;
	text-align: left;
	padding: 20px;
}
.level_val {
	width: 80px;
	float: left;
	text-align: right;
}
.level_rename {
	width: 550px;
	float: left;
	padding-left: 10px;
}
.resred {
	color: #ff0000;
}
#levelup_overlay .buildmenu_content {
	height: 300px;
	background-color: #dbe8f4;
	overflow: hidden;
}
#levelup_overlay .levelup_img {
	width: 125px;
	height: 256px;
	float: left;
	background-image: url(/img/arch/arch_award.png);
	background-size: 100%;
	margin: 20px;
}
#levelup_overlay .levelup_no {
	width: 300px;
	height: 200px;
	float: left;
}
#levelup_overlay .levelup_text {
	font-size: 16px;
	color: #8bb5d9;
	padding-top: 70px;
	font-weight: 400;
}
#levelup_overlay .levelup_level {
	font-size: 140px;
	line-height: 130px;
	color: #8bb5d9;
}
#levelup_overlay .levelup_reward {
	width: 180px;
	height: 200px;
	float: left;
	font-size: 16px;
	padding: 70px 0 10px 0;
	color: #000000;
	text-align: left;
	font-weight: 100;
}
#levelup_overlay .buildmenu_footer {
	text-align: center;
}
.buildmenu .mok, .greatframe .mok, .infomenu .mok {
	background-color: #ccea99;
	border: 2px solid #ffffff;
	position: relative;
	width: 80px;
	height: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 3px 0px #333333;
	-webkit-box-shadow: 0 0 3px 0px #333333;
	box-shadow: 0 0 3px 0px #333333;
	overflow: hidden;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 0px auto 0 auto;
	padding: 1px;
	text-align: center;
}
.mok:hover, #profile_rand:hover {
	cursor: pointer;
	-moz-box-shadow: 0 0 5px 0px #333333;
	-webkit-box-shadow: 0 0 5px 0px #333333;
	box-shadow: 0 0 5px 0px #333333;
}
.levelup_rewardtext {
	padding-top: 15px;
}
.levelup_rewardtext .level_val {
	width: 100px;
	font-size: 20px;
	float: left;
	text-align: right;
}

.res_select {
	position: relative;
	display: inline;
}
#market_overlay .buildmenu_content {
	padding: 10px;
}
#market_overlay .btntrade {
	width: 80px;
	margin: 3px 0 1px 0;
	float: right;
}
#market_overlay .btntrade:hover {
	cursor: pointer;
	box-shadow: 0 0 8px 0px #001C40;
}
#storage_overlay_frame .resline {
    margin: 0 10px 3px 0;
	border-left: 4px solid #eaf1f7;
}
#market_overlay .resline {
	margin: 1px 3px 1px 0;
	padding: 2px 3px 2px 0;
}
.troffer {
	position: relative;
	border-bottom: 1px solid #8bb5d9;
	height: 32px;
}
.market_offers_footer {
	height: 38px;
	font-size: 20px;
}
.market_footer_btn {
	position: relative;
	z-index: 500;
	width: 26px;
	height: 26px;
	border: 2px solid #FFFFFF;
	background-color: #b7d2ea;
	-moz-box-shadow: 0 0 3px 0px #333333;
	-webkit-box-shadow: 0 0 3px 0px #333333;
	box-shadow: 0 0 3px 0px #333333;
	-moz-border-radius: 12px;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
}
#market_input_page {
	width: 40px;
	height: 32px;
	display: inline-block;
	border: 1px solid #888;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin: 0 8px 0 8px;
}
.market_footer_if {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
#storage_overlay_frame .resline.resactive {
	border-left: 4px solid #2191ff;
}
#info_building .buildtime_options {
	font-size: 32px;
	color: #000000;
	font-weight: 100;
}
.buildmenuL2_territory {
	font-size: 13px;
	font-weight: 100;
	padding: 5px;
}
.buildmenuL2_territory_cc {
	font-size: 16px;
	font-weight: 100;
}
.buildfield_text {
	font-size: 20px;
    margin: 12px auto;
}
.buildinfo_res, .buildinfo_res2 {
	font-size: 24px;
	width: 150px;
	font-weight: 100;
	color: #000000;
	text-align: right;
	padding: 5px;
}
.buildinfo_exp {
	width: 100px;
}
.buildinfo_res .ressimg24, .buildinfo_res2 .ressimg24 {
	height: 24px;
	width: 24px;
	vertical-align: middle;
	margin-left: 7px;
	margin-bottom: 5px;
}
.buildinfo_res .tooltip .ttpopup, .buildinfo_res2 .tooltip .ttpopup {
	font-size: 14px;
}
.buildinfo_res .tooltip.n .ttpopup, .buildinfo_res2 .tooltip.n .ttpopup {
	top: -100%;
	left: 25%;
	margin-left: 1em;
	margin-top: 0;
}
.buildinfo_detail2 {
	border-top: 2px solid #FFFFFF;
}
#buildinfo_detail {
	font-size: 14px;
	font-weight: 100;
	color: #000000;
	text-align: left;
	padding: 10px;
	border-top: 2px solid #FFFFFF;
	display: none;
}
#buildinfo_exp, #buildprod_exp {
	font-size: 20px;
	color: #8bb5d9;
	width: 30px;
	float: right;
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	right: 15px;
}
#buildinfo_exp:hover,  #buildprod_exp:hover {
	text-shadow: 0px 0px 4px #333333;
	color: #5787b1;
}
#production_overlay .buildinfo_res, #production_overlay .buildinfo_res2  {
	width: 100px;
	height: 70px;
}
#buildprod_detail {
	width: 300px;
	height: 60px;
	float: right;
	font-size: 14px;
	font-weight: 100;
	color: #000000;
	padding: 10px 0;
	display: none;
}
#buildprod_detail .tooltip {
	width: 120px;
	float: left;
	padding: 3px;
}
.buildinfo_main {
	position: relative;
}
#production_overlay .buildinfo_main {
	width: 120px;
	float: left;
	padding-top: 10px;
}
#buildinfo_detail  .tooltip {
	margin-top: 4px;
}
.close:hover {
	text-shadow: 0px 0px 4px #333333;
}
.upgradeframe .buildmenuL2_cost {
	height: 120px;
}
.upgrade_btn {
	background-color: #ccea99;
	width: 80px;
	font-size: 14px;
	height: 18px;
	line-height: 20px;
	position: absolute;
	bottom: 0px;
}
.upgrade_btn:hover {
	cursor: pointer;
	box-shadow: 0 0 5px 0px #001C40;
}
.upgradeframe .tooltip {
	margin-top: 2px;
}
.upgradeframe .buildmenu_propexpand {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 16px;
	color: #8bb5d9;
	cursor: pointer;
	height: 18px;
	width: 18px;
	padding: 6px;
	font-weight: 600;
}
.upgradeframe .buildmenu_propexpand:hover {
	text-shadow: 0px 0px 4px #333333;
	color: #5787b1;
}

.buildmenuL2_prop1, .buildmenuL2_prop2 {
	height: 105px;
	width: 80px;
	position: absolute;
	background-color: #FFFFFF;
}
.buildmenuL2_prop1 .tooltip {
    margin-top: 2px;
    font-size: 16px;
}
.upgradeframe .buildmenuL2_prop1 .tooltip {
	margin-top: 2px;
	text-align: right;
	font-size: 16px;
}
.upgradeframe .upgradetime {
	width: 80px;
	font-size: 14px;
	height: 18px;
	line-height: 20px;
	position: absolute;
	bottom: 0px;
	margin: 0 0 4px 0;
}
.market_overlay_menu {
	height: 30px;
	position: relative;
	padding-left: 15px;
}
.market_menu_btn {
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	-moz-box-shadow: 0 0 3px 0px #333333;
	-webkit-box-shadow: 0 0 3px 0px #333333;
	height: 26px;
	padding: 0px 10px;
	margin: 0 5px;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	line-height: 30px;
	float: left;
	width: 300px;
	font-size: 18px;
	font-weight: 100;
	background-color: #b7d2ea;
	clip-path: inset(-5px -5px 0 -5px);
	color: #000000;
}
#market_overlay_frame {
	background-color: #dbe8f4;
}
.market_menu_btn:hover {
	background-color: #8BB5D9;
	-moz-box-shadow: 0 0 4px 0px #333333;
	-webkit-box-shadow: 0 0 4px 0px #333333;
	cursor: pointer;
}
.market_info {
	background-color: #dbe8f4;
	color: #000000;
	text-align: left;
	font-size: 16px;
	height: 35px;
	font-weight: 100;
	padding: 10px 20px;
}
.market_info_h {
	background-color: #dbe8f4;
	color: #000000;
	text-align: left;
	font-size: 16px;
	height: 35px;
	font-weight: 100;
	padding: 10px 0;
}
.market_select_frame {
	float: left;
	width: 256px;
	color: #000000;
	text-align: left;
	font-weight: 100;
}
.market_select_frame_o {
	float: left;
	width: 330px;
	color: #000000;
	text-align: left;
	font-weight: 100;
	height: 70px;
}
.market_slabel {
	font-size: 16px;
	padding: 4px 5px;
}
.market_slabel_o {
	font-size: 16px;
	padding: 4px 5px;
}
#market_offers {
	height: 386px;
	overflow: hidden;
}
#market_overlay_menu2 {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 10px 20px 20px 20px;
	width: auto;
	height: 55px;
	position: relative;
}
.market_active_btn {
	background-color: #8bb5d9;
}
#btn_new_marketoffer {
	width: 200px;
	height: 20px;
	line-height: 20px;
	background-color: #ccea99;
	border: 2px solid #ffffff;
	position: relative;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 3px 0px #333333;
	-webkit-box-shadow: 0 0 3px 0px #333333;
	box-shadow: 0 0 3px 0px #333333;
	overflow: hidden;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 0px auto 0 auto;
	padding: 1px;
	text-align: center;
}

#btn_new_marketoffer:hover {
	-moz-box-shadow: 0 0 6px 0px #333333;
	-webkit-box-shadow: 0 0 6px 0px #333333;
	box-shadow: 0 0 6px 0px #333333;
	cursor: pointer;
}
.offer_input {
	width: 60px;
	display: inline-block;
	border: 1px solid #888;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
	font-size: 14px;
	float: left;
	margin: 0 0 0 5px;
}
#market_newoffer {
	height: 100px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.market_content {
	margin: 0;
	padding: 0;
	height: 600px;
}
.troffer:hover .resline {
	background-color: #f7fffa;
}
.disbtn {
	background-color: #DDDDDD;
}
.disbtn:hover {
	background-color: #DDDDDD;
	-moz-box-shadow: 0 0 3px 0px #333333;
	-webkit-box-shadow: 0 0 3px 0px #333333;
	box-shadow: 0 0 3px 0px #333333;
	cursor: default;
}
.market_menu_i1, .market_menu_i2 {
	font-size: 14px;
	width: 250px;
}
.market_menu_i1 {
	float: left;
}
.market_menu_i2 {
	float: right;
	text-align: right;
}
.market_menu_im {
	font-size: 16px;
	width: 200px;
	float: left;
	text-align: center;
	line-height: 30px;
}
.market_text1 {
	line-height: 38px;
	display: inline;
}
.avatarline {
	float: left;
    width: 25px;
	height: 30px;
    color: #000000;
    text-align: left;
    font-size: 16px;
    font-weight: 100;
    margin: 1px 3px 1px 3px;
	cursor: pointer;
	background: url(/img/avatar_n_1.png);
}
#res_offer_select_o, #res_request_select_o {
	float: left;
}
#trade_avai, #trade_used {
	font-size: 20px;
	padding: 5px 10px;
	display: inline;
}
#building_mag {
	position: absolute;
	top: 30px;
	left: 30px;
	min-width: 100px;
	min-height: 100px;
	background-color:#ffffff;
    border:5px solid #ffffff;
	border-radius: 35px 0 35px 0;
    box-shadow: 0 0 10px 0 #111111;
	cursor: default;
}
.buildmenu_preview {
	min-height: 100px;
}
.bmenuL3frame {
	height: 100%;
}

#ranking_overlay .buildmenu_content {
	overflow: hidden;
}
.ranking_header {
	font-size: 18px;
	color: #000000;
	height: 40px;
	border-bottom: 2px solid #FFFFFF;
}
.ranking_head {
	font-size: 14px;
	color: #000000;
	height: 30px;
	border-bottom: 1px solid #FFFFFF;
}
.ranking_result {
	font-size: 14px;
	color: #000000;
	height: 400px;
}
.rankline {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
}
.rank_no {
	float: left;
	width: 60px;
	padding-left: 10px;
}
.rank_pic {
	float: left;
	margin: 0 10px;
	display: block;
	background: url(/img/avatar_n_1.png);
	width: 25px;
	height: 28px;
}
.rank_name{
	float: left;
	width: 230px;
}
.rank_alli {
	float: left;
	width: 130px;
}
.rank_residents {
	float: right;
	width: 40px;
	text-align: right;
	padding-right: 10px;
}
.greatframe {
	background-color:#ffffff;
	border:5px solid #ffffff;
	border-radius: 35px 0 35px 0;
	box-shadow: 0 0 10px 0 #111111;
	width:800px;
	min-height:200px;
	margin: auto;
	position: relative;
	cursor: default;
}
.great_content {
	background-color: #dbe8f4;
}
.gb_player {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 200px;
	height: 25px;
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.great_buildings {
	height: 400px;
	background-color: #dbe8f4;
}
#gb_list {
	display: none;
}
#gb_detail {
	display: none;
}
.gb_row, .gb_row_h {
	height: 26px;
	line-height: 26px;
	color: #000000;
	overflow: hidden;
	font-size: 16px;
	font-weight: 100;
	text-align: right;
	padding: 2px 0;
}
.gb_row_h {
	border-bottom: 1px solid #888888;
	padding: 8px 0;
}

.gb_name {
	float: left;
	width: 230px;
	text-align: left;
	padding-left: 10px;
}
.gb_level {
	float: left;
	width: 40px;
}
.gb_res1, .gb_res2, .gb_res3 {
	float: right;
	width: 130px;
	padding-right: 10px;
}
.noshow {
	display: none;
}
.gb_row:hover {
	background-color: #eaf3ff;
	cursor: pointer;
}
.gb_info {
	float: left;
	width: 200px;
	height: 400px;
	color: #000000;
	font-size: 16px;
	font-weight: 100;
	text-align: left;
	border-right: 3px solid #FFFFFF;
}
.gb_upgrade {
	float: left;
	width: 590px;
	height: 400px;
	color: #000000;
	font-size: 16px;
	font-weight: 100;
	text-align: left;
}
.gb_text {
	padding: 10px;
	line-height: 24px;
}
.gb_upgrade_frame {
	background-color: #f1f8ff;
	position: relative;
	margin: 10px;
	-moz-border-radius: 22px 0;
	-webkit-border-radius: 22px 0;
	border-radius: 28px 0;
	-moz-box-shadow: 0 0 5px 0px #333333;
	-webkit-box-shadow: 0 0 5px 0px #333333;
	box-shadow: 0 0 2px 0px #333333;
	overflow: hidden;
	padding: 0;
	border: 3px solid #ffffff;
}
.gbu_head {
	text-align: center;
	font-size: 14px;
	margin: 5px 0 0 0;
}
.gbu_res_head {
	background-color: #c9ddef;
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 22px 0 0 0;
	margin-bottom: 2px;
}
.gbu_res_text {
	float: left;
}
.gbu_res_reqval {
	float: right;
}
.gbu_res_line {
	height: 23px;
	line-height: 23px;
	width: 535px;
	margin: 0 0 0 10px;
}
.gbu_res_place {
	float: left;
	width: 25px;
}
.gbu_res_reward {
	float: left;
	width: 60px;
	text-align: right;
}
.gbu_res_uname {
	float: left;
	width: 330px;
	margin-left: 15px;
}
.gbu_res_time {
	float: left;
	width: 100px;
}
.gbu_res_uval {
	float: right;
}
.gbu_res_foot {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border-top: 2px solid #8bb5d9;
	margin: 5px 0 0 0;
	width: 535px;
	padding: 0 0 0 10px;
}
.gbu_res_collect {
	max-height: 112px;
	overflow-y: scroll;
}
.gbu_input {
	float: left;
	width: 50px;
	border: 1px solid #888;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	margin: 4px 0px;
}
.gbu_btn {
	float: left;
	margin: 3px 0px 0px 10px;
	width: 80px;
	font-size: 16px;
	font-weight: 100;
	padding: 0 0;
	border: 3px solid #ffffff;
	background-color: #ccea99;
	color: #000000;
	text-align: center;
	-moz-border-radius: 25px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
	-moz-box-shadow: 0 0 2px 0px #333333;
	-webkit-box-shadow: 0 0 2px 0px #333333;
	box-shadow: 0 0 2px 0px #333333;
	text-decoration: none;
	outline: none;
}
.gbu_btn:hover {
	cursor: pointer;
	-moz-box-shadow: 0 0 4px 0px #333333;
	-webkit-box-shadow: 0 0 4px 0px #333333;
	box-shadow: 0 0 4px 0px #333333;
}
.col_shipped {
	color: #888888;
}
.gb_prob_level {
	margin: 10px 0;
}
.gb_rfinish {
	color: #70ad67;
}
.gb_costfinish .gbu_res_head {
	background-color: #ccea99;
}
.gb_costfinish .gbu_res_reqval {
	color: #70ad67;
}
.gb_costfinish .gbu_input, .gb_costfinish .gbu_btn {
	display: none;
}
.msg_bubble, .msg_bubble_g {
	position: relative;
    width: 570px;
    height: 44px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #AAAAAA  solid 1px;
    margin: 0 10px 5px 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 100;
    float: left;
}
.msg_bubbletext {
	height: 33px;
    overflow: hidden;
    margin: 5px 10px;
	white-space: pre-wrap;
}
.msg_bubble:after, .msg_bubble_g:after{
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    left: -10px;
    top: 14px;
}
.msg_bubble:before, .msg_bubble_g:before{
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #AAAAAA ;
    display: block;
    width: 0;
    z-index: 0;
    left: -11px;
    top: 14px;
}
.msg_head {
	color: #333333;
	height: 15px;
}
.msg_uname {
	float: left;
	margin: 0 0 0 25px;
}
.msg_time {
	float: right;
	margin: 0 45px 0 0;
}
.msg_item {
	color: #333333;
    font-size: 14px;
    font-weight: 100;
	text-align: left;
	clear: both;
	margin: 8px;
	height: 70px;
	cursor: pointer;
}
.msg_avatar {
	background: url(/img/avatar_n_1.png);
    width: 54px;
    height: 65px;
    float: left;
}
.msg_menu_btn, .quest_menu_btn, .quest_collect_btn, .alli_create_btn {
	background-color: #dddddd;
    border: 2px solid #ffffff;
    position: relative;
    width: 70px;
    height: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 0 3px 0px #333333;
    -webkit-box-shadow: 0 0 3px 0px #333333;
    box-shadow: 0 0 3px 0px #333333;
    overflow: hidden;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 7px 0 10px 40px;
    padding: 5px;
    text-align: center;
    display: inline;
    float: left;
}
.quest_menu_btn {
	width: 130px;
}
.msg_menu_btn:hover, .quest_menu_btn:hover, .quest_collect_btn:hover, .alli_create_btn:hover {
	cursor: pointer;
	-moz-box-shadow: 0 0 5px 0px #333333;
	-webkit-box-shadow: 0 0 5px 0px #333333;
	box-shadow: 0 0 5px 0px #333333;
}
.quest_collect_btn {
	background-color: #ccea99;
	float: right;
	padding: 3px;
	margin: 3px 15px;
}
.alli_create_btn {
	background-color: #ccea99;
	display: block;
	padding: 3px;
	margin: 3px 15px;
}
.message_menu {
	height: 50px;
    background-color: #dbe8f4;
    overflow: hidden;
    border-bottom: 1px solid #FFFFFF;
}
.msg_menu_aktive {
	background-color: #ccea99;
}
.msg_bubble2, .msg_bubble2_g {
	position: relative;
    width: 500px;
    height: 44px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #AAAAAA solid 1px;
    margin: 0 20px 5px 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 100;
    float: right;
}

.msg_avatar2 {
	background: url(/img/avatar_n_1.png);
    width: 54px;
    height: 65px;
    float: right;
}
.msg_bubble2:after, .msg_bubble2_g:after {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    right: -10px;
    top: 14px;
}

.msg_bubble2:before, .msg_bubble2_g:before {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent #7F7F7F;
    display: block;
    width: 0;
    z-index: 0;
    right: -11px;
    top: 14px;
}
.msg_uname2 {
	float: left;
	margin: 0 0 0 115px;
}
.msg_time2 {
	float: right;
	margin: 0 23px 0 0;
}
.msg_bubbletext_d {
	min-height: 36px;
	margin: 5px 10px;
	white-space: pre-wrap;
}
#message_input {
	display: none;
	height: 130px;
	background-color: #dbe8f4;
}
.msg_textarea {
	float: left;
}
#msg_newinput {
	margin: 5px 10px;
	border: 1px solid #888;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	resize: none;
}
#msg_sendmsg {
	float: right;
	margin: 10px;
}
.msg_touser {
	font-size: 16px;
    font-weight: 100;
    color: #000000;
    text-align: left;
    padding: 0 0 0 15px;
}
.msg_bubble2_g, .msg_bubble_g {
	min-height: 44px;
	height: auto;
}
#msg_btnalliance {
	opacity: 0.4;
}
#profile_pic_slider {
	height: 60px;
	padding: 5px 20px 20px 20px;
}
#profile_pic_left, #profile_pic_right {
	width: 20px;
	height: 60px;
	float: left;
	background-color: #b7d2ea;
	cursor: pointer;
}
#profile_pic_left:hover, #profile_pic_right:hover {
	background-color: #8bb5d9;
}
#profile_pic_left.profile_arr_dis:hover, #profile_pic_right.profile_arr_dis:hover {
	background-color: #b7d2ea;
}

.profile_pic_content {
	height: 60px;
	width: 680px;
}
.profile_pic {
	width: 50px;
    height: 60px;
    margin: 0 0 0 2px;
    float: left;
	background-color: #AAAAAA;
	background: url(/img/avatar_n_1.png);
	cursor: pointer;
}
.arrow {
	border: solid #59a0dc;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	width: 5px;
	height: 5px;
}

.ar_right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 22px 0px 0 -1px;
}
.ar_left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin: 22px 0px 0 7px;
}
.profile_content {
	height: 150px;
}
.profile_userpic {
	width: 90px;
	height: 90px;
	float: left;
	padding: 20px;
}
#profile_userimg {
	width: 75px;
	height: 87px;
	background-color: #AAAAAA;
	background: url(/img/avatar_n_1.png);
	background-size: 792px 810px;
}
.profile_stat {
	height: 90px;
	width: 400px;
	float: left;
	padding: 20px;
}
.profile_label {
	height: 30px;
	width: 100px;
	float: left;
}
.profile_value {
	height: 30px;
	width: 250px;
	float: left;
}
#profile_slider_frame {
	height: 60px;
	width: 574px;
	float: left;
	overflow: hidden;
}
.profile_arr_dis .arrow {
	border: solid #b7d2ea;
	border-width: 0 3px 3px 0;
}
.profile_form input[type=text] {
    width: 200px;
    display: inline-block;
    border: 1px solid #888;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    font-size: 14px;
}
#profile_overlay_frame {
	font-size: 16px;
    color: #000000;
    font-weight: 100;
    text-align: left;
}
#profile_color_list {
	height: 15px;
	margin: 5px 0 0 0;
}
.profile_color_x {
	width: 15px;
	height: 15px;
	background-color: #5787b1;
	float: left;
	border: 1px solid #ffffff;
	cursor: pointer;
}
#profile_rand {
	padding: 0 6px;
	margin: 0 4px 0 4px;
	border: 2px solid #FFFFFF;
	background-color: #b7d2ea;
	-moz-box-shadow: 0 0 2px 0px #333333;
	-webkit-box-shadow: 0 0 2px 0px #333333;
	box-shadow: 0 0 2px 0px #333333;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
}
.gb_demo {
	margin: 30px 0 0 0;
}
.dailies_item {
	width: 620px;
}
.quest_text {
	color: #000000;
	text-align: left;
	margin: 5px 10px;
	font-size: 14px;
}
.quest_res {
	width: 200px;
	height: 40px;
	float: left;
	margin: 3px 10px;
	font-size: 28px;
	font-weight: 500;
	color: #555555;
	text-align: left;
}
.quest_res2 {
	width: 200px;
	height: 40px;
	float: right;
	margin: 3px 15px;
	font-size: 28px;
	font-weight: 500;
	color: #555555;
	text-align: right;
}
.pulsicon {
	background-color: #8bb5d9;
	animation-name: color;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes color {
	0% {
		background-color: #8bb5d9;
	}
	50% {
		background-color: #6fd931;
	}
	100 {
		background-color: #8bb5d9;
	}
}
.collect_rew_text {
	font-size: 28px;
	font-weight: 500;
	color: #555555;
	text-align: center;
	margin: -10px 0;
}
.dailies_reward {
	float: left;
}
.questrewards {
	line-height: 12px;
	height: 14px;
	float: left;
}
.dailies_rewardhead {
	font-size: 12px;
}
#alliance_newform {
	padding: 15px;
	text-align: left;
}
.alli_text_head {
	font-size: 16px;
	font-weight: 100;
	color: #000000;
	margin: 10px 0 5px 0;
}
#alli_newtext {
	resize: none;
	border: 1px solid #888;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
#alli_newname {
	width: 200px;
	display: inline-block;
	border: 1px solid #888;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
	font-size: 14px;
	text-align: left;
}

#alli_create_btn {
	margin: 10px;
}
.alliance_info {
	width: 220px;
	height: 500px;
	float: left;
	padding: 20px;
}
.alliance_user_list {
	width: 410px;
	height: 500px;
	float: left;
	margin: 20px 0 20px 0;
}
#alliance_name {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin: 0px 0 20px 0;
}
#alliance_text {
	display: block;
	text-align: left;
	color: #000000;
	font-size: 16px;
	font-weight: 100;
}
.alli_role, .alli_roleedit {
	float: left;
	width: 50px;
	color: #000000;
}
.alli_residents {
	float: right;
	width: 40px;
	text-align: right;
	padding-right: 10px;
	color: #000000;
}
#alliance_join_btn, #alliance_leave_btn, #alliance_editalli_btn, #alliance_editmember_btn {
	display: block;
	float: none;
	margin: 40px 40px 0 40px;
	width: auto;
}
#alliance_editalli_btn, #alliance_editmember_btn {
	display: none;
}
