.page {margin-top:-13px}
.listsvnurl {
font-size: 10px;
padding-left: 20px;
}

#container {
min-height: 100%;
padding-bottom:40px;
}
* html #container
{
height: 95%;
}
#footer
{

}

a {
  color:#000;
  text-decoration:none;
  outline: none !important;
  
}
a:link {
	color:#000;
  text-decoration: none;
}
a img {border:0;}

a:hover {

}
strong, b {
  color:gray;
  font-weight:normal;
}

#select {
  margin:1em 0 0 0;
  text-align:right;
  padding:10px 10px 0 10px;
  height:2em;
}
#wrap {  
  margin:0 0 0 320px;
  text-align:left;  
  padding:5px 0;
}
#info {
  float:left;
  width:300px;
  text-align:left;
  padding:5px 0;

}
h1, h2 {
  color:gray;  
  text-align:left;
  text-transform:uppercase;  
  line-height:1em;
  font-weight:normal;
}
h1 {
  line-height:1.7em;
  font-size:1.7em;
  border-bottom:1px solid #505050;
  padding:5px 5px 5px 5px;
  margin:-1.7em 0 0 0;
  text-align:left;
  font-weight:normal;
  letter-spacing: -0.018em;  
}
h1 span {
  padding-left:22px;
  background:url(images/cube_green.png) no-repeat 0 50%;
}
h2 a {  
  padding:2px;
  margin:0;
}
h2 a:link,
h2 a:visited {
  font-weight:normal;
  letter-spacing: -0.018em;
  color: #b00
  text-decoration: none;
}
h2 a:hover {

}
h2 {    
  font-weight:normal;
  letter-spacing: -0.018em;
  color:#666;
  padding:0 .1em;
}

#info h2 {
  border-bottom:1px solid #505050;
  padding:0 5px 10px;
  margin:0;
  text-align:left;
  font-size:1.7em;
  font-weight:normal;
  letter-spacing: -0.018em;  
}

#wrap h2 {
  padding:0 0 10px 0;
  margin:0;
  text-align:left;
  font-size:1.7em;
  text-transform:none;
  letter-spacing: -0.018em;   
}
#wrap h2.regular {
  padding:0 5px 10px 5px;
  margin:0;
  text-align:left;
  font-size:1.7em;
  text-transform:uppercase;
  border-bottom:1px solid #505050;
  }
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Forms
*/
#info ul li input {
  background-color:#FFF;  
  background-image:url(images/textbg.png);  
  background-repeat:repeat-x;
  background-position:0 100%;
  border:1px solid #b2b2b2;
  }
span.submit input,
#info span.submit input,
#info p.submit input,
#wrap p.submit input {
  background-image:url(images/submitbg.png);
}
#info table tbody tr td input {
  font-size:1em;
  width:92%;
  background:#FFF url(images/textbg.png) repeat-x 0 0;
  
}
#info table tbody tr td.revcomp input {
  width:50px;
}
select {  
  padding:2px 2px 2px 2px;
  border:1px solid #fff;
  background-color:#202020;  

}

select:hover,
select:active,
select:focus {  
  border:1px solid #666;
  background-color:#343434;

}
option,
option:hover,
option:focus,
option:active {

}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Left Column
*/

/* index elements */
dl.projectlist dd a {
  background-image:url(images/cube_green.png);
  background-repeat:no-repeat;
  background-position:2px 50%;
  padding-left:22px;
}
.projectlisthead {
	padding: 13px 0 5px;
}
.projectlist .groupname {
  padding:3px 0 5px;
  border-top:1px dotted #505050; 
}
.showstate {
  padding: 0 4px 0 2px;
}
.projectlist .project {
  background-image:url(images/cube_green.png);
  background-repeat:no-repeat;
  background-position:12px 50%;
  padding:3px 0 5px 32px;
  border-top:1px dotted #505050; 
}

#info dl {
  margin-left:0;
}
#info dt, #wrap dt {
  margin:0;
  padding:0 0 5px 0;
}
#info dd, #wrap dd {
  margin:0;
  padding:3px 0 5px 10px;
  border-top:1px dotted #505050;  
}
dd.curdir {
  padding:2px 0;
  margin:5px 0 0 0;
}
dd.curdir pre {
  font-family: 'Trebuchet MS', verdana, sans-serif;
  background:url(images/folder.png) no-repeat 2px 50%;
  margin:2px 2px 0 -2px;
  padding:2px 2px 2px 22px;
  display:block;
}
dd.curdir pre {
  color:#545400;
  font-size:1em;
}
#info ul {  
  list-style-type:none;  
  padding:0 0;
  margin:0; 
}
#info ul li {
  padding:5px;
  margin:3px 0;
  border-bottom:1px dotted #505050;
  overflow:hidden;
}

.mod br, .new br {
  display:none;
  }
li.mod a, li.new a, #info li.del {
  
  padding:5px 5px 5px 26px;
  margin:2px 0 2px -2px;
  background-position:5px 50%;
  background-repeat:no-repeat;
  }
li.mod a {
  font-size: 10px;
  display:block;
  color:#545400;
  border-bottom:1px solid #303030;  
  background-image:url(images/page_white_edit.png);  
}
li.mod a:hover {
  color:#fff;
  border-bottom:1px solid #505050;  
  background-color:#242424;  
}
li.new a {
  display:block;
  color:#545400;
  border:1px solid #404040;  
  background-color:#242424;
  background-image:url(images/page_white_add.png); 
}
li.new a:hover {
  color:#000;
  border:1px solid #669900;
  background-color:yellowgreen;
}

#info ul li.del {
  display:block;
  color:rosybrown;
  border:1px solid rosybrown;
  padding:5px 5px 5px 26px;
  margin:5px;
  background-color:papayawhip;
  background-image:url(images/page_white_delete.png);
  background-position:5px 5px;
  text-align:left;
}
#info ul li a {
  overflow:hidden;
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++ main content: Directories
*/

#container table {
  border-collapse:collapse;
  width:100%;
} 
#container tbody tr td {  
  padding:0;
  text-align:left;
}
#container thead tr {
  background:#4d4d4d;
}

thead tr th {  
  background:#404040;
  border-top:1px solid #606060;
  color:#FFF;
  padding:5px 5px 5px 10px;  
}
thead tr th.path {
  text-align:left;
  width:64%;
}
thead tr th.collog,
thead tr th.colrss,
thead tr th.coltar {

}
thead tr th.collno,
thead tr th.colrev,
thead tr th.colauth {
white-space: nowrap;
}
thead tr th.colcode {

}
tbody tr td.code {
  text-align:left;
}
tbody tr td.code pre {
  background-color:#242424;
  border:1px solid #303030;
  padding-left:3px;
}
tbody tr:hover td.code pre {

}
tbody tr:hover td.code {

}
tbody tr td.path,
tbody tr th.path {  
  text-align:left;  
}
tbody tr td.path {
  padding:0;  
}
tbody tr.row1 td {
  background-color:#202020;
}
tbody tr.row1:hover td {
  background-color:#303030;
}
tbody tr.row0 td {
  background-color:#242424;
}
tbody tr.row0:hover td {
  background-color:#343434;
}
li.compress a,
span.compress a,
tbody tr td.compress a:link,
tbody tr td.compress a:visited,
tbody tr td.compress a:link {
  padding-left:22px;
  background-image:url(images/compress.png);
  background-repeat:no-repeat;
  background-position:3px 50%;
}
li.feed a,
span.feed a,
tbody tr td.feed a,
tbody tr td.feed a:link,
tbody tr td.feed a:visited,
tbody tr td.feed a:link {
  padding-left:22px;
  background-image:url(images/xml.gif);
  background-repeat:no-repeat;
  background-position:3px 50%;
}
.goyoungest a {
  color:#e25f53;
  padding-left:22px;
  background-image:url(images/exclamation.png);
  background-repeat:no-repeat;
  background-position:3px 50%;
}
.goyoungest a:hover {
  background-color:#fad4c8;
  color:#000;
}
td.code {
  padding:2px 2px 0 2px;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ File, Blame, Diff
*/
h2.path {
  text-transform:none;
}
div.listing {
  overflow:auto;
  width: 900px;
  border:1px solid #404040;
  text-align:left;
  padding:3px;
  padding-right:20px;
  padding-bottom:20px;
  background:#242424;
}
pre a, td.code pre a {
  color:blue;
  font-style:italic;
}


code, pre {
  font-family:'Consolas',monospace,sans-serif;
  text-align:left;
  margin:0;  
}
.new a {color:green}
.del a {color:red}
.toggleup a:link,
.toggleup a:visited,
.toggleup a:focus {
  padding-left:22px;
  background:url(images/toggleup.png) no-repeat 2px 50%;
  }
.toggleup a:hover {
  background: url(images/toggleup.png) no-repeat 2px 50%;
}
.toggledown a:link,
.toggledown a:visited,
.toggledown a:focus {
  padding-left:22px;
  background:url(images/toggledown.png) no-repeat 2px 50%;
  }
.toggledown a:hover {
  background: url(images/toggledown.png) no-repeat 2px 50%;
}
.diff a:link,
.diff a:visited,
.diff a:focus {
  padding-left:22px;
  background:url(images/diff.png) no-repeat 2px 50%;
}
.diff a:hover {
  background: url(images/diff.png) no-repeat 2px 50%;
}
tbody tr.diffcode td {
  text-align:left;
 
}
tbody tr.diffcode td code, tbody tr.diffcode td pre {
  display:block;
  height:100%;
  padding-left:22px;
}
tbody tr:hover td.diff, tbody tr.diffcode:hover td pre {
  background-color:#343434;
  /*border:1px solid #404040;*/
}
tbody tr.diffcode:hover td {
  padding:2px 2px 0 2px;
  background-color:#303030;
}
tr.diffcode td {
  padding:2px 2px 0 2px;
}

div.newpath, div.difflines {
  color:#fff;
  text-align:center;
  
}
div.newpath {
  padding:5px 5px 5px 5px;
  margin:10px 0 30px 0;
  background: #303030;
  border:1px solid #505050;
}
div.newpath strong {
  display:block;
  color:#FFF;
  background:#4d4d4d;  
  font-weight:bold;
  padding:5px;
  margin-bottom:3px;
  border-bottom:2px solid #000;
  border-top:2px solid #808080;
  }
/* compare table */
table.diff {
  
}
table.diff tbody tr {

}
table.diff tbody tr td {
  display:block;
  text-align:left;
}
table.diff tbody tr:hover {

}
.newpath td.diff, td.diff pre {
  background-color:#242424;
}
.newpath td.diffdeleted, td.diffdeleted pre {
  background-color:#634141;
}
.newpath tr:hover td.diffdeleted, tr.diffcode:hover td.diffdeleted pre {
  background-color:#662424;
}
.newpath td.diffadded, td.diffadded pre {
  background-color:#484e3c;
}
.newpath tr:hover td.diffadded, tr.diffcode:hover td.diffadded pre {
  background-color:#6f8f2d;
}
.newpath td.diffchanged, td.diffchanged pre {
  background-color:#4a4a36;
}
.newpath tr:hover td.diffchanged, tr.diffcode:hover td.diffchanged pre {
  background-color:#aba919;
}

/* Log View */

table tbody tr td.logmsg {
  text-align:left;
  padding:3px 0;
  vertical-align:middle;
  }

/* sidebar form without css-bg-colors */ 
#info table tbody tr td,
#info table tbody tr th {
  padding:0;
  margin:0;
  font-weight:normal;
}
#info table tbody tr:hover td, 
#info table tbody tr:hover th {

}
/* inputs see -> forms */
