@charset "UTF-8";

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    zoom: 1;
}

#PhotoAlbums_AddOverview
{
    position: relative;
    padding: 0 10px;
}

.obj-dialog-overlay #PhotoAlbums_AddOverview
{
    padding: 0;
}

#PhotoAlbums_AddOverview .obj-subbar
{
    padding: 5px 10px;
    font-weight: bold;    
    color: #C86428;
}

#flashUploadIssue
{
  display: none;
}

#flashUploadBanner
{
  width: 150px;
  height: 300px;
  position: absolute;
  right: 0;
  top: 0;
}

#flashUpload
{
  display: none;
}

#flashUpload .list .item
{
  margin-bottom: 2px;
}

#flashUpload .list .item .box
{
  width: 194px;
  padding: 1px;
  height: 15px;
  border: 1px solid #7F7F7F;
  float: left !important;
  position: relative;
  margin: 0 !important;
}



#flashUpload .list .item .label
{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  cursor: default;
  top: 1px;
  left: 4px;
  width: 176px;
  z-index: 200;
}

#flashUpload .list .item .close
{
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 0px;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: default;
  z-index: 300;
  background:transparent url(../../Img/delete_me.gif) no-repeat top left;
  display:block;
  width:15px;
  height:13px;
}

#flashUpload .list .item .close:hover

{
  background:transparent url(../../Img/delete_me_hover.gif) no-repeat top left;
}

#flashUpload .list .item .size
{
  margin-left: 10px;
  color: #565656;
  float: left;
  margin-top: 3px;
}

#flashUpload .list .item .progress
{
  background: #E4FFCC;
  height: 15px;
  width: 0px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 100;
}

#flashUpload .list .successful .progress
{
  background: #E4FFCC;
}

#flashUpload .list .cancelled .progress
{
  background: #FCCACA;  
}

#flashUpload .list .errornous .progress
{
  background: #FCCACA; 
}

#flashUpload .flashtext
{
  display: none;
}

#flashUpload form .select
{
  margin-top: 10px;
  border: 1px solid #7F7F7F;  
  width: 196px;
  height: 18px;
}

#flashUpload form .select a
{
  display: none;
}

#flashUpload form .buttonbar
{
  margin-top: 20px;
}

#flashUpload form .buttonbar a
{
  margin-right: 6px;
  display: none;
  float: left;
}

#flashUpload form .buttonbar a.link-face-button

{
    line-height:normal;
}

#flashUpload form .buttonbar p
{
  float: left;
  margin: 0;
}

#flashUpload form .buttonbar p.buttons
{
  width: 140px;
}

#flashUpload p.legalnote
{
  display: none;
}

#flashUpload p.queueerror
{
  display: none;
  color: #ff781e;
}

#flashUpload p.quitebighelp-single,
#flashUpload p.quitebighelp-multi
{
  display: none;
}

#flashUpload p.quitebighelp-single strong,
#flashUpload p.quitebighelp-multi strong
{
  font-weight: normal;
  color: #ff781e;
}

#flashUpload form p.captionswitch
{
  display: none;
  vertical-align: middle;
  margin-top: 20px;
}

#flashUpload form p.captionswitch label
{
    width: auto;
}

#flashUpload form p.captionswitch *
{
  vertical-align: middle;
}

#flashUpload form p.captionswitch input
{
    float: left;
}

#flashUpload form p.captionswitch label
{
    float: none;
}

#flashUpload .legacy
{
  margin-top: 30px;
}

/* GEARS UPLOADER ALPHA */
#uploader-chrome
{
    display:none;
    margin: 10px;
}

.chrome-uploader
{
    background: url(../../Img/logo.png) no-repeat 10px 0;
    padding-top: 64px;
}

#thumbContainer
{    
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#thumbContainer li 
{
    padding-top: 3px;
    background: url(../../Img/item-bg.gif) repeat-x top right;
    height: 128px;
    border: solid 1px #ccc;
    border-top: none;
    border-left: none;
    text-align: center;
    float: left;
    width: 135px;
    margin: 5px;
    overflow: hidden;
    position: relative;
}

#thumbContainer li img
{
    border: solid 2px #fff;
}

.upload-controls
{
    position: absolute;
    font-weight: bold;
    top: 0px;
    right: 0px;
    width: 130px;
    height: 108px;
    background: url(../../Img/controls-bg.png) repeat-x 0 -10px;
    color: #fff;
    text-align: right;
    padding: 3px 2px;
    display: none;
}

.upload-controls .button
{
    background-image: url(../../Img/sprites-gears.gif);
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    margin-bottom: 3px;
    text-indent: -3000em;
}

.button-upload
{
    background-position: 0px 0px
}
    
.button-rotate
{
    background-position: 0px -12px
}
    
.button-left
{
    background-position: 0px -48px
}
    
.button-right
{
    background-position: 0px -60px
}
    
.button-grey
{
    background-position: 0px -24px
}
    
.button-sepia
{
    background-position: 0px -36px
}
    
.button-delete
{
    background-position: 0px -72px
}

#thumbContainer li:hover .upload-controls
{
    display: block;
}

.item-meta
{
    position: absolute;
    bottom: 2px;
    width: 135px;
    text-align: center;
}

.item-meta input
{
    text-align: center;
    background: none;
    border:none;
    background: transparent;
}

.chrome-uploader
{
    position: relative;
    overflow-y: hidden;
}

.chrome-uploader-overlay
{
    position: absolute;
    background: url(../../Img/shim_dark_grey.png); 
    width: 100%; 
    height: 100%; 
    text-align: center; 
    left: 0;
    top: 0;
    display: none;
}

.uploader-overlay-content
{
    border: solid 5px #ccc; 
    padding: 10px 20px;
    background: #fff;
    position: relative;
    width: 280px;
    margin: auto;
}

.uploader-overlay-content div.close
{
    position:absolute;
    right:0;
    top:0;
    z-index:1;
}

.uploader-overlay-content div.close a
{
    background:transparent url(../../Img/btn_close.gif) no-repeat scroll left center;
    display:block;
    height:15px;
    text-indent:-8000px;
    width:15px;
}

.gears-upload-button
{
  display: block; 
  background: url(../../Img/gears-upload-button.gif) no-repeat scroll left center; 
  width: 183px; 
  height: 94px; 
  text-indent: -3000em;
  margin: 10px;  
}

.chrome-album-chooser
{
    background-color: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
}

.chrome-album-chooser,
#storageHint,
#scalingHelper
{
    display:none;
}

