/*
 * 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: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	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:1000;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
    background: transparent;
	z-index: 1002;
	color:#000000;
/*	border: 4px solid #525252;*/
	text-align:left;
}

#TB_window img {
	display:block;
    position: relative;
	margin: 15px;
    /*border: 1px solid #b6b7b8;*/
    border: 1px solid #fff;
    margin-left: 12px !important;
    margin-left: 14px;
}

#TB_caption{
	height:25px;
	padding:0px 30px 10px 15px;
    overflow: visible;
	
}

#TB_closeWindow{
	padding:0px 10px 7px 0;
	margin-top:0px;
    margin-right: -13px;
	text-align:right;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px;
    position: relative;
    float: right;
    padding-right: 30px;
    padding-top: 10px;
}

#TB_closeWindowButton {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/closebox.png) no-repeat !important;
    filter: none !important;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/closebox.png',sizingMethod=’scale’);
    cursor: pointer;
    text-indent: -5000px;
}

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

#TB_title{
    position: absolute;
    right: -25px;
    top: -25px;
	height:40px;
    width: 105%;
    z-index: 1005;
    overflow: visible;
 }

#TB_ajaxContent{
        position: absolute;
        width: 520px;
        height: 200px;
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
	margin-bottom: -200px;
}

#TB_ImageContent {
    background-color: #fff;
    padding-bottom: 5px;
    padding-top: 1px;
    /*border: 2px solid #F5A300;*/
    border: 2px solid #FFF;
    overflow: auto;
    overflow-x: hidden; 
}

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

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

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

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

#TB_next, #TB_prev {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 999;
}

#TB_prev {
    left: 0;
}

#TB_next a, #TB_prev a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -5000px;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
}

#TB_prev a {
    margin-left: 5px;
}

#TB_next a:hover {
    background: url(nextlabel.gif) no-repeat right 23px;
}

#TB_prev a:hover {
    background: url(prevlabel.gif) no-repeat left 23px;
}

#TB_next a img, #TB_prev a img {
    border: 0;
}

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