/*
 * 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
 */

#TB_window {
    color: #333;
	font: 12px Arial, Helvetica, sans-serif;
}

#TB_secondLine {
    color:#666;
	font: 10px Arial, Helvetica, sans-serif;
}

#TB_window a:link, #TB_window a:visited, #TB_window a:active  { color: #666; }

#TB_window a:hover {color: #000;}

#TB_overlay {
    top: 0px;
    left: 0px;
    z-index:100;
    background: #000;
    position: absolute;
}

#TB_window {
	color:#000;
    z-index: 102;
    text-align: left;
    background: #fff;
    position: absolute;
	border: 4px solid #525252;
}

#TB_window img {
    display: block;
    margin: 15px 0px 0px 15px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#TB_caption {
    float: left;
	height: 25px;
	padding: 7px 30px 10px 25px;
}

#TB_closeWindow {
    float: right;
	height: 25px;
	padding: 11px 25px 10px 0px;
}

#TB_closeAjaxWindow {
    float: right;
    text-align: right;
    margin-bottom: 1px;
	padding: 5px 10px 7px 0px;
}

#TB_ajaxWindowTitle{
    float:left;
    font-weight: bold;
    margin-bottom: 1px;
	padding: 7px 0px 5px 10px;
}

#TB_title {
    height: 31px;
	background:#e8e8e8;
}

#TB_ajaxContent {
	clear:both;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
    padding: 2px 15px 15px 15px;
}

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

#TB_load{
	width: 100px;
	z-index: 101;
    display: none;
	height: 100px;
    position: absolute;
}

#TB_HideSelect{
	top: 0;
	left: 0;
    border: 0;
	z-index: 99;
    background: #fff;
	position: absolute;
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-top: 1px;
    margin-bottom: -1px;
}

* html #TB_iframeContent{ margin-bottom: 1px; }