/* -------------------------------------------------------------- 
  
 
-------------------------------------------------------------- */

@import "reset.css";

body {
  padding:0;
  margin: 0;
  font: 14px/23px "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  background-color: #E0DDD7;
}

img {
  border: none;
  padding:0;
  margin:0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  padding: 5px 0;
  list-style: none;
}

p {
  
}

.highlight {
  background-color: #FCFFCF;
}

.lowlight {
  color: #999999;
}

.lside {
  margin-bottom: 25px;
  width: 300px;
  float: left;
  clear: left;
}

.rside {
  margin-bottom: 25px;
  width: 300px;
  float: right;
  clear: right;
}

/* =header
----------------------------------------------- */

#header {
  padding-left: 15px;
  padding-bottom: 10px;
  background-color: #E0DDD7;
}

/* =Content
----------------------------------------------- */

#wrapper {
  margin: 50px auto;
  width: 700px;
  text-align: left;
  background-color: #F7F7F5;
}

.content {
  padding: 30px 30px 35px 30px;
  clear: both;
}

.content a, 
.content a:link,
.content a:visited,
.content a:active {
  color: #111;
  text-decoration: underline;
}

#intro {
  background: #333 url(../images/bg-detail.gif) no-repeat bottom left;
  font: 20px/30px Georgia, "Times New Roman", Times, serif;
  color: #fff;
}

#intro h1 {
  font-weight: normal;
}

#intro h1 span {
  font-size: 36px;
}

#intro a, 
#intro a:link,
#intro a:visited,
#intro a:active {
  color: #fff;
  text-decoration: underline;
}

#intro a:hover {
  color: #ddd;
}

h2 {
  margin-bottom: 15px;
}

h3 {
  padding: 3px 5px;
  color: #333;
  margin-bottom: 10px;
  -webkit-border-image: url(../images/inlay.png) 6 6 6 6;
  -moz-border-image:url(../images/inlay.png) 6 6 6 6;
	-o-border-image: url(../images/inlay.png) 6 6 6 6;
	border-image: url(../images/inlay.png) 6 6 6 6;
  border-width:6px;
  font-weight: bold;
  color: #AA0404;
}

h4 {
  margin: 15px 0 5px 0;
  font-size: 18px;
  line-height: 26px;
  color: #006F0F;
}

/* =workspace
----------------------------------------------- */
label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

#password {
  width: 300px;
}

input {
  padding: 2px;
  font-size: 16px;
  line-height: 18px;
}

.help {
  display: block;
  font-size: 12px;
  color: #aaa;
}

.error {
  display: block;
  font-weight: bold;
  color: #9F0000;
  padding-top: 5px;
}

#logout {
  float: right;
  font-size: 14px;
  background-color: #888;
  padding: 0 7px;
}

#workspace #logout a {
  text-decoration: none;
}

#workspace #breadcrumb {
  margin: 0;
  padding: 5px 5px 5px 30px;
  font: 11px Verdana, Arial, sans-serif;
}

#workspace .content {
  margin-top: 0;
  padding-top: 20px;
}

#workspace h2 {
  font-size: 25px;
  line-height: 30px;
  margin: 5px 0 5px 0;
}

#workspace #dirs,
#workspace #files {
  margin-bottom: 25px;
}

#workspace #dirs li {
  background: transparent url(../images/folder-white.jpg) no-repeat 0px 2px;
  padding-left: 24px;
}

#workspace #files .file span {
  font-size: 10px;
  color: #aaa;
}


#workspace .workspace-intro-heading {
  color: #444;
  margin-top: 0;
}

#workspace .workspace-intro {
  color: #444;
  margin-bottom: 25px;
}

ul#files,
ul#dirs {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

ul#files li, 
ul#dirs li   {
	list-style: none;
	padding: 0 0 6px 20px;
	margin: 0px;
}

ul#files a, 
ul#dirs a {
	color: #333;
	text-decoration: none;
	padding: 0px 2px;
}

ul#files a:hover,
ul#dirs a:hover {
	background: #BDF;
}

/* Core Styles */
li.directory { background: url(../images/directory.png) left top no-repeat; }
li.expanded { background: url(../images/folder_open.png) left top no-repeat; }
li.file { background: url(../images/file.png) left top no-repeat; }
li.wait { background: url(../images/spinner.gif) left top no-repeat; }

/* File Extensions*/
li.ext_3gp { background: url(../images/film.png) left top no-repeat; }
li.ext_afp { background: url(../images/code.png) left top no-repeat; }
li.ext_afpa { background: url(../images/code.png) left top no-repeat; }
li.ext_asp { background: url(../images/code.png) left top no-repeat; }
li.ext_aspx { background: url(../images/code.png) left top no-repeat; }
li.ext_avi { background: url(../images/film.png) left top no-repeat; }
li.ext_bat { background: url(../images/application.png) left top no-repeat; }
li.ext_bmp { background: url(../images/picture.png) left top no-repeat; }
li.ext_c { background: url(../images/code.png) left top no-repeat; }
li.ext_cfm { background: url(../images/code.png) left top no-repeat; }
li.ext_cgi { background: url(../images/code.png) left top no-repeat; }
li.ext_com { background: url(../images/application.png) left top no-repeat; }
li.ext_cpp { background: url(../images/code.png) left top no-repeat; }
li.ext_css { background: url(../images/css.png) left top no-repeat; }
li.ext_doc { background: url(../images/doc.png) left top no-repeat; }
li.ext_exe { background: url(../images/application.png) left top no-repeat; }
li.ext_gif { background: url(../images/picture.png) left top no-repeat; }
li.ext_fla { background: url(../images/flash.png) left top no-repeat; }
li.ext_h { background: url(../images/code.png) left top no-repeat; }
li.ext_htm { background: url(../images/html.png) left top no-repeat; }
li.ext_html { background: url(../images/html.png) left top no-repeat; }
li.ext_jar { background: url(../images/java.png) left top no-repeat; }
li.ext_jpg { background: url(../images/picture.png) left top no-repeat; }
li.ext_jpeg { background: url(../images/picture.png) left top no-repeat; }
li.ext_js { background: url(../images/script.png) left top no-repeat; }
li.ext_lasso { background: url(../images/code.png) left top no-repeat; }
li.ext_log { background: url(../images/txt.png) left top no-repeat; }
li.ext_m4p { background: url(../images/music.png) left top no-repeat; }
li.ext_mov { background: url(../images/film.png) left top no-repeat; }
li.ext_mp3 { background: url(../images/music.png) left top no-repeat; }
li.ext_mp4 { background: url(../images/film.png) left top no-repeat; }
li.ext_mpg { background: url(../images/film.png) left top no-repeat; }
li.ext_mpeg { background: url(../images/film.png) left top no-repeat; }
li.ext_ogg { background: url(../images/music.png) left top no-repeat; }
li.ext_pcx { background: url(../images/picture.png) left top no-repeat; }
li.ext_pdf { background: url(../images/pdf.png) left top no-repeat; }
li.ext_php { background: url(../images/php.png) left top no-repeat; }
li.ext_png { background: url(../images/picture.png) left top no-repeat; }
li.ext_ppt { background: url(../images/ppt.png) left top no-repeat; }
li.ext_psd { background: url(../images/psd.png) left top no-repeat; }
li.ext_pl { background: url(../images/script.png) left top no-repeat; }
li.ext_py { background: url(../images/script.png) left top no-repeat; }
li.ext_rb { background: url(../images/ruby.png) left top no-repeat; }
li.ext_rbx { background: url(../images/ruby.png) left top no-repeat; }
li.ext_rhtml { background: url(../images/ruby.png) left top no-repeat; }
li.ext_rpm { background: url(../images/linux.png) left top no-repeat; }
li.ext_ruby { background: url(../images/ruby.png) left top no-repeat; }
li.ext_sql { background: url(../images/db.png) left top no-repeat; }
li.ext_swf { background: url(../images/flash.png) left top no-repeat; }
li.ext_tif { background: url(../images/picture.png) left top no-repeat; }
li.ext_tiff { background: url(../images/picture.png) left top no-repeat; }
li.ext_txt { background: url(../images/txt.png) left top no-repeat; }
li.ext_vb { background: url(../images/code.png) left top no-repeat; }
li.ext_wav { background: url(../images/music.png) left top no-repeat; }
li.ext_wmv { background: url(../images/film.png) left top no-repeat; }
li.ext_xls { background: url(../images/xls.png) left top no-repeat; }
li.ext_xml { background: url(../images/code.png) left top no-repeat; }
li.ext_zip { background: url(../images/zip.png) left top no-repeat; }
