@charset "UTF-8";

/* GLOBAL CSS  @version  $Id: global.css 4029 2010-09-09 13:17:48Z denis $ */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}

*:focus {
	outline: 0;
}

body {
	color: #000000;
	background-image: url(/images/global/bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body#bebees {
	background-color: #FFC827;
}
body#bebugs {
	background-color: #75b81d;
}
body#beants {
	background-color: #563C20;
}

div#action *,
div#admin *,
div#cell *,
div#cells_swap *,
div#cells_admin *,
div#chat *,
div#colony *,
div#confirm *,
div#choos *,
div#copyright *,
div#copyright,
div#disable *,
div#error *,
#fight_timeout *,
#colony_join_timeout *,
div#footer *,
div#gelee_royal *,
div#header *,
div#hero *,
div#help *,
div.help_modal *,
div#hive *,
div#homepage_screen *,
div#imprint *,
div#left *,
div#map *,
div#map_bar *,
div#menu *,
div#message *,
div#captcha *,
div#notification *,
div#messaging *,
div#premium *,
div#profile_edit *,
#submenu *,
#subsubmenu *,
div#profile_view_avatar *,
div#profile_view_design,
div#profile_view_personal *,
div#profile_view_stats *,
div#profile_search *,
div#right *,
div#screenshot *,
div#seotext *,
div#short_time *,
div#statistic *,
div#status *,
div#success *
{
	font-size: 12px;
}

p {
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

h2 {
	width: 830px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 14px;
	text-align: center;
}

input.radio {
	border: 0;
	background: none;
}

.center, .center p, .center h2 {
	text-align: center !important;
}

.underline {
	text-decoration: underline;
}


form input, input, textarea, input.text {
	height: 14px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
}
body#bebees form input,
body#bebees input,
body#bebees textarea,
body#bebees input.text {
	border-top-color: #4D2C00;
	border-left-color: #4D2C00;
	border-right-color: #DCCAB2;
	border-bottom-color: #DCCAB2;
	background: #FEDA5A;
}
body#bebugs form input,
body#bebugs input,
body#bebugs textarea,
body#bebugs input.text {
	border-top-color: #35550A;
	border-left-color: #35550A;
	border-right-color: #83C315;
	border-bottom-color: #83C315;
	background: #D1FF89;
}
body#beants form input,
body#beants input,
body#beants textarea,
body#beants input.text {
	border-top-color: #563C20;
	border-left-color: #563C20;
	border-right-color: #ae7840;
	border-bottom-color: #ae7840;
	background: #FFD596;
}

input.button, .input_button, div.button, a.button {
	height: 20px;
	line-height: 20px;
	padding: 0 5px 2px 5px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	background-image: url(/images/global/buttons.png) !important;
	background-position: 0 0;
	background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input.button.facebook {
	background-image: url(/images/homepage/button_facebook.png) !important;
	background-position: 50% 0 !important;
	border-color: #304A7F !important;
}
input.button.facebook:hover {
	background-image: url(/images/homepage/button_facebook_hover.png) !important;
	background-position: 50% 0 !important;
}
body#bebees input.button,
body#bebees .input_button,
body#bebees div.button,
body#bebees a.button {
	border-top-color: #e98500;
	border-left-color: #e98500;
	border-right-color: #9e5a00;
	border-bottom-color: #9e5a00;
	background-color: #eec082;
}
body#bebugs input.button,
body#bebugs .input_button,
body#bebugs div.button,
body#bebugs a.button {
	color: #FFFFFF;
	border-color: #35550A;
	background-color: #35550A;
}
body#bebugs div.button a {
	color: #FFFFFF;
}
body#beants input.button,
body#beants .input_button,
body#beants div.button,
body#beants a.button {
	color: #FFFFFF;
	border-color: #563C20;
	background-color: #eec082;
}
body#beants div.button a {
	color: #FFFFFF;
}

#chat_switcher .button,
#profile_switcher .button {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
a.button {
	display: block;
}
div.button, a.button {
	padding: 0 5px 0 5px;
}
form input.button:hover, input.button:hover, input.button_active, div.button:hover, button.button:hover, a.button:hover {
	background: url(/images/global/buttons_hover.png) 0 0 repeat-x !important;
}
body#bebugs form input.button:hover,
body#bebugs input.button:hover,
body#bebugs input.button_active,
body#bebugs div.button:hover,
body#bebugs div.button a:hover,
body#bebugs button.button:hover,
body#bebugs a.button:hover {
	color: #000000;
}
body#beants form input.button:hover,
body#beants input.button:hover,
body#beants input.button_active,
body#beants div.button:hover,
body#beants div.button a:hover,
body#beants button.button:hover,
body#beants a.button:hover {
	color: #000000;
}

input.button_active, div.button:hover {
	font-weight: bold;
}

form select {
	min-width: 60px;
	border-width: 1px;
	border-style: inset;
}
body#bebees form select {
	background: #FEDA5A;
	border-color: #8B4F00;
}
body#bebugs form select {
	background: #96D30B;
	border-color: #D1FF89;
}
body#beants form select {
	background: #ffd596;
	border-color: #553b20;
}

div.clear {
	clear: both;
}

div.overflow {
	height: 1px !important;
	overflow: hidden;
}

div.clear_left {
	clear: left;
}

div.none {
	display: none !important;
}

div.block {
	display: block !important;
}
*.margintop5 {
	margin-top: 5px !important;
}
*.margintop10 {
	margin-top: 10px !important;
}
*.marginleft5 {
	margin-left: 5px !important;
}
*.marginleft8 {
	margin-left: 8px !important;
}
*.marginleft10 {
	margin-left: 10px !important;
}
*.marginleft90 {
	margin-left: 90px !important;
}
*.marginleft18 {
	margin-left: 18px !important;
}
*.marginright10 {
	margin-right: 10px !important;
}
span.bold, div.bold, td.bold {
	font-weight: bold;
}
span.red,
div.red {
	color: red;
}
body#beants span.red,
body#beants div.red {
	color: #FFD596;
}

span.green,
div.green {
	color: green;
}
body#bebugs span.green,
body#bebugs div.green {
	color: darkgreen;
}
body#beants span.green,
body#beants div.green {
	color: #00CC00;
}
span.lightgreen, div.lightgreen {
	color: #00CC00;
}

span.abort_on, div.abort_on {
	width: 15px;
	height: 15px;
	background: url(/images/global/abort_on.gif) 0 0 no-repeat;
	float: left;
}
span.abort_off, div.abort_off {
	width: 15px;
	height: 15px;
	background: url(/images/global/abort_off.gif) 0 0 no-repeat;
	float: left;
}

div.separator {
	width: 400px;
	height: 1px;
	line-height: 0px;
	margin: 3px auto 3px auto;
	padding: 0 !important;
	border-top-width: 1px;
	border-top-style: dotted;
}
body#bebees div.separator {
	border-top-color: #DD8206;
}
body#bebugs div.separator {
	border-top-color: #35550A;
}
body#beants div.separator {
	border-top-color: #ffd596;
}

*.cost_honey {
	width: 18px;
	height: 18px;
	background: url(/images/colony_hive/honey.png) 0 0 no-repeat;
	display: block;
}

div#top, div#bottom {
	width: 1018px;
	height: 18px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: url(/images/global/border_top.png) 0% 100% no-repeat;
}
div#bottom {
	background: url(/images/global/border_bottom.png) 0% 0% no-repeat !important;
}

div#main {
	width: 1018px;
	margin: 0 auto 0 auto;
	background: url(/images/global/border_leftright.png) 0 0 repeat-y;
}

/* Overlay */

.overlay {
	background: url(/images/global/bg.png);
	opacity: .6;
}

#overlay {
	width: 1000px;
	margin-left: 8px;
	z-index: 1000;
}

#disable {
	position: absolute;
	width: 1000px;
	height: 100%;
}

/* Header */

div#header {
	width: 1000px;
	height: 160px;
	margin: 0 0 0 0;
	background: url(/images/header/header.jpg) 0 0 no-repeat;
	position: relative;
}
body#bebees div#header.header_helloween {
	background: url(/images/header/header_helloween.jpg) 0 0 no-repeat;
}
body#beants div#header.header_helloween {
	background: url(/images/header/header_helloween.jpg) 0 0 no-repeat;
}
body#bebugs div#header.header_helloween {
	background: url(/images/header/header_helloween.jpg) 0 0 no-repeat;
}
div#header.header_nikolaus {
	background: url(/images/header/header_nikolaus.jpg) 0 0 no-repeat;
}
div#header.header_xmas {
	background: url(/images/header/header_xmas.jpg) 0 0 no-repeat;
}
div#header.header_eggs {
	background: url(/images/header/header_eggs.jpg) 0 0 no-repeat;
}
div#header div.header_top {
	height: 20px;
	padding: 0;
	margin: 5px 0 0 0;
	width: 1000px;
	float: left;
}
div#header div.special {
	width: 700px;
	height: 135px;
	display: inline;
	float: left;
}
div#header div.special div.valentine {
	width: 279px;
	height: 114px;
	margin: 10px 0 0 360px;
	float: left;
}
div#header div.special div.eggs {
	width: 700px;
	height: 135px;
	background: url(/images/header/eggs.jpg) 0 0 no-repeat;
}

div#header div.logo {
	width: 320px;
	height: 130px;
	margin: 5px 0 0 0;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 10px;
}

div#header div.language {
	height: 20px;
	margin: 0 6px 0 0;
	text-align: right;
	float: right;
}
div#header div.language img {
	margin: 0 0 0 2px;
}
div#header div.language a.english img {
	margin-left: 0;
}

div#header div.special div#market_active_items {
	width: 378px;
	height: 102px;
	position: absolute;
	top: 0;
	left: 259px;
}
div#header div#market_itemboard {
	width: 378px;
	height: 34px;
	position: absolute;
	z-index: 1000;
	background: url(/images/market/itemboard.png) 0 0 no-repeat;
}
div#header div#market_itemboard a {
	width: 284px;
	height: 34px;
	line-height: 37px;
	margin: 0 0 0 55px;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
div#header.header_nikolaus div#market_itemboard,
div#header.header_xmas div#market_itemboard {
	background: url(/images/market/itemboard_xmas.png) 0 0 no-repeat;
}
div#header.header_nikolaus div#market_itemboard a,
div#header.header_xmas div#market_itemboard a {
	line-height: 36px;
	color: #000000;
}
div#header div#market_itemboard_slots {
	width: 284px;
	height: 82px;
	position: absolute;
	top: 25px;
	left: 55px;
	z-index: 500;
	background: url(/images/market/itemboard_slots.png) 0 0 no-repeat;
}

div#header div.special div#market_active_items div.slot {
	width: 46px;
	height: 46px;
	margin: 8px 0 0 5px;
	float: left;
}

div#market_active_item_2.slot,
div#market_active_item_3.slot,
div#market_active_item_4.slot,
div#market_active_item_5.slot {
	margin-left: 11px !important;
}



div#header div.special div#market_active_items div.empty {

}

div#header div.special div#market_active_items div.slot img {
	width: 46px;
	height: 46px;
	border: 1px solid #553B20;
}
div#header div.special div#market_active_items div.active img {
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.25);
}

div#header div.special div#market_active_items div.slot div.info {
	width: 45px;
	height: 12px;
	float: left;
	margin: 0;
	text-align: center;
	font-size: 8px;
	padding: 1px;
	color: #FFFFFF;
}

div#header div.special div#market_active_items div.slot div.info span {
	font-size: 10px;
	color: #FFFFFF;
}

div#activate_item_popup{
	position: absolute;
	background: #ffc827;
	width: 320px;
	margin: 0;
	padding: 1px;
	z-index: 2000 !important;
	font-size: 12px;
}

div#activate_item_popup div.item_box{
	width: 320px;
	height: 50px;
	float: left;
	margin: 0;
	border-bottom: 1px solid black;
	background: #ffc827;
}

div#activate_item_popup div.item_box:hover{
	background: #feda5a;
}

div#activate_item_popup div.item_box div.item_img {
	width: 50px;
	height: 50px;
	float: left;
}

div#activate_item_popup div.item_box div.item_img img {
	width: 48px;
	height: 48px;
}

div#activate_item_popup div.item_box div.item_info {
	width: 263px;
	height: 60px;
	margin-left: 2px;
	float: left;
}

div#activate_item_popup div.item_box div.item_info div{
	float: left;
}

div#activate_item_popup div.item_box div.item_info div.title_descr div.title,
div#activate_item_popup div.item_box div.item_info div.cost div.value,
div#activate_item_popup div.item_box div.item_info div.duration div.value {
	font-weight: bold;
}

div#activate_item_popup div.item_box div.item_info div.title_descr div {
	float: left;
}

div#activate_item_popup div.item_box div.item_info div div.what{
	margin-right: 3px;
}

div#activate_item_popup div.market_noitems_box p{
	margin: 5px;
}

div#header div.market_active_item_info {
  background: #FEDA5A;
	border: 1px solid black;
  width:auto;

}

div#header div.market_active_item_info div.item_info {
  margin: 3px;
  width: 180px;
}

div#header div.market_active_item_info div.item_info div.title_descr div.title,
div#header div.market_active_item_info div.item_info div.duration div.value {
  font-weight: bold;
}

div#header div.market_active_item_info div.item_info div{
	float: left;
}

div#game_version, div#header div.game_version {
	height: 20px;
	line-height: 12px;
	padding: 0;
	margin: 0 10px 0 10px;
	text-align: right;
	font-size: 9px;
	color: #FFFFFF;
	float: right;
}
div#server_time, div#header div.server_time {
	width: 45px;
	height: 20px;
	line-height: 12px;
	padding: 0;
	margin: 0 4px 0 0;
	text-align: right;
	font-size: 9px;
	color: #000000;
	float: right;
	text-align: center;
}
div#server_time_label, div#header div.server_time_label {
	width: 150px;
	height: 20px;
	line-height: 12px;
	padding: 0;
	margin: 0 4px 0 0;
	text-align: right;
	font-size: 9px;
	color: #000000;
	float: right;
	text-align: right;
}
div#header.header_helloween div.server_time,
div#header.header_helloween div.server_time_label,
body#beants div.server_time,
body#beants div.server_time_label {
	color: #FFFFFF;
}
div#game_version a, div#header div.game_version a {
	font-size: 9px;
	color: #FFFFFF;
}
div#game_version {
	margin: 0;
	float: left;
}
div#info div#game_version {
	float: right;
}
div#header.header_nikolaus div.game_version a, div#header.header_xmas div.game_version a {
	color: #000000;
}

/* Statusbar */

div#status {
	width: 990px;
	height: 119px;
	margin: 15px auto 21px auto;
	background: url(/images/header/status.png) 0 0 no-repeat;
}
div#status div#left {
	width: 424px;
	height: 74px;
	margin: 45px 0 0 13px;
	float: left;
	display: inline;
}
div#status div#right {
	width: 430px;
	height: 74px;
	margin: 45px 0 0 0;
	float: left;
}
div#status div#title_workers_production {
	width: 424px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
}

div#status div#title {
	width: 180px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 5px;
	text-align: center;
	font-weight: bold;
	float: left;
	display: inline;
}

div#status div#free_workers, div#status div#honey_production {
	width: 60px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 30px;
	text-align: center;
	font-weight: bold;
	float: left;
	display: inline;
}

div#status div#free_workers {
	margin: 0 0 0 10px;
	background: url(/images/header/free_workers.gif) 0 1px no-repeat;
}
body#beants div#status div#free_workers {
	background: url(/images/header/free_workers.png) 4px 4px no-repeat;
}

div#status div#honey_production {
	margin: 0 0 0 10px;
	background: url(/images/header/honey_production.gif) 0 1px no-repeat;
}
body#beants div#status div#honey_production {
	background: url(/images/header/honey_production.png) 0 0 no-repeat;
}

div#status div#title table, div#status div#title table td {
	padding: 0;
	margin: 0;
}
div#status div#title table {
	margin-top: 1px;
}
div#status div#title a {
	font-weight: bold;
}
div#status div#throbber {
	width: 110px;
	height: 110px;
	float: left;
	position: relative;
}
body#bebees div#status div.throbbing {
	background: url(/images/global/throbber.gif) 22px 20px no-repeat !important;
}
body#bebugs div#status div.throbbing {
	background: url(/images/global/throbber.gif) 5px 4px no-repeat !important;
}
body#beants div#status div.throbbing {
	background: url(/images/global/throbber.gif) 5px 4px no-repeat !important;
}
div#status div#throbber a {
	width: 110px;
	height: 110px;
	display: block;
}

div#status div#population, div#status div#honey, div#status div#geleeroyal {
	width: 95px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 30px;
	text-align: center;
	font-weight: bold;
	float: left;
	display: inline;
}
div#status div#population, div#status div#honey {
	line-height: 13px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
div#status div#population {
	margin: 0 0 0 10px;
	background: url(/images/header/population.gif) 0 1px no-repeat;
}
body#beants div#status div#population {
	background: url(/images/header/population.png) 5px 5px no-repeat;
}
div#status div#honey {
	width: 135px;
	margin: 0 0 0 10px;
	background: url(/images/header/honey.gif) 0 1px no-repeat;
}
body#beants div#status div#honey {
	background: url(/images/header/honey.png) 5px 3px no-repeat;
}
div#status div#geleeroyal {
	width: 100px;
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
	text-align: left;
	cursor: pointer;
	background: url(/images/header/geleeroyal.gif) 0 1px no-repeat;
}
body#beants div#status div#geleeroyal {
	background: url(/images/header/geleeroyal.png) 5px 3px no-repeat;
}
div#status div#geleeroyal div#header_gelee_royal {
	padding: 0 30px 0 0;
	background: url(/images/header/geleeroyalarrow.png) 100% 50% no-repeat;
	float: left;
}

div#status div#notice {
	width: 224px;
	height: 31px;
	margin: 10px 0 0 200px;
}

div#status div#notice *, div#status div#status_menu * {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 11px;
}
div#status div#notice p.message {
	padding: 0 0 0 20px;
	background: url(/images/header/icon_message.png) 0 2px no-repeat;
}
div#status div#notice p.message_read {
	background: url(/images/header/icon_message_read.png) 0 0 no-repeat !important;
}
div#status div#notice p.message_blink {
	background: url(/images/messaging/new.gif) 0 50% no-repeat !important;
}
div#status div#notice p.notice {
	padding: 0 0 0 20px;
	background: url(/images/header/icon_notice.png) 1px 50% no-repeat;
}

div#status div#status_menu {
	width: 250px;
	height: 31px;
	margin: 10px 0 0 0;
	float: left;
}
div#status div#status_menu p {
	width: 90px;
	height: 15px;
	line-height: 15px;
	margin: 0 0 0 15px;
	float: left;
	display: inline;
}
div#status div#status_menu p.statistic {
	padding: 0 0 0 20px;
	background: url(/images/header/icon_statistic.png) 0 50% no-repeat;
}
div#status div#status_menu p.forum {
	padding: 0 0 0 20px;
	background: url(/images/header/icon_forum.png) 0 50% no-repeat;
}
div#status div#status_menu p.profile {
	padding: 0 0 0 20px;
	background: url(/images/header/icon_profile.png) 0 50% no-repeat;
}
div#status div#status_menu p.logout {
	padding: 0 0 0 20px;
	background: url(/images/header/icon_logout.png) 1px 50% no-repeat;
}

/* Statusbox */

div.statusbox, div#error, div#success {
	width: 600px;
	max-height: 104px;
	margin: 10px auto 10px auto;
	padding: 0 0 0 15px;
	overflow: auto;
}
div.statusbox {
	border-width: 1px;
	border-style: solid;
	min-height: 35px;
	max-height: 160px;
}
body#bebees div.statusbox {
	background: #FFF2CA;
	border-color: #B46600;
}
body#bebugs div.statusbox {
	background: #D1FF89;
	border-color: #35550A;
}
body#beants div.statusbox {
	background: #FFF2CA;
	border-color: #B46600;
}
div.statusbox div.statusrow {
	width: 580px;
	float: left;
}
div.statusbox div.last {
	padding-bottom: 4px !important;
}
div.statusbox div.group, div.statusbox div.time, div.statusbox div.what, div.statusbox div.cancel, div.statusbox div.shorttime, div.statusbox div.group {
/*	height: 24px;*/
	line-height: 16px;
	margin-top: 4px;
	font-size: 12px;
	float: left;
}
div.statusbox div.group {
	width: 110px;
	margin-left: 10px;
	font-weight: bold;
}
div.statusbox div.what {
	width: 255px;
}
div.statusbox div.what span.bees, div.statusbox div.what span.separator, div.statusbox div.what span.username {
	float: left;
	display: block;
}
div.statusbox div.what span.bees {
	min-width: 70px;
}
div.statusbox div.what span.separator {
	width: 25px;
	text-align: center;
}
div.statusbox div.what span.username {
	min-width: 120px;
}
div.statusbox div.cancel {
	width: 25px;
	height: 16px;
	text-align: right;
}
div.statusbox div.shorttime {
	width: 25px;
	height: 16px;
	text-align: right;
}

div.statusbox div.time {
	width: 150px;
	text-align: right;
}

div#error, div#success {
	margin: 10px auto 0 auto;
	padding: 3px;
}
div#error p, div#success p {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
div#success p, .success, .success * {
	color: green;
}
div#error input.button {
	margin: 10px 0 0 0;
	float: none;
}

/* Footer */

div#footer {
	height: 24px;
	margin: 15px auto 0 auto;
	text-align: center;
}
div#footer table.footer {
	height: 24px;
	margin: 0 auto 0 auto;
}
div#footer td.footer_left {
	width: 40px;
	background: url(/images/footer/footer_left.gif) 0 0 no-repeat;
}
div#footer td.footer_right {
	width: 65px;
	background: url(/images/footer/footer_right.gif) 100% 0 no-repeat;
}
div#footer table.footer a {
	height: 24px;
	line-height: 25px;
	padding: 0 0 0 25px;
	font-weight: bold;
}
body#bebees div#footer table.footer a {
	color: #000000;
}
body#bebugs div#footer table.footer a {
	color: #FFFFFF;
}
body#beants div#footer table.footer a {
	color: #FFFFFF;
}
div#footer td.links {
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 10px 0 0;
	background: url(/images/footer/footer_bg.gif) 0 0 repeat-x;
}

/* Border */

div.border-out {
	padding: 1px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
body#bebees div.border-out {
	background: #FFEF94;
}
body#bebugs div.border-out {
	background: #84D123;
}
body#beants div.border-out {
	background: #FFD596;
}

div.border-out div.border-mid {
	padding: 1px;
	float: left;
	display: inline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
body#bebees div.border-out div.border-mid {
	background: #F7D254;
}
body#bebugs div.border-out div.border-mid {
	background: #66A21C;
}
body#beants div.border-out div.border-mid {
	background: #AE7840;
}

div.border-out div.border-mid div.border-in {
	border-width: 1px;
	border-style: solid;
	float: left;
	display: inline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
body#bebees div.border-out div.border-mid div.border-in {
	border-color: #C67A00;
	background: #FFC827;
}
body#bebugs div.border-out div.border-mid div.border-in {
	border-color: #35550A;
	background: #96D30B;
}
body#beants div.border-out div.border-mid div.border-in {
	border-color: #563B20;
	background: #AE7840;
}

div#main.statistic_bees div.border-out div.border-mid div.border-in {
	border-color: #C67A00;
	background: #FFC827;
}
div#main.statistic_bugs div.border-out div.border-mid div.border-in {
	border-color: #35550A;
	background: #96D30B;
}
div#main.statistic_ants div.border-out div.border-mid div.border-in {
	border-color: #563B20;
	background: #AE7840;
}

div.border-out-without-left {
	float: left;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
body#bebees div.border-out-without-left {
	background: #FFEF94;
}
body#bebugs div.border-out-without-left {
	background: #84D123;
}
body#beants div.border-out-without-left {
	background: #FFD596;
}

div.border-out-without-left div.border-mid-without-left {
	margin: 1px 1px 1px 0;
	float: left;
	display: inline;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
body#bebees div.border-out-without-left div.border-mid-without-left {
	background: #F7D254;
}
body#bebugs div.border-out-without-left div.border-mid-without-left {
	background: #66A21C;
}
body#beants div.border-out-without-left div.border-mid-without-left {
	background: #AE7840;
}

div.border-out-without-left div.border-mid-without-left div.border-in-without-left {
	margin: 1px 1px 1px 0;
	border-width: 1px;
	border-style: solid;
	border-left: none;
	float: left;
	display: inline;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
body#bebees div.border-out-without-left div.border-mid-without-left div.border-in-without-left {
	background: #FFC827;
	border-color: #C67A00;
}
body#bebugs div.border-out-without-left div.border-mid-without-left div.border-in-without-left {
	background: #96D30B;
	border-color: #35550A;
}
body#beants div.border-out-without-left div.border-mid-without-left div.border-in-without-left {
	background: #563B20;
	border-color: #553b20;
}

/* Message / Confirm Dialog */

#captcha,
#notification,
#message,
#confirm,
#choos,
#help,
.help_modal,
#gelee_royal,
#short_time,
#screenshot,
#cells_swap,
#fight_timeout,
#colony_join_timeout {
	position: absolute;

	left: 50%;
	margin-left: -225px;
	top: 230px;

	width: 450px;
	padding: 0px;

	background-image: url(/images/global/bg.png);
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	z-index: 10000 !important;
}
#cells_swap {
	width: 840px;
	margin-left: -420px;
}
body#bebees #captcha,
body#bebees #notification,
body#bebees #message,
body#bebees #confirm,
body#bebees #choos,
body#bebees #help,
body#bebees .help_modal,
body#bebees #gelee_royal,
body#bebees #short_time,
body#bebees #screenshot,
body#bebees #cells_swap,
body#bebees #fight_timeout,
body#bebees #colony_join_timeout {
	background-color: #FFF2CA;
	border-color: #DD8206;
}
body#bebugs #captcha,
body#bebugs #notification,
body#bebugs #message,
body#bebugs #confirm,
body#bebugs #choos,
body#bebugs #help,
body#bebugs .help_modal,
body#bebugs #gelee_royal,
body#bebugs #short_time,
body#bebugs #screenshot,
body#bebugs #cells_swap,
body#bebugs #fight_timeout,
body#bebugs #colony_join_timeout {
	background-color: #75B81D;
	border-color: #35550A;
}
body#beants #captcha,
body#beants #notification,
body#beants #message,
body#beants #confirm,
body#beants #choos,
body#beants #help,
body#beants .help_modal,
body#beants #gelee_royal,
body#beants #short_time,
body#beants #screenshot,
body#beants #cells_swap,
body#beants #fight_timeout,
body#beants #colony_join_timeout {
	background-color: #FFF2CA;
	border-color: #553B20;
}

#cells_swap {
	top: 80px;
}
#help_chat {
	top: 80px;
	width:850px;
	margin-left: -425px;
}
#help_chat #help_text {
	width: 775px !important;
}
#help_chat #help_text li {
	margin-left: 10px;
	margin-bottom: 10px;
}
#help_chat #help_text p {
	text-align: center;
	font-weight: bold;
}

#short_time_title_hidden,
#gelee_royal_title_hidden
{
	display:none;
}

#screenshot {
	top: 70px;
	width: 800px;
	height: 570px;
	margin-left: -400px;
}
#message, #confirm, #captcha {
	width: 350px;
	margin-left: -175px;
}

#notification {
	width: 530px;
	margin-left: -265px;
}

#choos {
	width: 450px;
	margin-left: -200px;
}

#message div, #confirm div, #choos div, #help div, .help_modal div, #gelee_royal div, #short_time div, #screenshot div, #fight_timeout div, #colony_join_timeout div, #captcha div, #notification div {
	width: 100%;
}

#message div, #confirm div, #captcha div, #notification div, #choos div {

}
#screenshot div {
	height: 515px;
}


#message h1, #message p, #choos h1 ,#choos p , #confirm h1, #confirm p, #help h1, #help #help_text, .help_modal h1, .help_modal #help_text, #gelee_royal h1, #gelee_royal p, #short_time h1, #short_time p, #screenshot h1, #cells_swap h1, #cells_swap p, #fight_timeout h1, #fight_timeout p, #colony_join_timeout h1, #colony_join_timeout p, #captcha h1, #captcha p, #notification h1, #notification p{
	display: block;
	width: 100%;
	margin: 0 auto 0 auto;
}

#message h1, #confirm h1, #choos h1, #help h1, .help_modal h1, #gelee_royal h1, #short_time h1, #screenshot h1, #cells_swap h1, #fight_timeout h1, #colony_join_timeout h1, #captcha h1, #notification h1 {
	text-align: center;
	height: 20px;
	background: white;
	line-height: 20px;
	background: url(/images/global/buttons.png) 0 0 repeat-x;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
body#beants #captcha h1,
body#beants #notification h1,
body#beants #message h1,
body#beants #confirm h1,
body#beants #choos h1,
body#beants #help h1,
body#beants .help_modal h1,
body#beants #gelee_royal h1,
body#beants #short_time h1,
body#beants #screenshot h1,
body#beants #cells_swap h1,
body#beants #fight_timeout h1,
body#beants #colony_join_timeout h1,
body#bebugs #captcha h1,
body#bebugs #notification h1,
body#bebugs #message h1,
body#bebugs #confirm h1,
body#bebugs #choos h1,
body#bebugs #help h1,
body#bebugs .help_modal h1,
body#bebugs #gelee_royal h1,
body#bebugs #short_time h1,
body#bebugs #screenshot h1,
body#bebugs #cells_swap h1,
body#bebugs #fight_timeout h1,
body#bebugs #colony_join_timeout h1 {
	color: #FFFFFF;
}

#message p, #confirm p, #choos p, #help #help_text, .help_modal #help_text, #gelee_royal p, #short_time p, #fight_timeout p, #captcha p, #notification p {
	width: 425px;
	margin-top: 10px;
}
#cells_swap p {
	width: 425px;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
}
#cells_swap_throbber {
	height: 25px;
}
#cells_swap_throbber.throbbing, #gelee_royal_throbber.throbbing, #short_time_throbber.throbbing, #fight_timeout_throbber.throbbing, #gelee_royal_throbber_colony_hive.throbbing {
	background: url(/images/global/modal-throbber.gif) 50% 7px no-repeat;
}

#short_time_finished {
	clear: both;
	width: 425px;
	padding-top: 15px;
	text-align: center;
}
#screenshot img {
	width: 700px;
	margin: 15px 0 0 50px;
	border-width: 1px;
	border-style: dotted;
}
body#bebees #screenshot img {
	border-color: #DD8206;
}
body#bebugs #screenshot img {
	border-color: #34540A;
}
body#beants #screenshot img {
	border-color: #DD8206;
}

#message p, #confirm p, #choos p, #captcha p {
	width: 325px;
}
#notification p {
	width: 500px;
}
#message form, #confirm form, #help form, .help_modal form, #screenshot form {
	display: block;
	width: 190px;
	height: 25px;
	margin: 5px auto 5px auto;
}
#choos form {
	display: block;
	width: 110px;
	height: 25px;
	margin: 5px auto 5px auto;
}
#message form, #help form, .help_modal form {
	width: 85px;
}
#screenshot form {
	width: 110px;
}
#message input, #confirm input, #choos input, #help input, .help_modal input, #screenshot input, #fight_timeout input, #colony_join_timeout input {
	width: 85px;
	margin: 0 5px 0 5px;
}

#cells_swap form {
	margin: 0;
	padding: 0;
	height: 45px;
	clear: both;
}
#cells_swap input {
	margin: 10px 0 5px 350px;
	width: 120px;
	float: none;
}
#screenshot input {
	width: 110px;
}

form.help .button {
	width: 304px;
	margin-top: 1px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #FFFFFF !important;
	border-color: #b46701 !important;
	background: url(/images/global/button_help.png) 0 0 repeat-x !important;
}
form.help .button:hover {
	color: #FFFFFF !important;
	background: url(/images/global/button_help_hover.png) 0 0 repeat-x !important;
}

#cells_swap_hive {
	width: 800px;
	height: 600px;
}
#cells_swap_error, #cells_swap_success, #cells_swap_temp {
	display: none;
}

#cells_swap .error, #cells_swap .success {
	font-weight: bold;
	color: #FF0000;
}
#cells_swap .success {
	color: green;
}

#colony_join_timeout_message p {
	margin-top: 10px;
	text-align: center;
}

/* Gelee Royal Change Box */
div#gelee_royal {
	padding: 0 0 10px 0;
}
div#gelee_royal div.gelee_royal, div#short_time div.short_time, div#fight_timeout div.fight_timeout {
	width: 140px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 20px;
	font-weight: bold;
	float: left;
	display: inline;
}
div#gelee_royal div.value, div#short_time div.value, div#fight_timeout div.value {
	width: 118px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 10px;
	float: left;
	display: inline;
	text-align: center;
}
div#gelee_royal div.button, div#short_time div.button, div#fight_timeout div.button, div#colony_join_timeout div.button {
	width: 130px;
	height: 18px;
	line-height: 18px;
	margin: 10px 10px 0 10px;
	padding: 0;
	text-align: center;
	float: left;
	display: inline;
}
div#gelee_royal div.button:hover, div#short_time div.button:hover, div#fight_timeout div.button:hover, div#colony_join_timeout div.button:hover {
	font-weight: normal;
}

#gelee_royal_throbber, #short_time_throbber, div#fight_timeout_throbber, #gelee_royal_throbber_colony_hive {
	width: 430px;
	height: 25px;
	margin: 10px 0 0 0;
	border-top-width: 1px;
	border-top-style: dotted;
	float: left;
	display: inline;
}
body#bebees #gelee_royal_throbber,
body#bebees #gelee_royal_throbber_colony_hive,
body#bebees #short_time_throbber,
body#bebees div#fight_timeout_throbber {
	border-top-color: #DD8206;
}
body#bebugs #gelee_royal_throbber,
body#bebugs #gelee_royal_throbber_colony_hive,
body#bebugs #short_time_throbber,
body#bebugs div#fight_timeout_throbber {
	border-top-color: #34540A;
}
body#beants #gelee_royal_throbber,
body#beants #gelee_royal_throbber_colony_hive,
body#beants #short_time_throbber,
body#beants div#fight_timeout_throbber {
	border-top-color: #DD8206;
}

div#gelee_royal div.title, div#short_time div.title, div#fight_timeout div.title {
	width: 430px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	font-weight: bold;
	text-align: center;
	float: left;
	display: inline;
}

div#gelee_royal div.gelee, div#gelee_royal div.honey, div#short_time div.gelee, div#short_time div.hours, div#fight_timeout div.gelee, div#fight_timeout div.hours {
	width: 180px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 30px;
	font-size: 11px;
	text-align: right;
	float: left;
	display: inline;
}
div#short_time div.hours span {
	font-size: 11px;
}
div#gelee_royal div.honey, div#short_time div.hours, div#fight_timeout div.honey {
	margin: 10px 0 0 0;
	text-align: left;
}
div#gelee_royal div.arrow, div#short_time div.arrow {
	width: 30px;
	height: 20px;
	background: url(/images/global/arrow.gif) 50% 50% no-repeat;
	float: left;
	display: inline;
}
div#gelee_royal div.arrow.margintop10, div#short_time div.arrow.margintop10 {
	background: none;
}

div#gelee_royal input, div#short_time input, div#fight_timeout input, div#colony_join_timeout input {
	width: 174px;
	margin: 0 0 0 30px;
	text-align: right;
	float: left;
}
div#gelee_royal input#gelee_royal_output, div#short_time input#short_time_output {
	margin: 0;
	text-align: left;
}

div#gelee_royal input.button, div#short_time input.button {
	width: 130px;
	margin: 20px 0 0 20px;
	text-align: center;
	float: left !important;
}

div#gelee_royal input.gelee_royal_button_short, div#short_time input.gelee_royal_button_short {
	width: 60px !important;
}

div#gelee_royal input.gelee_royal_button_short_history, div#short_time input.gelee_royal_button_short_history {
	width: 70px !important;
}

div.gelee_royal_error, div.gelee_royal_success, div.change_time_error, div.change_time_success {
	margin: 0;
	padding: 0;
	float: left;
}
div.gelee_royal_error *, div.gelee_royal_success *, div.change_time_error *, div.change_time_success * {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
#short_time_form div.change_time_success {
	text-align: center;
	padding-top: 10px;
}

div#gelee_royal div#exchange, div#short_time div#exchange, div#gelee_royal div#exchange_colony_hive {
	width: 400px;
	height: 18px;
	line-height: 18px;
	margin: 0 0 0 25px;
	text-align: center;
	font-size: 11px;
	float: left;
	display: inline;
}
body#bebees div#gelee_royal div#exchange,
body#bebees div#gelee_royal div#exchange_colony_hive,
body#bebees div#short_time div#exchange {
	color: #693C00;
}
body#bebugs div#gelee_royal div#exchange,
body#bebugs div#gelee_royal div#exchange_colony_hive,
body#bebugs div#short_time div#exchange {
	color: #34540A;
}
body#beants div#gelee_royal div#exchange,
body#beants div#gelee_royal div#exchange_colony_hive,
body#beants div#short_time div#exchange {
	color: #693C00;
}

div#gelee_royal div#exchange b, div#short_time div#exchange b, div#short_time div#exchange b span, div#gelee_royal div#exchange_colony_hive b {
	font-size: 11px;
}

div#gelee_royal div#gelee_royal_help, div#short_time div#short_time_help, div#cells_swap div#cells_swap_help, div#fight_timeout div#fight_timeout_help {
	width: 429px;
	margin: 20px 0 0 10px;
	padding: 0 0 10px 0;
	border-width: 1px;
	border-style: dotted;
	float: left;
	display: inline;
}
body#bebees div#gelee_royal div#gelee_royal_help,
body#bebees div#short_time div#short_time_help,
body#bebees div#cells_swap div#cells_swap_help,
body#bebees div#fight_timeout div#fight_timeout_help {
	border-color: #DD8206;
}
body#bebugs div#gelee_royal div#gelee_royal_help,
body#bebugs div#short_time div#short_time_help,
body#bebugs div#cells_swap div#cells_swap_help,
body#bebugs div#fight_timeout div#fight_timeout_help {
	border-color: #34540A;
}
body#beants div#gelee_royal div#gelee_royal_help,
body#beants div#short_time div#short_time_help,
body#beants div#cells_swap div#cells_swap_help,
body#beants div#fight_timeout div#fight_timeout_help {
	border-color: #FFD596;
}

div#fight_timeout div#fight_timeout_help {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#cells_swap div#cells_swap_help {
	margin: 15px 0 5px 29px;
	width: 780px;
}
div#gelee_royal div#gelee_royal_help p, div#short_time div#short_time_help p, div#cells_swap div#cells_swap_help p, div#fight_timeout div#fight_timeout_help p, div#fight_timeout div#fight_timeout_help p {
	width: 410px;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: justify;
	float: left;
	display: inline;
}
body#bebees div#gelee_royal div#gelee_royal_help p,
body#bebees div#short_time div#short_time_help p,
body#bebees div#cells_swap div#cells_swap_help p,
body#bebees div#fight_timeout div#fight_timeout_help p,
body#bebees div#fight_timeout div#fight_timeout_help p {
	color: #693C00;
}
body#bebugs div#gelee_royal div#gelee_royal_help p,
body#bebugs div#short_time div#short_time_help p,
body#bebugs div#cells_swap div#cells_swap_help p,
body#bebugs div#fight_timeout div#fight_timeout_help p,
body#bebugs div#fight_timeout div#fight_timeout_help p {
	color: #34540A;
}
body#beants div#gelee_royal div#gelee_royal_help p,
body#beants div#short_time div#short_time_help p,
body#beants div#cells_swap div#cells_swap_help p,
body#beants div#fight_timeout div#fight_timeout_help p,
body#beants div#fight_timeout div#fight_timeout_help p {
	color: #FFD596;
}

div#cells_swap div#cells_swap_help p {
	width: 760px;
}

/* Short Time Change Box */
div#short_time {
	padding: 0 0 10px 0;
}

div#short_time input.button {
	width: 130px;
	margin: 20px 0 0 20px;
	text-align: center;
	float: left !important;
}
div#short_time div#short_time_help, div#short_time div#short_time_note {
	width: 428px;
	margin: 20px 0 0 10px;
	padding: 0 0 10px 0;
	border-width: 1px;
	border-style: dotted;
	float: left;
	display: inline;
}
body#bebees div#short_time div#short_time_help,
body#bebees div#short_time div#short_time_note {
	border-color: #DD8206;
}
body#bebugs div#short_time div#short_time_help,
body#bebugs div#short_time div#short_time_note {
	border-color: #34540A;
}
body#beants div#short_time div#short_time_help,
body#beants div#short_time div#short_time_note {
	border-color: #DD8206;
}

div#short_time div#short_time_note {
	width: 390px;
	padding: 0;
	margin: 10px 0 0 30px;
	text-align: justify;
	font-size: 11px;
	border: 0;
}
div#short_time div#short_time_help p {
	width: 410px;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: justify;
	float: left;
	display: inline;
}
body#bebees div#short_time div#short_time_note,
body#bebees div#short_time div#short_time_help p {
	color: #693C00;
}
body#bebugs div#short_time div#short_time_note,
body#bebugs div#short_time div#short_time_help p {
	color: #34540A;
}
body#beants div#short_time div#short_time_note,
body#beants div#short_time div#short_time_help p {
	color: #693C00;
}

/* Fight timeout */

#fight_timeout input.button {
	width: 130px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#fight_timeout #fight_timeout_button {
	margin-left: 90px;
}

#fight_timeout_countdown {
	width: 410px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: left;
}
#fight_timeout .error {
	color: red;
}

/* Colony timeout */

#colony_join_timeout input.button {
	width: 130px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 160px;
}

#colony_join_timeout #colony_join_timeout_button {
	margin-left: 90px;
}

#colony_join_timeout_countdown {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: left;
}

input.smarty_pager {
	width: 15px;
	font-weight: bold;
	text-align: center;
	float: none !important;
}

#colony_join_timeout_countdown {
	font-weight: bold;
}

.tooltip{
	padding: 5px;
	background: #FEDA5A none repeat scroll 0 0;
	border: 1px solid black;
}

.dotted_border{
	border: 1px dotted #ff0000;
}

div#messages_write_form input.send-message-select{
  float: none;
  width: auto;
}

div#messages_write_form div.send-message{
  padding-left: 109px;
}

.map_points_layer{
  width: 3px;
  height: 3px;
  position: absolute;
	cursor: pointer;
}

.members_of_colony{
	background: url(/images/map/dot/rgb2.gif) 0 -18px no-repeat;
	height:5px;
	width: 6px;
}

.members_map_relation_alliance{
	background: url(/images/map/dot/rgb2.gif) 0 0 no-repeat;
	height:5px;
	width: 6px;
/*	background: url(/images/map/dot/rgb.gif) 0 0 no-repeat;*/
}

.members_map_relation_peace, .members_map_relation_temp_peace{
	background: url(/images/map/dot/rgb2.gif) 0 -6px no-repeat;
	height:5px;
	width: 6px;
/*	background: url(/images/map/dot/rgb.gif) 0 -4px no-repeat;*/
}

.members_map_relation_war{
	background: url(/images/map/dot/rgb2.gif) 0 -12px no-repeat;
	height:5px;
	width: 6px;
/*	background: url(/images/map/dot/rgb.gif) 0 -8px no-repeat;*/
}

div.colony_avatar_area .left{
	float: left;
}

.colony_avatar {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.colony_avatar_area div#profile_edit_avatar{
	margin: 10px 0 0 30px;
}

div.colony_avatar_area input.avatar{
  height: 20px;
  line-height:20px;
  margin: 10px 0 0 10px;
}

div.colony_avatar_area input#delete_avatar{
  margin-left: 10px;
  margin-top: 5px;
}

div.colony_avatar_area input.button{
  margin: 10px 0 0 10px !important;
}

div.colony_avatar_area div.informations_area{
  padding-top: 10px;
}

#colony_hive_addon #colony_hive #donations_list {
	width: 575px;
	height: 100px;
	margin: 10px auto 0 auto;
	padding: 5px 0;
	border: 1px solid #DD8206;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(/images/colony/colony_hive_diplomacy_bg.png) 0 0 no-repeat #FBC92C;
}


#colony_hive_addon .colony_hive_donations {
	width: 454px;
	margin: 10px 70px 0 0;
	text-align: center;
	float: right;
}
#colony_hive_addon #donations_list {
	width: 575px;
	height: 435px;
	margin: 10px auto 0 auto;
	padding: 5px 0;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-position: 0 0;
	background-repeat: repeat-x;
}
body#bebees #colony_hive_addon #donations_list {
	border-color: #DD8206;
	background-color: #FBC92C;
}
body#bebugs #colony_hive_addon #donations_list {
	border-color: #35550A;
	background-color: #96D30B;
}
body#beants #colony_hive_addon #donations_list {
	border-color: #553B20;
	background-color: #AE7840;
}

#colony_hive_addon #donations_list .donations_list_scroll {
	width: 570px;
	height: 405px;
	margin: 5px 0 0 5px;
	overflow: hidden;
}
#colony_hive_addon.colony_hive_donations table {
	width: 540px;
	margin: 0 auto;
}
#colony_hive_addon.colony_hive_donations table td {
	line-height: 14px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 11px;
}

#colony_hive_addon.colony_hive_donations table td a {
	font-size: 12px;
}
#colony_hive_addon.colony_hive_donations table td.username_list a {
	font-size: 11px;
}

#colony_hive_addon.colony_hive_donations table tr.head {
	font-weight: bold;
}
#colony_hive_addon.colony_hive_donations table tr.head td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 12px;
}
#colony_hive_addon.colony_hive_donations table td+td {
	border-left-width: 1px;
	border-left-style: dotted;
}

body#bebees #colony_hive_addon.colony_hive_donations table td,
body#bebees #colony_hive_addon.colony_hive_donations table tr.head td,
body#bebees #colony_hive_addon.colony_hive_donations table td+td {
	border-color: #DD8206;
}
body#bebugs #colony_hive_addon.colony_hive_donations table td,
body#bebugs #colony_hive_addon.colony_hive_donations table tr.head td,
body#bebugs #colony_hive_addon.colony_hive_donations table td+td {
	border-color: #35550A;
}
body#beants #colony_hive_addon.colony_hive_donations table td,
body#beants #colony_hive_addon.colony_hive_donations table tr.head td,
body#beants #colony_hive_addon.colony_hive_donations table td+td {
	border-color: #553B20;
}

#colony_hive_addon div#pager {
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	margin-top: 2px;
	padding-right: 15px;
	float: right;
}

#colony_hive_addon img.list_orders {
	position: absolute;
	margin-left: 2px;
}

#colony_hive_addon #gamestats{
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 11px;
}

#colony_hive_addon #gamestats a{
	font-size: 11px;
	text-decoration: underline;
}

span.holiday_mode_lable{
	padding-left: 5px;
}


div#right div.resend div.resend_defenders_list{
	margin-left: 70px;
}

div#right div.resend div.resend_defenders_list .resend_title_1, div#right div.resend div.resend_defenders_list .resend_title_2{
	text-align: left;
	margin-bottom: 2px;
	margin-left: 2px;
}

div#right div.resend div.resend_defenders_list .resend_title_2{
	margin-top: 10px;
}

div#right div.resend div.resend_defenders_list .resend_checkbox_1{
	width: 400px;
	text-align: left;
}

div#right div.resend div.select_members_area{
	margin-left: 70px;
	text-align: left;
}

div#right div.resend div.select_members_area select{
	width: 200px;
}

div#right div.resend div.select_members_area option{
	padding-left:10px;
}

div#right div.resend div.select_members_area .submit_area{
	position: absolute;
	margin-left: 240px;
	margin-top: -20px;
}

/* full map */

#map_legend_colony_members_inactive,  #map_legend_colony_members_alianse,
#map_legend_colony_members_peace, #map_legend_colony_members_temp_peace,
#map_legend_colony_members_war {
	padding-left: 20px;
}

#map_legend_colony_members_inactive {
	background: url(/images/map/map_members_inactive.gif) no-repeat;
}

#map_legend_colony_members_alianse {
	background: url(/images/map/map_members_alianse.gif) no-repeat;
}

#map_legend_colony_members_peace {
	background: url(/images/map/map_members_peace.gif) no-repeat;
}

#map_legend_colony_members_temp_peace {
	background: url(/images/map/map_members_temp_peace.gif) no-repeat;
}

#map_legend_colony_members_war {
	background: url(/images/map/map_members_war.gif) no-repeat;
}

div#captcha div#captcha_center{
	text-align: center;
}

div#captcha div#captcha_center .center_pow{
	margin-top:10px;
	margin-bottom:10px;
}

#colony_hive div.donations_stats{
	width: 600px;
}

#colony_hive div.donations_stats strong{
	margin-left: 30px;
}

#colony_hive div.donations_stats div#donations_list{

	height: auto !important;
	width: 600px;
	background: url(/images/colony_hive/colony_hive_donation_stats_bg.png) 0 0 no-repeat;
	margin-left: 20px;
}

#colony_hive div.donations_stats div#donations_list div.donations_list_scroll{
	overflow: visible;
	width: 580px;
	height: auto !important;
	margin-top: 0px;
}

#colony_hive div.donations_stats div#donations_list table{
	width: 580px;
}

#colony_hive div.donations_stats div#donations_list td.withoutborder{
	border: none;
}

#colony_hive div.donations_stats div#donations_list td.pad_1{
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#colony_hive div.donations_stats div#donations_list div.donation_help{
	font-weight: normal;
	font-size: 11px;
}

div.proposal_area td.proposal_actions a:hover{
    text-decoration: underline;
}

div.proposal_area div.colony_hive_donations{
    float: none !important;
    margin: 10px 0 0 0 !important;
    width: auto !important;
}

div.q_menu{
    position: absolute;
}

div.q_menu div.q_itemsl{
    float: left;
    width: 440px;
    margin-left: 56px;
    margin-top: 15px;
}

div.q_menu div.q_itemsl div.q_area{
    float: right;
    margin-right: 50px;
}

div.q_menu div.q_itemsr{
    float: left;
    width: 440px;
    margin-top: 15px;
}

div.q_menu div.q_itemsr div.q_area{
    float: left;
    margin-left: 50px;
}

div.q_menu div.q_itemsr input{
    float: left;
}

div.q_menu div.q_itemsr input.margin5{
    margin-right: 5px;
}

div#notification div#notification_image{
	margin-top: 10px;
}

div#notification div#notification_buttons{
	margin-top: 10px;
	margin-bottom: 10px;
}

div#choos div#choos_text div.findforchoos{
  padding: 10px;
}

div#choos div#choos_text div.findforchoos td.ff_firls{
  padding-bottom: 5px;
  width: 50px;
}

div#choos div#choos_text div.findforchoos td.ff_sec{
  padding-bottom: 5px;
  padding-left: 10px;
  width: 270px;
}

div#choos div#choos_text div.findforchoos td.ff_th{
  padding-bottom: 5px;
  text-align: center;
  width: 100px;
}

div#choos div.description{
  padding: 0 10px 0 10px;
  width: 425px;
}

body#bebees div#choos div#choos_text div.findforchoos td.tdrow {
	border-top: 1px solid #DD8206;
}

body#bebugs div#choos div#choos_text div.findforchoos td.tdrow {
	border-top: 1px solid #35550A;
}

body#beants div#choos div#choos_text div.findforchoos td.tdrow {
	border-top: 1px solid #ffd596;
}

div#main div.worlds_map{
	margin-left: 17px;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map{
	background:url(/images/common/universum_map_v1.jpg) no-repeat;
	height: 600px;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item{
	width: 240px;
	height: 200px;
	float: left;
	cursor: pointer;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-focus{
	background: url(/images/common/hover.png) no-repeat !important;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-focus2{
	background: url(/images/common/active_hover.png) no-repeat !important;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-current{
	background: url(/images/common/active.png) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled{
	cursor: auto !important;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_sandbox{
	background: url(/images/common/worlds/sandbox.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_bebugs{
	background: url(/images/common/worlds/x6.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_bebees{
	background: url(/images/common/worlds/bebees.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_beants{
	background: url(/images/common/worlds/x5.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_x5{
	background: url(/images/common/worlds/beants.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_x6{
	background: url(/images/common/worlds/bebugs.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_x7{
	background: url(/images/common/worlds/x7.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_x8{
	background: url(/images/common/worlds/x8.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_x9{
	background: url(/images/common/worlds/x9.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_x10{
	background: url(/images/common/worlds/x10.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_x11{
	background: url(/images/common/worlds/x11.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled#map_x12{
	background: url(/images/common/worlds/x12.jpg) no-repeat;
}


div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled-timer#map_bebees{
	background: url(/images/common/worlds/bebees_active.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled-timer#map_x5{
	background: url(/images/common/worlds/beants_active.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled-timer#map_beants{
	background: url(/images/common/worlds/x5_active.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled-timer#map_bebugs{
	background: url(/images/common/worlds/x6_active.jpg) no-repeat;
}

div#main div.worlds_map div.worlds_map_area div.worlds_global_map div.map_item-disabled-timer div.world_timers:hover{
	background: none !important;
}


div#main div.worlds_map div.worlds_map_area div.worlds_global_map,
div#main div.worlds_map div.worlds_map_area,
div#main div.worlds_map{
	width: 960px;
}

div#main div#cloud{
	position: absolute;
	z-index: 1000000;
	width: 250px;
	height: 208px;
	margin-left: 720px;
	background: url(/images/common/cloud1.png) no-repeat;
}

div#main div#cloud div#cloud_text{
	padding-left: 25px;
	padding-top: 25px;
	width: 200px;
	text-align: center;
	font-size: 11px;
}

div#main div#cloudva{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 180px;
}

.justforIE {
	display: none;
	width: 1px;
	margin-left: -1px;
}

* html .justforIE, * html div#main div#cloudva div#cloud_text {
	display: inline-block;
	vertical-align: middle;
}
* html div#main div#cloudva div#cloud_text {
	width: 100%;
}
* html .justforIE {
	height: 100%;
}
* html .justforIE, * html div#main div#cloudva div#cloud_text {
	display: inline;
}

div#main div.worlds_map_legend{
	width: 940px;
}


div.world_banner{
	background: url(/images/common/worldmap_banner_notext.jpg) no-repeat 0 0;
	width: 940px;
	height: 80px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 30px;
	border-style:solid;
	border-width: 1px;
}

body#bebees div.world_banner {
	border-color: #C67A00;
}
body#bebugs div.world_banner {
	border-color: #35550A;
}
body#beants div.world_banner {
	border-color: #563B20;
}

body#bebees div.world_banner:hover, body#bebugs div.world_banner:hover, body#beants div.world_banner:hover{
	background: url(/images/common/worldmap_banner_notext.jpg) no-repeat 0 -3px;
	border-color: #C50000;
	border-width: 4px;
	margin-left: 27px;
	height: 74px;
}

div.world_banner {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

div.world_banner div.world_banner_text{
	display: none;
}

div.world_banner div.world_banner_text div{
	padding-top: 22px;
}

div.world_banner:hover div.world_banner_text{
	display: inline;
}

div.reg_choos_names ul{
  list-style: none;
}

div.reg_choos_names ul li{
  padding-bottom: 5px;
}

select.form_gathering_select{
/*  width:175px;*/
}

select.form_gathering_select option.hide, select.select_repeat_times option.hide, select option.hide{
  color: gray !important;
}


div.statusbox div.finished_at{
	font-size: 11px;
/*	margin-top: -1px;*/
/*	margin-top: -4px;*/
}

div.world_timers{
	width: 240px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 95px;
	font-size: 11px;
}

div#settings_main div.available_worlds{
	margin-top: 10px;
	margin-left: 5px;
}

div#settings_main div.available_worlds input[type=radio]{
	margin-left:10px;
}

div#settings_main div.available_worlds div#available_worlds_timer{
	padding: 10px 0 0 135px;
}

div#settings_main div.available_worlds span#map_full_timer{
	font-weight: bold;
}

div#colony div#settings_main input#submit_colony_move{
	margin-right: 10px;
}

div#colony div#settings_main input#shorten_time_button{
	margin: 0px;
	width: 155px;
}

div#settings_main div.available_worlds p#available_worlds_timer_error1{
	color: red;
	font-weight: bold;
}

div#settings_main div.available_worlds p#available_worlds_timer_error2{
	color: red;
	font-weight: bold;
}
