body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

a img {
	border-style: none;
}

img.table_button {
	cursor: pointer;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-bottom: 10px;
}

#title {
	font-size: 50px;
	padding-bottom: 10px;
}

#submenu ul, #menu ul { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#submenu li, #menu li { 
	margin: 0px;
	padding: 5px;
	display: inline;
}

h1 {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding: 2px;
}

h2 {
	padding: 3px 5px 3px 5px;
	border-style: dashed;
	border-color: #fc9125;
	border-width: 1px;
	display: inline;
	position: relative;
	top: 12px;
	left: 20px;
	background-color: #ffffff;
}

div.form, div.list {
	padding: 20px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
}

div.form table, div.list table {
	border-collapse: collapse;
	width: 100%;
}

div.form table td, div.list table td, div.form table th, div.list table th {
	text-align: left;
	padding: 2px 5px;
}

div.list table tr:nth-child(2n) {
	background-color: #eeeeee;
}

div.list table th span[col] {
	text-decoration: underline;
	cursor: pointer;
}

div.formError {
	font-size: 12px;
	color: red;
}

p.message {
	color: blue;
}

#logo {
	float: right;
}

span[func] {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}
