html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	height: 100%;
	line-height: 1.2;
}

#homepageBody {
	width: 100%;
	min-height: 100%;
	background: #f6f6f6 url('../gfx/body.png') repeat-x;
}

#defaultBody {
	width: 100%;
	min-height: 100%;
	background: #f6f6f6 url('../gfx/body_account.jpg') repeat-x;
}

#homepageDiv {
	margin: 0px auto;
	padding-bottom: 181px;
	z-index: 10;
	background: transparent url('../gfx/background.jpg') center top no-repeat;
}

#defaultDiv {
	margin: 0px auto;
	padding-bottom: 181px;
	z-index: 10;
	background: transparent url('../gfx/background_account.jpg') center top no-repeat;
}

#footer {
	width: 100%;
	position: relative;
	margin: -181px auto 0px;
	background: #f6f6f6 url('../gfx/footer.jpg') center bottom repeat-x;
}

#main {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	position: relative;
}

table {
	empty-cells: show;
}

input:focus {
	outline: none;
}

:focus {
	outline: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

.pe {
	margin: 10px 0px;
	text-align: justify;
}

.p1 {
	margin: 0px;
	font-weight: bold;
}

hr {
	height: 0px;
	color: transparent;
	font-size: 6px;
	border: 0px;
	border-top: 1px solid #b7d7f0;
}

.hr2 {
	border-top: 1px solid #8080ff;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
}

.br_h {
	font-size: 6px;        
}

.br_2 {
	font-size: 2px;        
}
.br_4 {
	font-size: 4px;        
}
.br_6 {
	font-size: 6px;        
}

form {
	margin: 0px;
	padding: 0px;
}

.forminput {
	border: 1px solid #000;
}

.img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	border: 0px none white;
}

.hint {
	color: #969696;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000080;
}

.debugRow1 {
	background-color: rgb(249, 250, 252);
}

.debugRow2 {
	background-color: rgb(243, 243, 243);
}

.pointer {
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.blink {
	text-decoration: blink;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 0px 0px 0.5em;
	padding: 0px 0px 0.1em;
}

.center {
	text-align: center;
}

.red, .error {
	color: #f00;
}

.white {
	color: #fff;
}

.border3D {
	border-top: 2px solid #95adef;
	border-right: 2px solid #0a088f;
	border-bottom: 2px solid #0a088f;
	border-left: 2px solid #95adef;
}

.supplyBoxTable {
	margin-bottom: 5px;	
	padding: 5px;
}

.supplyBox {
	width: 689px;
	height: 47px;
	margin-bottom: 2px; 
}

.sbWhite {
	background: url('../gfx/box_white.png') no-repeat;
}

.sbGreen {
	background: url('../gfx/box_green.png') no-repeat;
}

.sbRed {
	background: url('../gfx/box_red.png') no-repeat;
}

.sbBlue1 {
	background: url('../gfx/box_blue1.png') no-repeat;
}

.sbBlue2 {
	background: url('../gfx/box_blue2.png') no-repeat;
}

.sbGray1 {
	background: url('../gfx/box_gray1.png') no-repeat;
}

.sbGray2 {
	background: url('../gfx/box_gray2.png') no-repeat;
}

.sbEmpty {
	background: url('../gfx/box_empty.png') no-repeat;
}

.timeCount {
	width: 82px;
	color: #fff;
	font-size: 17px;
	padding: 13px 10px;
	float: left;
}

.boxTitle {
	width: 350px;
	height: 17px;
	font-size: 11px;
	padding: 2px 0px 0px 6px;
	float: left;
}

.boxRight {
	width: 220px;
	height: 17px;
	font-size: 11px;
	padding: 6px 0px 0px 6px;
	float: left;
}

.boxAmount {
	width: 150px;
	height: 17px;
	color: #000;
	padding: 2px 5px 0px 0px;
	float: left;
}

.boxPerc {
	text-align: right;
	width: 52px;
	height: 17px;
	color: #000;
	font-weight: bold;
	padding: 2px 5px 0px 8px;
	float: left;
}

.boxAction {
	width: 172px;
	height: 17px;
	color: #000;
	padding: 3px 0px 0px 6px;
	float: left;
}

.transGraph {
	 width: 395px;
	 height: 10px;
	 border: 1px solid #000;
	 background-color: transparent;
	 color: #000;
	 margin: 3px 0px 0px 3px;
	 padding: 0px;
	 float: left;
}

.boxGraph1 {
	height: 10px;
	float: left;
}

.boxGraph2 {
	height: 10px;
	float: left;
}

.whenEmpty {
	float: left;
	width: 200px;
	font-size: 11px;
	color: #fff;
	padding: 8px 0px 0px 6px;
}

.weP {
	width: 200px;
	height: 17px;
}

.missingCrop {
	font-weight: bold;
	float: right;
	text-align: right;
	width: 160px;
	font-size: 18px;
	color: #fff;
	padding: 13px 10px;
}

.whenToSend {
	float: left;
	width: 153px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 12px 10px 11px 30px;
	padding-top: 4px;
	cursor: pointer;
	background: url('../gfx/empty1.png') no-repeat;
}

.whenToSend:hover {
	background: url('../gfx/empty2.png') no-repeat;	
}

#backgroundPopup {
	background: none repeat scroll 0px 0px #000;
	border: 1px solid #cecece;
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 50;
	cursor: wait;
}

ul {
	padding: 2px 0px 0px 0px;
	margin: 0px;
}

#menuContainer ul {
	list-style: none;
	list-style-position: outside;
}

#menuContainer ul.bottomMenu li {
	float: left;
	margin: 0px 5px 5px 0px;
	background: #90a2ea;
	display: block;
	position: relative;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

#menuContainer ul.bottomMenu li:hover {
	background: #66c;
}

#menuContainer ul.bottomMenu li.active {
	background: #3333b3;
	color: #fff;
	font-weight: bold;
}

a.tabsHref {
	padding: 6px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.reportDesc {
	margin: 0px 5px 5px 0px;
	padding: 8px 14px;
	font-size: 16px;
	background: #406381;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

.topMsg, .errMsg {
	font-weight: bold;
	font-size: 14px;
	color: #c00;
	border: 2px solid #c00;
	padding: 10px 10px 10px 25px;
	text-align: center;
	margin-bottom: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url('../gfx/exclamation.png') 10px center no-repeat #fdd;
}

.topMsg p {
	padding: 3px 0px;
}

.topMsgBlue {
	font-weight: bold;
	font-size: 14px;
	color: #00c;
	border: 2px solid #00c;
	background-color: #ddf;
	padding: 10px;
	text-align: center;
	margin-bottom: 5px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	max-width: 400px;
}

#tooltip h3, #tooltip div {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.required {
	font-weight: bold;
	color: #f00;
	margin-left: 4px;
}

.PTD2 {
	padding: 2px 0px;
}

#paymentPopup {
	background: none repeat scroll 0px 0px #fff;
	display: none;
	font-size: 14px;
	padding: 20px;
	position: fixed;
	z-index: 100;
}

#backgroundPaymentPopup {
	background: none repeat scroll 0px 0px #000;
	border: 1px solid #cecece;
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 50;
}

#logoHP {
	 float: left;
	 width: 300px;
	 padding: 44px 0px 30px 10px;
	 z-index: 20;
}

#logoDef {
	 float: left;
	 width: 320px;
	 padding: 20px 0px 10px 0px;
	 z-index: 20;
}

#logoText {
	 color: #fff;
	 text-align: left;
	 padding-left: 5px;
	 font-style: italic;
}

/*#T4header {
	float: left;
	width: 305px;
	color: #a51d21;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-top: 25px;
}*/

#priceHeader {
	float: left;
	width: 330px;
	color: #a51d21;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-top: 30px;
}

#topRightMenuHP {
	float: right;
	padding: 10px 10px 0px 0px;
	z-index: 20;
}

#topRightMenuDef {
	/*float: right;*/
	position: absolute;
	right: 0;
	padding: 10px 0px 0px 0px;
	z-index: 20;
}

#mainMenu {
	margin: 0px auto;
	width: 1000px;
	height: 18px;
	padding: 20px 0px;
	z-index: 20;
	background: transparent url('../gfx/menu_back.png') no-repeat;
}

.menuItem {
	float: left;
	font-size: 14px;
	padding-right: 15px;
	/*letter-spacing: 1px;*/
}

#plusone {
	float: left;
	margin: 0px 0px 5px 10px;
	padding: 6px;
}

#bigBox {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 259px;
	z-index: 20;
	background: transparent url('../gfx/big_box.jpg') no-repeat;
}

#priceList {
	float: left;
	width: 270px;
	height: 114px;
	padding: 62px 0px 0px 45px;
}

#priceList2 {
	float: left;
	width: 290px;
	height: 114px;
	padding: 65px 0px 0px 34px;
}

#priceList2 p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px;
}

#tryNow {
	display: block;
	float: left;
	margin: 80px 145px 49px 20px;
	/*padding-top: 11px;*/
	width: 200px;
	height: 40px;
	text-align: center;
	background: url('../gfx/button.png') no-repeat;
}

#tryNow a {
	color: #f6f6f6;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 40px;
	line-height: 40px;
	display: block;
}

#payNow {
	display: block;
	margin: 0px auto;
	padding-top: 11px;
	width: 200px;
	height: 40px;
	background: url('../gfx/button.png') no-repeat;
}

#payNow a {
	color: #f6f6f6;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#tryNow:hover, #payNow:hover {
	background: url('../gfx/button_hover.png') no-repeat;
}

#appStats {
	float: left;
	width: 284px;
	height: 120px;
	padding-top: 60px;
}

#TravianMH {
	float: left;
	width: 520px;
	height: 30px;
	padding: 10px 15px 15px;
}

#soldier {
	float: left;
	position: absolute;
	width: 130px;
	height: 237px;
	top: 20px;
	left: 530px;
	z-index: 20;
}

#rightPanel {
	float: right;
	width: 300px;
}

.limeBtn {
	float: left;
	margin: 0px;
	padding: 8px 0px;
	background: #90eaa2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

.limeBtn:hover {
	background: #6c6;
}

.limeBtn a {
	color: #c00;
	padding: 6px 10px;
	text-decoration: none;
}

#updateRes {
	font-size: 14px;
	margin: 0px 10px 5px 0px;
	padding: 10px 0px;
}

#topCounter {
	float: right;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 10px;
}

/**********************************************************************/

#menuContainer ul {
	list-style: none;
	list-style-position: outside;
	padding: 0px !important;
}

#menuContainer ul.settingsMenu li, #menuContainer ul.switchClockMenu li {
	float: left;
	margin: 0px 5px 5px 0px;
	background: #90a2ea;
	display: block;
	position: relative;
	color: #fff;
	cursor: pointer;
	padding: 6px 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

#menuContainer ul.settingsMenu li:hover, #menuContainer ul.switchClockMenu li:hover {
	background: #66c;
}

#menuContainer ul.settingsMenu li.active, #menuContainer ul.switchClockMenu li.active {
	background: #3333b3;
	color: #fff;
	font-weight: bold;
}

.contentTabs.tab1 {
	display: block;
}

.contentTabs.tab2, .contentTabs.tab3, .contentTabs.tab4, .contentTabs.tab5, .contentTabs.tab6, .contentTabs.tab7, .contentTabs.tab8, .contentTabs.tab9 {
	display: none;
}

/**********************************************************************/

.qSB {
	width: 689px;
	height: 47px;
	margin-bottom: 2px; 
}

.qWhite {
	background-color: #e9e9e9;
}

.qGreen {
	background-color: #7cc242;
}

.qRed {
	background-color: #ed2024;
}

.qBlue1 {
	background-color: #9accf7;
}

.qBlue2 {
	background-color: #c0e2ff;
}

.qGray1 {
	background-color: #9b9b9b;
}

.qGray2 {
	background-color: #d0d0d0;
}

.qEmpty {
	background-color: #ed2024;
}

.qTC {
	width: 82px;
	color: #000;
	font-size: 17px;
	padding: 13px 10px;
	float: left;
}

input[type='submit'], .buttonBig {
	width: 200px;
	height: 40px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	background: url('../gfx/button.png') no-repeat top left;
	border: 0px;
	cursor: pointer;
}

input[type='submit']:hover, .buttonBig:hover {
	color: #000;
	background: url('../gfx/button_hover.png') no-repeat top left;
}

.addBtn {
	background: transparent url('../gfx/icon_add_last.png') no-repeat right top;
	float: left;
	font-weight: bold;
	margin: 0px;
	color: #fff;
	padding: 2px 10px 3px 0px;
}

.icon_error {
	margin: 5px;
	padding-left: 25px;
	text-align: justify;
	background: url('../gfx/icon_error.gif') no-repeat;
}

#resSwitch {
	float: left;
	width: 133px;
	height: 32px;
	text-align: center;
	margin-top: 6px;
	padding-top: 5px;
	background: url('../gfx/background_flags.png') no-repeat;
}

/**********************************************************/

.ui-dialog, .ui-dialog-content, .ui-dialog-buttonpane {
	background-color: #ecf7ff !important;
	color: #000;
}

a.missing_tooltip {
	color: #fff;
	cursor: help;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

a.missing_tooltip:hover {
	/*background: #fff;*/
}

a.missing_tooltip span {
	font-size: 12px;
	text-align: center;	
	display: none;
	padding: 3px 5px;
	margin-left: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.missing_tooltip:hover span {
	display: inline;
	position: absolute;
	border: 1px solid #ccc;
	background: #fff;
	color: #6c6c6c;
}

#icontainer {
	overflow: hidden;
	width: 10px;
	height: 12px;
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

.regError {
	border: 2px solid #f00 !important;
	background-color: #fdd !important;
}

.d_none {
	display: none;
}

.h18 {
	height: 18px;
}

.h22 {
	height: 22px;
}

#hpContent {
	width: 1000px;
	position: relative;
}

.w1000 {
	width: 1000px;
}

.w680 {
	width: 680px;
}

.w20 {
	width: 20px;
}

.h15 {
	height: 15px;
}

.w300mb15 {
	width: 300px;
	margin-bottom: 15px;
}

.smallMenuDivTop {
	width: 300px;
	height: 50px;
	background: transparent url('../gfx/box_top.png') no-repeat;
}

.smallMenuDivMiddle {
	width: 300px;
	height: 2px;
	background: transparent url('../gfx/box_middle.png') no-repeat;
}

.smallMenuDivBottom {
	margin-bottom: 15px;
	width: 300px;
	height: 12px;
	background: transparent url('../gfx/box_bottom.png') no-repeat;
}

.smallMenuDivContent {
	width: 260px;
	padding: 5px 20px 8px;
	background-color: #ebf7ce;
}

.smallMenuCaption {
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #a1b268;
	padding-top: 10px;
}

.colorC00 {
	color: #c00;
}

#fb_iframe {
	border: none;
	overflow: hidden;
	width: 300px;
	height: 162px;
	background-color: #ebf7ce;
}

.w1000fs13 {
	width: 1000px;
	font-size: 13px;
}

.taRight {
	text-align: right;
}

.feedbackInput {
	width: 230px;
	height: 17px;
	margin-right: 5px;
}

.w2bslikebox {
	background: url('../gfx/facebook.png') no-repeat scroll left center transparent !important;
	display: block;
	float: right;
	height: 340px;
	padding: 0px 0px 0px 46px;
	width: 380px;
	z-index: 999;
	position: fixed;
	right: -380px;
	top: 20%;
}

.w2bslikebox div {
	border: none;
	position: relative;
	display: block;
}

#gifts {
	width: 768px;
	height: 106px;
	margin: 5px 4px 20px;
}

#gifts .gift {
	width: 100px;
	cursor: pointer;
	margin: 0px 8px;
	border: 3px solid transparent;
}

#gifts .gift:hover {
	border: 3px solid #62BBE8;
}

#gifts_choose {
	font-weight: bold;
	margin: 5px 0px 10px;
}

#gifts_ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#gifts_ul li {
	padding: 3px 0px;
}

/* HLAVNE MENU */

ul#menu {
  /*position: absolute;
  top: 100px;
  left: 213px;*/
	position: relative;
  width: 1000px;
  height: 33px;
  background-color: #3995c4;
  list-style: none;
	margin: 5px 0px;
	padding: 0px;
}

ul#menu li {
  float: left;
  padding: 0px;
	cursor: pointer;
  background: url('../gfx/menu_li_background.png') no-repeat top right;
}

ul#menu li.right_menu {
	float: right;
  background: url('../gfx/menu_li_background.png') no-repeat top left;
}

ul#menu li.active {
	/*background-color: #4da9d8;*/
}

ul#menu li.active>a {
	text-shadow: 0 0 6px #fff;
}

ul#menu li img {
	float: left;
	padding: 11px 10px 10px 5px;
}

ul#menu li a {
	float: left;
  display: block;
  height: 33px;
  padding: 0px 10px 0px 5px;
  line-height: 33px;
  color: #fff;
  font-family: Calibri, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
	text-decoration: none;
}

ul#menu li a:hover {
	text-decoration: underline;
}

ul#menu ul.submenu {
  display: none;
  position: absolute;
	top: 33px;
  height: auto;
  z-index: 10;
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
}

ul#menu ul.submenu li {
  float: none;
	height: 33px;
  background: #484747;
  border: 1px solid #000;
  border-top-color: #aaa;
  border-left-color: #aaa;
}

ul#menu ul.submenu li a {
	text-decoration: none;
}

ul#menu ul.submenu li a:hover {
	text-decoration: underline;
}

#aboutCookieUsageBox {
	background-color: #302f2f;
	display: block;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 13px 10px;
	text-align: center;
}

#aboutCookieUsageBox, #aboutCookieUsageBox a.moreInfo {
	color: #ffffff;
}

#aboutCookieUsageBox a.moreInfo{
	text-decoration: underline;
}

#aboutCookieUsageBox a.close {
	background: #F3F3F3;
	background-image: -webkit-linear-gradient(top, #F3F3F3, #d6d6d6);
	background-image: -moz-linear-gradient(top, #F3F3F3, #d6d6d6);
	background-image: -ms-linear-gradient(top, #F3F3F3, #d6d6d6);
	background-image: -o-linear-gradient(top, #F3F3F3, #d6d6d6);
	background-image: linear-gradient(top, #F3F3F3, #d6d6d6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #302E2F;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	margin: 0px 8px 0px 8px;
}

#aboutCookieUsageBox a.close:hover {
	background: #d6d6d6;
	background-image: -webkit-linear-gradient(top, #d6d6d6, #F3F3F3);
	background-image: -moz-linear-gradient(top, #d6d6d6, #F3F3F3);
	background-image: -ms-linear-gradient(top, #d6d6d6, #F3F3F3);
	background-image: -o-linear-gradient(top, #d6d6d6, #F3F3F3);
	background-image: linear-gradient(top,#d6d6d6, #F3F3F3);
	text-decoration: none;
}

#regName {
	text-transform: lowercase;
}

#regNameErrorMessage {
	color: #f00;
	font-weight: bold;
	text-align: center;
}

.scrollToTop {
	width: 32px;
	height: 32px;
	text-align: center;
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 270px;
	display: none;
	background: url('../gfx/gototop.png') no-repeat;
	z-index: 500;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.scrollToTop_public {
	right: 30px;
	bottom: 30px;
}

.scrollToTop:hover {
	text-decoration: none;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}