/*	background-image: url(FBROOT/img/bgblend.png);
*/
body
	{
	color: white;
	background-color: black;
	background-repeat: repeat-x;
	font-family: verdana,arial,courier;
	font-size: small;
	}
h2
	{
	text-align: center;
	}
a
	{
	font-weight: bold;
	color: #00f;
	}
td, th
	{
	font-family: verdana,arial,courier;
	font-size: x-small;
	border: none;
	}
/*	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
*/
input, select
	{
	border: 1px solid #778;
	background-color: #fff;
	color: #000;
	}
.dropdown
	{
	display: table-cell;
	position: absolute;
	white-space: nowrap;
	z-index: 99;
	}
.show
	{
	display: block;
	}
.hide
	{
	border: none;
	display: none;
	}
.button
	{
	border: none;
	background-color: inherit;
	color: #00f;
	text-decoration: underline;
	display: block;
	cursor: pointer;
	}

