* {
	font-family: verdana, tahoma;
	font-size: 8pt;
}

body {
	text-align: center;
	margin: 10px;
}

td {
	padding: 3px;
}

table.page {
	border-collapse: collapse;
	margin: auto;
	width: 964px;
	height: 100%;
}

table.page td {
	padding: 0;
	vertical-align: top;
}

table.page td.space {
	height: 10px;
	font-size: 1px;
}

table.page td.header {
	border-bottom: 0;
}

table.page td.middle {
}

table.page td.content {
	padding: 0px;
	height: 100%;
}

table.page td.bottom {
	height: 47px;
	background: url('../gfx/bottom.gif');
	vertical-align: bottom;
}

table.page td.bottom div {
	height: 24px;
	background: #7AABD1;
	color: #FFFFFF;
	text-align: center;
	line-height: 23px;
}

table.page td.bottom div a {
	color: #FFFFFF;
	margin: 0 10px 0 10px;
	text-decoration: none;
}

table.content {
	border-collape: collapse;
	width: 904px;
	height: 100%;
	margin: auto;
	text-align: left;
}

table.content td {
	padding: 0;
	vertical-align: top;
}

table.content td table td{
	padding: 5;
}

table.content td.left {
	width: 210px;
	height: 100%;
}

table.content td.middle {
	
}

table.content td.right {
	width: 180px;
}

table.content td.vline {
	width: 71px;
	background: url('../gfx/vline.gif');
}

table.content td.space {
	width: 35px;
}

table.admin {
	border-collapse: collapse;
	width: 836px;
	margin: auto;
}

table.admin td {
	padding: 0;
	vertical-align: top;
}

table.admin td.top {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 10px 0 10px 0;
	vertical-align: middle;
}

table.admin td.line {
	border-bottom: 1px solid #808080; 
	padding: 10px 0 10px 0;
}

table.admin td.content {
	padding: 10px 0 10px 0;
}

table.admin td.headline {
	width: 33%;
	font-size: 16px;
	font-weight: bold;
}

table.admin td.error {
	width: 34%;
	text-align: center;
	color: firebrick;
	font-weight: bold;
}

table.admin td.menu {
	width: 33%;
	text-align: right;
}


table.admin td.label {
	width: 200px;
}

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

table.form td {
	padding: 3px;
	vertical-align: top;
}

table.form td.label {
	width: 150px;
	padding-left: 0;
}

table.form input.text {
	width: 100%;
}

table.form input.radio {
	float: left;
	padding: 0; 
	margin: 0;
	margin-right: 3px; 
	width: 13px; 
	height: 13px;
}

table.form input.button {
	width: 100px;
	padding: 1px;
	font-weight: bold;
}

table.form textarea.text {
	width: 100%;
	height: 100px;
}

table.adminform {
	border-collapse: collapse;
	width: 100%;
}

table.adminform td {
	padding: 3px;
	vertical-align: top;
}

table.adminform td.label {
	width: 200px;
}

table.adminform td input {
	width: 300px;
}

table.adminform td.button input {
	width: 100px;
}

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

table.list td {
	padding: 3px;
}

table.list th {
	padding: 3px;
	text-align: left;
}

table.list tr.dark td {
	background: #ddd;
}

table.list tr.light td {
	background: transparent;
}

table.employee {
	border-collapse: collapse;
}

table.employee td {
	padding: 2px;
}

table.employee .image {
	border: 1px solid #B3B5B6; 
	margin-left: 1px; 
	margin-right: 10px;
}

table.employee div.headline {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: none;
}

table.employee div.text {
	margin-bottom: 10px;
}

ul, p {
	margin-top: 1em;
	margin-bottom: 1em;
}

img {
	border: 0;
}

a {
	color: #000000;
}

div.headline {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

div.admin_headline {
	font-size: 16px;
	font-weight: bold;
}

div.bluebox {
	width: 180px;
	height: 180px;
	background: #7AABD1;
}

div.error {
	color: firebrick;
	font-weight: bold;
}

.button {
	padding: 0;
}

.button input {
	width: 100px;
}

div.msg {
	color: green;
	font-weight: bold;
	background: url('../gfx/yes.gif') left no-repeat;
	padding-left: 18px;
}

form {
	margin: 0;
}