/* - - - - - - CSS Document - - - - - - - - -

Title : Style Sheet for Thickbox
Author : Cody Lindley, Jason Levine

- - - - - - - - - - - - - - - - - - - - - */

html, body {height:100%;}

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:110;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	padding: 0 0 15px;
	background: #f4f4f4;
	z-index: 112;
	color:#000000;
	display:none;
	border: 4px solid #D9EAA7;
	text-align: center;
}

#TB_window img {
	display: block;
	margin: 0 auto;
	padding: 2px;
	border: solid 1px #d2d2d2;
}

#TB_caption {
	font-weight: bold;
	float: left;
	padding: 22px 20px 20px 22px;
	font-size: 1.3em;
	color: #255807;
	font-weight: bold;
}



#TB_closeWindow		{ position: absolute; top: 20px; right: 20px; }
#TB_next					{ position: absolute; top: 20px; right: 60px; }
#TB_prev					{ position: absolute; top: 20px; right: 100px; }

#TB_closeWindow a,
#TB_next a,
#TB_prev a				{ display: block; width: 30px; height: 26px; }

#TB_closeWindow a span,
#TB_next a span,
#TB_prev a span		{ position: absolute; top: -999em; left: -999em; }

#TB_closeWindow a		{ background: url(/imgs/thickbox/zavrit.gif) 0 0 no-repeat; }
#TB_next a				{ background: url(/imgs/thickbox/dalsi.gif) 0 0 no-repeat; }
#TB_prev a				{ background: url(/imgs/thickbox/predchozi.gif) 0 0 no-repeat; }





#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:111;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

#TB_SecondLine, #TB_ImageDIV, #TB_ajaxContent {
	clear: both;
}

span.hidden{visibility:hidden;}

