html, body { height: 100%;
	     width: 100%;
	     margin: 0;
	     padding: 0;
	     font-family: 'Courier New', courier !important;
	     font-size: 13px !important
}

body pre { padding:0; margin: 0 }

.k { color: #0000FF; }
.c { color: #008000; }
.m { color: black; }
.t { color: black; }
.s { color: black; }
.str { color: #A31515; }
.s-not-found { color: black; }
.s-fuzzy { color: black; }
.p { color: #0000FF; }
.ln { display:inline-block;
      text-align: right;
      width: 3em;
      color: #555555;
      border-right: 1px dotted #cccccc;
      margin-right: 1em;
      margin-left: 16px;
      padding-right: 3px;
      height: 16px;
}
.lnw { background-image: url("images/icons/error.png");
       background-repeat: no-repeat;
       height: 16px;
}
.lni { background-color: #eeeeee; height: 16px;}
.mem { color: black; }
.highlighted { background-color: #ffffcc; }
a { cursor: pointer; color: inherit; text-decoration: none; }
a:hover { cursor: pointer; text-decoration: underline; }

.sidebarlink { line-height: 18px; }
.sidebarimage { border: 0; width: 16px; height: 16px; margin-right: 5px; }
.sidebar-highlighted { -webkit-border-radius: 4px;
		       -moz-border-radius: 4px;
		       border-radius: 4px;
		       color: white;
		       background-color: black;
		       padding: 2px;
}
#sidebar {font-family: 'Helvetica Neue', Arial, sans-serif;
	  width:20%;
	  border:solid 1px #cccccc;
	  background-color:#eeeeee;
	 /* white-space:nowrap; */
}
#source-outline { border-bottom: solid 1px #cccccc; }
#header { width:100%; height:70px; overflow:hidden; }
#logo { position:absolute; top:1.8ex; left:10px; right:10px; }
#search { position:absolute; top:40px; right:10px; left:215px; font-size:82%; }
#maincontent { border:solid 1px #cccccc; }
#signature { background-color: #eeffff;
	     border: 1px dotted #66cccc;
	     height:20px;
	     opacity: 0;
	     position: absolute;
	     top: 0;
	     left: 0;
	     width: 100%;
	     padding-left: 10px;
	     padding-top: 5px;
	     font-family: 'Courier New', courier;
	     font-size: 13px;
	     overflow: hidden; /* font-family: Arial,sans-serif; */
}
.info { margin-left: 5em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px;
	width: 90%;
	height: 250px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 9pt;
	white-space:normal; 
	background-color: #eeffff; border: 1px solid #66cccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow-y: scroll;
}

.padding { padding: 5px; }

.icon-type { background-image: url("images/icons/bricks.png"); background-repeat: no-repeat;}
.icon-base { background-image: url("images/icons/brick_link.png"); background-repeat: no-repeat; }
.icon-member { background-image: url("images/icons/brick.png"); background-repeat: no-repeat; }
.icon-decl { background-image: url("images/icons/page_white_code.png"); background-repeat: no-repeat; }
.icon-def { background-image: url("images/icons/page_white_wrench.png"); background-repeat: no-repeat; }
.icon-user { background-image: url("images/icons/brick_go.png"); background-repeat: no-repeat; }

