/* 
   Plupload
------------------------------------------------------------------- */

.plupload_button {
	display: -moz-inline-box; /* FF < 3*/
	display: inline-block;
	font: normal 12px sans-serif;
	text-decoration: none;
    color: #42454a;
    border: none;
    padding: 2px 8px 3px 20px;
	margin-right: 4px;
    background: none;
	outline: 0;
	text-indent: -999999px;

    /* Optional rounded corners for browsers that support it */
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.plupload_button:hover {
	color: #000;
	text-decoration: none;
}

.plupload_disabled, a.plupload_disabled:hover {
    color: #737373;
    border-color: #c5c5c5;
    background: #ededed url('../../images/MultipleFileUpload/plupload/buttons-disabled.png') no-repeat 0 center;
	cursor: default;
}

.plupload_add {
	background-position: -181px center;
}

.plupload_wrapper {
	font: normal 11px Verdana,sans-serif;
	width: 100%;
}

.plupload_container {
	padding: 8px;
	background: url('../../images/MultipleFileUpload/plupload/transp50.png');
	/*-moz-border-radius: 5px;*/
}

.plupload_container input {
	border: 1px solid #DDD;
	font: normal 11px Verdana,sans-serif;
	width: 98%;
}

.plupload_header {background: #2A2C2E url('../../images/MultipleFileUpload/plupload/backgrounds.gif') repeat-x;}
.plupload_header_content {
	background: url('../../images/MultipleFileUpload/plupload/backgrounds.gif') no-repeat 0 -317px;
	min-height: 56px;
	padding-left: 60px;
	color: #FFF;
}
.plupload_header_title {
	font: normal 18px sans-serif;
	padding: 6px 0 3px;
}
.plupload_header_text {
	font: normal 12px sans-serif;
}

.plupload_content{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url('../../js/PIE.htc');
}

.plupload_filelist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plupload_scroll .plupload_filelist {
	height: 0px;
	background: #F5F5F5;
	overflow-y: scroll;
}

.plupload_filelist li {
	padding: 10px 8px;
	background: #F5F5F5 url('../../images/MultipleFileUpload/plupload/backgrounds.gif') repeat-x 0 -156px;
	border-bottom: 1px solid #DDD;
}

.plupload_filelist_header, .plupload_filelist_footer {
	background: #DFDFDF;
	padding: 8px 8px;
	color: #42454A;
}
.plupload_filelist_header {	
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #CDCDCD;
	display:none;
}

.plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;}
.plupload_file_name {float: left; overflow: hidden}
.plupload_file_status {color: #777;}
.plupload_file_status span {color: #42454A;}
.plupload_file_size, .plupload_file_status, .plupload_progress {
	float: right;
	width: 80px;
}
.plupload_progress {
    float: right;
    width: 330px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url('../../js/PIE.htc');      
}

.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}

.plupload_filelist .plupload_file_name {width: 205px}

.plupload_file_action {
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 15px;
}

.plupload_file_action * {
	display: none;
	width: 16px;
	height: 16px;
}

li.plupload_uploading {background: #ECF3DC url('../../images/MultipleFileUpload/plupload/backgrounds.gif') repeat-x 0 -238px;}
li.plupload_done {color:#AAA}

li.plupload_delete a {
	background: url('../../images/MultipleFileUpload/plupload/delete.gif');
}

li.plupload_failed a {
	background: url('../../images/MultipleFileUpload/plupload/error.gif');
	cursor: default;
}

li.plupload_done a {
	background: url('../../images/MultipleFileUpload/plupload/done.gif');
	cursor: default;
}

#frm-photoGallery-photoForm select, select#frmphotoForm-album_id{
    float:left;
    width: 180px;
    margin: 10px;
    height: 35px;
    margin-top: 0;
    line-height: 20px;
    background: #fff;
}

p.hint{
    clear:none;
    float:left;
    width: 300px;
    padding:0;
    margin:0;
    font-size: 1em;
}

p.hint span.error{
    margin: 0 !important;
    height: 30px;
    line-height: 30px;
}

.ui-dialog p.hint{
    font-size: 0.8em;
}


#photo_gallery_upload_box_browse{
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    background: #3b87a4;
    float:left;   
    margin-right: 10px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url('../../js/PIE.htc');
    padding: 0 10px;
    float:left;
    overflow: hidden;
}

.albumTitle{
    font-size: 1em;
}

.ui-dialog .plupload_buttons{
    margin-top: -63 px;
}

.plupload_buttons{
    margin-top: -58px;
    margin-left: 185px;   
}

.plupload_progress, .plupload_upload_status {
	display: none;
}

.plupload_progress_container {
	margin-top: 3px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 1px;
}
.plupload_progress_bar {
	width: 0px;
	height: 7px;
	background: #CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
	margin-right: 17px;
}

/* Floats */

.plupload_clear,.plupload_clearer {clear: both;}
.plupload_clearer, .plupload_progress_bar {
	display: block;
	font-size: 0;
	line-height: 0;	
}

li.plupload_droptext {
	background: transparent;
	text-align: center;
	vertical-align: middle;
	border: 0;
	line-height: 165px;
}

.pop-up-gallery-photos div{
    float:left;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
    width: 168px;
    height: 128px;
    border: 1px solid #cecece;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url('../../js/PIE.htc');      
}

.pop-up-gallery-photos div.picture-box{
    display:table-cell;
    vertical-align: middle;
    text-align:center;
    padding: 0;
    margin: 0px;
    width: 168px;
    height: 128px;
    border: none;
    background: #ffffff;   
}

.pop-up-gallery-photos div.active{
    background: #f3f3f3;
}

.pop-up-gallery-photos div.album{
    height: 176px;
    width: 176px;
    margin-right: 2px;
    margin-left: 1px;    
}

.pop-up-gallery-photos div.album div{
    background: #ffffff;
}

.pop-up-gallery-photos div.album div{
    margin: 3px;
    float:none;
}

.pop-up-gallery-photos div p{
    margin: 5px;   
    color: #3b86a2;
    font-weight: bold;
    line-height: 16px;
}

.pop-up-gallery-photos div p span{
    color: #000000;
}

.pop-up-gallery-photos div.hiden{
    display:none;
    border: none;
    margin: 0;
    padding: 0;
    float:none;
    border:none;
    width: auto;
    height: auto;
}

.pop-up-gallery-photos div div.hiden input[type="text"]{
    margin-left: 2px;
    margin-top: 3px;
    height: 26px;
    line-height: 26px;
    float:left;
    width: 122px;
    border: 1px solid #cecece;
    color: #7e7e7e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url('../../js/PIE.htc');
    padding: 0;
    padding-left: 5px;
    padding-right: 5px       
}

.pop-up-gallery-photos div div.hiden input[type="submit"]{
    text-indent: -9999999px;
    border:none;
    width: 32px;
    height: 34px;
    background: url('../../images/photo-gallery/submit.png') no-repeat center center;
    float:right;
    cursor:pointer;
}

.pop-up-gallery-photos div div.hiden input:hover[type="submit"]{
    background: url('../../images/photo-gallery/submit-hover.png') no-repeat center center;
}

div.flash {
    color: black;
    width: 100px;
    background: #FFF9D7;
    padding: 1em;
    margin: 1em 0;
    margin-left: -198px;
}

.pop-up-gallery-photos a.edit, .pop-up-gallery-photos a.remove, .pop-up-gallery-photos a.show, .pop-up-gallery-photos a.hide{
    position:relative;
    width: 20px;
    height: 20px;
    position:absolute;    
}

.pop-up-gallery-photos div a.ajax{
    display:none;
}

.pop-up-gallery-photos div a.alb{
    display:block !important;
}

.pop-up-gallery-photos div:hover a.ajax{
    display:block;
}

.pop-up-gallery-photos a.edit{
    margin-left: 114px;
    margin-top: -22px;
    background: url('../../images/photo-gallery/edit.png') no-repeat top right;
}

.pop-up-gallery-photos .album a.edit{
    margin-left: 122px;
    margin-top: -127px;    
}

.pop-up-gallery-photos a.edit:hover{
    background: url('../../images/photo-gallery/edit-hover.png') no-repeat bottom right;
}

.pop-up-gallery-photos a.remove{
    margin-left: 143px;
    margin-top: 4px;
    background: url('../../images/photo-gallery/close.png') no-repeat top right;
}

.pop-up-gallery-photos .album a.remove{
    margin-left: 147px;
    margin-top: -127px;    
}

.pop-up-gallery-photos a.remove:hover{
    background: url('../../images/photo-gallery/close-hover.png') no-repeat bottom right;  
}

.pop-up-gallery-photos a.show{
    margin-left: 5px;
    margin-top: 4px;
    background: url('../../images/photo-gallery/close-eye.png') no-repeat top right;
}

.pop-up-gallery-photos .album a.show{
    margin-left: 9px;
    margin-top: -127px;    
}

.pop-up-gallery-photos a.show:hover{
    background: url('../../images/photo-gallery/close-eye-hover.png') no-repeat bottom right;
}


.pop-up-gallery-photos a.hide{
    margin-left: 5px;
    margin-top: 4px;
    background: url('../../images/photo-gallery/eye.png') no-repeat top right; 
}

.pop-up-gallery-photos .album a.hide{
    margin-left: 9px;
    margin-top: -127px;    
}

.pop-up-gallery-photos a.hide:hover{
    background: url('../../images/photo-gallery/eye-hover.png') no-repeat bottom right;
}

.pop-up-gallery-photos {
  overflow:auto;
}

.pop-up-gallery h2{
    margin-left: 10px;
    margin-top:20xp;
    margin-bottom: 20px;
}

.add-album{
    position:relative;
    float:right;
    margin-right: 5px;
    margin-top: -47px;
    width: 360px;
    text-align:right;
    z-index: 2;
    display:table-cell;
    height: 30px;
    vertical-align: middle;
}

.ui-dialog-content .add-album{
    margin-top: -55px;
}

.add-album form input[type=text], #snippet-placeFormEdit-photoGallery-gallery .add-album form input[type=text]{
   /* height: 20px;
    line-height: 20px;
    border: 1px solid #cecece;
    width: 166px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url('../../js/PIE.htc');
    color: #7e7e7e;
    padding-left: 5px;
    padding-right: 5px;*/
}

.add-album input[type=submit]{
    width: 175px;
    height: 30px;
    background: url('../../images/photo-gallery/create-album.png') no-repeat center left;
    border: none;
    font-size: 16px;
    line-height: 25px;
    padding: 0px;
    margin: 0px;
    margin-left: 0px;
    margin-top: -4px;
    padding-left: 30px;
    cursor:pointer;
	color: #3D87AB;
}

.add-album input[type=submit]:hover {
	text-decoration: underline;
}

.album .form-error-message{
    font-size: 11px;
    background: url(../../images/inline-error.png) no-repeat left 35px;
}

.ui-dialog-content .add-album input[type=submit]{
    margin-top: -4px;
}

.ui-dialog-content .add-album input[type=submit]{
    font-size: 14px;
}

.ui-dialog-content .add-album input[type=text]{
    font-size: 12px;
    padding: 2px;
}

.add-album input:hover[type=submit]{
    background: url('../../images/photo-gallery/create-album-hover.png') no-repeat center left;
}

#upgradePhotoGallery{
    width: 757px;
    background: #eeeeee;
    border:1px solid #DDDDDD;
    border-left: none;
    border-top: none;
    border-bottom-right-radius:4px;
    border-top-right-radius:4px;    
}


#upgradePhotoGallery p{
    clear:none;
}
