html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********************************************************************/

body {
	padding: 5px 10px 200px 10px;
	font-family: Arial, verdana;
	font-size: 14px;
}

a {
	color: darkblue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

div.message {
	padding-bottom: 5px;
	font-style: italic;
	color: green;
}

div.red {
	color: red;
}

form {
	padding: 5px 0px 15px 0px;
}
fieldset {
	border: 1px solid #ddd;
	padding: 5px 10px;
}
legend {
	font-weight: bold;
}
fieldset div {
	padding: 2px 0px;
}
fieldset input[type=password],
fieldset input[type=text] {
	width: 75%;
}
fieldset textarea {
	width: 75%;
	height: 300px;
    vertical-align: baseline;
}

#breadcrumb {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

#list td {
	padding: 1px 8px;
}
#list table {
	border: 1px solid #ddd;
}
#list .folder {
	padding-left: 20px;
	background: url(/img/folder.png) no-repeat 0 center;
}
#list .file {
	padding-left: 20px;
	background: url(/img/document.png) no-repeat 0 center;
}
#list .pdf { background-image: url(/img/pdf.png); }
#list .txt { background-image: url(/img/txt.png); }
#list .png { background-image: url(/img/image.png); }
#list .jpg { background-image: url(/img/image.png); }
#list .gif { background-image: url(/img/image.png); }
#list .bmp { background-image: url(/img/image.png); }
#list .css { background-image: url(/img/css.png); }
#list .xml { background-image: url(/img/xml.png); }
#list .php { background-image: url(/img/php.png); }
#list .js { background-image: url(/img/js.png); }
#list .zip { background-image: url(/img/zip.png); }
#list .htm { background-image: url(/img/html.png); }
#list .html { background-image: url(/img/html.png); }
#list .tpl { background-image: url(/img/html.png); }
#list .doc { background-image: url(/img/doc.png); }
#list .rtf { background-image: url(/img/xls.png); }
#list .xls { background-image: url(/img/xls.png); }
#list .pps { background-image: url(/img/ppt.png); }
#list .ppt { background-image: url(/img/ppt.png); }
#list .mpg { background-image: url(/img/film.png); }
#list .mpeg { background-image: url(/img/film.png); }
#list .avi { background-image: url(/img/film.png); }
#list .flv { background-image: url(/img/film.png); }
#list .wmv { background-image: url(/img/film.png); }
#list .mp4 { background-image: url(/img/film.png); }
#list .divx { background-image: url(/img/film.png); }
#list .r0 {
	background: beige;
}
#list .size {
	text-align: right;
	color: #888;
}
#list .date {
	text-align: center;
	color: #888;
}
#list .edit,
#list .delete,
#list .package,
#list .unpackage,
#list .rename {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#list .delete {
	background: url(/img/delete.png) no-repeat center;
}
#list .rename {
	background: url(/img/rename.png) no-repeat center;
}
#list .edit {
	background: url(/img/edit.png) no-repeat center;
}
#list .package {
	background: url(/img/package.png) no-repeat center;
}
#list .unpackage {
	background: url(/img/unpackage.png) no-repeat center;
}


#actions {
	padding-bottom: 5px;
}
#actions .createfolder,
#actions .uploadfile,
#actions .createfile {
	padding-left: 20px;
	padding-right: 5px;
	cursor: pointer;
}
#actions .createfolder {
	background: url(/img/createfolder.png) no-repeat  0 center;
}
#actions .createfile {
	background: url(/img/createfile.png) no-repeat  0 center;
}
#actions .uploadfile {
	background: url(/img/uploadfile.png) no-repeat  0 center;
}
