body {
	margin: 8mm;
	margin-top: 0mm;
    font-family: Arial;
	background-image: url('/images/bg.png');
	color: silver;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

a, a:visited {
	color: #696969;
}

a:hover {
	color: #c0c0f0;
}

div.clear {
	clear: both;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#header {
}

#main_menu {
	text-align: center;
	white-space: nowrap;
}

#main_menu a {
	vertical-align: middle;
	display: inline-block;
	height: 35px;
	padding: 15px;
	padding-bottom: 0px;
	margin: 0px;
	border-bottom: 5px solid #303030;
	text-decoration: none;
	background-color: #404040;
	color: #cccccc;
}

#main_menu a:hover {
	background-color: #575757;
	border-bottom-color: #c0c0f0;
	color: #ffffff;
}

#toolneeds_logo_img {
	position: relative;
	top: -8px;
}

#content {
	border: 1px solid transparent;
}

#footer {
	padding: 2mm;
	text-align: center;
	font-size: 85%;
}

td.currency, td.percentage {
	text-align: right;
}

p.flash {
	color: #c0c0f0;
	text-align: center;
}

td.title {
	text-align: center;
}

#user_info_box {
	position: absolute;
	left: 8mm;
	top: 2mm;
	text-align: center;
	width: 15%;
}

#site_info_box {
	position: absolute;
	right: 8mm;
	top: 2mm;
	text-align: center;
	width: 15%;
}

table.form {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;	
}

table.form td {
	padding: 1mm;	
}

table.form th {
	text-align: right;	
}

table.list {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;	
}

form.inline {
	text-align: center;
}
