/* obviously influenced by LONGWELL */form {	margin: 0px;	border: 0px;	padding: 0px;}table {    font-family: "georgia", "times", "times new roman", serif;    color: #222;    font-size: 12px;}table,tr,th,td {    padding: 0px;    margin: 0px;    border: 0px;}#header {    background-color: #f0f0d0;    border-bottom: 1px solid #e0e0d0;} .browser {	border: 1px solid #ccc;	padding: 0px;}.browser .title {    background-color: #eee;    text-transform: uppercase;   /* border-bottom: 1px solid #ccc;*/    padding: 4px 5px 4px 5px;	margin:0px;    font-family: "georgia", "times", "times new roman", serif;    color: #222;    font-size: 12px;}.browser .trigger {   cursor: pointer;   border-bottom: 1px solid #ccc;   border-top: 1px solid #eee;   border-left: 1px solid #eee;   border-right: 1px solid #eee;} .browser .title .trigger {    margin-left: 10px;}.browser .scrollable {    overflow: auto;     height: 310px; /* fps was 200 */    padding: 3px 0px 3px 5px;}.browser .box {    padding: 3px 0px 3px 5px;}.browser .multiple {    margin: 5px 10px 5px 0px;}.browser .branch {    margin: 0px 0px 5px 5px;    border-left: 1px solid #eee;    border-bottom: 1px solid #eee;    padding: 3px 20px 5px 10px;}
/*this was used for links in the bar, but now I changed the search form results,
this applies also for it. Hence, with this, tags are not "tag colored" (blue-green), but black.
.browser a:link {    text-decoration: none;    color: #000;}.browser a:visited {    text-decoration: none;    color: #000;}.browser a:focus {    text-decoration: none;    color: #000;}.browser a:hover {    text-decoration: underline;}.browser a:active {}*/