*
{
	margin: 0;
	padding: 0;
}

#header
{
	width: 100%; /*600px;*/
	height: 86px;
	padding-top: 3px;
	background: #333; /* url('http://onevice.com/images/stuff/header.gif') no-repeat bottom right;*/
	border-bottom: 2px solid #222;
}

#header-img
{
	width: 600px;
	margin: auto;
	height: 86px;
        background: #333 url('http://onevice.com/images/stuff/header.gif') no-repeat bottom right;
}

body 
{
	margin-top: 0;
	margin-bottom: 1em;
  	background: #eee;
  	color: #666;
  	font-family: "Lucida Console", "Courier", monospace;
	font-family: Georgia, Helvetica, Arial, sans-serif;
  	font-size: 9pt;
}

#container
{
	text-align: center;
	margin: auto;
	width: 600px;
	background: #eee;
}

#header-img h1
{
	color: #999;
	text-align: left;
	margin-bottom: 1.5em;
	font-size: 12pt;
	padding-left: 3px;
}

a:link, a:active 
{
	color: #666;
	background: none;
	text-decoration: none;
}

a:visited
{
    color: #404040;
    background: none;
    text-decoration: none;
}

table
{
	width: 100%;
	border-collapse: collapse;
}
		
th 
{
    color: white;
    background: #404040;
}

td.icon {}
td.file {}
td.thumbnail img { border: 0; }
td.size
{
    text-align: right;
    white-space: pre;
    padding-left: 5ex;
}

td.date 
{ 
    padding-left: 5ex; 
}

td.thumb, td.folder
{
    background-color: #eee;  
    text-align: center;
    padding: 0.5em;
}

td.folder { text-align: left; padding: 0; }

td.folder a {
	display: block;
	margin: auto;
	width: 100%;
	padding-left: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
}

td.folder .filename { padding-left: 1em; padding-right: 1.5em }

table.thumbnails td a           { border: 0; font-size: 11px; }
table.thumbnails td img			{ border: 2px solid #ccc; }
table.thumbnails td:hover		{ background-color: #eee; }

table.thumbnails td.folder img  { border: 0; }

#thumbnails
{
    display: block;
    margin-bottom: 1em;    
    margin: auto;
}

.thumbnail
{
    display: inline;
    float: left;
    background-color: #eee;
    text-align: center;
    width: 120px;
    height: 150px;
    padding: 0.2em;
    overflow: hidden;
    font-size: 8pt;
}

.thumbnail img { width: 60px; }

#footer { 
	height: 35px;
	display: block; 
	clear:both;
	background: url('http://onevice.com/images/stuff/cc.png') no-repeat bottom center;
}

