body {
	background: #e8e8e8;
}

#header {
	width: 100%;
	background: url(../img/border_t.jpg) repeat-x bottom;
	height: 48px;
}

h1 a#logo {
	background: url(../img/logo.png) no-repeat;
	display: block;
	width: 327px;
	height: 48px;
	margin-left: 100px;
}

#content {
	background: #fff url(../img/border_b.jpg) repeat-x bottom;
	width: 100%;
	min-height: 20em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2em 0 5em;
}

#content a {
	color: #339900;
	text-decoration: none;
	border-bottom: 1px dotted #339900;
}

#content a:hover {
	border-bottom: 1px solid #339900;
}

#login-form {
	display: block;
	width: 25%;
	padding: 10% 0;
	color: #666;
}

#login-form p {
	display: block;
	margin: .5em 0;
}

#login-form label {
	display: block;
	float: left;
	width: 30%;
	margin-top: .4em;
}

#login-form input[type=text], #login-form input[type=password] {
	border: 2px solid #999;
	padding: .5em;
	font-weight: bold;
	color: #666;
}

#folder-form {
	clear: right;
}

#error-msg {
	width: 10em;
}

.success {
	background: #66cc66;
	border: 1px solid #336633;
	border-left: 0;
	border-right: 0;
	color: #333;
	font-size: .8em;
	padding: 1em;
	margin-bottom: 1em;
}

.errorlist {
	background: #ff6666;
	border: 1px solid #ff0000;
	border-left: 0;
	border-right: 0;
	color: #333;
	font-size: .8em;
	padding: 1em;
	margin-bottom: 1em;
}

p#logout {
	padding: 10% 0;
}

p#path {
	font-weight: bold;
	margin: 1em 0;
}

ul#folders {
	list-style-position: inside;
}

ul#folders li {
	margin: .3em 0;
}

ul#folders li:before {
	content: "+ ";
}

ul#files li:before {
	content: "- ";
}

#container {
	width: 80%;
}

#head {
	text-align: right;
}

#head span {
	display: block;
}

#head span#date {
	color: #666;
	margin-top: .5em;
}

#filetree {
	width: 25%;
	margin-top: 1em;
}

#fileview {
	width: 65%;
	border-left: 4px double #999;
	margin-top: 1em;
	padding-left: 5%;
}

#create-new-folder {
	display: block;
	color: #666 !important;
	background: url(../img/new_folder.gif) no-repeat;
	padding: 2px 0 4px 35px;
	border-bottom: 0 !important;
}

#create-new-folder:hover {
	color: #000 !important;
	background-position: 0 -19px;
}

#folder-info {
	width: 100%;
}

#folder-info ul#folder-attributes li {
	display: inline;
}

#folder-info ul#folder-attributes li:after {
	content: " |";
}

#folder-name {
	background: url(../img/folder_name.gif) no-repeat;
	padding: 15px 125px;
}

#view-options {
	text-align: right;
}

.hide-text {
	text-indent: -9999px;
}

#files {
	width: 100%;
	text-align: left;
	margin-top: 1em;
}

#files thead {
	background: url(../img/th-background.png) repeat-x;
	height: 30px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

#files th {
	padding-left: .5em;
	vertical-align: middle;
}

#files tr.tr-alternate {
	background: #efefef;
}

#files td {
	padding: .5em;
}

#files th.name-column {
	width: 45%;
}

ul#folder-options {
	margin-top: 2em;
}

ul#folder-options li {
	display: inline;
	margin-left: 5em;
}

ul#folder-options li a {
	color: #666;
	border-bottom: 0;
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
}

ul#folder-options li a:hover {
	border-bottom: 0;
	color: #000;
	background-position: 0 -14px;
}

#file-upload-container {
	clear: both;
}

li#file-upload a {
	background: url(../img/upload.gif);
}

li#delete-files a{
	background: url(../img/delete.gif);
}

li#download-files a {
	background: url(../img/download.gif);
}

.cancel {
	float: left;
	margin-left: .5em;
}

.center-block {
	margin-left: auto;
	margin-right: auto;
}

.center-text {
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.big-text {
	font-size: 150%;
}

.small-text {
	font-size: 80%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.no-prefix:before, .no-append:after {
	content: "" !important;
}
