body { 
	background-color: white;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 11px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
}

header {
	right: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
}

header h1 { 
	margin-left: 0px; 
	margin-bottom: 5px; 
	margin-right: 0px; 
	margin-top: 0px; 
	border-bottom-width: 1px; 
	border-bottom-color: #bfbfbf; 
	border-bottom-style: solid; 
	padding-left: 20px;
	padding-bottom: 6px;
	padding-right: 0px;
	padding-top: 10px;
	font-size: 2em;
}

header #userInfos {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	background-position: 20px 2px;
	background-repeat: no-repeat;
	background-image: url(images/user.png);
	padding-right: 20px;
	padding-left: 40px;
	text-align: left;
}

#edit_users { 
	padding-bottom: 1px;
	padding-top: 1px;
	background-repeat: no-repeat;
	background-image: url(images/user-silhouette.png);
	padding-left: 18px;
	cursor: pointer;
}
#logout { 
	padding-bottom: 1px;
	padding-top: 1px;
	background-repeat: no-repeat;
	background-image: url(images/lightning.png);
	padding-left: 18px;
}

#content { 
	padding-bottom: 10px;
	padding-top: 5px;
	top: 67px;
	bottom: 45px;
	right: 0px;
	left: 0px;
	position: absolute;
	overflow: auto;
}

footer { 
	padding-top: 5px; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #bfbfbf; 
	height: 35px;
	padding-bottom: 5px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

address { 
	line-height: 1.7em;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 40px;
	background-position: 20px 1px;
	background-repeat: no-repeat;
	background-image: url(images/creative-commons.png);
}

a, a:link { 
	text-decoration: none;
	color: #bfbfbf;
}

a:hover, a:visited { 
	color: black;
}

#alert {
	margin-left: -30px;
	position: absolute;
	padding-left: 35px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image: url(images/exclamation-red-frame.png);
	background-color: #f6a2a4;
	font-weight: bold;
	color: #810000;
	border-color: #cc8687;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	margin-top: -25px;
	width: 235px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: rgba(0, 0, 0, .3) 0px 2px 8px;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .3);
	transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#success {
	margin: 0px;
	padding-left: 35px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image: url(images/thumb-up.png);
	background-color: #a8f884;
	font-weight: bold;
	color: #247100;
	border-color: #85c46a;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: rgba(0, 0, 0, .3) 0px 2px 8px;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .3);
}

#adminPanel {
	max-height: 250px;
	display: none;
	padding: 5px;
	border-color: #e7e7e7;
	border-width: 1px;
	border-style: solid;
	margin-left: -250px;
	right: 50%;
	left: 50%;
	top: 20%;
	background-color: white;
	position: absolute;
	width: 500px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, .3);
	-moz-box-shadow: rgba(0, 0, 0, .3) 0px 4px 15px;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .3);
}

#adminPanelContent {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 250px;
}

#userList h3, #addUser h3 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px;
}

#userList ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#userList li {
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-top: 1px;
	background-color: #f4f4f4;
}

#userList ul li:nth-child(even) {
	background-color: #e7e7e7;
}

#userList img {
	vertical-align: text-bottom;
	cursor: pointer;
}

#userList .edit {
	padding-right: 10px;
	text-align: right;
	display: inline-block;
}

#userList .level {
	display: inline-block;
	width: 20px;
}

#userList .username {
	width: 100px;
	display: inline-block;
	font-weight: bold;
}

#userList .path {
	display: inline-block;
	width: 200px;
}

.panelClose {
	position: absolute;
	left: -8px;
	top: -8px;
	cursor: pointer;
}

#preview {
	width: 510px;
	left: 50%;
	margin-left: -255px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: absolute;
	right: 50%;
	display: none;
	text-align: center;
	top: 20%;
	padding: 0px;
	background-color: white;
	border-color: #e7e7e7;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, .3);
	-moz-box-shadow: rgba(0, 0, 0, .3) 0px 4px 15px;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .3);
}

#previewOpen { 
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	line-height: 0px;
	word-spacing: 0px;
	display: inline-block;
	padding: 0px;
}

#previewImg {
	margin: 0px;
	max-height: 500px;
	padding: 0px;
	max-width: 500px;
}

.form {
	background-color: #f2f2f2;
	width: 100%;
	height: 100%;
}

fieldset {
	width: 400px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 15px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	border-style: none;
	border-width: 0px;
}

label {
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
	width: 90px;
	display: block;
	float: left;
}

.form-item {
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	clear: both;
}

.form-txt-input {
	margin: 0px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-top: 1px;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 1px;
	width: 270px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.form-select {
	border-color: #bfbfbf;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	width: 275px;
}

.form-button {
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 1px;
	padding-right: 20px;
	padding-left: 20px;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}


.form-button:hover { 
	color: white;
	background-color: #e5e5e5;
}

#fileTree { 
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 0px;
}

.jqueryFileTree {
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: 19px;
	padding: 0px;
	margin: 0px;
}

.jqueryFileTree li {
	padding-left: 20px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 0px;
	background-position: left 3px;
	background-repeat: no-repeat;
	list-style: none;
	white-space: nowrap;
}

.jqueryFileTree .fdownload {
	background-position: -2px;
	height: 18px;
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 18px;
	cursor: pointer;
}

.jqueryFileTree .finfo_name {
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-top: 0px;
	color: #333;
	text-decoration: none;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.jqueryFileTree .finfo_name:hover {
	font-weight: bold;
	background: rgba(0, 0, 0, 0.08);
}

.directory { 
	background: url(images/directory.png);
}
.expanded { 
	background: url(images/folder_open.png);
}
.file { 
	background: url(images/file.png);
}
.wait { 
	background: url(images/spinner.gif);
}


/* application */
.ext_bat, .ext_com, .ext_exe { background: url(images/application.png);
}



/* -----multimedia----- */

/* film */
.ext_3gp, .ext_avi, .ext_mov, .ext_mp4, .ext_mpg, .ext_mpeg, .ext_wmv { background: url(images/film.png);
}

/* music */
.ext_m4p, .ext_mp3, .ext_ogg, .ext_wav { background: url(images/music.png);
}



/* -----docs----- */

/* image */
.ext_bmp, .ext_gif, .ext_jpg, .ext_jpeg, .ext_JPG, .ext_pcx, .ext_png, .ext_tif, .ext_tiff, .ext_ico { background: url(images/picture.png);
}

/* text */
.ext_log, .ext_txt { background: url(images/txt.png);
}

/* photoshop */
.ext_psd { background: url(images/psd.png);
}

/* pdf */
.ext_pdf { background: url(images/pdf.png);
}

/* doc word */
.ext_doc { background: url(images/doc.png);
}

/* powerpoint */
.ext_ppt { background: url(images/ppt.png);
}

/* excel */
.ext_xls { background: url(images/xls.png);
}



/* -----code----- */

/* flash */
.ext_fla, .ext_swf, .ext_flv { background: url(images/flash.png);
}

/* css */
.ext_css { background: url(images/css.png);
}

/* php */
.ext_php { background: url(images/php.png);
}

/* code */
.ext_afp, .ext_afpa, .ext_asp, .ext_aspx, .ext_c, .ext_cfm, .ext_cgi, .ext_cpp, .ext_h, .ext_lasso, .ext_vb, .ext_xml { background: url(images/code.png);
}

/* html */
.ext_htm, .ext_html, .ext_shtml { background: url(images/html.png);
}

/* java */
.ext_jar { background: url(images/java.png);
}

/* scripts */
.ext_js, .ext_pl, .ext_py { background: url(images/script.png);
}

/* database */
.ext_sql { background: url(images/db.png);
}

/* ruby */
.ext_rb, .ext_rbx, .ext_rhtml, .ext_ruby { background: url(images/ruby.png);
}



/* -----compressed----- */

/* package */
.ext_rpm, .ext_pkg, .ext_dmg { background: url(images/package.png);
}

/* zip */
.ext_zip, .ext_sit { background: url(images/zip.png);
}

.finfo_name { 
	display: inline-block;
	width: 280px;
}

.finfo_size { 
	color: #bfbfbf;
	display: inline-block;
	width: 100px;
}

.finfo_date { 
	display: inline-block;
	width: 200px;
	color: #bfbfbf;
}

.admin_add_user { 
	background-position: 0 3px; 
	background-image: url(images/chain.png); 
	background-repeat: no-repeat; 
	padding-left: 20px; 
	margin-left: 50px; 
	display: inline-block;
	opacity: 0.3;
	cursor: pointer;
}

.admin_add_user:hover {
	opacity: 1;
}

