<!--

/* HTML-Comment Tags added by Molt */

/* stamm.css */
a:link	{ font-weight:bold; color: #804000; text-decoration:none; }
a:visited	{  font-weight:bold; color: #804000; text-decoration:none; }
a:active	{  font-weight:bold; color: #0082BE; text-decoration:none; }
a:hover { font-weight:bold; color: #0082BE; text-decoration:none; }
td		{ font-size:9pt; }
.hidden { color:#DED3B9; }
table.main { background-color:#F1EBDD; background-image:url(graphic/background/content.jpg); border:1px solid #804000;}
table.news { background-color:#F1EBDD; }
.in_border { background-color:#F1EBDD; text-align:left;}

span.timer_replace span { display:none; }

form { margin: 0px; }
p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child,
	h5:first-child, h6:first-child, h1+p, h2+p, h3+p, h4+p, h5+p, h6+p { margin-top: 0px; }

table.blind { border-spacing:0px; }
table.blind td { padding: 0px; }

table.left { float: left;}
table.vis {border-collapse:separate;}
table.vis td { background-color:#F7EED3; }
table.vis td.selected { background-color:#F0D49A; }
table.vis td.no_bg { background-color:transparent; }
table.vis td.align_right { text-align:right; }
table.vis tr.nowrap td { white-space:nowrap; background-color:#F7EED3; background-image:none;}
table.vis tr.units_home td { background-color:#F6EBCA; background-image:none;}
table.vis tr.units_there td { background-color:#FBF4DD; background-image:none;}
table.vis tr.units_away td { background-color:#F7EED3; background-image:none;}
table.vis tr.units_moving td { background-color:#FBF4DD; background-image:none;}
table.vis tr.row_a td { background-color:#F6EBCA; background-image:none;}
table.vis tr.row_b td { background-color:#FBF4DD; background-image:none;}
table.vis tr.edit_player_colors td{ background-image:none;}

tr.nowrap td { white-space:nowrap; }

table.intro td { background-color:#F8F4E8; line-height:1.5em; padding:6px;   font-size:8pt}

/* Tooltips Waffenkammer (mootools) */
.tool-tip{
	width:250px;
	background-color:#F8F4E8;
	z-index:9999;
}
#tooltip {
	background-color: #F1EBDD;
	background-image: url(graphic/background/content.jpg);
	border: 2px solid #804000;
	max-width: 300px;
	min-width: 75px;
	opacity: 1;
	padding: 0px;
	position: absolute;
	z-index: 30000;
}
#tooltip h3 {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 0px;
}
#tooltip .body {
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	margin: 0px;
}
.tool-title{
	background-color:#DED3B9;
	font-weight:bold;
	padding:2px;
}
.tool-text{
	padding:5px;
}

/* Menüleiste */
table.menu, ul.quickbar {
	border: 1px solid;
	border-color:#997733 #FFDD99 #FFEECC #BB9955;
	background-repeat: repeat-x;
	background-color: #F7EED3;
}

ul.quickbar{
	border-spacing:1px;
	list-style-type:none;
	padding:0;
	margin:0;
}

/* Top-Menu-Item mit Hover */
table.menu tr td  {
	padding: 0px; padding-left: 4px; padding-right: 4px;
	margin: 0px;
	white-space: nowrap;
	background-color: #F7EED3;
	background-repeat: repeat-x;
	border-collapse: collapse;
}

table.menu table.menu_column tr, table.menu table.menu_column td {
	background-image: none;
	background-color: #FFF4DE;
}

ul.quickbar li {
	background: transparent;
}

.content-border {
	border:1px solid;
	border-color:#994c00 #603000 #552a00 #804000;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	direction:ltr;
}

.navi-border {
	border:1px solid;
	border-color:#ffeecc #bb9955 #997733 #ffdd99;
	padding: 0;
	margin: 0;
}

.navi-border td, .main-border td, .content-border td {
	margin: 0;
	padding: 0;
}
.main td{padding:2px;} /* Must follow navi-border td otherwise no padding in Opera */

.luck{border: 1px solid black;}
.luck td {padding:0;}

/* Quickbar MenuItem */
ul.quickbar li{
	padding-top: 0px; padding-bottom: 0px;
	display:inline;
}

/* Das gesamte Untermenu */
table.menu tr td table {
	z-index:100;
	position:absolute;
	border-top: 1px solid black;
	margin-left: -5px;
	visibility: hidden;
}

/* Das gesamte Untermenu in sichtbar */
table.menu tr td:hover table, table.menu tr td.hover table {
	visibility: visible;
	z-index:9999;
	direction: ltr;
}

/* Ein Untermenupunkt */
table.menu tr td table tr td {
	border: 1px solid black;
	border-top: none;
}
/* Ein Link in einem Untermenupunkt */
table.menu tr td table tr td a{
	display: block;
	width: 100%;
}
/* the following two blocks are retrieved from http://www.tribalwars.nl/css/game/stamm.css */
table.layout, table.layout tr td {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.menu_block_right {
    margin: 0;
    margin-left: auto;
    border-collapse: collapse;
    text-align: right;
}

/* Forum */
.forum { display:inline-block; background-color:#F1EBDD; margin-bottom:4px; padding:1px; border:1px solid #000; white-space:nowrap; line-height:150%; }
.selected { background-color:#FADC9B;}

.shared_forum { display:inline-block; background-color:#DDDDDD; margin-bottom:4px; padding:1px; border:1px solid #000; white-space:nowrap; line-height:150%; }
.shared_selected { background-color:#b7c3c9;}
input.answer { margin-bottom:4px; }

table.map_container { background-color: #DDCCAA; border: 1px solid #000000; direction:ltr;}
table.map td { font-size:8pt; text-align:center; vertical-align:middle;padding:0;}
table.map div.lay1 { position:absolute;z-index:1;text-align:right; }

#info_bonus_image{background-image:url(graphic/background/content.jpg);}

td.space-left { border-left:1px solid #214B18; } /* zwischen normalen Feldern */
td.space-bottom { border-bottom:1px solid #214B18; }
td.border-left { border-left:1px solid #103530; } /* "Sektorgrenzen" S1/S2/S6 */
td.border-bottom { border-bottom:1px solid #103530; }
td.sector-left { border-left:1px solid #DED3B9; } /* Sektorgrenzen */
td.sector-bottom { border-bottom:1px solid #DED3B9; }

round-position: -48px -24px; } #mp_unlock 

td.space-left-new {}
td.space-bottom-new {}
td.border-left-new { border-left:1px solid #214B18; }
td.border-bottom-new { border-bottom:1px solid #214B18; }
td.sector-left-new { border-left:1px solid #DED3B9; }
td.sector-bottom-new { border-bottom:1px solid #DED3B9; }
td.con-left-new { border-left:1px solid #000000; }
td.con-bottom-new { border-bottom:1px solid #000000; }

tr.center td { text-align:center; }
tr.lit td { font-weight:bold; background-color:#F0D49A; background-image:none;}
tr.lit2 td { font-weight:bold; background-color:#F0E6C8; background-image:none;}
tr.admin td { background-color:#F0E6C8; }
tr.mini td { font-style: italic; font-size: x-small }
th		{ font-size:9pt; text-align: left; font-weight:bold; background-color:#DFCCA6; }
.top_background { background-image: url(graphic/index/bg-top.jpg); background-repeat: repeat-x; height: 27px; width: 100%; position: absolute; top:0; z-index: -1; }
body	{ background-color: #d2c09e; background-image:url(graphic/background/bg-tile.jpg); font-size:9pt; font-family: Verdana, Arial; width:100%; margin: 0; }
/* !!! ACHTUNG !!! 'Wenn css nicht als UTF-8 gespeichert, dann wird dies hier kaputt gehen !!! */
h1		{ font-size:16pt;}
h2		{ font-size:14pt;}
h3      { font-size:12pt; font-weight:bold; }
h4      { font-size:10pt; font-weight:bold; font-style:italic; margin-bottom:4pt}
h5      { font-size:10pt; font-weight:bold; margin-bottom:2pt}
img   { border: none; }
img.middle { vertical-align:middle; }

.grey  { color: gray; }
.warn  { color: rgb(220, 0, 0); }
.error { color: rgb(180, 0, 0); font-weight:bold; }
.inactive { color: #C5A76B; }
.nowrap { white-space: nowrap; }
.small { font-size: xx-small; }

hr {
	border-color : #997733 transparent #FFEECC transparent;
	border-width : 1px 0;
	border-style : solid;
}

table.box {
	background-color:#F7EED3;
	background-repeat: repeat-x;
	border: 1px solid;
	border-color:#997733 #FFDD99 #FFEECC #BB9955;
	vertical-align: middle;
}

table.box tr td { white-space:nowrap; }

input, select { font-size: 8pt; /*background-color:#FDFBF3;*/ }

input.attack { background-color: rgb(250, 210, 210) }
input.support { background-color: rgb(210, 250, 210) }

input.check { margin:0px; margin-right:5px; }

table.quote td.quote_author { font-weight: bold; font-size: 8pt; }
table.quote td.quote_message { background-color:#FFFFFF; font-size: 8pt; }

.post { border: 2px solid #804000; background-color: #f8f4e8; padding:0px; margin-bottom:5px;}
.igmline { background-color:#efe6c9; padding-left:4px; border-bottom:1px solid #804000; position:relative;}
.text { padding:6px; }
.date { font-size:x-small; right:5px; position:absolute;}
.right { right:5px; position:absolute; }

#igm_groups { position:absolute;z-index:100; border: 2px solid #804000; background-color:#efe6c9;}
#igm_groups td { padding:2px; }

#bb_sizes { position:absolute;z-index:100; border: 2px solid #804000; background-color:#efe6c9; top: 24px; left: 200px;}
#bb_sizes td { padding:2px; }

#bb_color_picker { position:absolute;z-index:100;border:2px solid #804000; background-color:#efe6c9; top:24px; left:220px;}
#bb_color_picker_tones {padding:4px; border-bottom:2px solid #804000; height:86px;}
#bb_color_picker_colors {padding:4px; border-bottom:2px solid #804000; height:18px;}
#bb_color_picker_colors div { float:left; border-top:1px solid black; border-left:1px solid black; width:16px; height:16px; cursor:pointer}
#bb_color_picker_tones div { float:left; border-top:1px solid black; border-left:1px solid black; width:16px; height:16px; cursor:pointer}
#bb_color_picker_50,#bb_color_picker_51,#bb_color_picker_52,#bb_color_picker_53,#bb_color_picker_54,#bb_color_picker_55 {border-bottom:1px solid black;}
#bb_color_picker_55,#bb_color_picker_45,#bb_color_picker_35,#bb_color_picker_25,#bb_color_picker_15,#bb_color_picker_05 {border-right:1px solid black;}
#bb_color_picker_c0,#bb_color_picker_c1,#bb_color_picker_c2,#bb_color_picker_c3,#bb_color_picker_c4,#bb_color_picker_c5 {border-bottom:1px solid black;}
#bb_color_picker_c5 {border-right:1px solid black;}
#bb_color_picker_preview {margin:2px;border:1px solid black; height:16px; width:104px;background:#f7eed3;text-align:center}
#bb_color_picker_tx {width:64px}
#bb_color_picker_ok {}

#igm_to { position:absolute; z-index:1; border: 2px solid #804000; background-color:#DED3B9;}
#igm_to_content { background-color:#efe6c9; height: 250px; width:200px; overflow:auto}
#igm_to td { padding:2px; }

#box{
color:black;
background-color : #F8F4E8;
width:100%;
height:200px;
text-align:left;
padding : 0px;
overflow:auto;
position:relative;
}

#inline_popup {
	border: 2px solid #804000;
	background-color:#ded3b9;
	position:absolute;
	display: none;
	width:298px;
	z-index:5;
}
#inline_popup_menu{
	width:100%;
	text-align:right;
}
#inline_popup_main{
	overflow:auto;
	height:300px;
	width:288px;
	background-image: url(graphic/background/content.jpg);
	padding:3px;
}

ul.help{padding-left:1px; margin-left:0px}
li.help{list-style-type:none; background-color:#DED3B9; margin:2px; padding-left:8px; padding-top:4px; padding-bottom:4px;}

ul.help li.help ul.help li.help{ background-color:#F1EBDD; }
ul.help li.help ul.help li.help ul.help li.help { background-color:#F8F4E8; }
/*ul.help ul.help ul.help{background-color:#F8F4E8;}*/

ul.submenu{padding-left:1px; margin-left:0px}
li.submenu{list-style-type:none; margin:2px; padding-left:8px; padding-top:4px; padding-bottom:4px;}

a.sel { color:#0082BE; text-decoration:underline;}

.bonus_icon{background-image:url(graphic/overview/bonus_icons.png);width:14px;height:14px;display:inline-block;margin-left:2px;}
.bonus_icon_1{background-position:0 0}
.bonus_icon_2{background-position:0 112px}
.bonus_icon_3{background-position:0 98px}
.bonus_icon_4{background-position:0 28px}
.bonus_icon_5{background-position:0 70px}
.bonus_icon_6{background-position:0 56px}
.bonus_icon_7{background-position:0 42px}
.bonus_icon_8{background-position:0 84px}
.bonus_icon_9{background-position:0 14px}


.server_info{
	font-size: 7pt;
	margin-top:0px;
	margin-bottom:0px;
}

.hide_toggle{display: none; margin-left:-1px;}
.show_toggle{display: inline;}

/* Karte */
.map_container * {
	direction:ltr;
}
/* retrieved from http://nl4.tribalwars.nl/css/game/stamm.css */
#combined_table th { text-align: center; }
.luck{border: 1px solid black;}
.luck td {padding:0;}

-->