div#search {
  background: #C6E700;
  text-align: center; 
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

div#folder {
  
  text-align: left; 
  width: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  padding: 8px;
  height: 100%;
}

div#folder A:link {
	color: blue;
	text-decoration: none;	
}

div#folder A:visited {
	color: blue;
	text-decoration: none;	
}

div#folder A:hover {
	color: purple;
	text-decoration: none;
}

div#folder A:active {
	color: purple;
	FONT-WEIGHT: bold;
	text-decoration:  none;	
}

div#content {
  text-align: center; 
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

div#form {
  text-align: center; 
  margin-left: auto;
  margin-right: auto;
}

div#menu {
  text-align: center; 
  width: auto;
  margin-left: auto;
  margin-right: auto;
}


div#menu A:link {
	color: blue;
	text-decoration: none;	
}

div#menu A:visited {
	color: blue;
	text-decoration: none;	
}

div#menu A:hover {
	color: purple;
	text-decoration: none;
}

div#menu A:active {
	color: purple;
	FONT-WEIGHT: bold;
	text-decoration:  none;	
}

div#message {

  text-align: center; 
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

div#account {
  background: #C6E700;
  text-align: center; 
  width: auto;
  margin-left: auto;
  margin-right: auto;
}


div#account A:link {
	color: blue;
	text-decoration: none;	
}

div#account A:visited {
	color: blue;
	text-decoration: none;	
}

div#account A:hover {
	color: purple;
	text-decoration: none;
}

div#account A:active {
	color: purple;
	FONT-WEIGHT: bold;
	text-decoration:  none;	
}

span.action {
	text-align: left;
	margin-left: 16px;
	font-weight: normal;
}

span.action a:link, span.action a:active, span.action a:visited {
	font-size: 90%;
	color: blue;
	text-decoration: none;
}

span.action a:hover {
	font-size: 100%;
	color: purple;
	text-decoration: none;
}

/**/
span.sortaction {
	text-align: left;
	margin-left: 16px;
	font-weight: normal;
}

span.sortaction a:link, span.sortaction a:active, span.sortaction a:visited {
	font-size: 90%;
	color: lightblue;
	text-decoration: none;
}

span.sortaction a:hover {
	color: blue;
	text-decoration: none;
}
/**/
.error {
	color:red;
	list-style-type: square;
}
.info {
	color:green;
	list-style-type: square;
}

.dim {
	color:gray;
}

.bright {
	color:black;
	font-weight:bold;
}
/**/