body {
	background-color: #FCE8BD;
	margin: 0;
	padding: 0;
	text-align:center;
}

body, td {
	font-family: serif;
	color: #3D1A00;
}


hr {
	border: 0;
	color: #291A05;
	background-color: #291A05;
	height: 1px;
	width: 96%;
	text-align: left;
}

img {border: none;}

h1 {
	font-size: 150%;
	color: #413523;
	text-shadow: #695C47 3px 3px 6px;
}

h2 {
	font-size: 130%;
	color: #413523;
	text-shadow: #695C47 2px 2px 4px;
}

h3 {
	font-size: 120%;
	color: #413523;
	text-shadow: #695C47 2px 2px 4px;
}

h4 {
	font-size: 110%;
	color: #413523;
	text-shadow: #695C47 1px 1px 3px;
}

h5 {
	font-size: 100%;
	color: #413523;
	text-shadow: #695C47 1px 1px 3px;
}

a {
	color: #048C00;
	text-decoration: none;
}
a:hover {
	color: #3D1A00;
}

#page {
	border-top: none;
	width: 900px;
	margin: 0 auto 16px auto;
	padding: 0;
	text-align: left;
}

#top {
	width: 900px;
	height: 69px;
	background-image: url(deco/topbg.png);
	background-repeat: no-repeat;
	border-bottom: none;
	margin:0;
	padding: 10px 0 0 0;
}

#mid {
	width: 900px;
	margin:0;
	madding: 0;
}

#side {
	width: 180px;
	float: left;
	margin:0;
	padding: 5px 10px 5px 10px;
}

#article {
	width: 580px;
	float: left;
	margin:0;
	padding: 7px;
	text-align: justify;
	background-image: url(deco/fondplume.png);
	background-repeat: repeat-y;
	min-height:480px;
}

#break {
	clear: both;
}

#bot {
	width: 900px;
	font-size: 75%;
	text-align: center;
	margin:0;
	mapping: 0;
	color: #3D1A00;
}

#top h1 {
	margin: 0;
	padding: 0 0 0 10px;
	color: #3D1A00;
	font-size: 24px;
}
#top h2 {
	margin: 0;
	padding: 4px 0 5px 10px;
	color: #3D1A00;
	font-size: 90%;
}

/* Menu */
.zul {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}
.zli1,.zli2,.zli3,.zli4 {
	background-image: url(deco/pge0.png);
	background-repeat: no-repeat;
	padding-left: 14px;
}
.zon {
	background-image: url(deco/pge1.png);
}
.zli1 {
	margin-left: 0px;
}
.zli2 {
	margin-left: 16px;
}
.zli3 {
	margin-left: 32px;
}
.zli4 {
	margin-left: 48px;
}

/* styles lricms */
#zadmin {
	border: 1px solid #3D1A00;
	padding: 0 2px;
	margin: 3px 0 0 0;
}
.ztable {
	border: 1px solid #3D1A00;
	padding: 0 2px;
	margin: 5px 0;
	width: 100%;
}
.zalert {
	border: 1px solid #C00;
	padding: 0 2px;
}

/******************************************************************************************************
//	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{
	text-align:center;
}

#ubr_debug {
	background-color: #DDBA85;
	border: 1px solid #3D1A00;
	width: 600px;
	height: 100px;
	overflow: auto;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

#ubr_alert {
	font: 16px serif;
	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;
	text-align:center;
	padding-top: 3px;
	cursor:pointer;
	/*
	background-image: url('./images/toggle.png');
	background-repeat: no-repeat;
	background-position:12px 3px;
	*/
}

#progress_bar_background{
	float:left;
	background-color: #DDBA85;
	height:21px;
	width:400px;
	z-index:5;
	border:1px solid #3D1A00;
	/*
	background-image: url('./images/progress_bar_white.png');
	background-repeat: repeat-x;
	*/
}

#progress_bar{
	float:left;
	background-color: #694418;
	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: 12px serif;
	text-align:center;
	padding-top: 3px;
}
/* PROGRESS BAR */

/* UPLOAD STATISTICS */
#upload_stats_container{
	font: 12px serif;
	background-color:#DDBA85;
	width:323px;
	margin:auto;
	display:none;
	border-top:1px solid #3D1A00;
	margin-bottom: 5px;
}

.upload_stats_label{
	width: 160px;
	height: 20px;
	text-align: left;
	float:left;
	background-color:#DDBA85;
	border-bottom:1px solid #3D1A00;
	border-left:1px solid #3D1A00;
	padding-top: 3px;
}

.upload_stats_data{
	width: 160px;
	height: 20px;
	text-align: center;
	float:left;
	background-color:#DDBA85;
	border-bottom:1px solid #3D1A00;
	border-right:1px solid #3D1A00;
	border-left:1px solid #3D1A00;
	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: 12px serif;
	width:400px;
	border-top:1px solid #3D1A00;
	margin-top: 10px;
	margin-bottom: 10px;
}

#upload_form_values_container{
	margin:auto;
	text-align:center;
	font: 14px serif;
}

.upfile_label{
	height:24px;
	background:#F9F9F9;
}

.upfile_name {
	width:371px;
	height:20px;
	float: left;
	border-bottom:1px solid #3D1A00;
	border-left:1px solid #3D1A00;
	padding-top: 3px;
}

.upfile_remove{
	float:left;
	width:26px;
	height:20px;
	padding-top: 3px;
	cursor:pointer;
	border-left:1px solid #3D1A00;
	border-right:1px solid #3D1A00;
	border-bottom:1px solid #3D1A00;
	/*
	background-image: url('./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: 12px serif;
}

#upload_results_file_name_header{
	font: 14px serif;
	font-weight:bold;
	background-color:#9A825D;
	float:left;
	width:450px;
	height:20px;
	padding-top: 2px;
	border-top:1px solid #3D1A00;
	border-bottom:1px solid #3D1A00;
	border-left:1px solid #3D1A00;
}

#upload_results_file_size_header{
	font: 14px serif;
	font-weight:bold;
	background-color:#9A825D;
	float:left;
	width:150px;
	height:20px;
	padding-top: 2px;
	border-top:1px solid #3D1A00;
	border-bottom:1px solid #3D1A00;
	border-left:1px solid #3D1A00;
	border-right:1px solid #3D1A00;
}

.upload_results_file_name{
	float:left;
	width:450px;
	height:20px;
	padding-top: 3px;
	border-bottom:1px solid #3D1A00;
	border-left:1px solid #3D1A00;
}

.upload_results_file_size{
	float:left;
	width:150px;
	height:20px;
	padding-top: 3px;
	border-bottom:1px solid #3D1A00;
	border-left:1px solid #3D1A00;
	border-right:1px solid #3D1A00;
}

.upload_results_even{
	background-color:#DDBA85;
}

.upload_results_odd{
	background-color:#DDBA85;
}
/* UPLOAD RESULTS */

#preloader{
	position: absolute;
	left: -110%;
	top: -110%;
	height: 0;
	width: 0;
	border-width: 0;
	z-index: -30;
}

