@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
	/*border:#FF0000 solid 1px;*/
	font-size:12px;
}

#TB_secondLine {
	color:#794B00;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* 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;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	background-image:url(../img/gll_big_bg.jpg); 
}



* 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;
}

#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;
}




#TB_window #bgPhArea{
float:left;
margin-bottom:10px;
margin-top: 45px;
background-color: #FFFFFF;
padding: 10px;
}

#TB_window #btnPrevArea,
#TB_window #btnNextArea{
/*border:#ff0000 solid 1px;*/
width:110px;
float:left;
margin: 15px 0 10px 0;
text-align:center;
position:relative;
}

#TB_prev,
#TB_next{
display:block;
height:30px;
width:60px;
float:left;
position:fixed;
position:absolute;
top:50%;
left:50%;
margin-left:-30px;
margin-top:20px;
}

#TB_secondLine {
height:80px;
margin:-74px 25px 0 25px;
}

#TB_closeWindow{
	margin-top: 2px;
	height:30px;
	width:70px;
	display:block;
	float:right;
}






#TB_firstLine{
margin: 10px auto 20px auto;
width: 260px;
text-align: center;
padding-top:17px;
}
#TB_window.wideLabel #TB_firstLine{
width: 339px;
}

#TB_caption{
text-align: center;
}

#TB_caption .captionTxt{
font-size:12px;
padding:0 13px 4px 14px;
background: url(../img/gll_board_mid.png) repeat-y;
}
#TB_window.wideLabel #TB_caption .captionTxt{
background: url(../img/gll_board_mid_w.png) repeat-y;
}

#TB_caption .wNameTxt{
font-size:12px;
padding:0 10px 17px 10px;
background: url(../img/gll_board_bottom.png) no-repeat;
background-position: bottom;
}
#TB_window.wideLabel #TB_caption .wNameTxt{
background: url(../img/gll_board_bottom_w.png) no-repeat;
background-position: bottom;
}

#TB_secondLine #worksCount{
text-align:left;
height:37px;
width:200px;
display:block;
float:left;
font-size:12px !important;
padding: 15px 0 0 50px;
}


body.animals  #TB_firstLine{
background: url(../img/gll_board_animals.png) no-repeat;
}
body.animals  #worksCount{
background: url(../img/gll_icon_animals.png) no-repeat;
}
body.animals #TB_window.wideLabel #TB_firstLine{
background: url(../img/gll_board_animals_w.png) no-repeat;
}

body.plants  #TB_firstLine{
background: url(../img/gll_board_plants.png) no-repeat;
}
body.plants  #worksCount{
background: url(../img/gll_icon_plants.png) no-repeat;
}
body.plants #TB_window.wideLabel #TB_firstLine{
background: url(../img/gll_board_plants_w.png) no-repeat;
}

body.light  #TB_firstLine{
background: url(../img/gll_board_light.png) no-repeat;
}
body.light  #worksCount{
background: url(../img/gll_icon_light.png) no-repeat;
}
body.light #TB_window.wideLabel #TB_firstLine{
background: url(../img/gll_board_light_w.png) no-repeat;
}

body.landscapes #TB_firstLine{
background: url(../img/gll_board_landscapes.png) no-repeat;
}
body.landscapes #worksCount{
background: url(../img/gll_icon_landscapes.png) no-repeat;
}
body.landscapes #TB_window.wideLabel #TB_firstLine{
background: url(../img/gll_board_landscapes_w.png) no-repeat;
}

