body {
	font-family: DejaVu Sans, sans-serif ,helvetica;
}

pre {
	font-family: DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, courier;
	font-size:inherit;
}

a:visited,
a:active,
a:link {
	color:#000;	
}
a:hover {
	color:#600;
}


/* Toolbar, with nice big buttons in it */
a.toolbar_active,
a.toolbar {
	border:1px solid #bbb;
	margin-right:6px; /* see parent's padding too */
	padding:8px;
	background:#eee;
	-moz-border-radius: 5px;
}

a.toolbar_active {
	background:#ddd;
}
a.toolbar:hover {
	background:#f4f4f4;
}
a.toolbar_active:hover {
	background:#e0e0e0;
}

a.toolbar_active img,
a.toolbar img {
	vertical-align:middle;
	border:0;
	margin:0;
	padding:0;
}

a.toolbar_active:link,
a.toolbar:link {
	border:1px solid #bbb;
}

div.toolbar_as_footer {
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#eee;
	padding:12px;
	padding-left:5px;
	border-top:0.75pt solid #ccc;
}


.regular_size { /* turn h1..h6 header in regular text! */
	font-family:inherit;
	font-weight:normal;
	font-stretch:normal;
	font-size:medium;
	margin:0;
	padding:inherit;
	display:inline;
}
h1.regular_size {
	font-size: inherit;
	font-weight: inherit;
}
h2.regular_size {
	font-size: inherit;
}
.not_link {
	text-decoration:none;
}
/* TREE frame specific entries */
body#tree {
	font-size:smaller;
	margin:0;
	margin-top:40px; /* see h1.fldr_open */
	margin-bottom:50px; /* see #tree_footer */
}

body#tree a {
	line-height:1.4em;
	color:inherit
}

/*
body#tree a.file:hover,
body#tree a.fldr:hover {
	color:red;
}
*/

a.fldr_open {
	font-weight:bolder;
	padding-left:0px;
	margin-left:0px;
	display:block;
	width:100%;
}

h1.fldr_open {
	font-family:inherit;
	font-weight:normal;
	font-stretch:normal;
	font-size:medium;
	margin:0;
	padding:inherit;
	display:inline;

	background-repeat:no-repeat;
	background-position: 4px 50%;
	background-image: url("/icons.php?type=directory-accept&size=24");
	padding-left:32px;
	height:24px;
	background-color:#eee;
	border-bottom:0.75pt solid #ccc;
	margin-top:0em;
	margin-bottom:0.3em;
	padding-top:0.4em;
	padding-bottom:0.4em;
	
	position:fixed;
	top:0;
	width:100%
}

a.fldr,
a.lnk,
a.other,
a.file {
	background-repeat:no-repeat;
	margin-left:5px;
	padding-left:18px;
}	

a.fldr {
	background-image: url("/icons.php?type=directory&size=16");
}

a.lnk {
	background-image: url("/icons.php?type=application&emblem=symbolic-link&size=16");
}

a.file {
	background-image: url("/icons.php?type=application&size=16");
}

a.other {
	background-image: url("/icons/bomb.gif");
}

/* HEAD frame specific entries */
table#head_bar {
	width:100%;
	height:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#location_bar {
	background-color:#eee;
}
#location_bar td {
	padding:8px;
	margin:8px;
}

.breakAsButtons a {
	border:1px solid #bbb;
	margin-right:4px; /* see parent's padding too */
	padding:5px;
	background:#ddd;
	-moz-border-radius: 4px;

}
.HideIfCSS {
	display:none;
}
.breakAsButtons a:hover {
	background:#e8e8e8;
	color:inherit;
}
/*
.breakAsButtons a {
	background-color:#ffe8c8;
	color:#85510b;
	border:1px solid #ffd498;
	border-bottom:1.5pt solid #ff9c14;
	text-decoration:none;
	padding:1pt; padding-left:2pt;
	padding-right:2pt;
	-moz-border-radius: 3pt;
}

.breakAsButtons a:hover	{
	border-bottom-color: #85510b;
	color: #ff9c14;
}
*/
td.bigTitle {
	font-size: xx-large;
	font-weight:bold;
	border-bottom:2pt solid black;
	margin:0;
}
a.bigTitle:link,
a.bigTitle:hover,
a.bigTitle:visited {
	text-decoration:none
}

/* MAIN frame specific entries */

table.pkg {
	border:0;
}

table.pkg td {
	border:0;
}

tbody.pkg td {
	border-bottom:1px solid #e0e0e0;
}
tbody.pkg {
	border:1px solid #e8e8e8;
}

table.pkg th {
	background-color:#eee;
	color:#224;
	border:0;
	text-align:left;
	border-bottom:1px solid #ddd;
	border-right:1px solid #d8d8d8;
	font-weight:normal;
	font-size:small;
	padding-top:0em;
	padding-bottom:0em;
	padding-left:0.2em;
}
tr.row_odd td {
	background-color:#f8f8f8;
}
tr.row_even td {
	background-color:#ffffff;
}
table tr.row_odd:hover td,
table tr.row_even:hover td {
	background-color:#ccffcc;
}

a.pkg_link,
a.pkg_link:link {
	text-decoration:none;
}

table.legend {
	font-size:smaller;
	color:#444;
	border:1px solid #888;
	border-collapse: collapse;
}
table.legend th {
	font-weight: inherit;
	background-color: #eee;
}
table.legend caption{
	font-style:italic;
}
/* DETAILS frame specific entries */
td.diff_banner {
	background-color:#eee;
	border-bottom:0.75pt solid #ccc;
}
table.banner {
	background-color:#eee;
	border-bottom:0.75pt solid #ccc;
	border-collapse: collapse;
}
td.diff_banner table.banner {
	border-bottom:none;
}

table.banner th {
	width:10%;
	font-size:inherit;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}
.diffcol_odd {
	background-color:#fcf8ff;
	vertical-align:top;
}
.diffcol_even {
	background-color:#fcfff8;
	vertical-align:top;
}

body#view {
	margin:0;
	padding:0;
}
body#view table.banner {
	margin:0pt;
	padding:5pt;
	width:100%;
}
/* ABOUT:STATS specific entries */
body#about {
	margin-top:0;
}

ul.topmenu {
	margin-top:0;
	margin-bottom: 0;
	padding-left: 0;
	text-align:right;
}

li.topmenu_sel,
li.topmenu {
	display: inline;
	padding:0.15em 0.75em;

	background-color: #eeeeff;
	color:#40a;

	border-bottom: 1.1pt solid #cdf;
	border-left: 0.5px solid #cdf;
	border-right: 0.5px solid #def;
}
li.topmenu_sel {
	background-color: #ddddf0;
	border-bottom: 1.7pt solid #abd;
	border-left: 0.5px solid #a0b0d0;
}

ul.topmenu a {
	text-decoration: none;
	color:inherit;
}
ul.topmenu a:hover {
	text-decoration: none;
	color:#600;
}



/* ABOUT:WELCOME specific entries */
pre.about_releaseNotes {
	border:1px solid #666;
	background-color: #f4f4f4;
	font-size:10pt;
}
/* diff.php */
td.diffdeleted {
   background-color: red;
   white-space: pre;
}

td.diffchanged {
   background-color: yellow;
   white-space: pre;
}

td.diffadded {
   background-color: green;
   white-space: pre;
}

td.diffabsent {
   background-color: #D0D0D0;
   white-space: pre;
}

td.diff {
/*   background-color: #D0D0D0;*/
   white-space: pre;
}

table.diff {
   border-collapse: collapse;
}

/* Debug error messages */
.dbg_errmsg {
	color:#733;
}
