/******************************************************************************************************
//	Name: ubr.css
//	Revision: 1.1
//	Date: 8:12 PM Thursday, August 28, 2008
//	Link: http://uber-uploader.sourceforge.net
//	Developer: Peter Schmandra
//	Description: Provide some basic styling
//
//	BEGIN LICENSE BLOCK
//	The contents of this file are subject to the Mozilla Public License
//	Version 1.1 (the "License"); you may not use this file except in
//	compliance with the License. You may obtain a copy of the License
//	at http://www.mozilla.org/MPL/
//
//	Software distributed under the License is distributed on an "AS IS"
//	basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
//	the License for the specific language governing rights and
//	limitations under the License.
//
//	Alternatively, the contents of this file may be used under the
//	terms of either the GNU General Public License Version 2 or later
//	(the "GPL"), or the GNU Lesser General Public License Version 2.1
//	or later (the "LGPL"), in which case the provisions of the GPL or
//	the LGPL are applicable instead of those above. If you wish to
//	allow use of your version of this file only under the terms of
//	either the GPL or the LGPL, and not to allow others to use your
//	version of this file under the terms of the MPL, indicate your
//	decision by deleting the provisions above and replace them with the
//	notice and other provisions required by the GPL or the LGPL. If you
//	do not delete the provisions above, a recipient may use your
//	version of this file under the terms of any one of the MPL, the GPL
//	or the LGPL.
//	END LICENSE BLOCK
***************************************************************************************************************/

.ubrBody {
	margin: 0 0 0 0;
	background-color: #EEEEEE;
}

.ubrWrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.ubrDebug {
	font: 16px Arial;
	background-color: #FFFFFF;
	border: 1px solid #898989;
	width: 900px;
	height: 100px;
	overflow: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.ubrAlert {
	font: 18px Arial;
}

.ubrFinishedData {
	background-color: #b3b3b3;
	border: 1px solid #898989;
	width: 600px;

}

.ubrFinishedData  th{
	text-align: center;
	background-color: #bbbbbb;
	font-weight: bold;
}

.ubrFinishedOdd{
	text-align: center;
	background-color: #dddddd;
}

.ubrFinishedEven{
	text-align: center;
	background-color: #eeeeee;
}

.ubrUploadData {
	background-color: #b3b3b3;
	border: 1px solid #898989;
	width: 350px;
}

.ubrUploadDataLabel
{
	background-color: #dddddd;
	font: 13px Arial;
	width: 50%;
	text-align: left;
	font-weight: bold;
}

.ubrUploadDataField {
	background-color: #dddddd;
	font: 13px Arial;
	width: 350px;
	text-align: left;
}

.ubrUploadDataInfo{
	background-color: #dddddd;
	font: 13px Arial;
	width: 50%;
	text-align: center;
}


.ubrBar1 {
	background-color: #b3b3b3;
	position: relative;
	text-align: left;
	height: 20px;
	border: 1px solid #505050;
	z-index: 5;
	/*background-image:url(images/progress_bar_white.gif);*/
	/*layer-background-image:url(images/progress_bar_white.gif);*/
}

.ubrBar2 {
	/*background-color: #000099;*/
	background-color: #cf4c62;
	position: relative;
	text-align: left;
	height: 20px;
	width: 0%;
	z-index: 6;
	/*background-image:url(images/progress_bar_blue.gif);*/
	/*layer-background-image:url(images/progress_bar_blue.gif);*/
}

.ubrUploadSlot{}

.ubrError {
	color: red;
}

.ubrWarning{
	color: yellow;
}


/* EINGABE-FORMULAR */

.tx-urofileupload-pi1{
  padding-left: 14px;      
}
.tx-urofileupload-pi1 fieldset.csc-mailform
{
  border: none;
  margin:0;
  padding:0;
  padding-top: 40px;
  padding-left: 0px;      
  border: 0px solid #000;

}


.tx-urofileupload-pi1 fieldset.csc-mailform label{
  width: 140px;
  float: left;
/*  font-size: 0.8em; */       
  margin:0;
  padding: 0;
}

.tx-urofileupload-pi1 .csc-mailform input,
.tx-urofileupload-pi1 .csc-mailform textarea,
.tx-urofileupload-pi1 .csc-mailform select{
       border: 1px solid #9c9c9c;
       margin: 2px 0px;
       margin-bottom:10px;       
       padding:0px 2px;
       text-align:left;
}

.tx-urofileupload-pi1.csc-mailform select{
  width:140px;
  padding:0;
  padding-left:1px;
  text-align:left;
}

.tx-urofileupload-pi1 .csc-mailform INPUT {
	width: 216px;
	border: 1px solid #a7a6ab;
}
.tx-urofileupload-pi1 .csc-mailform SELECT {
	width: 60px;
}
.tx-urofileupload-pi1 .csc-mailform TEXTAREA {
	width: 360px;
}


.tx-urofileupload-pi1 .csc-mailform-field{
        clear: left;
}

.tx-urofileupload-pi1 .csc-mailform input.mailformbutton{
  border: 1px solid #a6af7e;
  width:auto;
  background:transparent url(/fileadmin/images/bg_submit.gif) repeat;
  color: #000000;
  cursor: pointer;
  margin: 0px;
  padding: 0px 10px;
  margin: 0px 0px 10px 120px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em; 
  font-weight:bold;      
}