/* +--------------------------------------------------------------------+
// | human.css                                                          |
// | Last Modified: Mon 04 May 2009 07:25:00 PM MDT                     |
// | hewbert <josh@hewbert.com> [www.hewbert.com]                       |
// | This needs to be organized and cleaned up.                         |
// +--------------------------------------------------------------------+
*/

body {
	background-color: #425F7D;
	margin: 0 auto;
	text-align		: center; /* For IE */
}

img {
	border: 0;
}

td {
	text-align		: left;
}

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

#tbl_main {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #444;
	background: #ffffff url("../gfx/fm-bg1.jpg") repeat;
	/*
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border: 4px solid #929292;
}

#pane {
	width: 160px;
	border-right: 1px solid #7a7e6e;
/*	background-color: #f8f8f8; */
	background: #f8f8f8 url("../gfx/fm-bg1.jpg") repeat;
	padding: 5px;
}

#pane_dir_icon {
	text-align: center;
}

#pane_dir_name {
	text-align: center;
	font-size: 16px;
	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;
	color: #222;
	font-style: italic;
}

#pane_itemcount {
	text-align: center;
	font-size: 10px;
	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: 10px;
	font-family: Verdana, Arial, sans-serif;

}

#tbl_main a:link, a:visited {
	color: #393d35;
	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: #F4f4f4;
	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: #efefef;
	/* Keep the icon close to the filename: */
	width: 38px;
	border-bottom: 1px solid #ddd;
}

td.col_filename_parent { background-color: #efefef; border-bottom: 1px solid #ddd; }
td.col_size_parent { background-color: #efefef; border-bottom: 1px solid #ddd; }
td.col_permissions_parent { background-color: #efefef; border-bottom: 1px solid #ddd; }
td.col_owner_parent { background-color: #efefef; border-bottom: 1px solid #ddd; }
td.col_items_parent { background-color: #efefef; border-bottom: 1px solid #ddd; }
td.col_modified_parent { background-color: #efefef; 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: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* -------------------------------------------------------
// 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;
}


#readme {
	text-align			: center;
	background-color	: #ccc;
	border-bottom		: 1px solid #7a7e6e;
	background			: #f8f8f8 url("../gfx/fm-bg1.jpg") repeat;
	padding				: 5px;
	font-weight			: bold;

}
