/* Start of CMSMS style sheet 'Album' */
#albumDiv {
    margin: 0px;
    float: left;
  }




/*
.clear {
    clear:both
}

*/

/* Album List UL - uzavírá do divu výpis všech alb */
.albumlist {
    margin: 0;
    padding:0;
    float:left;
}

/* Picture List UL */
.picturelist {
/*    margin-left:0;
    padding-left:0;*/
    margin: 0;
    padding:0;
    float:left;
}

/* Album & Picture Lists - výpis jednoho alba nebo obrázku - tj. náhled alba a obrázku vypadá stejně */
.thumb, .picthumb {
    background: white;
    padding: 0;
    width: 140px;
    text-decoration: none;
    line-height: normal;
    list-style-type: none;
    text-align: center;
    float: left;
    margin-bottom: 6px;
}

.thumb {
    height: 170px;
}

.picthumb { 
    width: 96px;
    margin-right: 6px;
}

.thumb img, .picthumb img { }
.thumb a, .picthumb a {
    background-color: white;
    display: block;
/* velikost bloku, ve kterém je obrázek */
    height: 96px; 
    width: 140px;  /* musí být stejný jako width v .thumb jinak se to necentruje v Mozzile */
/* Thumb padding to form thumb frame */
    padding: 0px;
    margin: 0;
    text-decoration: none;
}

.picthumb a { width: 100px; }

.thumb a:visited img, .picthumb a:visited img {
    background-color:#eee;
}
.thumb a:hover img, .picthumb a:hover img {
    background-color:#dae6e4;
}
/* Styling of text and navigation for Album */
.albumname {
    font-size: 90%;
    text-align: center;
    font-weight: bold;
    font-style:normal;
    margin-top: 4px;
}
.albumname a {
    display: inline;
    border: none;
    margin:none;
    padding:none;
    background-color:transparent;
}
.albumpicturecount {
    font-size: 90%;
    text-align: center;
    font-weight: normal;
    font-style: italic;
}
.albumcomment {
    text-align:center;
    font-weight:normal;
    font-style:normal;
}
.albumnav {
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}
.instructiontext {
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}
.picturename {
    font-size: 90%;
    text-align: center;
    font-style:normal;
}

/* Big Picture */
.bigpicture {
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}
.bigpicturecaption {
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/*Thickbox CSS */
#TB_window {
   font: Verdana, Geneva, sans-serif;
   font-size: 100%;
   font-weight: normal;
   color: #333333;
}

#TB_secondLine {
   font: Verdana, Geneva, sans-serif;
   font-size: 100%;
   font-weight: normal;
   color:#666666;
   margin: 4px 15px 30px 15px;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
    font-size: 120%;
    font-weight: bold;
    padding: 15px 0px 0px 15px;
}
/* zavírací tlačítko */
#TB_closeWindowButton {
    background: url("uploads/images/_system/icon-close.gif") 0 0 no-repeat;
    height:14px;
    width:14px;
    margin-top:4px;
    float:right;
}
/* nezobrazuj text ve spanu */
#TB_closeWindowButton span { display: none }
#TB_next {
    background: url("uploads/images/_system/icon-next.gif") right 0 no-repeat;
    height:14px;
    width:24px;
    margin-top:4px;
    float:left;
}
#TB_next span { display: none }
#TB_prev {
    background: url("uploads/images/_system/icon-prev.gif") 0 0 no-repeat;
    height:14px;
    width:24px;
    margin-top:4px;
    float:left;
}
#TB_prev span { display: none }
#TB_count {
    padding-top: 4px;
    font-size: 90%;
    float:left;
}

#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	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(../templates/db/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* End of 'Album' */

