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

html, body {
min-height: 100%;
height: auto !important;
height: 100%;

}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {

}

#TB_secondLine {

}

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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:center;
	height:640px;
	width: 900px;
}

#TB_caption{

}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

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

#TB_ajaxWindowTitle{

}

#TB_title{

}

#TB_ajaxContent{
	clear:both;
	padding:0;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#TB_table{
  width:100%;
  min-height:640px;
  height:640px;
  margin-top:20px;
}

#TB_table tr td{
  padding:0;margin:0;
  vertical-align:middle; 
}

#TB_next.hover{
  background:url(../layout/imgs/AAA_butt_arrow_right_grey.gif) no-repeat center center;
  cursor:pointer;
}

#TB_next.hover:hover{
  background-image:url(../layout/imgs/AAA_butt_arrow_right_orange.gif);
}

#TB_prev.hover{
  background:url(../layout/imgs/AAA_butt_arrow_left_grey.gif) no-repeat center center;
  cursor:pointer;
}

#TB_prev.hover:hover{
  background-image:url(../layout/imgs/AAA_butt_arrow_left_orange.gif);
}

#TB_table tr.TB_row td{
  padding:20px 30px;
  margin:0;
  height:1%;
  vertical-align:center;
}



