/* -*- mode:css; tab-width: 8 -*- */
div.footer {
	padding-left:		0.5em;
	padding-right:		0.5em;
	color:			black;
	background:		#EEEEEE;
	border-top:		1px solid black;
}

div.footer hr {
	visibility:		hidden;
}

table.wip td {
	vertical-align:		top;
}

table.ml {
	background:		rgb(255,243,204);
	font-weight:		bold;
	width:			100%;
}

tr.mlwarn {
	background:		rgb(255,204,51);
	font-weight:		bold;
	text-align:		center;
}

tr.row1 {
	background:		rgb(255,230,152);
}

tr.row2 {
	background:		rgb(255,243,204);
}

td.title {
	color:			rgb(153,153,153);
	font-weight:		bold;
	font-style:		italic;
	font-size:		x-large;
	text-align:		center;
}

div.sellang {
	color:			rgb(51,102,255);
	font-weight:		bold;
	font-size:		x-small;
	font-family:		helvetica,verdana,sans-serif;
}

div.sellang a {
	font-weight:		normal;
}

div.sellang a:hover {
	background:		rgb(255,204,51);
}

td.wipthead {
	background:		rgb(238,238,238);
	color:			rgb(51,102,255);
	font-size:		large;
	font-weight:		bold;
	padding-left:		2em;
	padding-right:		2em;
}

tr.menubar {
	font-family:		helvetica,verdana,sans-serif;
	font-size:		small;
	font-weight:		bold;
}

tr.menubar a {
	font-weight:		normal;
	text-decoration:	none;
}

tr.menubar a:hover {
	background:		rgb(255,243,204);
	text-decoration:	underline;
}

tr.menubar b {
	color:			rgb(51,102,255);
	font-family:		serif;
	font-size:		medium;
	font-weight:		bold;
}

h2 {
	color:			rgb(51,102,255);
}

h4 {
	color:			rgb(51,102,255);
}

font.blue {
	color:			rgb(51,102,255);
}

body {
	color:			black;
	background:		white;
}

b.unmaintained {
	color:			rgb(255,0,0);
	font-weight:		bold;
	font-size:		large;
	text-align:		center;
}
