/******************************************************************************************************
//	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-size: 0.75em;
  font-weight:bold;
  color: #10497b;
  margin-bottom:7px;
}

.ubrFinishedData {
	background-color: #b3b3b3;
	border: 1px solid #898989;
	width: 700px;

}

.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: 400px;
  font-size: 0.75em;
  margin-bottom: 15px;	
}

.ubrUploadDataLabel
{
	background-color: #dddddd;
  font-size: 0.75em;	
	width: 50%;
	text-align: left;
	font-weight: bold;
}

.ubrUploadDataField {
	background-color: #dddddd;
  font-size: 0.75em;	
	width: 350px;
	text-align: left;
}

.ubrUploadDataInfo{
	background-color: #dddddd;
  font-size: 0.75em;	
	width: 50%;
	text-align: center;
}
.ubrUploadInputLabel,
.ubrUploadTextareaLabel{
  width: 11em;
  font-size: 0.75em;

}
.ubrUploadInputLabel,
.ubrUploadInputField{
     float:left;
}


#ubrUploadTextareaField{
	width: 370px;
  font-size: 0.75em;
}

.ubrUploadInputField INPUT
{
       font-size: 0.75em;
       border: 1px dotted #144978;
       margin: 2px 0px;
       width: 20em;
}

.ubrUploadInputField input.csc-mailform-submit
{
      border: none;
      background: transparent;
      color: #c30e16;
      cursor: pointer;
      margin-left: 9em;
}



.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: #c60810;
	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;
}

#mainContainer P.clear{
  clear: both;
    font-size: 0.7em;
    line-height: 0.7em;
    margin: 0;
}

