/*######################################################################### Upload-Point 1.5 Beta - Simple Upload System# Copyright (c)2005-2008 Todd Strattman# strattman@gmail.com# http://covertheweb.com/upload-point/# License: LGPL########################################################################*/body {	background: #000;	color: #fff;	margin: 0px;	padding: 0;	font-family: verdana, arial, helvetica, sans-serif;	font-size: 12px;	}.main {	margin-left: 20px;	margin-right: 20px;	width: 900px;	/*border: 1px solid #ccc;*/	}.main p {	margin:10px 0;	}.main div {	margin: 18px 0;	}.bar {	color: #fff;	background: #000;	text-align: left;	padding: 20px 0;		border-bottom: solid 2px #fff;	}.upload {	width: 100%;	text-align: left;}.upload td {	padding: 0px;	}.upload p {	margin: 0;	width:100%;}.uploadlisttd {	border-top: 1px solid #ccc;	}.uploadlistname {	padding:2px 0;		border-bottom: 1px solid #ccc;	width: 200px;	text-align: left;}.uploadlistsize {border-bottom: 1px solid #ccc;	width: 100px;	text-align: left;}.uploadlistmod {	border-bottom: 1px solid #ccc;	width: 175px;	text-align: left;}.uploadlistrename {	border-bottom: 1px solid #ccc;	width: 200px;	text-align: left;}.uploadlistdelete {	border-bottom: 1px solid #ccc;	width: 0px;	text-align: left;}.uploadlistloc {	border-bottom: 1px solid #ccc;	width: auto;	text-align: left;}h1 {	background: none;	color: #fff;	padding: 3px;	margin: 0;	text-align: left;	font-family: verdana, arial, helvetica, sans-serif;	font-size: 14px;	}h2 {	background: none;	color: #fff;	padding: 0px;	margin: 0;	text-align: left;	font-family: verdana, arial, helvetica, sans-serif;	font-size: 12px;	}hr {	border-width: 1px;	border-color: #fff;	border-style: solid;	}/*input {	background: #fff;	color: #333;	border-width: 1px;	border-color: #ccc;	border-style: solid;	}*/.progress {	max-height : 32px;	display : none;}a:link {	text-decoration: underline;	color: #fff;	background: none;	font-size: 12px;			}	a:visited {		color: #fff;		}		a{outline:none;}a:hover {	text-decoration: none;	color: #fff;	background: none;	font-size: 12px;	}img{border:0;}#upload_popup a {	text-decoration: underline;	color: #fff;	background: none;	font-size: 12px;	}#upload_popup a span {	display: none;	}#upload_popup a:hover {	text-decoration: none;	color: #fff;	background: none;	font-size: 12px;	text-indent: 0;	}#upload_popup a:hover span {	display: block;	position: absolute;	top: 35px;	right: 0;	width: 250px;	padding: 5px;	margin: 10px;	z-index: 1;	color: #fff;	border: 1px #ccc solid;	background: #000;	text-align: left;	}#option_popup a {	text-decoration: underline;	color: #000;	background: none;	font-size: 12px;	}#option_popup a span {	display: none;	}#option_popup a:hover {	text-decoration: none;	color: #fff;	background: none;	font-size: 12px;	text-indent: 0;	}#option_popup a:hover span {	display: inline-table;	position: relative;	top: 0px;	right: 0px;	width: 500px;	padding: 5px;	margin: 10px;	z-index: 1;	color: #333;	border: 1px #ccc solid;	background: #000;	text-align: left;	}		#head img{behavior: url(/teile/iepngfix.htc); border:0 none;}
