* {
	font-family: sans-serif;
}
body {
	margin: 0px;
	border: none;
	padding: 0px;
	height: 100%;
}

#lbar {
	background-color: white;
	border: none;
	padding: 0px;
	border-right: 1px solid black;
	width: 200px;
	margin: 0px;
	margin-right: 10px;
/*	float: left;*/
/*	border-bottom: 3px solid black;*/
	vertical-align: top;
}

h2 {
	padding-bottom: 0px;
}

#ltab {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div.menu {
	/*
	width: 200px;
	*/
	height: 100%;
	display: block;
	padding: 15px;
	background-color: rgb(244,255,255);
}

.menu a {
	margin-bottom: 20px;
	width: 100%;
	display: block;
	color: black;
	font-size: 14pt;
	text-decoration: none;
	padding: 3px;
	text-align: left;
	border: 2px solid rgb(244,255,255);
	white-space: nowrap;
}

.menu a:visited {
	text-decoration: none;
}

.menu a:hover {
	border: 2px solid rgb(100,100,200);
	text-decoration: none;
	background-color: rgb(220,255,255);
}


td {
	height: 100%;
	width: 100%;
}
	
#header {
	margin: 0px;
	padding: 8px;
	padding-left: 20px;
	border: 0px;
	font-family: Euromode, sans-serif;
	border-bottom: 3px solid black;
	background-color: rgb(200,254,205);
	font-size: 22pt;
	font-weight: bold;
	height: 30px;
}

.format {
	border-collapse: separate;
	cell-spacing: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#main {
	vertical-align: top;
	padding: 10px;
	width: 100%;
}

.side {
	width: 120px;
	background: rgb(255,247,231);
	padding: 10px;
	border: 2px solid blue;
	vertical-align: top;
}

.side_main {
	padding: 10px 10px 10px 0px;
}

.bor {
	vertical-align: bottom;
}

td {
	border: none;
}

TABLE.format TH {
	font-weight: normal;
	text-align: right;
	background: transparent;
	border: 0px;	
}

.active {
	border: 2px solid black !important;
	border-right: 2px solid rgb(244,255,255) !important;
}

tt {
	font-family: courier, fixed;
}
