html,body {
	background:#FFF;
	color:gray;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size:13px;
	line-height:1.3em;
	margin: 0; 
	padding: 0;
	height: 95%;
}

#container {
	position: relative;
	padding-bottom: 30px;
}

* html #container {
	height: 95%;
}

#footer {
	margin:0;
	padding:0;
	text-align: left;
	margin-top: 20px;
}

a {
	color:#000;
	text-decoration:none;
	outline: none !important;
}

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

a:hover {
	color: gray;
}

a img {
	border:0;
}

strong, b {
	color: gray;
	font-weight: normal;
}

#wrap {
	margin: 0 30px 0 30px;
	text-align:left;
	background:#FFF;
	padding:5px 0;
}

h1, h2 {
	color:gray;
	text-align:left;
	line-height:1em;
	font-weight:normal;
}

h1 {
	line-height:1.7em;
	font-size:1.7em;
	border-bottom:1px solid #CCCCCC;
	padding:10px 5px 10px 5px;
	margin:-1.7em 2% 1em 2%;
	text-align:left;
	font-weight:normal;
	letter-spacing: -0.018em;
}

h1 span {
  	text-transform: lowercase;
}

h1 span a, h1 span a:link {
  	color:gray;
}

h2 a {
  	background: #FFFFFF;
  	margin:0;
}

h2 a:link,
h2 a:visited {
  	font-weight:normal;
  	letter-spacing: -0.018em;
  	color: #b00
}

h2 a:hover {
  	background:#f2f2f2;
}

h2 {
  	font-weight:normal;
  	letter-spacing: -0.018em;
  	color:#666;
  	padding:0 .1em;
}

#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 gray;
}

#wrap h2.regular .links {
  	float:right;
  	padding:0 5px 10px 5px;
  	margin:0;
  	text-align:right;
  	font-size:13px;
  	text-transform:none;
}

#wrap h2.regular .links a {
  	color: #000000;
  	font-weight: normal;
  	letter-spacing: 0;
}

#select {
	margin:1em 2% 0 2%;
	text-align:right;
	padding:10px 10px 0 10px;
	height:2em;
}

#select form, #select div {
	display: inline;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Left Column
*/

/* index elements */
dl.projectlist dd a {
	font-size: 12px;
  	background-image:url(images/cube.png);
  	background-repeat:no-repeat;
  	background-position:2px 50%;
  	padding-left:22px;
  	font-family: Monaco, Courier, 'Courier New', monospace;
}

.projectlisthead {
  	padding: 13px 0 5px;
}

.projectlist .groupname {
  	padding:3px 0 5px;
  	border-bottom:1px dotted gray;
}

.showstate {
  	padding: 0 4px 0 2px;
}

.projectlist .project {
  	background-image:url(images/cube.png);
  	background-repeat:no-repeat;
  	background-position:12px 50%;
  	padding: 3px 0 5px 32px;
  	border-bottom:1px dotted #D3D3D3;
}

#wrap dt {
  margin:0;
  padding:0 0 5px 0;
}

#wrap dd {
  margin:0;
  padding:5px 0 5px 10px;
  border-bottom:1px dotted #D3D3D3;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++ main content: Directories
*/

table {
	border-collapse:collapse;
	width:100%;
}

tbody tr td {
	padding:0;
	text-align:left;
}

thead tr {
	background:#4d4d4d;
}

thead tr th {
	background: #F0F0F0;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: gray;
	margin: 2px 2px;
	padding-top: 2px;
	text-align:center;
}

thead tr th.path {
	text-align:left;
	width:70%;
	padding-left: 10px;
}

thead tr th.collno,
thead tr th.colrev,
thead tr th.colauth {
  	width:6%;
}

thead tr th.colcode {
	width:73%;
}

tbody {
	border: 1px dotted #CCCCCC;
}

tbody tr td {
	border-bottom: 1px solid #CCCCCC;
}

tbody tr td.code {
  	text-align:left;
}

tbody tr td.code pre {
  	background-color:#f8f8f8;
  	border:1px solid #f0f0f0;
  	padding-left: 3px;
}

tbody tr:hover td.code pre {
  	background-color:#e8e8e8;
  	border:1px solid #cccccc;
}

tbody tr:hover td.code {
  	background-color:#FFF;
}

tbody tr td.path,
tbody tr th.path {
	font-size: 12px;
	text-align:left;
	padding-top: 3px;
	font-family: Monaco, Courier, 'Courier New', monospace;
}

tbody tr td.path {
	padding-left: 10px;
}

tbody tr:hover {
	background-color:#e8e8e8;
}

tbody tr.row0 td {
	background-color:#f0f0f0;
}

tbody tr.row1 td {
	background-color:#f8f8f8;
}

tbody tr.row0:hover td, tbody tr.row1:hover td {
  	background-color:#e8e8e8;
}

.goyoungest a {
  	color:#e25f53;
}

.goyoungest a:hover {
  	background-color:#fad4c8;
  	color:#000;
}

td.code {
  	padding:2px 2px 0 2px;
}

.icon {
	vertical-align: middle;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ File, Blame, Diff
*/

h2#pathlinks {
  	text-transform:none;
  	margin:0 2% 15px;
}

div.listing {
  	font-size: 12px;
  	overflow:auto;
  	border: 1px solid #D3D3D3;
  	text-align:left;
  	margin: 0 2%;
  	padding: 10px;
	background: #F8F8F8;
}

pre a, td.code pre a {
  	color:blue;
  	font-style:italic;
}

code, pre {
  	font-family: Courier, 'Courier New', monospace;
  	text-align:left;
	margin:0;
}

.geshi a:link,
.geshi a:visited,
.geshi a:focus,
.geshi a:hover {
	padding-left:0;
	background: none;
}

.geshi a:hover {
	text-decoration: underline;
}

div.newpath, div.difflines {
  	color:#000;
  	text-align:center;
}

div.newpath {
  	padding:5px 5px 5px 5px;
  	margin:10px 0 30px 0;
  	background:#FFF;
  	border:1px solid #e1e1e1;
}

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;
}

code {
  	white-space: pre-wrap;
}

/* Whitespace hacks for IE 4-7  */

* html code, *:first-child+html code {
	white-space: pre;
}

* html table.diff td, *:first-child+html table.diff td {
	white-space: pre;
}

/* inputs see -> forms */

#wrap td.age, #wrap td.date, #wrap td.rev, #wrap td.author {
	text-align: center;
	font-size: 12px;
	font-family: Monaco, Courier, 'Courier New', monospace;
}

#wrap p.pagelinks > * {
	padding: 0 3px;
}

div#error, div#warning {
	font-weight: bold;
	display: table;
	padding: 5px;
	margin: 0 auto;
	border:  1px solid;
}

div#error {
	border-color: #cb6565;
	background-color: #ffe2e2;
}

div#warning {
	border-color: #d5ce00;
	background-color: #ffd;
}

