/* Redefine default tags*/
h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	color: red;
}

h3 {
	font-size: 14px;
	color: red;
}

input.abilityButton {
	background-color: red;
	color: white;
	height: 30px;
	cursor: pointer;
	cursor: hand;
}

.data_table {
	border-left: 2px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 2px solid #808080;
	border-right: 1px solid #808080;
	background-color: #181818;
}

.caption {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.smallCaption {
	font-size: 8px;
	font-weight: bold;
	color: red;
}

.navigation {
	background-color: #2C2C2C;
}

.actualPage a:link {
	text-decoration: none;
	color: red;
	font-weight: bold;
	font-size: 12px;
}

.actualPage a:visited {
	color: red;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.actualPage a:hover {
	color: #B92908;
	text-decoration: none;
}

.value {
	font-size: 12px;
}

.data_table .data1 {
	background-color: #343234;
}

.data_table .foot {
	background-color: #c0c0c0;
}

.data_table .target {
	color: #EA5712;
}

.up_factor {
	color: green;
}

.down_factor {
	color: red;
}

.warning {
	color: red;
	font-weight: bold;
}

.newMessage {
	font-size: 12px;
	color: green;
	font-weight: bold;
}

.online {
	color: green;
}

.offline {
	color: red;
}

.loginSelect {
	font-size: 10px;
}

/*znacky ve forech*/
.adminMark {
	color: red;
	font-weight: bold;
	padding-left: 5px;
}

.cavalryCaptain {
	color: green;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

/* forum */
.forumNick {
	float: left;
	font-size: 12px;
}

.forumTime {
	font-variant: small-caps;
	font-style: italic;
	float: right;
}

.build_table {
	background-color: #343333;
	border: 1px solid;
	border-color: #808080;
}

.build_table tr.data1 {
	background-color: #606060;
}

.units_table {
	background-color: #343333;
}

/*Tabulka utoku*/
.bigCaption {
	font-family: verdana, arial, sans-serif;
	font-weight: bolder;
	font-style: italic;
}

/* tabulka vypisu utoku */
.finalAttackReport {
	padding: 10px 0px 10px 10px;
	font-family: verdana, arial, sans-serif;
	border: 1px solid gray;
	background-color: #202020;
}

.attackResult {
	align: center;
	width: 100%;
}

.attackReport {
	font-family: verdana, arial, sans-serif;
	border: 1px solid gray;
	width: 500px;
}

.attackReport .users {
	font-size: 13px;
	font-weight: bolder;
	background-color: #181818;
	color: green;
}

.attackReport .rowCaption {
	font-size: 12px;
	font-weight: bolder;
}

.attackReport .headerInfo {
	font-size: 12px;
	font-weight: bolder;
	background-color: #343234;
}

.attackReport .attackInfo {
	font-size: 12px;
	font-weight: bolder;
	color: red;
	text-align: center;
	background-color: #8F8F8F;
}

.attackReport .line1 {
	background-color: #202020;
}

.attackReport .line2 {
	
}

/* rychle info o utoku*/
.attackInfoTime {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: red;
}

/* centrum kavalerie */
.cavalryCenterMessage {
	margin-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #181818;
	padding: 10px;
}

.error {
	text-align: center;
	color: red;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
	width: 100%;
	border: 1px solid red;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.message {
	text-align: center;
	color: green;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
	width: 100%;
	border: 1px solid green;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.hint {
	font-size: 9px;
	color: gray;
}

.inhelp {
	background-color: #181818;
	border: 1px solid #000000;
	font-size: 10pt;
	font-style: italic;
	margin: 0 0 5px 0;
}

.userTarget {
	font-weight: bold;
	background-color: brown;
}

.firstTarget {
	font-weight: bold;
	color: gold;
}

.secondTarget {
	font-weight: bold;
	color: silver;
	background-color: #282828;
}

.thirdTarget {
	font-weight: bold;
	color: orange;
}

.userTarget a:link {
	font-weight: bold;
	background-color: brown;
	text-decoration: underline;
}

.userTarget a:hover {
	font-weight: bold;
	background-color: brown;
	text-decoration: none;
}

.userTarget a:visited {
	font-weight: bold;
	background-color: brown;
	text-decoration: none;
}

.firstTarget a:link {
	text-decoration: underline;
	color: gold;
	font-weight: bold;
}

.firstTarget a:visited {
	text-decoration: underline;
	color: gold;
	font-weight: bold;
}

.firstTarget a:hover {
	text-decoration: none;
	color: gold;
	font-weight: bold;
}

.secondTarget a:link {
	font-weight: bold;
	color: silver;
	background-color: #282828;
	text-decoration: underline;
}

.secondTarget a:visited {
	font-weight: bold;
	color: silver;
	background-color: #282828;
	text-decoration: underline;
}

.secondTarget a:hover {
	text-decoration: none;
	color: silver;
	font-weight: bold;
	background-color: #282828;
}

.thirdTarget a:link {
	font-weight: bold;
	color: orange;
	text-decoration: underline;
}

.thirdTarget a:visited {
	font-weight: bold;
	color: orange;
	text-decoration: underline;
}

.thirdTarget a:hover {
	text-decoration: none;
	color: orange;
	font-weight: bold;
}

.data1 a:link {
	text-decoration: underline;
	background-color: #282828;
	color: #FCFFB8;
}

.data1 a:visited {
	text-decoration: underline;
	background-color: #282828;
	color: #FCFFB8;
}

.data1 a:hover {
	text-decoration: none;
	background-color: #282828;
	color: #FCFFB8;
}

.data2 a:link {
	text-decoration: underline;
	color: #FCFFB8;
}

.data2 a:visited {
	text-decoration: underline;
	color: #FCFFB8;
}

.data2 a:hover {
	text-decoration: none;
	color: #FCFFB8;
}

a:link {
	text-decoration: none;
	color: #EA5712;
}

a:visited {
	color: #EA5712;
	text-decoration: none;
}

.center {
	text-align: center;
}

a:hover {
	color: #B92908;
	text-decoration: none;
}

/*****************************

	hint css

******************************/
.hintDiv {
	position: absolute;
	background-color: #000000;
	display: none;
	left: 20px;
	top: 10px;
	z-index: 5;
	border: 1px solid #000000;
	text-align: left;
	width: 300px;
	-moz-box-sizing: border-box;
}

.hintDivE {
	position: absolute;
	background-color: #000000;
	display: none;
	left: 20px;
	top: 10px;
	z-index: 5;
	border: 1px solid #000000;
	text-align: left;
	width: 640px;
	-moz-box-sizing: border-box;
}

.hintDivHead {
	background-color: #000000;
	color: #DADADA;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 2px;
	width: 100%;
	-moz-box-sizing: border-box;
}

.hintDivBody {
	background-color: #CCCCCC;
	background-attachment: fixed;
	color: #000000;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	width: 100%;
	-moz-box-sizing: border-box;
}

.hint {
	border-bottom: 1px dashed;
	cursor: help;
}

.hand_cur {
	cursor: pointer;
	cursor: hand;
}

.town {
	position: absolute;
	cursor: pointer;
	cursor: hand;
}

.buildingDesc {
	font-weight: bold;
	font-size: 10px;
}


.ajaxLoader {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

.ajaxLoader .ajaxLoaderMessage {
	color: red;
	font-weight: bold;
}

/*
* budovy
*/
.town #building_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	z-index: 100;	
}

.town #building_2 {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 100px;
	height: 100px;	
	cursor: pointer;
	cursor: hand;
	z-index: 99;	
}

.town #building_3 {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 100px;
	height: 100px;	
	z-index: 98;	
}

.town #building_4 {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100px;
	height: 100px;	
	z-index: 100;	
}

.town #building_5 {
	position: absolute;
	top: 200px;
	left: 150px;
	width: 100px;
	height: 100px;
	z-index: 99;		
}

.town #building_6 {
	position: absolute;
	top: 200px;
	left: 300px;
	width: 100px;
	height: 100px;
	z-index: 98;		
}

.town #building_7 {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 100px;
	height: 100px;	
	z-index: 100;	
}

.town #building_8 {
	position: absolute;
	top: 400px;
	left: 150px;
	width: 100px;
	height: 100px;	
	z-index: 99;	
}

.town #building_9 {
	position: absolute;
	top: 600px;
	left: 0px;
	width: 100px;
	height: 100px;
	z-index: 98;		
}

/* záložkové menu  */
td .fieldMenuActive {
	border-top: 1px solid gray;
	font-size: 12px;
	color: red;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

td .fieldMenuUnActive {
	border: 1px solid gray;
	background-color: #606060;
	font-size: 12px;
	color: red;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

div .fieldMenuActive {
	position: relative;
	top: 5px;
	border-top: 1px solid gray;
	font-size: 12px;
	color: red;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding: 5px 5px 5px 5px;
}

div .fieldMenuUnActive {
	position: relative;
	top: 5px;
	border: 1px solid gray;
	background-color: #606060;
	font-size: 12px;
	color: red;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding: 5px 5px 5px 5px;
}

.fieldBox {
	border-bottom: 1px solid gray;
}

.hideElement {
	display: none;
}

.statsArrow {
	width: 16px;
	cursor: pointer;
	cursor: hand;
}

.commanderAbilitiesBox {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid gray;
}

.question_box {
	padding: 15px 10px 15px 10px;
	margin: 10px 5px 10px 5px;
	border: 1px solid gray;
	background-color: #2F2626;
}

.question_box label {
	font-size: 1.2em;
	color: red;
	margin-bottom: 5px;
	margin-top: 10px;
}

div.growlError { background: url('../img/stop.png') no-repeat 10px 0px }
div.growlError h1, div.growlError h2 {
	color: red; padding: 5px 5px 5px 75px; text-align: left
}

div.growlOK { background: url('../img/ok.png') no-repeat 10px -3px }
div.growlOK h1, div.growlOK h2 {
	color: green; padding: 5px 5px 5px 75px; text-align: left
}

div.send_box {
	border: 1px solid gray;
	padding: 20px 10px 20px 10px;
	margin-top: 20px;
}

/**
 * KAVELERIE
 */
div.cavalry_main_box {

	padding: 20px 20px 20px 20px;
	margin: 20px 20px 20px 20px;
	border: 1px solid gray;
	text-align: center;
}


/* REGISTRACE */
div .required_info {
	font-size: 1.15em;
	font-weight: bold;
}

div.school_box {
	border: 1px solid gray;
	background-color: #181818;
	margin-top: 20px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.15em;
}

table td.beginner_check {
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.1em;
	font-weight:bold;
}

div#topMenuBar {
	position: relative;
}
div#school_fast_help {
	position: absolute;
	top: -160px;
	left: 600px;
	color: red;
	border: 1px solid #FCFFB8;
	z-index: 100;
	padding: 10px 10px 10px 10px;
}

div#school_fast_help textarea{
	background-color: #FFDFEF;
	opacity: 0.7;
	margin-bottom: 3px;
}

div#school_fast_help h2 {
	color: #B8714C;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

button.submit {
	padding: 3px 5px 3px 5px;
	background-color: #EDE9E9;
}

/*
 * tinyTips
 */
.tinyTip    { width:325px; padding: 17px 0px 0px 0px; display: block; background: url(/img/tinyTip-top.png) 0px 0px no-repeat; }
.tinyTip .content    { padding: 0px 15px 0px 15px; font-size: 14px; font-family: "Lucida Sans Unicode"; color: #010101;  background: url(/img/tinyTip-content.png) 0px 0px repeat-y; }
.tinyTip .bottom     { height: 47px; background: url(/img/tinyTip-bottom.png) 0px 0px no-repeat; font: 0px/0px sans-serif; }


