html, body
{
	padding: 0px;
	margin: 0px;
}

a
{
	text-decoration: none;
	color: #003233;
	font-size: 12px;
	font-family: Times New Roman;
}

a:hover
{
	color: #008788;
}

#wrapper
{
	padding: 6px;
	overflow: hidden;
}

#content
{
	margin: 0px 0px 0px 250px;
	border-top: 2px solid #003233;
	padding: 0px 0px 0px 14px;
}

#content .item
{
	position: relative;
	float: left;
	width: 140px;
	height: 76px;
	margin: 12px 4px;
	
	background-image: url('/inc/images/file_text.png');
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: center top;
}

#content .item p
{
	position: absolute;
	bottom: 2px;
	
	width: 100%;
	padding: 0px;
	margin: 0px;
	
	font-size: 12px;
	text-align: center;
	white-space: wrap;
}

#content .item.dir
{
	background-image: url('/inc/images/file_folder.png');
}

#content .display
{
	font-size: 12px;
	font-family: "Courier New", monospace;
	margin-top: 10px;
}

#content .display .display-title
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#content .display .display-subtitle
{
	font-weight: bold;
	padding-top: 30px;
}

#content .display .display-code
{
	width: 100%;
	white-space: pre;
	word-wrap: normal;
	padding-left: 20px;
	font-size: 12px;
	font-family: "Courier New", monospace;
	
	border: none;
	outline: none;
}

#content .display .preview
{
	width: 100%;
	height: 516px;
	
	border: none;
	outline: none;
	background: none;
}

#sidebar
{
	float: left;
	width: 250px;
	border-left: 2px solid #003233;
	border-right: 2px solid #003233;
}

#sidebar .title
{
	color: #FFF;
	background-color: #003233;
	
	font-size: 14px;
	font-weight: bold;
	font-family: "Courier New", monospace;
	
	text-align: center;
	padding: 4px 0px;
}

#sidebar .content
{
	padding: 0px 0px 0px 10px;
}

#sidebar .userdir
{
	height: 30px;
	line-height: 28px;
	padding-left: 30px;
	
	background-image: url('/inc/images/file_folder.png');
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: left center;
}

#sidebar .userdir.upload
{
	background-image: url('/inc/images/file_upload.png');
}

form.search
{
	margin: 12px 0px 8px 0px
}

form.search .criteria
{
	width: 80%;
	border-radius: 6px;
	outline: none;
	border: 1px solid #003233;
	
	font-size: 11px;
    color: #003233;
    padding: 2px 6px;
    font-family: cursive;
}

form.search .submit-search
{
	border: none;
	background: none;
	outline: none;
	
	background-image: url('/inc/images/search.png') ! important;
	background-size: 12px;
	
	width: 12px;
	height: 12px;
	margin-left: 6px;
	cursor: pointer;
}

/*
div.overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    z-index: 10000;
}

iframe.preview
{
	width: 516px;
	height: 516px;
	
	margin: -258px -258px;
	position: absolute;
	top: 50%;
	left: 50%;
	
	background-color: #FFFFFF;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
}
*/
