/* global settings needed for thickbox */

/*#TB_window { padding: 25px 0px 10px 0px; margin: 0px;}*/

#TB_window { padding: 0px 0px 0px 0px; margin: 0px;}

/* thickbox specific link and font settings */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: white;
	
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#f0f0f0;
}

#TB_window a:link {color: #f0f0f0;}
#TB_window a:visited {color: #f0f0f0;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #f0f0f0;}
#TB_window a:focus{color: #f0f0f0;}


/* thickbox settings */

#TB_overlay {
	position: fixed;
	/*
  z-index:100;
  */
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

* 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:#036 url(http://www.sportportal.sk/hp/obr-bf/logo-hp-bg.png) bottom right no-repeat;;
	
	  -moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari, Chrome */
  border-radius: 15px; /* CSS3 */
  /*
	z-index: 102;
  */
	color:#000000;
	display:none;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	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 #352700;
	border-bottom: 1px solid #352700;
	border-top: 1px solid #352700;
	border-left: 1px solid #352700;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	color:white;
}

#TB_closeWindow{
	height:25px;
	padding:0px;
	float:right;
	position:absolute;
	top:0px; right:0px;
	color:#036;
   
}

#TB_window  a#TB_closeWindowButton { color:#f0f0f0;  display:block; text-decoration:none;  
background-color:#036; 
padding:2px 0px 0px 2px; font-size:14px; font-weight:bold; text-align:center;
width:20px; height:20px; overflow:hidden; 
	position:absolute;
	top:0px; right:0px;
 }
 
#TB_window  a#TB_closeWindowButton:hover { color:white; background-color:navy;  }

#TB_closeAjaxWindow{
	padding:0px;
	margin-bottom:1px;
	text-align:right;
	float:right;
	position:absolute;
	top:0px; right:0px;
	
}

#TB_ajaxWindowTitle{
	float:left;
	padding:0px;
	margin-bottom:1px;	
}

#TB_title{
	
	
	display:block;
	
	
}

#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; 
	margin: -6px 0 0 -104px; */
	
	
	width:640px; height:400px;
	margin: -200px 0 0 -320px;
  /* 
	z-index:103;
  */
	top: 50%;
	left: 50%;
	
}

* 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_caption { }
#TB_next a { text-decoration:none; }
#TB_next a:hover { color:white; }
#TB_prev a { text-decoration:none; }
#TB_prev a:hover { color:white; }
#TB_prev { font-size:40px; position:relative; top:5px; }
#TB_imagecount { position:absolute; right:15px; bottom:10px; text-align:center; 
color:#f0f0f0; font-size:14px; font-weight:bold;}
#TB_next { font-size:40px; position:relative; top:5px; }




#error-block-close { width:20px; height:20px; 
position:absolute; top:0px; right:0px; 
}

#error-block-close span {display:none; }

#error-block { width:400px; position:absolute; top:50%; left:50%;
 margin:-150px 0px 0px -200px;  
background-color:white; border:#4e76bd 2px solid;

z-index:9999;

}

#error-block .error-block { padding:10px 10px 10px 10px; background-color:#4e76bd; margin:5px;}

#error-block .error-block h2 { margin:0px 0px 0px 0px; font-size:14px; color:white; padding:5px 0px 0px 0px; }
#error-block .error-block p { margin:5px 0px 5px 0px; padding:0px; }
.error-message {  color:white; padding:0px; font-size:12px; }
.error-message h1 { color:white; }

#error-block .error-block a { color:white; }


