* {
	box-sizing: border-box;
}
body {
 background-color:#FFFFCC;
 font-family:Arial,Sans-Serif;
 font-size:1em;	
 color:#000080;
 text-align: center;
}
#outertable  { 
 border-radius: 8px;
 text-align: left;
 width: 95%;
 margin: 12px auto;
 padding: 8px 12px;
 box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.7), 2px 2px 2px 1px rgba(255,255,255,0.95) inset;
}
#cookienotice {
 border-radius: 8px;
 background-color: rgba(255,0,0,0.3);
 padding: 8px 12px;
 box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.7), 2px 2px 2px 1px rgba(255,255,255,0.95) inset;
}
#topad {
 
}
h1  {
 font-weight:bold;
 font-size:1.7em;	 
}
.chead {
 margin-top: 0px;
}
h2  {
 font-weight:bold;
 font-size:1.3em;	 
}
a {
 color:#000000;
 text-decoration:none;
 white-space:nowrap;
}
a:hover {
 color:#0000CC;
}
.foinp {
 width:90%;
}
xmp,pre {
 overflow:auto;
}
a.dir:before { 
	content:url(dirlink.gif)" ";
}
a strong { 
	font-weight:normal;
}
a strong:before { 
	content:url(filelink.gif)" ";
}
img {
 border-width:0px;
}
#toolsubnavi {
 margin: 12px;
 text-align: center;
}
#toolsubnavi a {
display: inline-block;
border: 0px solid #000080;
border-radius: 8px;
padding: 4px 6px;
margin: 6px;
box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.7), 2px 2px 2px 1px rgba(255,255,255,0.95) inset;
 font-weight:bold;
}
#toolsubnavi a:hover,#toolsubnavi a:focus,#toolsubnavi a:active {
 box-shadow: -2px -2px 2px 1px rgba(0,0,0,0.7), -2px -2px 2px 1px rgba(255,255,255,0.95) inset;
 color:#000080;
 background-color:rgba(255,255,255,0.5);
} 
@media (min-width:535px) {
	#outertable  { 
	 border-radius: 8px;
	 text-align: left;
	 font-size:13px;	
	 width:535px;
	 margin: 12px auto;
	 padding: 8px 12px;
	 box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.7), 2px 2px 2px 1px rgba(255,255,255,0.95) inset;
	}
	.foinp {
	 width:70%;
	}
}
input[type=submit] {
	font-size: larger;
	display: inline-block;
	border: 0px solid #000080;
	border-radius: 8px;
	padding: 4px 6px;
	margin: 6px;
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.7), 2px 2px 2px 1px rgba(255,255,255,0.95) inset;
	font-weight: bold;
	background-color: #f39d1d;
	width: 97%;
}
input[type=submit]:focus,
input[type=submit]:active {
	box-shadow: -2px -2px 2px 1px rgba(0,0,0,0.7), -2px -2px 2px 1px rgba(255,255,255,0.95) inset;
}
