/*
Uploadify v2.1.0
Release Date: August 24, 2009

Copyright (c) 2009 Ronnie Garcia, Travis Nickels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
/* positioning of flash uploader object  */
#uploadifyUploader{
   position: absolute;
/*   left: 0;*/
}
.upload_template_cancel_icon{
    display: block; cursor: pointer;
}
.remote_icon_hover{
    display: none;
}
.loginDifferentUser{
    cursor: pointer;
    font-weight: bold;
}
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 10%;
}
.uploadifyProgressBar {
	background:none;
	height: 10px;
}

.upload_progress{
/*    width:875px;*/
    width:98%;
    height:11px;
    padding:8px;
    position:relative;
    margin-top:20px;
}
.uploadifyTotalProgressBar {
	background:none;
/*	width: 875px;*/
        width: 98%;
	height: 10px;
}
.photobank_login_table{
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    margin-top: 35px;
}
.photobank_login_table td{
   padding-top: 3px;
   padding-bottom: 3px;
}
.total_progress_nb{
    position:absolute;
/*    width:875px;*/
    width:98%;
    top:12px;
    text-align:center;
    color:#000000;
    font-weight:bold;
}
/*
*/
#album_info{
  font-weight: bold;
}
.current_speed{
    position:absolute;
/*    width:875px;*/
    width:98%;
    top:35px;
    text-align:right;
    color:#000000;
    font-weight:bold;
}
.upload_template {
    float:left;
    height:60px;
    border:1px solid #cdcdcd;
    margin-left:15px;
    margin-bottom:5px;
}

.upload_template .info {   
    padding-left: 80px;
    padding-top:5px;
    margin:5px;
    float:inherit;
    margin-right:10px;
    padding-bottom: 80px;
    height:60px;
}
.upload_template .info_ie {
    padding-top:5px;
    margin:5px;
    float:inherit;
    margin-right:10px;
    padding-bottom: 80px;
    height:60px;
}
.upload_template .info .status {
    font-size:10px;
    padding-left:240px;
    width:200px;
    text-align:right;
    float: right;
    vertical-alignment: middle;
}
.upload_template .info .status_pass {
    font-size: 10px;
    float: right;
/*    padding-left: 240px;
    width: 200px;
    text-align:right;
    float: right;*/
    padding-top: 4px;
    vertical-alignment: middle;
}
.upload_template .info .status_fail {
    font-size:10px;
    float: right;
    padding-top: 4px;
/*    padding-left:240px;
    width:200px;
    text-align:right;
    float: right;*/
    vertical-alignment: middle;
}

.upload_template .image {
    float:inherit;
    width:70px;
    vertical-align:middle;
    text-align:center;
    height:60px;
    padding:3px;
}

.upload_template .info div {
}

.image_preview_name {
    color:#000000;
    padding-left:10px;
    margin-top:16px;
    margin-bottom: 4px;
    font-weight:bold;
    font-size:12px;
}

.photo_selector_header_back_button{
    text-align: center;
}
.uploader_wrapper{
    padding: 5px;
}
#avg_speed {
    font-size:10px;
    color:#121212;
}

/* Falsh Uploadify Object tag Stlye overwriting needed to replace with click button */
#uploadifyUploader{
    position: absolute;
    z-index:10;
}

#next_button {
/*    width:70px;*/
    text-align:left;
    float:right;
    display:none;
}

#back_button {
/*    width:70px;*/
    text-align:left;
    float:right;
}

#cancel_button {
/*    width:70px;*/
    text-align:left;
    float:right;
    display:none;
}
.upload_input{
    float:left;
    width: 112px;
}

.ui-corner-all {-moz-border-radius:4px;-webkit-border-radius:4px;}
.ui-progressbar .ui-progressbar-value {
    
    background-color:#872E1E;
    background-image:none;
}
.ui-progressbar {height:2em;text-align:left;}
.ui-progressbar .ui-progressbar-value {margin:0px;height:100%;}
.ui-widget-content {
    border:1px solid #aaaaaa;
    color:#222222;
}

.upload_option{
    position:relative;
/*    width:200px;*/
/*    width: 170px;*/
/*    margin:10px;*/
}.option_image{
/*    margin:10px;    */
    margin: 0px;
}.back_button_cell{
/*    width:100px;*/
}
.remote_icon{
    padding: 0px;
    margin: 0px;
}
.picasa_icon{
    padding: 0px;
    margin: 0px;
/*    padding: 0px 20px;*/
}
.picasa_table_heading{
    background-color: #F6821F;
    font-weight: bold;
    text-align: center;
}


