﻿/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/*{padding: 0; margin: 0;}*/
.modalWindow body, html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	padding: 0; 
	margin: 0;
}
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
#TB_window {
  font: 12px Verdana;
  color: #333333;
}
#TB_secondLine {
  font: 10px Verdana;
  color:#666666;
}
#TB_window a:link {
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
#TB_window a:visited {
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
#TB_window a:hover {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
#TB_window a:active {
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
#TB_window a:focus{
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:1002;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#568AC5;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	padding: 0; 
	margin: 0;
}
#TB_window {
  position: absolute;
  background: #ffffff;
  z-index: 1010;
  color:#000000;
  display:none;
  border: 0px solid #000000;
  text-align:left;
}
#TB_window img {
  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{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  float:right;
  width:25px;
  height:25px;
  /*background:url(images/closeBtn_up.gif) no-repeat left;*/
  margin:100px 100px 100px 100px;
}
#TB_closeWindow:hover{
  float:right;
  width:25px;
  height:25px;
  /*background:url(images/closeBtn_down.gif) no-repeat left;*/
  margin:0px 7px 0px 0px;
}
#TB_closeAjaxWindow{
  float:right;
  width:25px;
  height:25px;
  background:url(images/closeBtn_down.gif) no-repeat left;
  cursor:hand;
  margin-top:3px;
  margin-right:10px;
}
#TB_closeAjaxWindow:hover{
  float:right;
  width:25px;
  height:25px;
  /*background:url(images/closeBtn_down.gif) no-repeat left;*/
  margin-top:3px;
  margin-right:10px;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
  color:#000000;
  font-weight:bold;
  font-size:12px;
  font-family: Verdana;
}
#TB_title{
  background-color:#e8e8e8;
  background-image:url(images/modalTitle_BG.png);
  background-repeat:repeat-x;
  background-position:left;
  height:27px;
  border-bottom:0px solid #000000;
}
#TB_ajaxContent{
  clear:both;
  padding:0px 0px 0px 0px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent p{
  padding:0px 0px 0px 0px;
}
#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:101;
}
#TB_HideSelect{
  z-index:999;
  position:absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#TB_iframeContent{
  border:none;
  clear:both;
  z-index:100000;
}
