@font-face {
	font-family: IconSet;
	src: url("fonts/modernpics.otf")
}

.UserGallery {
	overflow-x: hidden;
}

.UserGallery .ItemsBox {
	float: left;
	width: 85%;
}

.UserGallery .ItemsBox .jThumbnailScroller {
	height: 70px;
}

.UserGallery .UserGalleryDialogButton {
	float: left;
	height: 100%;
	border-right: 1px solid #ADCBDD;
	padding: 5px;
	margin-right: 5px;
	text-align: center;
	cursor: pointer;
}

.UserGallery .GalleryItems {
}

.UserGallery .GalleryItems .GalleryItem {
	margin: 7px;
	cursor: move
}

.UserGallery .GalleryItems .GalleryItem img {
	max-height: 60px;
	max-width: 60px;
}

.GalleryItem.ui-draggable {
	max-height: 60px;
	max-width: 60px;
}

.UserGalleryDialog .GalleryItem {
	float: left;
	text-align: center;
	margin: 5px;

	width: 150px;
	height: 120px;
	position: relative;

}

.UserGalleryDialog .GalleryItem img {
	max-height: 120px;
	vertical-align: top;
}

.UserGalleryDialog .GalleryItem .Description {
	position: absolute;
	width: 144px;
	margin-left: 3px;
	margin-top: -26px;
	background: rgba(245, 245, 245, 0.75);
	font-size: 11px;
	padding: 4px 0 10px 0;
	border: none;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	display: none;
	word-wrap: break-word;
}

.UserGalleryDialog .GalleryItem .ItemDelete {
	width: 26px;
	height: 26px;
	background-image: url("../images/BtnDelete.png");
	background-repeat: no-repeat;
	position: absolute;
	display: none;
}

/*.UserGalleryDialog .GalleryItem:hover .ItemDelete {*/
/*display: block;*/
/*}*/

.UserGalleryDialog .GalleryItem.Uploader {
	width: 140px;
	height: 30px;
	font-style: italic;
	border: dashed 1px;
	padding: 40px 5px;
	cursor: pointer;
}

.UserGalleryDialog .GalleryItem.Uploader .UploadProgressImage {
	height: 85px;
	margin-left: 30px;
	margin-top: -25px;
	opacity: 0.1;
	position: absolute;
}

.DragHover {
	border: 1px dashed #308014 !important;
	opacity: 0.7;
}

/* Flickr integration */

#gallery_dialog_flickr_button {
	float: left;
	margin-left: 10px;
	padding: 0;
	height: 27px;
	width: 27px;

	background: transparent url(../images/FlickrLogo.png) no-repeat 0px 50%;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.FlickrIntegrationDialog .UserDetails {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: solid 1px silver;
}

.FlickrIntegrationDialog .UserDetails .UserFieldDescription {
}

.FlickrIntegrationDialog .UserDetails .UserField {
	margin-top: 10px;
	width: 300px;

}

.FlickrIntegrationDialog .UserDetails button {
	float: none;
}

.FlickrIntegrationDialog .UserGalleryDialog {
	padding-top: 20px;
	text-align: center;
}

.FlickrIntegrationDialog .UserGalleryDialog > img {
	padding-top: 30px;
}

.FlickrIntegrationDialog .UserGalleryDialog > .Error {
	padding-top: 50px;
	color: #cc3300;
	font-style: italic;
	font-size: 11pt;
	line-height: 18pt;
}

.FlickrIntegrationDialog .UserGalleryDialog .GalleryItem {
	width: 100px;
	height: 80px;
	position: relative;
}

.FlickrIntegrationDialog .UserGalleryDialog .GalleryItem img {
	max-height: 80px;
}

.FlickrIntegrationDialog .UserGalleryDialog .GalleryItem input {
	position: absolute;
	display: block;
}

.FlickrIntegrationDialog .UserGalleryDialog .GalleryItem .Description {
	position: absolute;
	width: 94px;
	margin-left: 3px;
	margin-top: -21px;
	font-size: 10px;
	padding: 1px 0 2px 0;

	/*position: absolute;*/
	/*width: 144px;*/
	/*margin-left: 3px;*/
	/*margin-top: -26px;*/
	/*background: rgba(245, 245, 245, 0.75);*/
	/*font-size: 11px;*/
	/*padding: 7px 0;*/
	/*border: none;*/
	/*-moz-border-radius: 10px 10px 0 0;*/
	/*-webkit-border-radius: 10px 10px 0 0;*/
	/*border-radius: 10px 10px 0 0;*/
	/*display: none;*/
	/*word-wrap: break-word;*/
}

.FlickrIntegrationDialog .UserGalleryDialog .GalleryItem .ItemDelete {
	width: 26px;
	height: 26px;
	background-image: url("../images/BtnDelete.png");
	background-repeat: no-repeat;
	position: absolute;
	display: none;
}

#gallery_dialog_facebook_button, #gallery_dialog_picasa_button {
	float: left;
	margin-left: 10px;
	padding: 0;
	height: 27px;
	width: 27px;

	background-image: url("../images/FBLogo.png");
	background-repeat: no-repeat;
	background-size: 100%;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#gallery_dialog_picasa_button {
	background-image: url("../images/PicasaLogo.jpg");
}
#gallery_dialog_facebook_button {
	border: none;
}
.FlickrIntegrationDialog .UserGalleryDialog .GalleryItem img {
	max-width: 100px;
	cursor: pointer;
}

.FacebookIntegrationDialog .facebook_login_button, #googleSigninButton {
	color: #7DB1DC;
	cursor: pointer;
}
.FacebookIntegrationDialog .facebook_login_button:hover, #googleSigninButton:hover {
	color: #FF7005;
}
#facebook_username, #picasa_username {
	margin-left: 5px;
	width: 195px;
}
.FacebookIntegrationDialog .UserGalleryDialog .GalleryItem.gallery_dialog_show_albums,
.FacebookIntegrationDialog .UserGalleryDialog .GalleryItem.facebook_load_more_photos_button {
	display: block;
	width: 78px;
	height: 43px;
	cursor: pointer;
	color: #7DB1DC;
	font-family: "Verdana", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: dashed 1px black;
	padding: 25px 10px 10px;
}
.FacebookIntegrationDialog .UserGalleryDialog .GalleryItem.gallery_dialog_show_albums:hover,
.FacebookIntegrationDialog .UserGalleryDialog .GalleryItem.facebook_load_more_photos_button:hover {
	color: #FF7005;
}
.FacebookIntegrationDialog .GalleryAlbum img {
	border: 2px solid #f2f2f2;
	position: absolute;
	top: 0;
	left: 0;
}
.FacebookIntegrationDialog .GalleryAlbum .preview_back_1 {
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
.FacebookIntegrationDialog .GalleryAlbum .preview_back_2 {
	-webkit-transform: rotate(9deg);
	-moz-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	-o-transform: rotate(9deg);
	transform: rotate(9deg);
}
.FacebookIntegrationDialog .UserGalleryDialog .GalleryItem .Description {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	top: 50px;
	z-index: 2;
	cursor: pointer;
}
.GalleryUserLogoutLink {
	cursor: pointer;
	color: #7DB1DC;
}
.GalleryItem.GalleryAlbum {
	margin: 10px 20px;
}
.UserFieldDescriptionLogged {
	padding-top: 14px;
	display: block;
}