<style type="text/css">
<!--
body {
background-color: #000000;
font-family:Arial, Helvetica, sans-serif;
background-image:url('images/bg.jpg');
background-repeat:repeat;
font-size:x-small;
font-weight:300;
font: 80% verdana, arial, helvetica, sans-serif;
text-align: center;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	border: 1px solid orange;
	width: 75%;
}
p {
	margin: 0.3em 0.3em 0.5em 0.3em;
}
code {
	font-size: 115%;
}
a:hover {
text-decoration: none;
color: red;
}
a:active {
text-decoration: none;
}
div#main {
width:75%;
height:500px;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-left: 10%;
margin-top: 1px;
padding: 6px;
overflow:auto;
}
div#wrapper {
width: 85%;
height: 650px;
background-color:#000000;
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
-moz-border-radius: 20px;
-webkit-border-radius: 1-px;
-webkit-box-shadow: 0px 0px 40px rgba(4,218,253,4);
-moz-box-shadow: 0px 0px 40px rgba(4, 218, 253, 4);
padding: 0px;
border: thin solid #66FFFF;
}
div#header {
padding: 15px;
margin: 0px;
text-align: center;
height:50px;
}
div#nav {
width: 18%;
height:300px;
padding: 10px;
margin-top: 1px;
float: left;
font-size:x-small;
font-weight:300;
}
a:link {
text-decoration: none;
color: #66FFFF;
}
a:visited {
text-decoration: none;
color: #66FFFF;
}
div#footer {
padding: 15px;
margin: 0px;
border-top: thin solid #000000;
font-size:x-small;
font-weight:300;
}
div#footer ul li{
color : #66FFFF;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color: #66FFFF;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
color: red;
}
-->
/******************************************************************************************************
//	Name: ubr.css
//	Revision: 2.2
//	Date: 1:45 PM December 24, 2009
//	Link: http://uber-uploader.sourceforge.net
//	Developer: Peter Schmandra
//	Description: Provide some basic styling
//
//	Copyright (C) 2009  Peter Schmandra
//
//	This file is part of Uber-Uploader.
//
//	Uber-Uploader is free software: you can redistribute it and/or modify
//	it under the terms of the GNU General Public License as published by
//	the Free Software Foundation, either version 3 of the License, or
//	(at your option) any later version.
//
//	Uber-Uploader is distributed in the hope that it will be useful,
//	but WITHOUT ANY WARRANTY; without even the implied warranty of
//	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//	GNU General Public License for more details.
//
//	You should have received a copy of the GNU General Public License
//	along with Uber-Uploader. If not, see http://www.gnu.org/licenses/.
//
***************************************************************************************************************/

#main_container{
	margin:auto;
	text-align:center;
	font: 14px Arial;
}

#ubr_debug {
	font: 10px Arial;
	background-color: #F8F8F8;
	border: 1px solid #969696;
	width: 780px;
	height: 100px;
	overflow: auto;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

#ubr_alert {
	font: 18px Arial;
	text-align: center;
	margin-bottom: 5px;
}

.ubrError {
	color: red;
}

.ubrWarning{
	color: orange;
}

#upload_container{
	display:none;
}

/* PROGRESS BAR */
#progress_bar_container{
	width:482px;
	margin:auto;
	text-align:center;
	display:none;
	height:22px;
}

#upload_stats_toggle{
	float:left;
	width:40px;
	height:20px;
	font: 14px Arial;
	text-align:center;
	padding-top: 3px;
	cursor:pointer;
	background-image: url('http:wardesign.com/Uber-Uploader_6.8.2/html/images/toggle.png');
	background-repeat: no-repeat;
	background-position:12px 3px;
}

#progress_bar_background{
	float:left;
	background-color: #DBDBDB;
	height:21px;
	width:400px;
	z-index:5;
	border:1px solid #969696;
	/*
	background-image: url('./images/progress_bar_white.png');
	background-repeat: repeat-x;
	*/
}

#progress_bar{
	float:left;
	background-color: #339999;
	height:21px;
	width:0px;
	z-index:6;
	/*
	background-image: url('./images/progress_bar_blue.png');
	background-repeat: repeat-x;
	*/
}

#percent_complete{
	float:left;
	width:40px;
	height:20px;
	font: 14px Arial;
	text-align:center;
	padding-top: 3px;
}
/* PROGRESS BAR */

/* UPLOAD STATISTICS */
#upload_stats_container{
	font: 14px Arial;
	background-color:#F8F8F8;
	width:323px;
	margin:auto;
	display:none;
	border-top:1px solid #969696;
	margin-bottom: 5px;
}

.upload_stats_label{
	width: 160px;
	height: 20px;
	text-align: left;
	float:left;
	background-color:#F8F8F8;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	padding-top: 3px;
}

.upload_stats_data{
	width: 160px;
	height: 20px;
	text-align: center;
	float:left;
	background-color:#F8F8F8;
	border-bottom:1px solid #969696;
	border-right:1px solid #969696;
	border-left:1px solid #969696;
	padding-top: 3px;
}
/* UPLOAD STATISTICS */

/* FILE PICKER */
#file_picker_container{
	width:500px;
	margin:auto;
	text-align:center;
	margin-bottom: 10px;
}

.upfile_ultimo{}
/* FILE PICKER */

/* UPLOAD SLOTS */
#upload_slots_container{
	display:none;
	margin:auto;
	text-align:center;
	font: 14px Arial;
	width:400px;
	border-top:1px solid #969696;
	margin-top: 10px;
	margin-bottom: 10px;
}

#upload_form_values_container{
	margin:auto;
	text-align:center;
	font: 14px Arial;
}

.upfile_label{
	height:24px;
	background:#F9F9F9;
}

.upfile_name {
	width:371px;
	height:20px;
	float: left;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	padding-top: 3px;
}

.upfile_remove{
	float:left;
	width:26px;
	height:20px;
	padding-top: 3px;
	cursor:pointer;
	border-left:1px solid #969696;
	border-right:1px solid #969696;
	border-bottom:1px solid #969696;
	background-image: url('http:wardesign.com/Uber-Uploader_6.8.2/html/images/cross.png');
	background-repeat: no-repeat;
	background-position:5px 3px;
}
/* UPLOAD SLOTS */

/* UPLOAD BUTTONS */
#upload_buttons_container{
	width:500px;
	height:20px;
	margin:auto;
	text-align:center;
	margin-top: 10px;
}

#reset_button{}

#upload_button{}
/* UPLOAD BUTTONS */

/* UPLOAD RESULTS */
#upload_results_container{
	width:603px;
	margin:auto;
	text-align:center;
	font: 14px Arial;
}

#upload_results_file_name_header{
	font: 16px Arial;
	font-weight:bold;
	background-color:#D8D8D8;
	float:left;
	width:450px;
	height:20px;
	padding-top: 2px;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
}

#upload_results_file_size_header{
	font: 16px Arial;
	font-weight:bold;
	background-color:#D8D8D8;
	float:left;
	width:150px;
	height:20px;
	padding-top: 2px;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	border-right:1px solid #969696;
}

.upload_results_file_name{
	float:left;
	width:450px;
	height:20px;
	padding-top: 3px;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
}

.upload_results_file_size{
	float:left;
	width:150px;
	height:20px;
	padding-top: 3px;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	border-right:1px solid #969696;
}

.upload_results_even{
	background-color:#F0F0F0;
}

.upload_results_odd{
	background-color:#F8F8F8;
}
/* UPLOAD RESULTS */

#preloader{
	position: absolute;
	left: -110%;
	top: -110%;
	height: 0;
	width: 0;
	border-width: 0;
	z-index: -30;
}

</style>
