@charset "utf-8";

td, th {
  font-size: 83%;
}

.flipper td, .flipper th {
  font-size: 100%;
}

tt {
  font-size:120%;
}

#dirsandfiles {
  position: relative; 
  margin-right: 2px;
  margin-bottom: 2px;
  height: 60%;
}

#dirsandfiles table {
  border-collapse: collapse;
  width: 99.8%; /* avoids scrollbar */
  border: 0;
  margin: 0;
  padding: 0;
}

#dirlist {
  position: absolute;
  top: 0; left: 0; bottom: 0; width: 30%; height: 100%;
  overflow: auto;
  padding: 0;
  background: #fff;
  border-right: solid #c3d9ff 0.15em;
}

#dirlist td {
  padding: 0.5em 0;
}

#dirlist a {
  color: #00f;
  cursor: pointer;
}

#dirlist li li {
  padding-left: 10px;
  margin-left: 0.5em;
}

#dirlist li a {
  padding-left: 14px;
}

#dirlist li.opened a {
  background: transparent url(http://www.gstatic.com/codesite/ph/images/downarrow.gif) no-repeat scroll 4px top;
}

#dirlist li.closed a {
  background: transparent url(http://www.gstatic.com/codesite/ph/images/triangle.gif) no-repeat scroll 4px top;
}

#dirlist li.leaf a {
  background: none;
}
#dirlist li ul {
  border-top: 1px solid white; /* IE work-around */
}

.selected {
  background-color: #c3d9ff;
}

#dirlist ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#dirlist li span {
  display: block;
  width: 100%;
}

#dirlist .partialdirs {
  margin-left: 0.4em;
  font-size: 85%;
}

#filelist {
  position: absolute;
  top: 0; left: 30%; bottom: 0; width: 70%; height: 100%;
  overflow: auto;
  background: #fff;
  padding: 0;
  margin: 0;
  border-left: solid #c3d9ff 0.15em;
}

#filelist_name { width: 70%; }

#dirsandfiles th {
 text-align: left;
}

#browsebox {
  margin-top: -0.2em;
}

#filelist td {
  padding: 4px 16px 4px 2px;
  border-bottom: 1px solid #bbb;
  white-space: nowrap;
}

#filelist td a {
  color: #000;
  text-decoration: none;
}

#filelist td.id a {
  color: blue;
  text-decoration: underline;
}

#filelist tr.hover td a { 
  color: #009;
}

#filelist #nofiles, #dirsdata {
  border-bottom: 0;
}

#dirsdata {
  height: 100%;
  vertical-align: top;
}

.results td {
  cursor: default;
}

.loading {
  color: #333;
}

#dirlist .loading {
  margin-left: 0.4em;
  font-size: 85%;
}

.rounded_content {
  padding: 1px;
  margin: 0;
}
.heading {
  background: #c3d9ff;
}

/* Header */
.src_nav {
  padding-top:0.2em;
}
.src_crumbs {
  padding:0;
  margin:0;
}
#crumb_root {
  padding:0.2em 0 0.2em 0.2em;
  margin:0;
}
#crumb_links {
  margin-top:0;
  margin-right:0;
  padding:0.2em 1px;
}
form.src_nav {
  padding:0;
  margin:0;
  display: inline;
}
#src_nav_title {
  margin-right: 0.5em;
}
#path_edit_link {
  margin-left:0.5em;
  font-size:90%;
}
#nav_and_rev {
  padding-bottom:0.2em;
}
.heading {
  background:#c3d9ff;
}
.rounded_content {
  padding:1px;
}
#nav_and_rev .rounded_content {
  padding-left:0.5em;
}
.sp {
  color:#555;
}
.sourcelabel {
  margin-left: 20px;
  white-space: nowrap;
}
.sourcelabel select {
  font-size: 83%;
}

/*
#path_edit_input
{
  border:solid 1px orange;
  padding-top:0.2em;
  margin-top:-1px;
  margin-right:0;
  padding:0.2em 0;
  width:35em;
  color:grey;
}
#path_edit_submit
{
  font-size:83%;
}
*/

/* Footer section */

#footer {
  margin-top: 1em;
  margin-bottom: 0;
}

#footer .text {
  padding-top: 5px;
}
