/* Style introtext with this css tag*/
div.intro_text {
	
}
/* General style for all images within the rsg2 container */
/*div.rsg2 img {
	border: none;
}
*/
/* Style form labels with this tag */
div.rsg2_exif_container .rsg2_label {
	font-weight: bold;
}

/* Style EXIF container */
div.rsg2_exif_container {
	font-size: 12px;
}
/* Style gallery details block here */
.rsg2_details {
	font-size: smaller;
	font-weight: bold;
	color: silver;
}

/* Style My Galleries link on frontpage */
div.rsg2-mygalleries {
	float:right;	
}

.rsg2{
	width:100%;
	margin:0;
	padding:0;
}
.rsg_galleryblock, .rsg_galleryblock_double_1, .rsg_galleryblock_double_2{
	border: 1px #999999 solid;
	padding:8px;
	float:left;
	position:relative;
	margin:0 0 10px 0;
	vertical-align:top;
}
.rsg_galleryblock{
	width:97%;
}
.rsg_galleryblock_double_1{
	width:46%;
	margin:0 10px 10px 0;
}
.rsg_galleryblock_double_2{
	width:46%;
	margin:0 0 10px 0;
}
.rsg_double_fix{
	display: table;
	width:100%;
	margin:0;
	padding:0;
}
.rsg_box_block{
	width:100%;
	border:0;
	background:red;
}
.rsg_box_box_1, .rsg_box_box_2, .rsg_box_box_3{
	width:200px;
	vertical-align:top;
}
.rsg_box_box_2, .rsg_box_box_3{
	position:relative;
	float:left;
}
.rsg2-galleryList-text_box{
	position:relative;
	float:right;
}
.rsg2-galleryList-description_box{
	width:100%;
	float:left;
	padding-top:5px;
}
.rsg_sub_url{
	width:100%;
	float:left;
	padding-top:5px;
}
.rsg_sub_url_single{
	width:90%;
	float:left;
	padding-top:5px;
}

/* Status icons */
img.status{
    text-decoration: none;
    border: none;
}

/* Thumbs shadow css. If you don't want shadow, comment out the next 3 CSS-declarations */
.img-shadow {
  float:left;
  background: url(../../../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../../../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.shadow-box {
	margin-left: auto;
	margin-right: auto;
	width: 120px;	
}

/* end Thumbs shadow */

/* uncomment the next tag if you have commented out the previous 3 tags */
/*
.img-shadow img {
	border:none;
}
*/

.rsg2_slideshow{
width:100%;
text-align:center;
 padding: 2;
 margin:0;
}

#rsg2-adminButtons img {
	border: none;
}
.rsg2-toolbar {
    text-align: center;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
	margin:0;
    }
    
.rsg2-toolbar img{
	border:0;
}

.rsg2_display_name{
    /*display:none;*/
}
.rsg2_thumb_name{
    /*display:none;*/
}
.rsg2-galleryList-newImages {
    color: Red;
    font-weight: bold;
}
.rsg2-galleryList-totalImages {
    font-size: 8px; 
}
#rsg2-navigation{
    float: right;
    text-align: right;
}
#rsg2-navigation li{
    list-style: none;
    background-image: none;
}

#rsg2-footer{
    text-align: center;
     font-size: 10px;
     color: Silver;
}

/* gallery list */

ul#rsg2-galleryList{
    clear: both;
    padding: 0;
}
.rsg2-galleryList-status{
    text-align: right;
	float:right;
}

.rsg2-galleryList-item{
    clear: both;
    
    padding: 5px;
    margin: 5px 0 5px 0;

    list-style: none;
    background-image: none;

    border: 1px solid #ccc;
}
.rsg2-galleryList-thumb{
    float: left;
    margin: 0 5px 5px 0;
}
.rsg2-galleryList-text{
}
.rsg2-galleryList-thumb_double{
    float: left;
	position:relative;
    margin: 0 5px 5px 0;
	vertical-align:top;
	width:35%;
	padding:0;
}
.rsg2-galleryList-text_double{
	float:left;
	text-align:left;
	position:relative;
	width:60%;
	padding:0;
}

/* sub gallery list */

.rsg2-subGalleryList-container{
    margin-top: 1ex;
}

.rsg2-subGalleryList-title{
    float: left;
}
.rsg2-subGalleryList-list{
    float: left;

    margin: 0 0 0 5px;
    padding: 0px;

    list-style: none;
    background-image: none;
}

/* thumbnail list */

ul#rsg2-thumbsList{
    margin: auto;
}

ul#rsg2-thumbsList li{
    display: box;
    float: left;
    overflow: hidden;
    padding: 5px 5px;

    text-align: center;

/*     get rid of other possible list styles */
    list-style: none;
    background-image: none;
}

table#rsg2-thumbsList{
    width: 100%;
}
table#rsg2-thumbsList td{
    overflow: hidden;
    padding: 5px 5px;

    text-align: center;
}

.rsg2-pageNav{
    text-align: center;
    font-size: 12px;
}
.rsg2-pagenav-limitbox{
text-align:right;
}

/* utility selector, this is common in many templates, but we can't count on it being there */
.rsg2-clr{
    clear: both;
    line-height: 0px;
}

/*************************************/
/* Classes for tab pane */

.rsg2 dl.tabs
{
	margin-bottom:0;
	padding-bottom:0;
}
.rsg2 dl.tabs dt
{
	background: #484848;
	display:inline;
	border:1px solid #919B9C;
	padding:0.25em 0.5em;
	visibility:hidden;
}
.rsg2 dl.tabs dt.open
{
	border-bottom:1px solid white;
	font-weight:bold;
}
.rsg2 div.current
{
	border:1px solid #919B9C;
	padding:0.5em;
	margin-top:0.25em;
}

/****************** OLD CLASSES ********************/
/* Classes for RSGallery:

/* standard list style table */
table.adminlist {
        background-color: #272727;
    border: 1px solid #3c3c3c;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    width: 100%;
    border-collapse: collapse;
}

table.adminlist th {
    margin: 0px;
    padding: 6px 4px 2px 4px;
    height: 25px;
    background: url(../../../../../administrator/templates/joomla_admin/images/background.jpg);
    background-repeat: repeat;
    font-size: 11px;
    color: #a8a8a8;
}
table.adminlist th.title {
    text-align: left;
}

table.adminlist th a:link, table.adminlist th a:visited {
    color: #c64934;
    text-decoration: none;
}

table.adminlist th a:hover {
    text-decoration: underline;
}

table.adminlist tr.row0 {
    background-color: #F9F9F9;
}
table.adminlist tr.row1 {
    background-color: #FFF;
}
table.adminlist td {
    padding: 4px;
}
table.adminlist tr.row0:hover {
    background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
    background-color: #f1f1f1;
}
table.adminlist td.options {
    background-color: #ffffff;
    font-size: 8px;
}
select.options, input.options {
    font-size: 8px;
    font-weight: normal;
    border: 1px solid #999999;
}
/* standard form style table */
table.adminform{
    background-color: #272727;
    border: 1px solid #3c3c3c;
    padding: 0px;
    border-collapse: collapse;
    margin: 0px;
    border-spacing: 0px;
    width: 100%;
}
table.adminform tr.row0 {
    background-color: #f9f9f9;
}
table.adminform tr.row1 {
    background-color: #eeeeee;
}
table.adminform th {
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
    height: 25px;
    color: #a8a8a8;
    background-repeat: repeat;
    background: url(../../../../../administrator/templates/joomla_admin/images/background.jpg);
}
table.adminform td {
    padding: 3px;
    text-align: left;
}
table.adminform td.editor {
    font-size: 9px;
}

/* w pliku zomm.css */
.zmg-slideshow-control table{
	clear: left;
	margin:0 auto;
}


input, select, textarea {
	background-color:#434343;
border:1px solid #7C7C7C;
color:#FAFAFA;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
margin:2px 6px 0 0;
padding:2px 2px 4px;
width:auto;
}
div.center {}

.bottom_left, .bottom_right, .bottom_center, .right_corner {display:none}
td.zoom_td a img,.day_pic img{border:1px solid #444!important;padding:3px!important;margin:0!important;background:#fff!important}
.sectiontableentry1 td,tr.sectiontableentry1{}

 ul.zoom_link
{
position:relative;
list-style: none;
padding: 0 !important;
margin: 0 !important;
float: left;
white-space: nowrap;
width:100%;
z-index:2;
list-style: none !important;
}

ul.zoom_link li{
background:#222;
font-weight:900;
width: auto !important;
width: 5%;
float: left;
margin: 0 0 0 5px;
font-size: 11px;
height: 20px;
line-height: 20px;
white-space: nowrap;
list-style: none;
list-style: none !important;
padding: 0 !important;
background: none !important;
}

ul.zoom_link li.zoom_linka{
background:#f90;
width: auto !important;
width: 5%;
float: left;
font-size: 10px;
height: 20px;
line-height: 20px;
white-space: nowrap;
list-style: none;
list-style: none !important;
padding: 0 !important;
border:1px solid #777;
border-bottom:0;
background: none !important;
}

ul.zoom_link li a{
font-weight: normal;
height: 20px;
display: block;
padding-left: 5px;
padding-right: 10px;
text-decoration: none;
color: #fff;
white-space: nowrap;
list-style: none;
list-style: none !important;
}

ul.zoom_link li a.zoom_linka{
font-weight: normal;
height: 20px;
display: block;
padding-left: 5px;
padding-right: 10px;
text-decoration: none;
color: #fff;
margin-left: 2px;
white-space: nowrap;
list-style: none !important;
}

ul.cat_list
{
list-style: none !important;
list-style-position:inside !important;
padding:0 !important;
margin:.7em 0 !important;
font-size:0.7em;
line-height:1.5em;
}

ul.cat_list li{
list-style: none !important;
padding:0;
margin:0;
}
ul.cat_list li b{
padding:0;
margin:0;
}
ul.cat_list li a{
list-style: none !important;
font-size:1.2em;
padding-right:0.7em;
}
.zoom_sorting, .zoom_tr1 {
font-size:0.8em;
}
.zoom_sorting a{
}
.zoom_tr{
padding-top:.2em;
background: transparent url(images/ind1.png) center left no-repeat;
padding-left: 20px;
color: #ffffff;
font-size:14px;
font-weight:900;
text-align:left;
}
.zoom_td{

width:150px;
text-align:center;
}

.zoom_td.pic4{
width:127px;
}

.zoom_td1{
height:6px;
}

.day_pic {
width:179px;
text-align:center;
vertical-align:center;
}

.tablefooter {text-align:right;font-weight:600}
.zoom_tr1{color:#777;font-weight:600;font-size:0.75em}

.center{
position:relative;
bottom: 1px;
border: 1px solid #a0a0a0;
}

.right_corner{
position:relative;
top:24px;
width:7px;
height:6px;
background: transparent url(../images/g_p_n.gif) no-repeat;
float:right;
z-index:2;
}

.right_corner_top{
float:right;
width:7px;
height:6px;
background: transparent url(../images/t_r_t.gif) no-repeat;
}

.left_corner_top{
float:left;
width:7px;
height:6px;
background: transparent url(../images/t_l_t.gif) no-repeat;
}

.center_top{
border-top: 1px solid #e9e9e9;
width:100%;
height:6px;
}


.center_middle{
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
}


.right_corner_bottom{
float:right;
width:7px;
height:6px;
background: transparent url(../images/d_r_t.gif) no-repeat;
}

.left_corner_bottom{
float:left;
width:7px;
height:6px;
background: transparent url(../images/d_l_t.gif) no-repeat;
}

.center_bottom{
border-bottom: 1px solid #e9e9e9;
height:6px;
}

.bottom_left{
position:relative;
bottom: 1px;
float:left;
width:7px;
height:7px;
background: transparent url(../images/z_l_t.gif) no-repeat;
z-index:2;
}

.bottom_right{
position:relative;
bottom: 1px;
float:right;
width:7px;
height:7px;
background: transparent url(../images/z_r_t.gif) no-repeat;
z-index:2;
}

.bottom_center {
position:relative;
bottom: 1px;
width:500px;
height:7px;
background: transparent url(../images/tlo_z_t.gif) repeat-x;
}

.bottom_search {
width:572px;
height:41px;
background: transparent url(../images/tlo.gif);
}

.border_blue {
}

.cat_head{
border-bottom: 1px dotted #000000;
padding-left:10px;
background: transparent url(../images/strz.gif) left no-repeat;
}



#bottommodule, #rightcol-normal div.module {
width: 152px;
background: transparent url(../images/module_middle.jpg) left repeat-y;
margin-bottom: 10px;
}
#leftcol div.module div, #rightcol-normal div.module div {
width: 152px;
background: transparent url(../images/module_top.jpg) top left no-repeat;
}

#leftcol div.module div div, #rightcol-normal div.module div div {
width: 152px;
background: transparent url(../images/module_bottom.jpg)  bottom left no-repeat;
}

#leftcol div.module div div div,#rightcol-normal div.module div div div{
width: 137px;
padding-left: 5px;
padding-right: 10px;
padding-top: 10px;
background: transparent;
padding-bottom: 10px;
font-size: 10px;
}

/* oryginalne klasy zooma */
.blockContainer {
	width: 100%;
	visibility: visible;
	border: 1px solid #aaa;
}
.blockHeader {
	background: url(images/header_bg.png) top left repeat-x;
	height: 21px;
	font-size: 6px;
	font-weight: bold;
	color: #D9E1F6;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border:0;
}
.blockHeader a {
}
.blockBody {
	border:0;
	border-top: 1px solid #aaa;
	padding: 4px;
	text-align: left;
	font-size:0.9em;
}
a.blockHeader {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border:0;
	color:#222;
background:transparent
}
a.blockHeader:hover {
	color: #FFFFFF;
}
/* Shadow for thumbnail images */
.img-shadow {
  float:left;
  background: url(../www/images/shadowAlpha.png) no-repeat bottom right !important;

  background: url(../www/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 3px;
}
/*For full size img (zoom gallery) */
.img-shadow-full {
	float: right;
}
.img-shadow-full-border {
  background: url(../www/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../www/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  float:left; /* RC4 Release */
}

.img-shadow-full {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 6px;
  }
  

/*Custom Zoom Media Gallery CSS*/
/*For galleryshow.php */
.zoom-logo {text-align:left;}
.zoom-wrap-search {}
.zoom-keywords {float:left;clear:right;margin-top:20px;}
.zoom-search {float:right;clear:left;margin:0;padding:0;margin-top:-26px;}
.search-zg{font-size:1em;}
.search-zg label {font-weight:bold;color:#666;padding-left:5px;}
/* ZMG Album */
.zmg-album {width:100%;text-align:center;margin-left:0%;margin-right:0%;padding-top:20px;
border: 1px solid #000000;}
.zmg-album-inner {float:left;}
.zmg-album-inner a {font-weight:bold;}
.zmg-album-image {font-size:0.8em;line-height:16px;color:#777;background-color:#eee;border:1px solid #ddd; margin:5px 15px 15px 5px;padding:8px;}
.zmg-image-of-album {background-color:#fff;border:1px solid #ddd;padding:4px;} /*Style the actual image album*/
/* ZMG SubAlbum */
.zmg-sub-album {width:100%;text-align:center;margin-left:0%;margin-right:0%;padding-top:20px;}
.zmg-sub-album-inner {float:left;}
.zmg-sub-album-inner a {font-weight:bold;border:0px;}
.zmg-sub-album-image {font-size:0.8em;line-height:16px;color:#777;background-color:#eee;border:1px solid #ddd; margin:5px 15px 15px 5px;padding:8px;}
.zmg-image-of-sub-album {background-color:#fff;border:1px solid #ddd;padding:4px;} /*Style the actual image album*/
/*ZMG Thumbnail display*/
.zmg-image-thumb {background-color:#fff;border:1px solid #ddd;padding:4px;} /*Style the actual image thumbnail*/
.zmg-image-thumb-outer {margin-bottom:20px;}
.zmg-unpublished {color:red;} /*unpublished text*/
/*details shown on thumbnails page*/
.zmg-comments-on {margin:0;font-size:0.8em;}
.zmg-hits {margin:0;font-size:0.8em;}
.zmg-bar {width:100%; float:right; padding-top:20px; display:inline; text-align:right;font-size:0.8em;margin:10px 0;} /* For the - Top | Last submitted | Last Coomented | Top Rate | */ 
.zmg-bar-left {float:left; clear:left; }
.zmg-bar-right {float:right; clear:right; }
.zmg-bar a {font-weight:bold;}
.zmg-admin-system a {font-weight:bold;}
/* Styles for ZMG full size image */
.zmg-image-full-outer {margin:30px auto 0px auto;}
.zmg-image-full {background-color:#fff;text-align:center;border:1px solid #ddd; padding:6px;}
/*Zoom Gallery slide show control*/
h3.zmg-slideshow-control-title {margin:0;font-size:0.9em;}
.zmg-slideshow-control {text-align:center;}
/*For the search.php (zoom)*/
.zoom-search-page {float:right;margin:0;padding:0;margin-top:-16px;}
/*Add to Lightbox link*/
a.add-to-lightbox {font-size:0.8em;}
/*For top of full image page where lightbox and ecard is*/
.top-full-image-lightbox {float:right;}
.top-full-image-ecard {float:right;}
/*Zoom Gallery Properties box details */
#details {clear:both;}
.detail-box {}
.detail-box-img-name-title {font-weight:bold;width:100px;text-align:left;}
.detail-box-img-name {text-align:left;}
.detail-box-filename-title {font-weight:bold;width:100px;text-align:left;}
.detail-box-filename {text-align:left;}
.detail-box-keyword-title {font-weight:bold;width:100px;text-align:left;}
.detail-box-keyword {text-align:left;}
.detail-box-date-title {font-weight:bold;width:100px;text-align:left;}
.detail-box-date {text-align:left;}
.detail-box-username-title {font-weight:bold;width:100px;text-align:left;}
.detail-box-username {text-align:left;}
.detail-box-desc-title {font-weight:bold;width:100px;text-align:left;}
.detail-box-desc {text-align:left;}
.detail-box-hits-title {font-weight:bold;width:100px;text-align:left;}
.detail-box-hits {text-align:left;}
.detail-box-ratings-title {font-weight:bold;width:100px;text-align:left;}
.detail-box-ratings {text-align:left;}
/*Zoom Gallery Commments*/
.zmg-comment-block {padding:10px;margin:10px;border:1px solid #ddd;background-color:#fefefe;}
h4.zmg-comment-intro {font-weight:bold;padding-bottom:10px;padding-left:10px;margin:0;}
.comments-added-date {font-size:0.9em}
.zmg-comments-added-name {font-weight:bold;padding-bottom:10px;}
.zmg-comments-says {font-weight:normal;}
.zmg-comments-added-text {padding-bottom:20px;}
.zmg-comments {padding-top:20px;}
.zmg-comments-name {text-align: right;margin-left:35px;}
.inputbox-zmg-comment {width:280px}
.zmg-comments-textarea {vertical-align:top;margin-top:10px;margin-left:10px}
.zmg-comments-submit {margin:20px 0 10px 85px;}
.zmg-comment-button {}
.zmg-comments-emoticons {margin-left:10px;padding:5px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
/* Zoom Gallery Ecard */
h3.zmg-ecard-title {}
#zmg-ecard form {margin:0;margin-top:20px;float:left;}
#zmg-ecard label {text-align:right;}
#zmg-ecard p {margin:0;padding-bottom:5px;}
.zmg-ecard-name {margin-left:103px;}
.zmg-ecard-email {margin-left:50px;}
.zmg-ecard-friendsname {margin-left:53px;}
.zmg-ecard-friendsendemail {}
.zmg-ecard-msg {vertical-align:top;margin-left:114px;}
.inputbox-zmg-ecard {width:250px;}
.zmg-ecard-submit {padding-left:178px;padding-top:10px;}
.clr {clear: both;}/* CSS Document */
.sectiontableheader a {margin-bottom:-0.5em;font-size:1.3em;font-weight:900;display:block;position:relative}
ul.unit-rating {padding:0;margin:0 8px 0 0;width:52px}
ul.unit-rating li{padding:0;margin:0}
#isImageRow img{ background-position: center center!important; background-repeat:no-repeat!important;height:80px;width:80px}

.vote_stars {
	height:25px;
	text-align:left;
	margin-left:7px;
	padding-top:5px;
	}

.desc_min {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#bdbdbd;
	text-align:left;
	height:50px;
	margin-top:15px;
}
	
.shadow_min{
	height:130px;
	width:150px;
	text-align:center;
	font-size:0.75em;
	background: #484848 !important;
	}	
	
.rsg_sem_inl_dispImg {
	text-align:center;
}

.image_one {
	border: solid 1px #9d9d9d !important;
	padding:5px;
}

dd {
	margin: 0px;
	padding: 0px;
}
