/*########################################################################
# Upload-Point 1.6 Beta - Simple Upload System
# Copyright (c)2005-2008 Todd Strattman
# strattman@gmail.com
# http://covertheweb.com/upload-point/
# License: LGPL
########################################################################*/

body {
	padding:0px;
	margin:0px;
	border:0px;
	font-size: 10px;
	font-family:Helvetica, Arial, sans-serif;
	text-shadow:#000 1px 0;
	text-align: left;
	width: 100%;
	height:600px;
	/*background-image: url(pics/background.png);
	background-repeat: repeat-x;
	background-position: left top;*/
}
.main {
	margin-left: 0px;
	margin-right: 0px;
	width:100%;
	background: transparent;
	margin: 0px;
	padding:0px;
	border:0px;
}
.main p {
	margin: 0px;
	border:0px;
}
.main div {
	margin: 0px;
	padding:0px;
	border:0px;
}
.main input {
	font-size: 10px;
}
.bar {
	/*background:#111 url(pics/bar_back.png);*/
	text-align: right;
	padding: 5px;
	color:#FFF;
	text-shadow:#000 1px 0;
	height:30px;
	vertical-align:middle;
	font-size: 12px;
	font-weight:bold;
}
a:link, a:visited, a:active {
	color:#6C0;
	text-decoration: underline;
	background: none;
	font-size: 10px;
}
.upload {
	width: 100%;
	/*height:94px;*/
	text-align: center;/*background-image:url(pics/uploadBack.png);*/
}
.upload td {
	padding: 0px;
}
.upload p {
	margin: 0;
	/*width:800px;*/
	width:100%;
}
.uploadlisttd {
	border: 1px solid #ccc;
}
.uploadlistname {
	/*border-top: 1px solid #191919;*/
	border-top: 1px solid #292929;
	border-left: 1px solid #222;
	color:#FFF;
	text-shadow:#000 1px 0;
	width: 15px;
	text-align: center;	/*padding:3px;*/
	background:#111; /*url(pics/menu_bar_back.jpg) repeat-x left center;*/
}
.uploadlistsize {
	/*border-top: 1px solid #191919;*/
	border-top: 1px solid #292929;
	border-left: 1px solid #222;
	background:#111; /*url(pics/menu_bar_back.jpg) repeat-x left center;*/
	color:#FFF;
	text-shadow:#000 1px 0;
	width: 8%;
	;
	text-align: center;	/*padding:3px;*/
}
.uploadlistmod {
	/*border-top: 1px solid #191919;*/
	border-top: 1px solid #292929;
	border-left: 1px solid #222;
	background:#111; /*url(pics/menu_bar_back.jpg) repeat-x left center;*/
	color:#FFF;
	text-shadow:#000 1px 0;
	width: 20%;
	text-align: center;	/*padding:3px;*/
}
.uploadlistrename {
	/*border-top: 1px solid #191919;*/
	border-top: 1px solid #292929;
	border-left: 1px solid #222;
	background:#111; /*url(pics/menu_bar_back.jpg) repeat-x left center;*/
	color:#FFF;
	text-shadow:#000 1px 0;
	width: 25%;
	text-align: center;	/*padding:3px;*/
}
.uploadlistdelete {
	/*border-top: 1px solid #191919;*/
	border-top: 1px solid #292929;
	border-left: 1px solid #222;
	background:#111; /*url(pics/menu_bar_back.jpg) repeat-x left center;*/
	color:#FFF;
	text-shadow:#000 1px 0;
	width: 10%;
	text-align: center;	/*padding:3px;*/
}
.uploadlistloc {
	/*border-top: 1px solid #191919;*/
	border-top: 1px solid #292929;
	border-left: 1px solid #222;
	background:#111; /*url(pics/menu_bar_back.jpg) repeat-x left center;*/
	color:#FFF;
	text-shadow:#000 1px 0;
	width: 35%;/*text-align: center;	/*padding:3px;*/	/*padding:3px;*/
}
h1 {
	display:block;
	width:140px;
	height:30px;
	background-image:url(pics/logo.png);
	text-indent:-5000px;
}
h2 {
	/*background: none;*/
	background-color:#0C6;
	color: #333;
	padding: 3px;
	margin: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
hr, {
border: 0px;
}
td {
	border: 0px;
	margin:0px;
	padding:0px;
}
.progress {
	max-height : 32px;
	display : none;
}
a:link, a:visited, a:active {
	color:#FFF;
	text-shadow:#000 1px 0;
	/*text-decoration: underline;*/
	background: none;
	font-size: 10px;
}
a:hover {
	text-decoration: none;
	color:#FFF;
	text-shadow:#000 1px 0;
	background: none;
	font-size: 10px;
}
#upload_popup {
	margin:0px;
}
#upload_popup a, a:visited {
	text-decoration: none;
	color: #eee;
	background: none;
	font-size: 12px;
	font-weight:bold;
}
#upload_popup a span {
	display: none;
}
#upload_popup a:hover {
	text-decoration: none;
	color: #333;
	background: none;
	font-size: 12px;
	font-weight:bold;
	text-indent: 0;
}
#upload_popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	width: 250px;
	padding: 5px;
	margin: 10px;
	z-index: 1;
	color: #333;
	border: 1px #ccc solid;
	background: #f00;
	text-align: left;
}
#option_popup a, a:visited {
	text-decoration: underline;
	color: #eee;
	background: none;
	font-size: 10px;
}
#option_popup a span {
	display: none;
}
#option_popup a:hover {
	text-decoration: none;
	color: #333;
	background: none;
	font-size: 10px;
	text-indent: 0;
}
#option_popup a:hover span {
	display: inline-table;
	position: relative;
	top: 0px;
	right: 0px;
	width: 400px;
	padding: 5px;
	margin: 10px;
	z-index: 1;
	color: #333;
	border: 1px #ccc solid;
	background: #fff;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #333;
	padding: 0px;
}
table.tablesorter thead tr .header {
	background-image: url(jscripts/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 5px;
}
table.tablesorter tbody tr.odd td {
	background-color:#8cc640;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(jscripts/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(jscripts/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8cc640;
	color:#222;
}
.loginheadline {
	font-size: 14px;
	text-align:left;
	height:25px;
	width:250px;
	color:#eee;
	text-shadow:#444 1px 1px;
	background:transparent url(pics/loginheadline.png) top left no-repeat;
	vertical-align: middle;
	display: block;
	margin-left:10px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	padding:10px 0px 0px 10px;
	overflow:hidden;
}
fieldset {
	text-align:left;
	background-color:transparent;
	border:0px;
	margin:0px;
	padding:0px 0px 0px 10px;
	overflow:hidden;
	background-position: left;
}
input[type="text"] {
	line-height:24px;
	text-align:center;
	width:145px;
	height:20px;
	color:#000;
	text-shadow:#ccc 1px 0;
	background: url(pics/input_text.png) center no-repeat;
	border:0px;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}
input[type="password"] {
	font-size: 12px;
	line-height: 20px;
	color:#000;
	text-shadow:#ccc 1px 0px;
	text-align:center;
	vertical-align: middle;
	width:145px;
	height:20px;
	margin-top:9px;
	margin-bottom:12px;
	padding:0px;
	border:0px;
	background-image: url(pics/input_pass.png);
	background-repeat: no-repeat;
	background-position: left -9px;
}
/*input[type="submit"] {
	text-align:center;
	width:55px;
	height:24px;
	background: url(pics/image_back.png) center no-repeat;
	border:none;
	color:#FFF;
	text-shadow:#000 1px 0;
	vertical-align:middle;
	cursor: pointer;
}*/

.login_btn {
	width:59px;
	height:41px;
	padding:0px;
	background-image: url(pics/login_btn.png);
	background-color: transparent;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: left top;
	cursor: pointer;
	margin: 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
}
.login_btn:hover {
	width:59px;
	height:41px;
	padding:0px;
	background-image: url(pics/login_over_btn.png);
	background-color: transparent;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: left top;
	cursor: pointer;
	margin: 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
}
/*input[name="login_btn"] {
	width:59px;
	height:41px;	
	padding:0px;
	background-image: url(pics/login_btn.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: left top;
	cursor: pointer;
	margin: 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
}*/
img {
	border:0px;
	margin:0px;
	padding:0px;
}
p {
	border:0px;
	margin:0px;
	padding:0px;
}
