
/* Thick Box Styles
 ---------------------------------------------------------------------*/

#TB_overlay
{
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack
{
	background: url(../Images/Layout/Transparent50White.png) repeat;
}
.TB_overlayMacFFBGHack, .TB_overlayBG
{
	background-color: #eee;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

* 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: none;
	z-index: 10002;
	display: none;
	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_ImageXXX
{
	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
{
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}
#TB_closeWindow a { 
color: #eee;
font-weight: bold;
}

#TB_closeWindow a:hover { 
color: #fff;
}
#TB_secondLine {
text-align:center;
margin: 3px 0px -5px -5px;
}
#TB_secondLine a{
text-decoration: none;
color: #0c55a5;
}
#TB_secondLine a:hover{
color: #127AEB;
}


#TB_closeAjaxWindow
{
	float: right;
	background: none;
	color: #fff;
}
#TB_closeAjaxWindow a
{
	color: #fff;
	text-decoration: underline;
}


#TB_ajaxWindowTitle
{
	float: left;
}

#TB_title
{
}

#TB_ajaxContent
{
	clear: both;
	overflow: auto;
	text-align: left;
}

#TB_ajaxContent.TB_modal
{
	padding: 15px;
}

#TB_ajaxContent p
{
	/*padding:5px 0px 5px 0px;*/
}

#TB_load
{
	text-align: center;
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 10003;
	top: 50%;
	left: 50%;
	margin: -7px 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');
}
#loader
{
	text-align: center;
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 10003;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #loader
{
	/* 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: -9px -1px -19px -7px;
}
#TB_window .topBarActive
{
	background: url(/public/util/jquery/images/HeaderBar.gif) no-repeat;
	height: 30px;
	min-width: 100px;
	background-position: 100% 0;
}
#TB_window .topBarActive #TB_caption
{
	background: url(/public/util/jquery/images/HeaderBar.gif) no-repeat;
	min-width: 50px;
	overflow: hidden;
	background-position: 0 0;
}
#TB_window .topBarActive div
{
	background-position: 0 0;
}
#TB_window .topBarActive div h3, #TB_caption
{
	padding: 2px 0 0 18px;
	margin: 0;
	font-size: 1.083em;
	height: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #fff;
	float: left;
}
#TB_window .topBarActive div #TB_closeAjaxWindow
{
	height: 30px;
	line-height: 30px;
	background: none;
	float: right;
	padding: 8px 8px 0 0;
	width: 170px;
}
/*IE 6 Hack*/
* html #TB_window .topBarActive div #TB_closeAjaxWindow
{
	width: 160px;
}
#TB_window .topBarActive div #TB_closeAjaxWindow .desc
{
	float: left;
	background: none;
	padding: 3px 5px 0 0;
	font-size: 11px;
}
#TB_closeAjaxWindow a
{
	color: #fff;
	text-decoration: underline;
	float: right;
}

#TB_window .inner, .shadow .contentBox .inner, .highlight .contentBox .inner
{
	background: #fff;
	border-right: solid 1px #dedede;
	border-left: solid 1px #dedede;
	padding: 5px 17px;
}
#TB_window .inner .contentBox .inner
{
	padding: 10px 14px;
}

#TB_window .bottom, #TB_window .bottom div
{
	background: url(/public/util/jquery/images/RoundedCorner.gif);
}
#TB_window .bottom
{
	background-position: 100% -5px;
	height: 5px;
}
#TB_window .bottom div
{
	background-position: 0 -15px;
	height: 5px;
	min-width: 5px;
}