
/* 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                                   */


/* Styles for Cards View */
/* --------------------------------------- */

.sobi_gallery{
margin-top:20px;
}

.entry img {
padding:3px 3px 3px 3px;
border: 1px solid #B9B9B9;
background-color: #F4F4F4;
}

.details_img_bg{
display: inline-block;
overflow:hidden;
min-width:20px;
max-width:80px;
padding:3px 3px 3px 3px;
border: 1px solid #d5d5d5;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #FFFFFF;
margin-right:3px;
margin-bottom:3px;
}
.details_img_bg:hover{
border: 1px solid #999999;
}
.details_img_size{
height:60px;
max-width:80px;
}
.vc_img_size{
max-height:60px;
min-width:80px;
}

td.sobi_gallery_VC {
	padding-left: 8px;
}
.sobiGalleryImage img {
	padding: 5px 5px 5px 10px;
	vertical-align: top;
	float: left;
}
.sobiGalleryImage_caption {
	color: #999999;
	padding: 0px 5px 5px 10px;
	text-align: center;
	float: left;
	clear: both;
}

/* Styles for Details View */
/* --------------------------------------- */
table.sobi_gallery {
	width: 98%;
	border-style: none;
	float: left;
}
table.sobi_gallery td {
	width: 100%;
	border: solid 0px #c0c0c0;
	text-align: center;
}
td.sobi_gallery_emptycell {
	border: none 0px!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 */
.sobi2_gallery_frame  {

}
#formIframe{
width:100%;
height:280px;
border:none;
overflow: scroll;
}

table.sobi_gallery_GformBox {
	vertical-align: top;
	width: 98%;
	border-style: none;
	float: left;
	clear: both;
}
table.sobi_gallery_GformBox td {
	width: 100%;
	border-style: none;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
span.sobi_gallery_GtitleBox {
}

/* Description field */
.inputbox#sobi_gallery_Gimg_title {
	width: 150px;
}

/* Styles for Image Preview in add/edit Entry form */
div#sobi_gallery_GalleryBox {
	float:left;
	width: 99%;
	vertical-align: top;
}
div.sobi_gallery_GimageBox {
	border: none;
	float: left;
	font-size: 10px;
	min-width: 100px;
	text-align: center;
	padding: 1px 5px 2px 0px;
}
div.sobi_gallery_GimageBox div{
	border-style: none;
	clear: left;
}
div.sobi_gallery_GimageBox img {
	border-style: none;
	clear: right;
}

div.sobi_gallery_GdelBox  {
	clear: both;
	float: left;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 16px;
}

/* 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 */
/* --------------------------------------- */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	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;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

.sfalma{
    font-weight:bold;
	background: #FFEBE8;
    color: #DD3C10;
    text-align: center;
	margin-top:0px;
	margin-bottom:10px;
    padding: 10px;
	border:#DD3C10 1px solid;	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.img_upload{
width:200px;
display: block;
clear:both;
margin:0 auto;
text-align:center;
}

div.img_select_button {
    width: 73px;
    height: 57px;
    background: url('images/img_select.png');
    overflow: hidden;
	margin:0 auto;
}

div.img_select_button input {
    display: block !important;
    width: 157px !important;
    height: 57px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

.img_upload_button{
width:100%;
}
.img_upload_button .button{
width:100%;
height:32px;
background-image:none!important;
background-color:#00cc33!important;
border: none!important;
-webkit-appearance: none!important;
}
.img_upload_button .button:hover{
background-color:#00b32d!important;
}