body {
	background-color: #fff;
	font-family: "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	font-size: large;
}

/* Index projectlist */
div#projectlist {
	text-align: center;
	background-color: #fff;
	border: 1px solid black;
	width: 45%;
	margin: auto;
}

#projectlist ul {
	display: inline;
	padding: 0;
}

#projectlist ul > li {
	display: inline;
}

#projectlist a {
	display: block;
	background-color: #fff;
	color: black;
}

#projectlist a:hover {
	background-color: #ddd;
	text-decoration: none;
}

/* Project chooser 
div.project {
	padding: 10px;
	text-align: right;
	float: right;
}*/

div.project
{
	position: absolute;
	top: 150px;
	right: 40px;
	display:inline;
	text-align: right;
	background: transparent;
	line-height:26px;
	font-size:13px;
	font-weight: bold;
	color:#fff;
}

div.project a {
	color: #fff;
	text-decoration: none;
}

div.path {
	text-align: left;
	padding: 15px;
}

/* Directory listing */
div.files {
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

div.files table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px outset #000;
}

div.files table thead tr {
	background-color: #ddd;
	color: black;
	font-weight: bold;
	text-align: left;
}

div.files table tr.dir {
	background-color: #fff;
}

div.files table tr {
	padding: 0;
	margin: 0;
	border: 0;
}

div.files table tr.dir:hover {
	background-color: #ddd;
}

div.files table tr.file:hover {
	background-color: #ddd;
}

div.files table td {
	border: 1px solid #777;
	padding: 0;
	margin: 0;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

div.files table td.name {
	width: 20%;
}

div.files table td.rev {
	text-align: right;
	width: 1%;
}

div.files table tr.currev td.rev {
	font-weight: bold;
}

div.files table td.age {
	width: 10%;
}

div.files table td.author {
	width: 10%;
}

div.files table td.log {
	font-size: smaller;
}

div.files table tfoot tr {
	border-top: 2px solid black;
	background-color: #ddd;
}

/* View log link etc */
div.nav {
	text-align: center;
}

div.nav a:before {
	content: '[ ';
}

div.nav a:after {
	content: ' ]';
}

/* Revision/diff changing form */
div.revchange {
	float: right;
}

div.changeview {
	text-align: center;
	margin: auto;
	width: 160px;
	padding: 1em;
}

div.file, div.log {
	background-color: #fff;
	padding: 1em;
	border: 1px solid #000;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Diff colors */
div.file .pos {
	color: #990;
}

div.file .added {
	color: #0b0;
}

div.file .removed {
	color: #d00;
}

div.ad {
	font-size: x-small;
	position: fixed;
	bottom: 0.1em;
	right: 0.1em;
}

div.log .entry {
	margin-bottom: 1em;
	border-top: 1px solid black;
	padding-top: 0.5em;
}

div.log .entry .paths ul {
	list-style-type: none;
}

div.log .msg {
	
}

fieldset {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
}

form {
	display: inline;
}

/* list */
table.list tr td.size {
	text-align: right;
}

table.list tr.dir {
	background-color: #ffc;
}

table.list tr td {
	padding: 0;
}

.debug {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 10em;
	overflow: auto;
	background-color: #ccc;
	padding: 0.5em;
	border: 1px solid black;
}

