/*
	CSS stylesheet created by Winfried Huslik
	Target www.fmdiff.com
	Copyright 2005 Huslik Verlag GmbH
	Version 2005-10-21
*/

html, body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}
html, body, h3, div#left, div#logo {
	color: #000;
	background: #fff9dd;
}
html, body, h1, h2, h3, p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, sans-serif;
}
h1, h2 {
	margin-top: 0;
	padding-top: 0;
}
h3 {
	color: #09f;
	margin-bottom: -0.2em;
}
abbr {
	color: #00f;
	background: inherit;
}
div#left {
	position: fixed;
	margin-top: 6px;
	margin-left: 12px;
	width: 180px;
	color: #09f;
}
div#logo {
	height: 131px;
	width: 170px;
	background: url("../resources/FMDiff3Logo170.png") no-repeat 2px 8px;
}
div#try {
	height: 66px;
	width: 180px;
	background: url("/resources/try.png") no-repeat;
}
#menu a {
	width: 176px;
	list-style: none;
	display: block;
	padding: 0 0 0.1em 0.4em;
	border-top: 1px solid #cc9;
}
div#madeby {
	margin-top: 30px;
}
.li {
	list-style: none;
/*	display: list-item; */
	clear: right; 
}
#fsa {
	border: 0;
	width: 180px;
	height: 65px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#webring {
	border: 0;
	width: 230px;
	height: 60px;
}
a {
	text-decoration: none;
}
a:link {
	color: #c70;
	background: inherit;
}
a:visited {
	color: #93c;
	background: inherit;
}
a:hover {
	background: #fc0;
	color: #000;
}
a#current {
	background: #cc9;
	color: #000;
}
a#dummy {
	padding: 0 0 0 0.4em;
}
div#main {
	position: absolute;
	top: 10px;
	left: 214px;
	right: 12px;
}
div#releaseNotes {
	margin: 10px
}
.red {
	color: #b00;
	background: inherit;
}
.grey {
	color: #999;
	background: inherit;
	font-size: 0.85em;
}
.center {
	display: block;
	text-align: center;
}
input {
	font-size: 1em;
}
.error {
	font-size: 0.9em;
	color: red;
	background: inherit;
}
#notifyme {
	width: 120px;
	color: #000;
	background: #9c3;
}
.pre {
	white-space: pre;
}
blockquote.box, table.box {
	margin: 0px;
	border: #f99 1px solid; 
}
blockquote.box, table.box, .box {
	padding: 0 0 0 1em;
	color: inherit;
	background: #eef;
}
.middle {
	vertical-align: middle;
}
.lblue {
	background:#def;
}

.c, .cb {
	font-family: "Courier New", Courier, monospace;
}
.bo, .cb {
	font-weight: bold;
}
.w15 {width:15%;}
.w20 {width:20%;}
.w25 {width:25%;}
.w50 {width:50%;}
.w75 {width:75%;}
.w80 {width:80%;}
.w85 {width:85%;}
.w15,.w20,.w25,.w50,.w75,.w80,.w85 {
	text-align: left;
	vertical-align: top;
}

.lin {
	border-collapse:collapse;
	border-top: 2px solid orange;
}

/* for Difference Report */
.coldel, .colmod, .coladd { font-weight: bold;}
.coldel { background: #f30;}
.colmod { background: #fe3;}
.coladd { background: #cf3;}
