* { font-size: 12px; font-family: Verdana, Arial, Helvetica; }
body {margin: 0px; width: 700px;}
img { border-width: 0px; }
textarea { border:1px #333 dashed; background-color:#eee; width: 660px; height: 250px; }

a { color: #92abbd; }
input { border: 0px ; background-color: #92abbd;  margin: 3px; }
select { border: 0px ; background-color: #92abbd; font-color: #92abbd; margin: 3px;}
form {display: inline;}
#toolbar { margin-bottom: 42px; width:777px; }
#permissions { margin: 23px ; border:1px dashed #92abbd;}
#loginbox {position: absolute; top: 16px; left: 23px;}
#node_eventz { text-align:center; margin-top: 5px; margin-left: auto; margin-right: auto; }
#left_column { width: 39%; vertical-align: top;}

input.long { width: 444px; }

textarea.small { border:1px #333 dashed; background-color:#eee; height: 85px; width:223px; }

.autocomplete {
  position: absolute;
  color: #0033CC;
  background-color: #FFE6BF;
  border: thin outset black;
  visibility: hidden;
}

.autocomplete ul {
  padding: 0;
  margin: 0;
}
 
.autocomplete li {
  display: block;
  cursor: pointer;
  margin: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.autocomplete li.selected {
 background-color: #B6C5F2;
}

#Page {
  width: 700px;
}

#MenuBox {
	text-align:center;
	border: #92abbd 1pt dashed;
	float: right;
	width: 38%;
	margin: 20px;
	margin-top: 0px;
	padding: 6px;
}

#MainBox {
	vertical-align: top;
	margin: 20px;
}

#NelFooter {
	margin-top: 77px;
	margin-left: 23px;
	clear: both;
	padding: 12px;
	font-size: 6px;
	text-align:center;
}

.box {
	clear: both;
	border: #92abbd 1pt dashed;
	padding: 12px;
}

.ListedChild {
	margin: 23px;
}

.Title {
	margin-bottom: 23px;
	font-weight: bold;
	font-size: 13px;
}

.warning {
	text-align:center;  
	margin: auto;  
	border: 23px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #f00;
	font-weight: bold;
}

.important {
  color: green;
  font-weight: bold;
}

#FulltextDownload {
	margin-top: 20px;
}

.author {
  font-weight: bold;
  float: left;
  margin-right: 20px;
}

.node_id {
  display: none;
}

.node {
  clear: both;
  margin: 50px;
}

.node_name {
  color: #92abbd ;
  font-size: 20px;
}

