/* CSS Document */
body {
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	text-align:center;
	min-width:740px;
	
	}
#wrapper {

	margin-top: 20px;
	text-align: left;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}	
#main {
	
	width: 740px;
	
	}
	
label.fixedwidth {
	display: block;
	width: 150px;
	float: left;
}

fieldset {
	padding: 10px;
	}
legend {
	color:#FFFFFF;
	}
a {
	color:#FFFFFF;
	}	
.buttonarea input {
	background: black;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 1px solid white;
	}
	
.buttonarea {
	text-align: center;
	padding: 4px;
	}
#bottommenu ul {
margin-top:20px;
	
	padding: 5px;
	text-align:center;
}

#bottommenu li {
	display: inline;
	font-size:9px;
}

#bottommenu a, #bottommenu a:link, bottommenu a:visited {
	text-decoration:none;
	color:#FFFFFF;
}	


table.display {
	border-collapse: collapse;
	font-size: small;

	}
table.display td {
	border: 1px solid #FFFFFF;
	padding: 7px;
	}
td.topline{
	background-color: #000000;

	}
td.picture {
	text-align:center;
	vertical-align:middle;
	}
td.more {
	
	text-align: right;
	border-bottom:1px solid #000000;
	border-right: 1px solid #000000;
	}
#table_wrapper {
	padding-top: 12px;
	}
