/**
 * $Id: $
 * 
 * FontLister Simple Layout
 *
 */

body, p, table, tr, th, td, div, span {
	font-family: Verdana, Sans-serif;
	font-size: 13px;
}

img {
	border-width: 0;
}

h1, h2, h3 {
	font-family: Arial;
	letter-spacing: -0.05em;
	font-weight: normal;
}

h1 {
	margin-bottom: 0px;
	border-bottom: 1px solid #CCCCCC;
}

div.sub {
	text-align: right;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	display: none;
}

div.h {
	font-size: 32px;
	font-style: italic;
	font-family: Trebuchet MS;
	letter-spacing: -0.125em;
}

span.av { /* application version */
	color: #336699;
	font-weight: bold;
	border-bottom: 1px dashed #dddddd;
}

font.sfv { /* scheduled for version */
	color: #0080FF;
	font-weight: bold;
}

#req { /* required */
	color: red;
}

p.rsp { /* response */
	color: #006600;
	border: 1px dashed #CCCCCC;
	padding: 4px 4px 4px 4px;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.top {
	background-color: #dddddd;
	border-bottom: 1px solid #666666;
	width: 100%;
	padding: 8px;
}

td.m {
	font-size: 10px;
	font-weight: bold;
}

div.menubackground {
	z-index: 1;
	position: relative;
}

table.contents {
	margin-top: -64px;
	position: relative;
	z-index: 1;
}

div.contents {
	position: relative;
	z-index: 1;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	border-right: 1px solid #CCCCCC;
	text-align: justify;
}

table.nb, tr.nb, td.nb { /* no borders */
	border-collapse: collapse;
	border-spacing: 0px;
}

table.bottom {
	border-top: 1px dashed #CCCCCC;
	width: 100%;
}

table.i { /* inner table */
	border-bottom: 1px solid #999999;
}

td.bm { /* bottom */
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}

tr.d, td.d { /* dark */
	background-color: #EEEEEE;
}

td.thb {
	font-size: 10px;
	color: #993333;
}

th {
	background-color: #EEEEEE;
	border-top: 1px solid #999999;
	border-bottom: 2px solid #666666;
}

ul {
	padding-right: 32px;
	font-size: 10px;
}

li {
	padding-bottom: 8px;
}

li.done { /* done; item on wishlist developed */
	color: #999999;
}

li.active { /* active; item on wishlist under development */
	color: #990000;
}

li.version { /* version; item implemented in this version */
	color: #0080FF;
}

tr.hl {
	background-color: #f0fff0;
}

tr.ftr {
	background-color: #999999;
	color: white;
}

td.q { /* question */
	color: #660000;
}

td.a { /* answer */
	color: #006600;
	text-align: justify;
	padding-bottom: 16px;
}

td.tbrd { /* top border */
	border-top: 3px double #336633;
}

td.tbbrd { /* top/bottom border */
	border-top: 1px solid #336633;
	border-bottom: 1px solid #336633;
}

td.bbrd { /* bottom border */
	border-bottom: 3px double #336633;
}

td.bsbrd { /* bottom single border */
	border-bottom: 1px solid #336633;
}

input.text {
	font-family: Monospace;
}

input.button {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
}

tt {
	font-family: "Lucida Console", "Andale Mono", Monospace;
	font-size: 10px;
}

div.date {
	font-weight: bold;
	background-color: transparent;
	color: green;
}

div.err { /* error */
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-left-width: 8px;
	border-left-color: red;
	padding: 12px;
	color: red;
	font-weight: bold;
	font-size: 10px;
}

div.ok { /* ok */
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-left-width: 8px;
	border-left-color: green;
	padding: 12px;
	color: green;
	font-weight: bold;
	font-size: 10px;
}

div.tiny {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	text-align: justify;
}

a.button {
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-serif;
	background-color: #dddddd;
	border: 1px ridge #333333;
	padding: 8px;
	width: 100%;
}
