* {
	padding:0;
	margin:0;
}

body {
	 margin: 0;
  padding: 0;
  background: #edf5fa;
  font: 76%/170% Verdana, sans-serif;
  color: #494949;
  background: #edf5fa url(/.images/body.png) repeat-x 50% 0;
}

h1 {
	text-align: center;
	padding: 20px 0 12px 0;
	margin: 0;
}
h2 {
	font-size: 16px;
	text-align: center;
	padding: 0 0 12px 0; 
}

#logo-floater {
	height: 80px;	
	margin-top: 22px;
	margin-left: 22px;
}

#navi {
	float:right;
	}

#contentwrapper {
	width: 1220px;
	}

#justfortheback {
	float: left;
	background: url(/.images/indexbg.png) repeat-y 0 0;
	}

#pathbar {
	height: 31px;
	margin-top: -19px;
	}

#path #folder {
	font-weight: bold;	
}

#path a {
	padding-left: 2px;
	padding-right: 2px;
	color: #11598E;
	text-decoration: none;
}

#path a:hover {
	color: #1A86D7;
	text-decoration: underline;
}

.borderleft {
	background: url(/.images/bg-content-left.png) no-repeat 0 0;
  padding-left: 50px;
  margin-top: -22px;
  width: 1000px;
}

.borderright {
	background: url(/.images/bg-content-right.png) top right no-repeat;
  padding-right: 50px;
}

.content {
	background: #FFFFFF url(/.images/bg-content.png) repeat-x 0 0;
  padding: 0;
  padding-top: 15px;
  min-height: 300px;
}

#contentleft {
	width: 170px;
	padding-top: 30px;
	float: left;
}

#container {
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
	position: relative;
  	float: left;
	background: url(/.images/indexbg.png) repeat-y 0 0;
}

#navi {
	margin-top: -7px;
	}

#navi a {
	float:right;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	padding-left: 35px;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 31px;
	height:31px;
	color: #555555;
	border-left: 2px dotted #D5E0E0;
    position:relative;
    }

/* common commands */
#navi #parent {
	background: url('/.images/up.png') 10px 8px no-repeat;
}
#navi #refresh {
	background: url('/.images/reload.png') 10px 8px no-repeat;
}
#navi #home {
	background: url('/.images/home.png') 10px 8px no-repeat;
}

table {
	/* background-color: #F3F3F3; */
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}

th {
	/* background-color: #9ceafc; */
  	background: #FFFFFF url(/.images/bg-th.png) repeat-x 0 0;
	color: #FFF;
	cursor: pointer;
	padding: 5px 10px;
}

th small {
	font-size: 9px; 
}

td, th {
	text-align: left;
}

a {
	text-decoration: none;
}

td a {
	color: #663300;
	display: block;
	padding: 5px 10px;
}
th a {
	padding-left: 0
}

td:first-of-type a {
	background: url(./.images/file.png) no-repeat 10px 50%;
	padding-left: 35px;
}
th:first-of-type {
	padding-left: 35px;
}

td:not(:first-of-type) a {
	background-image: none !important;
} 

tr:nth-of-type(odd) {
	background-color: #E6E6E6;
}

tr:hover td {
	background-color:#CACACA;
}

tr:hover td a {
	color: #000;
}

#footerfade {
		width: 1020px;
		height: 33px;
		background: url('/.images/bottombg.png') no-repeat;
		padding-right: 20px;
		font-size: 10px;
		color: #999999;
		text-align: right;
		}



/* icons for file types (icons by famfamfam) */

/* applications */
table tr td:first-of-type a[href$=".exe"], 
table tr td:first-of-type a[href$=".app"], 
table tr td:first-of-type a[href$=".EXE"], 
table tr td:first-of-type a[href$=".APP"]
{background-image: url(./.images/type_application.png);}

/* binaries */
table tr td:first-of-type a[href$=".bin"], 
table tr td:first-of-type a[href$=".hqx"], 
table tr td:first-of-type a[href$=".uu"], 
table tr td:first-of-type a[href$=".BIN"], 
table tr td:first-of-type a[href$=".HQX"], 
table tr td:first-of-type a[href$=".UU"]
{background-image: url(./.images/type_binary.png);}

/* android apk */
table tr td:first-of-type a[href$=".apk"],
table tr td:first-of-type a[href$=".APK"]
{background-image: url(./.images/type_android.gif);}

/* databases */
table tr td:first-of-type a[href$=".db"],
table tr td:first-of-type a[href$=".sqlite"]
{background-image: url(./.images/type_database.png);}

/* images */
table tr td:first-of-type a[href$=".iso"],
table tr td:first-of-type a[href$=".image"]
{background-image: url(./.images/type_disc.png);}

/* ttf */
table tr td:first-of-type a[href$=".ttf"]
{background-image: url(./.images/type_document.png);}


/* archives */
table tr td:first-of-type a[href$=".tar"], 
table tr td:first-of-type a[href$=".tgz"], 
table tr td:first-of-type a[href$=".tbz"], 
table tr td:first-of-type a[href$=".bz2"], 
table tr td:first-of-type a[href$=".bundle"]
{background-image: url(./.images/type_box.png);}
table tr td:first-of-type a[href$=".z"],
table tr td:first-of-type a[href$=".tgz"],
table tr td:first-of-type a[href$=".gz"],
table tr td:first-of-type a[href$=".zip"]
{background-image: url(./.images/type_zip.png);}
table tr td:first-of-type a[href$=".rar"] 
{background-image: url(./.images/type_rar.png);}

/* pictures */
table tr td:first-of-type a[href$=".jpg"], 
table tr td:first-of-type a[href$=".png"], 
table tr td:first-of-type a[href$=".gif"], 
table tr td:first-of-type a[href$=".svg"], 
table tr td:first-of-type a[href$=".jpeg"]
{background-image: url(./.images/type_image.png);}
table tr td:first-of-type a[href$=".ai"], 
table tr td:first-of-type a[href$=".eps"], 
table tr td:first-of-type a[href$=".epsf"], 
table tr td:first-of-type a[href$=".epsi"]
{background-image: url(./.images/type_illustrator.png);}
table tr td:first-of-type a[href$=".psd"]
{background-image: url(./.images/type_photoshop.png);}

/* monitors */
table tr td:first-of-type a[href$=".ps"]
{background-image: url(./.images/type_monitor.png);}

/* css */
table tr td:first-of-type a[href$=".css"] 
{background-image: url(./.images/type_css.png);}

/* docs */
table tr td:first-of-type a[href$=".doc"],
table tr td:first-of-type a[href$=".docx"]
{background-image: url(./.images/type_word.png)}
table tr td:first-of-type a[href$=".xls"],
table tr td:first-of-type a[href$=".xlsx"]
{background-image: url(./.images/type_excel.png)}
table tr td:first-of-type a[href$=".ppt"],
table tr td:first-of-type a[href$=".pptx"],
table tr td:first-of-type a[href$=".pps"],
table tr td:first-of-type a[href$=".ppsx"]
{background-image: url(./.images/type_powerpoint.png)}
table tr td:first-of-type a[href$=".pdf"]
{background-image: url(./.images/type_pdf.png)}
table tr td:first-of-type a[href$=".txt"],
table tr td:first-of-type a[href$=".bat"],
table tr td:first-of-type a[href$=".cmd"],
table tr td:first-of-type a[href$=".log"],
table tr td:first-of-type a[href$=".tex"],
table tr td:first-of-type a[href$=".dvi"]
{background-image: url(./.images/type_text.png)}

/* vcards */
table tr td:first-of-type a[href$=".vcf"],
table tr td:first-of-type a[href$=".vcard"]
{background-image: url(./.images/type_vcf.png)}

/* videos */
table tr td:first-of-type a[href$=".avi"], 
table tr td:first-of-type a[href$=".wmv"], 
table tr td:first-of-type a[href$=".mp4"], 
table tr td:first-of-type a[href$=".mov"], 
table tr td:first-of-type a[href$=".m4a"],
table tr td:first-of-type a[href$=".mkv"]
{background-image: url(./.images/type_video.png);}
table tr td:first-of-type a[href$=".flv"]
{background-image: url(./.images/type_flash.png);}
table tr td:first-of-type a[href$=".swf"]
{background-image: url(./.images/type_swf.png);}

/* audio */
table tr td:first-of-type a[href$=".mp3"], 
table tr td:first-of-type a[href$=".ogg"], 
table tr td:first-of-type a[href$=".aac"], 
table tr td:first-of-type a[href$=".wma"] 
{background-image: url(./.images/type_audio.png);}

/* web pages */
table tr td:first-of-type a[href$=".html"],
table tr td:first-of-type a[href$=".htm"]
{background-image: url(./.images/type_html.png);}

table tr td:first-of-type a[href$=".xml"]
{background-image: url(./.images/xml.png);}

table tr td:first-of-type a[href$=".php"]
{background-image: url(./.images/type_php.png);}

table tr td:first-of-type a[href$=".js"] 
{background-image: url(./.images/script.png);}

/* directories */
table tr.dir td:first-of-type a
{background-image: url(./.images/type_folder2.png);}