/* +--------------------------------------------------------------------+
// | indexer.css                                                        |
// | Last Modified: Mon 18 Apr 2005 05:05:57 PM MDT                     |
// | hewbert <josh@hewbert.com> [www.hewbert.com]                       |
// | This needs to be organized and cleaned up.                         |
// +--------------------------------------------------------------------+
*/

body {
	background-color: #FEFEFE;
	margin: 0 auto;
}

img {
	border: 0;
}

#debugging {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #000;
	margin: 10px;
}

#tbl_main {
	width: 100%;
	margin: 0 auto;
	color: black;
	background-color: #fff;
	/*
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	*/
	font-family: Georgia, Arial, sans-serif;
	font-size: 10px;
}

#pane {
	width: 160px;
	border-right: 1px solid #bfbfbf;
	padding: 5px;
}

#pane_dir_icon {
	text-align: center;
}

#pane_dir_name {
	text-align: center;
	font-size: 16px;
	font-color: #666;
	font-weight: bold;
	letter-spacing: .5px;
	border-bottom: 1px dashed #d0d0d0;
	margin-bottom: 4px;
	padding-bottom: 2px;
}

#pane_permissions {
	font-weight: bold;
	color: #666;
	text-align: center;
	padding-bottom: 4px;
}

#pane_dir_size {
	text-align: center;
	font-size: 12px;
	font-color: #222;
	font-style: italic;
}

#pane_itemcount {
	text-align: center;
	font-size: 10px;
	font-color: #555;
	font-style: italic;
	padding-top: 4px;
}

#pane_inaccessible {
	/* Block for inaccessable directories */
	text-align: center;
	color: #000;
	font-weight: bold;
}

#tbl_contents {
	font-size: 11px;
	font-family: Georgia, Arial, sans-serif;

}

#tbl_main a:link, a:visited {
	color: #9b4600;
	text-decoration: none;
	font-weight: bold;
}

#tbl_main a:hover {
	color: #003783;
	text-decoration: underline;
	font-weight: bold;
}


span.symlink_tag {
	color: #666;
	font-style: italic;
}

span.symlink_target {
	color: #555;
	font-style: italic;
}

.colhead {
	background-color: #F5F5F5;
	color: #000;
	font-weight: bold;
	letter-spacing: .5px;
	padding: 2px;
	padding-left: 4px;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

.colhead a:link, .colhead a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.colhead a:hover {
	color: #003783;
	text-decoration: underline;
	font-weight: bold;
}

span.up {
	background: transparent url("ico/sort_up.gif") no-repeat right;
	padding-right: 18px;
}

span.down {
	background: transparent url("ico/sort_dn.gif") no-repeat right;
	padding-right: 18px;
}


td.col_icon_parent {
	padding: 2px;
	background-color: #f9f9f9;
	/* Keep the icon close to the filename: */
	width: 38px;
	border-bottom: 1px solid #ddd;
}

td.col_filename_parent { background-color: #f8f8f8; border-bottom: 1px solid #ddd; }
td.col_size_parent { background-color: #f8f8f8; border-bottom: 1px solid #ddd; }
td.col_permissions_parent { background-color: #f8f8f8; border-bottom: 1px solid #ddd; }
td.col_owner_parent { background-color: #f8f8f8; border-bottom: 1px solid #ddd; }
td.col_items_parent { background-color: #f8f8f8; border-bottom: 1px solid #ddd; }
td.col_modified_parent { background-color: #f8f8f8; border-bottom: 1px solid #ddd; }

td.message {
	text-align: center;
	color: #000;
	letter-spacing: .5px;
	padding: 5px;
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
}

/* ----------------------------------
// Here's the directory list rows. There's two of each row (_1 and _2).
// This is for alternating colors (looks nice).
// ----------------------------------
*/

td.col_sorted_1 {
	background-color: #f4f4f4;
}

td.col_sorted_2 {
	background-color: #e4e4e4;
}

td.col_icon_1 {
	background-color: #fff;
	padding: 2px;
}

td.col_icon_2 {
	background-color: #eee;
	padding: 2px;
}

td.col_filename_1 {
	background-color: #fff;
}

td.col_filename_1:hover {
	background-color: #ddd;
}

td.col_filename_2 {
	background-color: #eee;
}

td.col_filename_2:hover {
	background-color: #ddd;
}

td.col_size_1 {
	background-color: #fff;
}

td.col_size_2 {
	background-color: #eee;
}

td.col_permissions_1 {
	background-color: #fff;
	text-align: center;
}

td.col_permissions_2 {
	background-color: #eee;
	text-align: center;
}

td.col_owner_1 {
	background-color: #fff;
}

td.col_owner_2 {
	background-color: #eee;
}

td.col_items_1 {
	background-color: #fff;
	font-style: italic;
	color: #555;
}

td.col_items_2 {
	background-color: #eee;
	font-style: italic;
	color: #555;
}

td.col_modified_1 {
	background-color: #fff;
}

td.col_modified_2 {
	background-color: #eee;
}


/* -------------------------------------------------------
// Credit/Version tag
*/
#tag_pane {
	text-align: center;
	color: #777;
	margin-top: 20px;
}

#tag_pane a:link, #tag_pane a:visited, #tag_pane a:hover {
	font-weight: normal;
}

#tag_bottom {
	text-align: right;
	color: #777;
	background-color: #f8f8f8;
	padding: 4px;
	font-style: italic;
	border-top: 1px solid #bfbfbf;
}

