/******************************************************************************************************
//	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 {
	/*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: 16px Arial;
	margin-bottom: 8px;
	clear:left;
	text-align: center;
}
	

.ubrFinishedData {
	border-collapse: collapse;
	border: solid #C4C4C4 1px;
	width: 100%;
	margin-bottom: 8px;

}

.ubrFinishedData  th{
	text-align: center;
	background-color: #c4c4c4;
	font-weight: bold;
}

.ubrFinishedOdd{
	text-align: center;
	background-color: #f7f7f7;
}

.ubrFinishedEven{
	text-align: center;
	background-color: #f7f7f7;
}

.ubrUploadData {
	border-collapse: collapse;
	/*border: solid #C4C4C4 1px;*/
	width: 400px;	
	margin-bottom: 8px;
	margin: 0px auto;	
}

.ubrUploadDataLabel {
	/*background-color: #f7f7f7;*/
	color: #753D7A;
	font: 13px Arial;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

.ubrUploadDataInfo{
	/*background-color: #f7f7f7;*/
	color: #753D7A;	
	font: 13px Arial;
	padding: 4px;
	text-align: center;
}

.ubrBar1 {
	background-color:#f7f7f7;
	/*border:1px solid #3D658C;*/
	height:21px;
	position:relative;
	text-align:left;
	z-index:5;
	width:515px;
	margin: 16px auto;
}

.ubrBar2 {
	background-image:url(../images/loading.png);
	/*border-color:#82B6EA #608EBB #608EBB #82B6EA;
	border-style:solid;
	border-width:1px;*/
	color:#000000;
	line-height: 21px;
	height:21px;
	position:relative;
	text-align:center;
	width:0;
	z-index:6; }

.ubrUploadSlot{
	margin:5px 0;
}

.ubrError {
	color: red;
}

.ubrWarning{
	color: yellow;
}

#progress_bar
{
	/*width: 100%;
	height: 95%;
	padding-top: 1%;*/
	background-color: #f7f7f7;
	/*border: solid #cacaca 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);*/		
	text-align:center;
}

