html, body {
	padding: 0;
	margin: 0;
}

body   {
	font-size: 0.75em;
	font-family: "Trebuchet MS", "Gill Sans", Verdana, Tahoma, sans-serif;
	line-height: 130%;
	color: #000;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

img {
	border: none;
}

a:link,
a:active,
a:visited {
	color: #006595;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7d0000;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	margin: 10px 0 0 0;
	font-size: 150%;
	font-weight: bold;
	line-height: 170%;
}

h2 {
	margin: 10px 0 5px 0;
	font-size: 125%;
	font-weight: bold;
	line-height: 110%;
	border-bottom: 1px dotted #7d0000;
	width: 98%;
}

table {
	border: 2px solid #7d0000;
	border-collapse: collapse;
}

td {
	border: 1px solid #7d0000;
	padding: 2px 5px;
}

.title {
	background-color: #7d0000;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
	padding: 10px;
	line-height: 1em;
}

.header {
	background: #292b68;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	font-size: 1.2em;
}

.list_header {
	background: #292b68;
	font-weight: bold;
	color: #fff;
}

.list_footer {
	background: #292b68;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.name {
	font-weight: bold;
	text-align: right;
	background-color: #bfdbff;
}

.value {
	text-align: left;
	background-color: #ebf0fc;
}

.yellownormal {
	background: #f4f4f4;
	border: solid 1px #ffd83f;
	padding: 2px;
}

.bluenormal {
	background: #f4f4f4;
	border: solid 1px #7eb3f6;
	padding: 2px;
}

.focus {
	border: 1px solid #019201;
	background-color: #DAFEDA;
	padding: 2px;
}

.red_button {
	color: #fff;
/*	font-weight: bold;*/
	background: #cf0000;
	border: 2px #E65858 outset
}

.blue_button {
	color: #fff;
/*	font-weight: bold;*/
	background: #0e3793;
	border: 2px #5979BF outset
}

.green_button {
	color: #fff;
/*	font-weight: bold;*/
	background: #007700;
	border: 2px #3FBA3F outset
}

.yellow_button {
	color: #000;
/*	font-weight: bold;*/
	background: #fb0;
	border: 2px #ffd83f outset
}

.orange_button {
	color: #fff;
	background: #FF7200;
	border: 2px #FFC18F outset;
}

.logout {
	position: absolute;
	top: 0;
	right: 0;
}