/* www.webwizardry.net */
/* (c) 2008            */


body {
	background-color: #003;
}

/* header */

div#header {
	font-size: x-large;
	font-weight: bold;
	color: #003;
	background-color: #d0d0ff;
	margin: 10px;
	padding: 5px;
	text-align: center;
	letter-spacing: .3em;
}

/* search */

div#search {
	color: #003;
	background-color: #d0d0ff;
	margin: 10px 10px 0 10px;
	padding: 5px;
}
div#search table {
	margin: 0 auto 0 auto;
}
input#SearchButton {
	width: 7em; /* so different labels won't affect the total width, and therefore centering */
	margin-left: 3pt;
}
td#SearchTop {
	height: 2em;
	vertical-align: bottom;
	font-weight: bold;
}
td#SearchBottom {
	vertical-align: top;
	width: 24em;
	white-space: nowrap;
}
td#SearchBottom p#Description {
	white-space: normal;
}
a#SearchTitle {
	float: left;
	height: 1.5em;
	color: #00f;
}
a#SearchTitle:active {
	color: #003;
}

select#Extra {
	float: right;
}

/* new table */
table#SearchEngineTable {
	border-color: #003;
	border-style: solid;
	font-family: Verdana, sans-serif;
}
table#SearchEngineTable thead th {
	color: #fff;
	background-color: #008;
	font-size: x-small;
	font-weight: bold;
}
table#SearchEngineTable tbody td {
	color: #003;
	font-size: small;
}
table#SearchEngineTable tbody td.SearchEngine:hover {
	background-color: #aaf;
	cursor: pointer;
}
table#SearchEngineTable tbody td.SelectedSearchEngine {
	color: #fff;
	background-color: #00c;
	cursor: default;
}


/* links */

table#links {
	width: 100%;
	margin: 0;
}
table#links td {
	width: 25%;
	vertical-align: top;
	margin: 0 10px 0 10px;
	padding: 5px;
	color: #003;
	background-color: #d0d0ff;
}
table#login {
	width: auto;
	margin: 1em auto 0 auto;
}
table#login td {
	width: auto;
	margin: 0;
	padding: 0;
}

/* motd */

div#motd {
	color: #003;
	background-color: #d0d0ff;
	margin: 0 10px 10px 10px;
	padding: 5px;
}
div#motd h2 {
	margin: 0;
}
