* {
	margin: 0px;
}
body {
	font-family: Verdana, sans-serif;
}
td, th {
	font-size: 80%;
	font-family: Verdana, sans-serif;
}
h2 {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding: 5px;
	margin-bottom: 10px;
}
div.header {
	background-color: #333;
	color: #fff;
	padding: 30px;
}
div.header a {
	color: #fff;
}



table {
	margin: 10px 0px;
}

input.button {
	border-style: solid;
	border-color: #333;
}
select {
	background-color: #333;
	color: #fff;
}

div.graph {
	font-size: 80%;
	margin: 10px;
	font-weight: bold;
}

div.contents {
	margin: 20px;
}
div.login {
	text-align: right;
}

div.sum table {
	margin: 10px;
}
div.sum table td {
	text-align: right;
	font-weight: bold;
}
div.sum table th {
	text-align: center;
	background-color: #333;
	color: #fff;
}
div.sum table td, div.sum table th{
	padding: 10px;
}
div.sum table, div.sum table td, div.sum table th  {
	 border: solid 1px #333; 
	 border-collapse: collapse;
}

div.items table {
	margin: 10px;
}
div.items table td {
	text-align: right;
	font-weight: bold;
}
div.items table th {
	text-align: center;
	background-color: #333;
	color: #fff;
	white-space: nowrap; 
}
div.items table th a{
	color: #fff;
}
div.items table th{
	padding: 10px;
}
div.items table td{
	padding: 3px;
}
div.items table td.image{
	text-align: center;
}
div.items table, div.items table td, div.items table th  {
	 border: solid 1px #333; 
	 border-collapse: collapse;
}

div.loginform {
	margin-bottom: 300px;
}

div.importform {
	margin: 10px;
	font-size: 80%;
}

div.managegraph {
	margin: 10px;
	font-size: 80%;
}

div.delete {
	margin: 10px;
	font-weight: bold;
}




div.footer {
	background-color: #333;
	color: #fff;
	padding: 10px;
}
address {
	font-style: normal;
	font-weight: bold;
	text-align: right;
	font-size: 75%;
}

div.errormsg {
	margin: 10px;
	font-weight: bold;
	color: #f00;
	border-color: #f00;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
}

