body {
	font-family: "Tahoma", "Bitstream Vera Sans", "Monospace";
	font-size: 11px;
	margin: 0;
}

td { font-size: 11px; }
img { border: 0; }

input {
	font-family: "Tahoma", "Bitstream Vera Sans", "Monospace";
	font-size: 11px;
}

select {
	font-family: "Tahoma", "Bitstream Vera Sans", "Monospace";
	font-size: 11px;
}

a {
	font-weight: bold;
	color: #0033aa;
	text-decoration: none;
}

a:hover {
	color: #0070ff;
	text-decoration: underline;
}

a.menuitem {
	display: block;
}

#header {
	position: absolute;
	left: 16px;
}

#menu {
	position: absolute;
	left: 38px;
	top: 64px;
}

#contents {
	position: absolute;
	top: 96px;
	width: 100%;
}

#copyright {
	position: absolute;
	bottom: -12px;
	width: 100%;
	color: #d0d0d0;
	text-align: center;
}

#column_left {
	width: 200px;
	padding-right: 5px;
	vertical-align: top;
	padding-right: 16px;
}

#column_main {
	vertical-align: top;
}

#column_right {
	padding-left: 16px;
	width: 200px;
	vertical-align: top;
}

.contentbox {
	position: relative;
	border-bottom: 1px dotted #cacaca;
	margin-bottom: 12px;
}

.contentbox_title {
	font-family: "Helvetica";
	position: absolute;
	left: 3px;
	top: 2px;
	color: #707070;
	font-size: 18px;
	font-weight: bold;
}

.contentbox_buttons {
	position: absolute;
	right: 3px;
	bottom: 1px;
	font-weight: bold;
}

.contentbox_inner {
	overflow: hidden;
	padding: 3px;
	padding-top: 16px;
}

.table_column {
	font-weight: bold;
	padding: 2px;
	background-color: #f0f0f0;
	border-bottom: 2px solid #505050;
	padding-right: 16px;
}

.table_column_odd {
	font-weight: bold;
	padding: 2px;
	background-color: #e5e5e5;
	border-bottom: 2px solid #505050;
	padding-right: 16px;
}

.table_cell {
	padding: 2px;
	padding-right: 16px;
}

.table_row {
	padding: 2px;
	padding-right: 16px;
}

.table_row_header {
	padding: 2px;
	padding-right: 16px;
	background-color: #303030;
	font-weight: bold;
	color: white;
}

ul.menuitems {
	list-style: none;
	padding: 0;
	margin: 0;
}

tr.hover:hover {
	background-color: #e0e0f0;
}

tr.hover_green {
	background-color: #d0ffd0;
}

tr.hover_green:hover {
	background-color: #a0ffa0;
}
