﻿/*
 * 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;
	height: 100%;
}

#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: #ffffff;
	border: 1px solid #D2D3D5;
	color:#000000;
	
	z-index: 10001;
	text-align:left;
	
	padding: 2px;
}

#TB_window img {
	display:block;
	/* margin: 15px 0 15px 15px; */
	margin: 0 0 15px 15px;
	border-right: 1px solid #D2D3D5;
	border-bottom: 1px solid #D2D3D5;
	border-top: 1px solid #D2D3D5;
	border-left: 1px solid #D2D3D5;
}

#TB_caption {
	padding:6px 4px 4px 8px;
	font-size:17px;
    font-weight:bold;
    line-height:19px;
    margin-bottom:1px;
    margin-right: 40px;
    z-index: 100;
}

#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: 24px;
	height: 24px; 
	
	display: block;
	cursor: pointer;
	text-indent: 50px;
	overflow: hidden;
	
	background: transparent url("../images/template/lightbox-window-close.png") no-repeat scroll top left;
}

#TB_closeWindowButton img {
    border: none;
    display: none;
}

#TB_ajaxWindowTitle {
	margin-bottom: 1px;
	
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
}

#TB_title {
	background-color:#ffffff;
	position: relative;
	padding: 6px 4px 4px 8px;
}

#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: 1001;
	
	background: transparent url('../images/template/ajax-loader.gif') no-repeat scroll top left;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	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: #ffffff;
    padding-bottom: 3px;
}


#TB_ImageOff 
{
    float:left;
    /*width: 99%;*/
}

#TB_titleWrap 
{
    float:left;
    width: 100%;
    /* height: 35px; */
    min-height: 35px;
    padding-bottom: 5px;
	color: #FFFFFF;
}

#TB_Image 
{
	/* margin: 15px 0 15px 15px; */
	margin: 0 0 15px 15px;
}