@charset "utf-8";
/* CSS Document */

pre.listing {
	background: #eee;
	border: 1px solid #ccc;
	margin: .3em auto;
	padding: .1em .3em;
	width: 90%;
}

pre.listing b {
	color: #f00;
}

/* TABLE
 * ========================================================================= */
table {
	border: 1px solid #888;
	border-collapse: collapse;
	line-height: 1;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
	text-align: left;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

/* Caption
 * ------------------------------------------------------------------------- */
table caption {
	font-size: .9em;
	font-weight: bold;
}

/* Header
 * ------------------------------------------------------------------------- */
table thead {
	background: #aaa url(images/bg-table-thead.png) repeat-x top left;
	font-size: .9em;
}

table thead tr th {
	border: 1px solid #888;
	font-weight: normal;
	padding: .3em 1.67em .1em 1.67em;
	text-align: left;
}

/* Body
 * ------------------------------------------------------------------------- */
table tbody tr td {
	padding: .3em 1.5em;
}

table tbody tr.even {
	background: #f3f3f3;
}

table tbody tr.odd {
	background: #fff;
}

table span {
	background-position: center left;
	background-repeat: no-repeat;
	padding: .2em 0 .2em 1.5em;
}

table span.file {
	background-image: url(images/page_white_text.png);
}

table span.folder {
	background-image: url(images/folder.png);
}

.acts_as_tree_table tr td .expander {
	background-image: url(images/bullet_toggle_minus.png);
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 0;
	zoom: 1; /* Hack for IE, works in IE7, I refuse to check in IE6 or older */
}

.acts_as_tree_table tr.collapsed td .expander {
	background-image: url(images/bullet_toggle_plus.png);
}

.acts_as_tree_table tr.expanded td .expander {
	background-image: url(images/bullet_toggle_minus.png);
}
#History-Table {
	width: auto;
}
