/*
  Uploader theme: "White and Black"
  Written/designed by: Kahi - www.kahi.cz
*/

body,h1,h2,h3,ul,ol,li,img,form,p,table *	{padding:0; margin:0; border:0;}

body	{font-family: Verdana, Arial, lucida, sans-serif; text-align: center; padding:32px 0; background:#fff;}
#main {margin: 0 auto; text-align: left; width: 560px; border: 3px solid #000; font-size: 90%;}
#mainI {width:100%;}
	h1,h2 {font-family: Georgia, serif;}
	h1 {margin:20px 0 15px 0;}
	h2 {margin-bottom:0.3em;}
	a	{text-decoration: none; color: #000;}

table {border-collapse: collapse; table-layout: fixed;}
#mainTable {width: 520px; font-size: 90%; margin-left:20px;}
		
	th	{text-align: left; font-weight: bold;}
		tr:hover th a {text-decoration: underline;}

	th#th_name	{width:295px; }
	th#th_type	{width:75px; text-align: center;}
	th#th_size	{width:60px; }
	th#th_time	{width:60px; text-align: center;}
	th#th_del	 {width:30px; text-align: center;}
	
	td.name		 {width:295px; /*background:#bdc;*/}
		td.name a {margin-left: 10px;}
	td.type		 {width:75px; text-align: center;}
	td.size		 {width:60px; /*background:#cdb;*/}
		td.size span	{color: #777;}
	td.time		 {width:60px; text-align:center;}
	td.del			{width:30px; text-align:center; /*background:#bcd;*/}
		td.del a	{padding:0 3px;}
		td.del a:hover	{background:red; color:white;}
	
	tr.new	{background: #ccc;}
	tr.dir td.name span {background:url('./skin_wb/dir.gif') center left no-repeat; padding-left:20px;}

	td a:visited {color: #777;}

	tr.dir:hover	{background: #f6f6f6;}
	tr.file:hover {background: #f6f6f6;}
		tr.file:hover * {color: #000;}
	
	tr.emptyDir td.name {padding-left:10px; color:#999;}

	.msg {margin:0.5em 0; padding:0.3em; color:#fff;}
		.msg a {text-decoration:underline; color:#fff;}
		.err	{background:#F41212;}
		.ok	 {background:#009A00;}

	#logout {position: absolute; top: 5px; right: 5px; border: 2px solid black;}
		#logout a {display:block; text-decoration:none; font-weight: bold; padding:3px 5px;}
	
	#stats {font-size: 80%;}
		#stats h2 {display:none;}

	#upload,#newDir,#fileList,#stats {padding:15px 0 20px 0; border-top:1px solid #ddd;}
	#afterH1, #afterUpload, #afterNewDir, #beforeFileList,#afterFileList {display:none;}
	h1,h2,form,table#mainTable,#stats,.msg {padding-left:20px;}
	
/* This is the end */
