﻿/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


HTML, BODY {
	min-height: 100%;
	height: auto !important;
}

#TB_window {
	font-size: 12pxf;
	color: #333333;
}

#TB_secondLine {
	font-size: 10px;
	color:#666666;
}

#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;}

#TB_overlay {
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background-color: #5E5B5B;
	/* border: 1px solid #000000; */
	color:#000000;
	
	z-index: 10001;
	text-align:left;
	
	padding: 8px 10px 10px 10px;
}

#TB_window img {
	display:block;
	/* margin: 15px 0 15px 15px; */
	margin: 0 0 15px 15px;
}

#TB_caption {
	padding:6px 4px 4px 16px;
    margin-bottom:1px;
    margin-right: 40px;
    z-index: 100;
    
    font-size: 16px;
	line-height: 18px;
	font-weight: bold;
    
    color: #ffffff;
}

#TB_closeWindow{
	height:25px;
	padding:3px 3px 0px 0px;
	
	position: absolute;
	top: 10px;
	right: 10px;
}

#TB_closeAjaxWindow {
	position: absolute;
	right: 3px;
	top: 3px;
}

#TB_closeWindowButton {
	width: 53px;
	height: 52px; 
	
	display: block;
	cursor: pointer;
	text-indent: 50px;
	overflow: hidden;
	
	position: absolute;
	top: -33px;
	right: -33px;
	
	background: transparent url("../images/template/popupCloseButton.png") no-repeat scroll top left;
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/App_Assets/images/template/popupCloseButton.png,sizingMethod='scale');
}

#TB_closeWindowButton img {
    border: none;
    display: none;
}

#TB_ajaxWindowTitle {
	margin-bottom: 4px;
	
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	
    color: #FFFFFF;
}

#TB_title {
	background-color:#5E5B5B;
	position: relative;
	padding: 6px 4px 4px 0px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent P {
	padding:5px 0px 5px 0px;
}

#TB_load {
	position: absolute;
	display:none;
	
	height:120px;
	width:120px;
	
	z-index: 2001;
	
	background: transparent url('../images/template/ajax-loader-black.gif') no-repeat scroll top left;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#000000;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}

#TB_ImageOffWrap 
{
    /*width: 99%;*/
    margin: 0 auto;
    background: #000000;
    padding-bottom: 3px;
}


#TB_ImageOff 
{
    float:left;
    /*width: 99%;*/
}

#TB_titleWrap 
{
    float:left;
    width: 100%;
    /* height: 35px; */
    min-height: 35px;
    padding-bottom: 5px;
	color: #000000;
}

#TB_Image 
{
	/* margin: 15px 0 15px 15px; */
	margin: 0 0 15px 15px;
}
