
/* Style Sheet of Gallery Plugin for SOBI 2 Component sobi_gallery.css         */
/* --------------------------------------------------------------------------- */
/* Copyright (C) 2006-2007 Sigsiu.NET (www.sigsiu.net). All rights reserved.   */
/* The SOBI2 Gallery Plugin is free software; you can redistribute it and/or   */
/* modify it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation.                                               */
/* Authors: Sigrid & Radek Suski, Sigsiu.NET                                   */

#sobi_gallery_loader {
	height: 20px;
	padding-left: 5px;
	display: block;
	float: left;
}

#sobi_gallery_loader img {
	height: 20px;
}

.sobi_gallery_description {
	font-size: 12px;
	width: 150px;
	overflow: hidden;
}

/* Styles for Cards View */
/* --------------------------------------- */
td.sobi_gallery_VC {
	padding-left: 8px;
}
.sobiGalleryImage {
	text-align: center;
}

.sobiGalleryImage a {
	display: block;
	padding: 10px;
	border: 1px solid #E3E5E7 !important;
	margin-bottom: 10px;
}

.sobiGalleryImage img {
	display: block;
	vertical-align: top;
	float: none !important;
	padding: 0;
}
.sobiGalleryImage_caption {
	color: #999999;
	padding: 0 5px 5px 10px;
	text-align: center;
	float: left;
	clear: both;
}

/* Styles for Details View */
/* --------------------------------------- */
table.sobi_gallery { width:98%; border-style:none; }
table.sobi_gallery td { border-style:none; text-align:left; width: 25%; border: 1px solid #E3E5E7; vertical-align: middle}
td.sobi_gallery_emptycell { border: 0 !important; }
table.sobi_gallery img { border-style:none; }
div.sobi_gallery_noimage { padding-left:10px; font-weight:bold; }

/* Styles for Add/Edit Entry Form */
/* --------------------------------------- */
/* Upload images */
span.gallery_plugin_label { font-weight:bold; }
iframe.sobi2_gallery_frame  {
	background-color: #transparent !important;
}
.sobi_gallery_GformBox {
	vertical-align: top;
	border-style: none;
	float: left;
	clear: both;
	font-size:12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.sobi_gallery_GformBox tr td:first-child {
	width: 200px !important;
	text-align: right;
	padding-right: 20px;
}

.sobi_gallery_GformBox td {
	border-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

.sobi_gallery_GformBox .inputbox {
	width: 230px !important;
}

/* Description field */
#sobi_gallery_Gimg_title {
	width: 150px;
	border: 1px solid #999;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 3px;
	outline: none;
	background: url('../../../../common/images/backgroundInput.png') top left repeat-x;
	padding: 2px 3px;
	border: 1px solid #858585;
	height: 20px;
	color: #333;
}

#sobi_gallery_Gimg_title:hover, #sobi_gallery_Gimg_title:focus {
	border-color: #333;
}


/* Styles for Image Preview in add/edit Entry form */
div#sobi_gallery_GalleryBox {
	vertical-align: top;
	width: 535px;
	margin: 0 auto;
}
div.sobi_gallery_GimageBox {
	float: left;
	font-size: 10px;
	text-align: left;
	width: 160px;
	height: 160px;
	border: 1px solid #dedede;
	position: relative;
	text-align: center;
	padding: 10px 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
div.sobi_gallery_GimageBox div{
	border-style: none;
	clear: left;
}
div.sobi_gallery_GimageBox img {
	border-style: none;
	clear: right;
	max-height: 130px;
}

div.sobi_gallery_GimageBox a  {
	display: block;
}

div.sobi_gallery_GimageBox div:first-child a img {
	height: 20px;
	width: 20px;
	display: block;
	visibility: hidden;
}

div.sobi_gallery_GdelBox  {
	clear: both;
	float: left;
	margin-bottom: 0;
	margin-right: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url('../../images/sprites.png') no-repeat 0 0;
}

/* SOBI2 Gallery Lightbox Styles */
/* --------------------------------------- */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}


/* SOBI2 Gallery Slimbox Styles */
/* --------------------------------------- */

/* SLIMBOX */
 
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
 
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
 
.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}
 
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
 
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
 
#lbPrevLink {
	left: 0;
}
 
#lbPrevLink:hover {
	background: transparent url(images/prev.gif) no-repeat 0 15%;
}
 
#lbNextLink {
	right: 0;
}
 
#lbNextLink:hover {
	background: transparent url(images/next.gif) no-repeat 100% 15%;
}
 
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
 
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/close.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
 
#lbCaption, #lbNumber {
	margin-right: 71px;
}
 
#lbCaption {
	font-weight: bold;
}

#sobi_gallery_submit {
	background: url('../../images/buttons.png') no-repeat;
	border: 0;
	cursor: pointer;
	height: 32px;
	float: right;
	margin-right: 31px;
}

#sobi_gallery_submit {
	background-position: -308px 0;
	width: 123px;
}

#sobi_gallery_submit:hover {
	background-position: -308px -32px;
}

#sobi_gallery_Gimg_title {
	width: 222px !important;
	background-color: #ffffee !important;
}


.sobi_gallery td {
	vertical-align: top;
}

.sobi_gallery td a{
	display: block;
	padding: 10px;
}

.erroMsg {
	color: red;
	margin-left: 224px;
}

.sobi_gallery_list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left: -5px;
}

.sobi_gallery_list li {
	background: none;
	padding: 3px 5px;
	margin-right: 6px;
	float: left;
	list-style-type: none;
	margin-bottom: 8px;
	position: relative;
}

.sobi_gallery_list li div {
	background-color: white;
	border: 1px dashed #C5D7B5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 110px;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.sobi_gallery_list li div a {
	width: 20px;
	height: 20px;
	display: block;
	background: url('../../images/sprites.png') no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

.sobi_gallery_list li div img {
	max-width: 100px;
	max-height: 80px;
	cursor: move;
}

.sobi_gallery_list li span {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../../../../common/images/icons/set2/32/plus.png') no-repeat center center;
	cursor: pointer;
}

.fakeButton {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important
}
