/* Styles for file type icons ( you need to make a matching $icon entry in the config.php file ) */
a.dir { background-image: url(/ajax_autoindex/icons/folder.png); }
a.html { background-image: url(/ajax_autoindex/icons/html.png); }
a.compress { background-image: url(/ajax_autoindex/icons/compress.png); }
a.exe { background-image: url(/ajax_autoindex/icons/application.png); }
a.music { background-image: url(/ajax_autoindex/icons/music.png); }
a.pdf { background-image: url(/ajax_autoindex/icons/page_white_acrobat.png); }
a.image { background-image: url(/ajax_autoindex/icons/image.png); }
a.picture { background-image: url(/ajax_autoindex/icons/picture.png); }
a.film { background-image: url(/ajax_autoindex/icons/film.png); }
a.text { background-image: url(/ajax_autoindex/icons/page_white_text.png); }

/* Default file icon and new icon. */
tbody td a { padding-left: 20px; background-image: url(/ajax_autoindex/icons/page_white.png); background-repeat: no-repeat; }
td.new { padding-left: 20px; background-image: url(/ajax_autoindex/icons/new.png); background-repeat: no-repeat; }

/*
Styles for dynamic table sorting
from jQuery tablesorter by Christian Bach
http://tablesorter.com/docs/
*/
.header {
	background-image: url(/ajax_autoindex/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-align: left;
}
.headerSortUp {
	background-image: url(/ajax_autoindex/asc.gif);
}
.headerSortDown {
	background-image: url(/ajax_autoindex/desc.gif);
}
.headerSortDown, .headerSortUp {
	background-color: #8dbdd8;
}
th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	padding: 4px;
}

/* Styles for static table sorting links. */
a.sort { width: 16px; height: 16px; padding-left: 16px; }
a.sort-asc { background-image: url(/ajax_autoindex/icons/bullet_arrow_up.png); }
a.sort-desc { background-image: url(/ajax_autoindex/icons/bullet_arrow_down.png); }
a.sort-hide { width: 0px; height: 0px; padding-left: 0px; }

/* The rest of the junk... */
table { font-family: monospace; border-collapse: collapse; font-size: 13px; }
td { padding-left: 20px; padding-right: 20px; }
td.rt { text-align: right; }
tr.odd { background-color: #DDDDDD; }
.hidden { visibility: hidden; position: absolute; }
hr { margin-left: -60px; margin-right: -60px; }
div.info
{
	width: 100%; padding-left: 30px;
	border-bottom: 2px solid #000000;
	position: fixed; top: 0pt; left: 0pt;
	background-color: #9999FF; background-image: url(/ajax_autoindex/icons/information.png);
	background-repeat: no-repeat;  background-position: 10px center;
}
