html, body
{
	font-family:arial,helvetica,sans-serif;
	margin:0;
	padding:0;
}


body
{
	background: url(BW_tree.jpg) no-repeat center center fixed;
	background-size:cover;
}

h1
{
	width:100%;
	background-color:#000;
	color:#fff;
	font-size:36px;
	height:40px;
	margin:0;
	padding: 0 10px;
}

h2,.bionic-h2
{
	background-color:#000;
	color:#fff;
	font-size:18px;
	height:23px;
	margin:0;
	padding:0;
	padding-left:10px;

}

.bionic-h2
{
/*
	background-color:#000;
	color:#fff;
	font-size:18px;
	height:23px;
	margin:0;
	padding: 0 10px;
*/
	width:100%;
/*	box-sizing:border-box; */
	overflow:hidden;
}

h2 span
{
	float:left;
}


input[type=button]
{
	height:23px;
	width:150px;
	border:0;
	padding:0;
	border-radius: 0;
	-webkit-appearance: none;
/*	outline: none; */
}


input[type=text], input[type=email], input[type=password]
{
	background-color:#fff;
	padding-left:10px;
	border:0;

	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;

	width:100%;
	border-radius: 0;
	-webkit-appearance: none;
}

select
{
	border:0;
	background-color:#fff;
}

option { 
    color:#fff;
    background-color: #000;
}


select:focus
{
	outline: none;
}


input[type=checkbox]
{
	text-align:center;
	vertical-align: middle;
	width:16px;
	height:16px;
}

.swp
{
	height:23px;
	width: 24px;
	display:inline;
/*			border:1px solid green; */
}



textarea
{
	padding:10px;
	border:0;
	border-top:1px solid #000;
	background-color:#fff;
	box-sizing:border-box;
	max-width:100%;
	min-width:100%;
}

/*
#account
{
	color:#fff;
	display:inline;
	float:right;
	margin-right:20px;
	margin-top:14px;
	font-size:14px;
	
}

#account span, .linker
{
	cursor: pointer;
}
*/

#account span, .linker
{
	cursor: pointer;
}

.logoutlink
{
	color:#fff;
	display:inline;
	float:right;
	margin-right:20px;
	margin-top:14px;
	font-size:14px;
	cursor: pointer;
	text-decoration:none;
}

.logoutlink:hover
{
	color:#000;
	background-color:#fff;
	text-decoration:underline;
}



/*
#todolists
{
	position:fixed;
	top:84px;
	left:0;
	width:150px;
	height:296px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	overflow-x: hidden;
	overflow-y: auto;
}
*/


#todolists
{
	width:100%;
/*
	border-right:1px solid #000;
	border-bottom:1px solid #000;
*/
}




/*
#listviewer
{
	margin-left: 170px;
	min-height:320px;
}
*/

/* ,#listviewer */

.workhorse, .workhorse-split
{
	border:1px solid #222;
	width: 800px;
	overflow:hidden;
	
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}

.workhorse
{
	padding-bottom:6px;
}

.workhorse-split
{
	display:table;
	height:200px;
}



.listOption
{
/*
	margin:2px;
	width:146px;
*/
/*	padding:4px; */
}

.listOption:hover
{
	background-color:#eee;
	cursor: pointer;
}

.listRow
{
	margin-left:8px;

}

/*
.listFuncButton
{
	position:fixed;
	margin-left:649px;
	margin-top:0;
}

.secondFuncButton
{
	position:fixed;
	margin-left:497px;
	margin-top:0;
}
*/


.funcButton
{
	float:right;
	margin-left:1px;
}


.help
{
	border:1px solid #ddd;
	background-color:#eee;
	padding:10px;
	width:95%;
	margin:10px auto;
	font-size:16px;
	font-style:italic;
	color:#444;
}

#debug
{
	margin-top:20px;
	margin-left:170px;
	border:1px dotted #000;
	width: 800px;
}


#loginform
{
	margin:auto;
	margin-bottom: 60px;
	margin-top:40px;
	border:1px solid #000;
	width:400px;
	overflow:hidden;
}

#loginform,.workhorse,.workhorse-split
{
	background-color:rgba(255, 255, 255, 0.95);
}



#loginButton
{
	float:right;
}

.field
{
	background-color:#fff;

}

.fieldCombo
{
	margin-top:12px;
}

.fieldcaption
{
	padding-left:6px;
}


.fauxfield
{
	color:#bbb;
	padding-left:10px;
}

.public-list-url
{
	margin:16px 4px 0 4px;
	background-color:#eef;
}


.clicker
{
	color:blue;
	margin-left:10px;
	cursor: pointer;
}

.clicker:hover
{
	text-decoration:underline;
}

.composite-input
{
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}


h3, h4, h5, h6, em
{
	color:#000;
	font-size:14px;
	font-weight:bold;
	display:inline;
	margin:4px;
	font-style: normal;
}

h3 { color:red; }
h4 { color:green; }
h5 { color:orange; }
h6 { color:purple; }
em { color:blue; }

.business
{
	margin: 16px 0;	
	text-align:center;
	font-weight:bold;
}

.business img
{
	margin:6px auto;
	border:0;
	height:100px;
}

#search-results
{
	padding:8px;
}


#explain
{
	overflow:hidden;
	margin-bottom:20px;
}

#explain div,.link,.wlink
{
	float:left;
	margin-left:16px;
	border:1px solid #ccc;
}

#explain div
{
	width:227px;
	height:300px;
	padding:8px;
}

.link
{
	width:374px;
	height:54px;
}

.wlink
{
	width:766px;
	height:54px;
}


/* basic text */
.copy
{
	margin:10px;
	color:#666;
}

.startslow
{
	color:#888;
}

.linkhorse
{
	overflow:hidden;
	margin:8px 0;
}

.linkheader
{
	display:block;
	margin:0;
	background-color:#ccc;
	padding:2px 4px;
	text-decoration:none;
	color:#000;		
}

.linkheader:hover
{
	text-decoration:underline;
	background-color:#fff;
}


/* For the workbench */
#lister
{
	overflow-x:hidden;
	overflow-y:auto;
	display:table-cell;
	width:180px;
	background-color:#fff;		
	border-right:1px solid #000;
	padding-bottom:6px;
}

#listviewer
{
	display:table-cell;
	padding-bottom:6px;
overflow:hidden;
	padding-left:1px;

}

#newButton
{
	width:180px;
}

.salt
{
	background-color:#fff;
}

#navigation
{
	height:136px;
}

.discrete-link
{
	font-size:12px;
	cursor: pointer;
}

.discrete-link:hover
{
	text-decoration:underline;
	color:blue;
}

#alllists div
{
	float:left;
	width:227px;
	margin:10px 0 10px 16px;
	padding:8px;
}

.cat
{
	font-weight:bold;
}

