body {
	margin: 5px;
	background: #ffffff;
}

#left {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 150px;
    padding: 0px;
	height: 600px;
    background-color: #ADDFFF;
}

#left ul.leftMenu, ul.leftMenu ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
    background-color: #ADDFFF;
}

#left .leftMenu li {
	list-style-type: none;
	background-color: transparent;
	margin: 0px;
	position: relative;
}

#left .leftMenu li:hover{
	background-color:#a2b3a1;
}

#main {
	margin-top: 0px;
	margin-left: 150px;
	padding: 5px;
	height: 590px;
    background-color: #ffffff;
}

#page {
}

#top{
    padding: 5px;
	margin-top: 0px;
	height: 80px;
	border-bottom: double #000000;
	text-align: center;
	line-height: 70%;
}

#top h1 {
	vertical-align: middle;
	font-size: 24pt;
}

#top h3 {
	font-size: 8pt;
}

#top a {
	text-decoration: none;
}

#top img {
	height: 80px;
	top: 0px;
	border: 0px;
	text-decoration: none;
}

#settings table {
	border-collapse: collapse;
}

#settings td {
	background-color: #fff;
	border: 1px solid #000;
}

#settings td.transp {
	background-color: transparent;
	border: none;
}

#settings input {
	border: none;
}

#settings input.btn {
	background-color: #90EE90;
}

#logger {
	background-color: lightgreen;
}

#members table {
	border-collapse: collapse;
}

#members tr.never {
	background-color: yellow;
}

#members th {
	padding: 0 10px 0 10px;
	border: 1px solid #000;
	background-color: lightblue;
}

#members td {
	padding: 0 10px 0 10px;
	border: 1px solid #000;
	text-align: center;
}

#popup_members table {
	background-color: #000;
	border-collapse: collapse;
}

#popup_members table th {
	padding: 0 10px 0 10px;
	border: 1px solid #000;
	width: 150px;
	background-color: lightblue;
}

#popup_members table td {
	padding: 0 10px 0 10px;
	border: 1px solid #000;
	text-align: center;
	width: 100px;
	background-color: #ffffff;
}

#history table {
	border-collapse: collapse;
}

#history table th {
	padding: 0 10px 0 10px;
	border: 1px solid #000;
}

#history table td {
	padding: 0 10px 0 10px;
	border: 1px solid #000;
	text-align: center;
}

#MeetingMgr table {
	background-color: #000;
	border-collapse: collapse;
}

#MeetingMgr th {
	border: 1px solid #000;
	background-color: lightblue;
}

#MeetingMgr td {
	border: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background-color: #ffffff;
}

#SignupPage table {
	border-collapse: collapse;
}

#SignupPage th {
	border: 1px solid #000;
	background-color: lightblue;
}

#SignupPage td {
	border: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background-color: #ffffff;
}

#SignupPage td.unk {
	background-color: #ffff00;
	width: 30px;
}

#SignupPage td.yes {
	background-color: #90ee90;
	width: 30px;
}

#SignupPage td.no {
	background-color: #ff0000;
	width: 30px;
}

#SignupPage td.empty {
	background-color: #ffffff;
	width: 30px;
}

#md5 {
	font-family: courier;
}

div.detail {
	display: none;
	background-color: inherit;
}

.level0 {
	padding-left: 3px;
	border: none;
	width: 11px;
	height: 11px;
}

.level1 {
	padding-left: 22px;
	border: none;
	width: 11px;
	height: 11px;
}

.level2 {
	padding-left: 23px;
	border: none;
	width: 11px;
	height: 11px;
}

.level3 {
	padding-left: 43px;
	border: none;
	width: 11px;
	height: 11px;
}

.level4 {
	padding-left: 63px;
	border: none;
	width: 11px;
	height: 11px;
}

.file0 {
	padding-left: 22px;
	text-decoration: underline;
}

.file1 {
	padding-left: 32px;
	text-decoration: underline;
}

.file2 {
	padding-left: 42px;
	text-decoration: underline;
}

.file3 {
	padding-left: 52px;
}

.file4 {
	padding-left: 62px;
}


