/* ------------------------------- general ------------------------------------------ */
html, body { 
    margin: 0; 
    padding: 0; 
    text-align: center;
}
body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 100.01%;
    line-height: 120%;
    color: #151515;
    background: white;
    text-align: center;
}
td, th {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

A.move:link    {COLOR: #D86C00; TEXT-DECORATION: none;}
A.move:active  {COLOR: #D86C00; TEXT-DECORATION: none;}
A.move:hover   {COLOR: #D86C00; TEXT-DECORATION: underline;}
A.move:visited {COLOR: #D86C00; TEXT-DECORATION: none;}

A.moveOn:link    {COLOR: #008000; FONT-WEIGHT: bold; TEXT-DECORATION: none;}
A.moveOn:active  {COLOR: #008000; FONT-WEIGHT: bold; TEXT-DECORATION: none;}
A.moveOn:hover   {COLOR: #008000; FONT-WEIGHT: bold; TEXT-DECORATION: underline;}
A.moveOn:visited {COLOR: #008000; FONT-WEIGHT: bold; TEXT-DECORATION: none;}

A.nor:link        {FONT-SIZE: 15px; COLOR: #000066; FONT-WEIGHT: bold;}
A.nor:visited     {FONT-SIZE: 15px; COLOR: #000066; FONT-WEIGHT: bold;}
A.nor:active      {FONT-SIZE: 15px; COLOR: #000066; FONT-WEIGHT: bold;}
A.nor:hover       {FONT-SIZE: 15px; COLOR: #990000; FONT-WEIGHT: bold;}

a.whitewinheader  {border: solid 1px #000000; display: inline; background-color:white;   margin: 0; text-align: center; color: #000000; border-right:none;}
a.drawheader      {border: solid 1px #828282; display: inline; background-color:#828282; margin: 0; text-align: center; color: #FFFFFF; }
a.blackwinheader  {border: solid 1px #000000; display: inline; background-color:black;   margin: 0; text-align: center; color: #FFFFFF; }

a.blackwinbox     {float:right; clear:none; margin: 0;text-align:center; vertical-align:middle; font-size:0.8em;position:relative;background-color:black;height:15px;
									 border:1px solid #000;color:#FFFFFF}
a.drawbox         {float:right; clear:none; margin: 0;text-align:center; vertical-align:middle; font-size:0.8em;position:relative;background-color:#828282;height:15px;
									 border:1px solid #828282;border-right:none;border-left:none;color:#FFFFFF}
a.whitewinbox     {float:right; clear:none; margin: 0;text-align:center; vertical-align:middle; font-size:0.8em;position:relative;background-color:white;height:15px;
									 border:1px solid #000;border-right: 1px solid #828282;color:#000000}
a.transparentbox  {float:right; clear:none; margin: 0;text-align:center; vertical-align:middle; font-size:0.8em;position:relative;background-color:white;height:15px;
									 border:1px solid #FFF;color:#FFFFFF}

form {
  margin:0;
  padding:0;
}

.inv {
    visibility: hidden;
    font: 14px Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
}

.feninput {
   font-family:monospace;
}

.lastmove {
   font-weight: normal;
   font-size: 12px;
   display: inline;
   text-align: left;
}

.indexlabel { 
		width: 8em;
		float: left;
		text-align: left;
		margin-right: 0.5em;
		display: block;
		font-weight: bold;
		vertical-align:top;
}

fieldset { 
    padding: 1em;
		margin: 0 0 0.1em 0;
		text-align: left;
		vertical-align:top;
}

a.ltviewer 		   {color:#000000; text-decoration: none}
a.ltviewer:hover {color:#FFFFFF; background-color:#808080}
td.ltviewer  		 {text-align:left; vertical-align:top; font-size:10pt; font-family:Verdana; }
img.ltviewer  	 {position:relative}

/* ------------------------------- navi ------------------------------------------ */

#navi_top {
    color: #D8D8D8;
    white-space: nowrap;
    border-bottom: 1px solid #999999;
    text-align: center;
    font: 26px Arial, Helvetica, Verdana, sans-serif;
    padding: 0;
    margin: 0 0 0.3em 0;
    background: #ffffff;
    border-bottom: none;
}
#navi_top span {
    font-weight: bold;
    padding: 0 3px;
    color: #666666;
}
#navi_top a {
    background: #eeeeee;
    color: #000000;
    text-decoration: none;
}
#navi_top a:hover,
#navi_bottom a:hover {
    background: #333333;
    color: #ffffff;
}
#navi_top ul,
#navi_top ul li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    color:  #000000;    
}
#navi_top ul {
    text-align: center; 
}
#navi_top ul li.first {
    background: none;
}
#navi_top a {
    padding: 0.1em 0.3em;
    margin-left: 10px;
    color:  #000000;
    background: transparent;
}
#navi_top span{
    display: none;
}
#navi_top .erste_zeile {
    margin: 0;
    white-space: nowrap;
    padding: 0.3em 0.2em;
}
#navi_top .firstline {
    background: #ffffff url("/images/background.gif") repeat-x 0 -5px;
    border-bottom: #d6d6d6 0.1em solid;
}
#navi_top .boldtext {
    font-weight: 700;
}
#navi_top .secondline a {
    color: #003399;
}
#navi_top .secondline ul {
   list-style-type: none;
}
#navi_top .secondline {
    margin: 0;
    white-space: nowrap;
    padding: 0.3em 0.2em;
    font: 20px Arial, Helvetica, Verdana, sans-serif;    
    list-style: none;
    background: #ffffff url("/images/background.gif") repeat-x top left;
    border-bottom: #d6d6d6 1px solid;
}
 #navi_top .secondline a:hover {
    color: #ffffff;
}

/* ------------------------------- tabmenu ------------------------------------------ */

#tabmenu {
	color: #000000;
	border-bottom: 1px solid #d6d6d6;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	text-align: center;    	}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }

#tabmenu a, a.active {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid black;
	border-bottom: none;
	padding: 2px 5px 0px 5px;
	text-decoration: none; }

#tabmenu a.active {
	color: #000000;
  	font-weight: bold;
  	background: #E0E0E0;
	border-bottom: 1px solid #E0E0E0; }

#tabmenu a:hover {
	background: #000000;
	color: #FFFFFF; }

#tabmenu a:visited {
	 }

#tabmenu a.active:hover {
	background: #000000;
	color: #FFFFFF; }

#content {
	text-align: center;
	padding: 0px;
	border-top: none;
	z-index: 2;	}

/* ------------------------------- content ------------------------------------------ */

#content a {
}

#content a:hover { background: #898B5E; }

/* ------------------------------- result table ------------------------------------------ */

.result-table
{
  padding: 0;
  margin: 0;
  margin-left:auto; 
  margin-right:auto;
  border-collapse: collapse;
  border: 0.1em solid #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  text-align: left;
  color: #000;
}

/*
.result-table a:link
{
  color: blue;
}

.result-table a:visited
{
  color: black;
}
*/

.result-table a:hover
{
  background-color: #2a4763;  
}

.result-table caption
{
  caption-side: bottom;
  font-size: 1.5em;
  text-align: right;
  padding: 0.5em 0;
}

.result-table th
{
  padding: 0.5em;
  border: 0.1em solid #333;
  font-size: 1em;
  background-color: #E0E0E0;  
}

.result-table th.left
{
  padding: 0.3em;
  font-size: 1.5em;
}

.result-table th.leftnoborder
{
  border: 0;
  padding: 0.3em;
  font-size: 1.2em;
}

.result-table th.right
{
  border: 0;
  padding: 0.3em;
  text-align: right;
  font-size: 1.2em;  
}

.result-table td
{
  border: 0.1em solid #666;
  padding: 0.3em;
  color: #000;
}

.result-table td.right
{
  text-align: right;
}

.result-table tr.alt th, .result-table tr.alt td
{
  color: #E8E8E8;
}

.result-table tr:hover td
{
  background-color: #C0C0C0;
}

/* ------------------------------- stats table ------------------------------------------ */

.stats-table
{
  padding: 0;
  margin: 0;
  margin-left:auto; 
  margin-right:auto;
  border-collapse: collapse;
  border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
}

.stats-table caption
{
  caption-side: bottom;
  font-size: 1.5em;
  text-align: right;
  padding: 0.5em 0;
}

.stats-table th
{
  border: 0.1em solid #666;
  padding: 0.5em;
  background-color: #E0E0E0;
  text-align: left;
  font-weight: bold;
}

.stats-table th.rborder
{
  border-right: 0.1em solid;
}

.stats-table th.right
{
  text-align: right;
}

.stats-table th.center
{
  text-align: center;
}

.stats-table th.rightnoborder
{
  border: 0px;
  padding: 0.5em;
  text-align: right;
}

.stats-table th.leftnoborder
{
  border: 0px solid #666;
  text-align: left;
}

.stats-table td
{
  border: 0.1em solid #666;
  padding: 0.5em;
  text-align: left;
}

.stats-table td.noborder
{
  border: 0;
}

.stats-table td.right
{
  text-align: right;
}

.stats-table td.rightrborder
{
  border-right: 0.1em solid;
  text-align: right;
}

.stats-table td.leftrborder
{
  border-right: 0.1em solid;
}

.stats-table td.bold
{
  font-weight: bold;
}

.stats-table td.boldrborder
{
  border-right: 0.1em solid;
  font-weight: bold;
}

.stats-table td.rightbold
{
  font-weight: bold;
  text-align: right;  
}

.stats-table td.rightboldrborder
{
  border-right: 0.1em solid;
  font-weight: bold;
  text-align: right;  
}

.stats-table tr.alt th, .stats-table tr.alt td
{
  color: #2a4763;
}

/* ------------------------------- explorer-frame-table ------------------------------------------ */
.explorer-frame-table
{
 width:700;
 border-collapse:collapse;
 border:0;
 margin-left: auto;
 margin-right: auto;
} 
.explorer-frame-table td
{
 vertical-align: top;
}

/* ------------------------------- currentfics table ------------------------------------------ */

.currentfics-table
{
  padding: 3;
  margin: 0;
  margin-left:auto; 
  margin-right:auto;
  border: 0;
  border-spacing : 3;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #000;
}

.currentfics-table td
{
  text-align: left;
  padding: 3;  
}

.currentfics-table td.right
{
  text-align: right;
  padding: 3;    
}

/* ------------------------------- eco table ------------------------------------------ */

.eco-table
{
  padding: 0;
  margin: 0;
  margin-left:auto; 
  margin-right:auto;
  border-collapse: separate;
  border: 0;
  border-spacing: 20pt 1pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-align: left;
  color: #000;
}

.eco-table td
{
  padding: 0.2em;
}

/* ------------------------------- move table ------------------------------------------ */

.move-table {
padding: 0.2em;
margin: 0;
border : 0;
color : #000;
width: 540px;
}
.move-table a:link {
color : blue;
text-decoration : underline;
}
.move-table a:visited {
color : black;
}
.move-table a:hover {
text-decoration : none;
}
.move-table caption {
caption-side : bottom;
font-size : 1.5em;
text-align : right;
padding : 0.5em 0;
}
.move-table th {
padding : 0.5em;
font-size : 1em;
}
.move-table th.left {
padding : 0.3em;
font-size : 1.5em;
}
.move-table th.leftnoborder {
padding : 0.3em;
font-size : 1.2em;
}
.move-table th.right {
padding : 0.3em;
text-align : right;
font-size : 1.2em;
}
.move-table td {
color  : black;
text-decoration : none;
text-align: left;
width  : auto;
margin : 12px; 
}
.move-table td.right {
text-align: right;
}
.move-table td.sanmove {
color : black;
text-decoration : underline;
}
.move-table td.boxdraw {
float : right;
text-align : center;
position : relative;
height : 15px;
border : 1px solid #000;
color : black;
}
.move-table td.right {
text-align : right;
} 

