*{padding: 0; margin: 0;}


#TB_overlay {
	position: fixed;
	z-index:9991;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {}
.TB_overlayBG {                                                     
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

* html #TB_overlay { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;     
	z-index: 9992;
	display:none;             
	text-align:left;
	top:50%;
	left:50%;       
}

* html #TB_window { 
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 15px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
    border: none;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
    float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
    background-color:#009999;
    padding: 5px 10px;
    height: 15px;             
    margin-top: -1px;
}


#TB_closeWindowButton
{                 
    position:relative;
    float:right;
    padding:0 0 0 20px;
    color:#fff;
    font-size:0.67em;           
    background: url('../Images/Common/icon.close.png') no-repeat left top;
}
  
#TB_imageCount
{
    position: relative;
    float: left;  
    margin-left: 15px;   
}    

#TB_ajaxContent{
    position: relative;
	clear:both;
	padding: 1px;
    overflow:auto;
	text-align:left;
    background:#fff;
}

    #TB_ajaxContent .quiz{
        width:410px;
        font-size:0.83em;
    }

    

#TB_ajaxContent.TB_modal{
	padding:10px;
}


#TB_load{
	position: fixed;
	display:none;
	width:16px;
    height:11px;
	z-index:9993;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -8px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:9990;
	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 { 
     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;
}
