/*
 * 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: 11px Arial, Helvetica, sans-serif;
	color: #656565; line-height: 1.3em; /* CUZE EDIT */
}

#TB_secondLine {
	font: 11px Arial, Helvetica, sans-serif;
	color:#656565; line-height: 1.3em; /* CUZE EDIT */ padding-top: 5px; 
}

#TB_window a:link, #TB_window a:visited, #TB_window, #TB_window a:active, #TB_window a:focus{color: #21428c;} /* CUZE EDIT */

/*
#TB_next a { padding: 1px 12px 1px 0px; margin: 0px 0px 0px 5px; background: url(../images/nextButton.gif) no-repeat center right; }
#TB_prev a { padding: 1px 0px 1px 12px; margin: 0px 0px 0px 5px; background: url(../images/prevButton.gif) no-repeat center left; }
#TB_next a:hover { background: url(../images/nextButton_ro.gif) no-repeat center right; }
#TB_prev a:hover { background: url(../images/prevButton_ro.gif) no-repeat center left; }
*/

a#TB_closeWindowButton, a#TB_closeWindowButton img { margin: 0px; padding: 0px; display: block;}
/*
a#TB_closeWindowButton{ background: url(../images/closeButton.gif) no-repeat top left; }
a:hover#TB_closeWindowButton{ background: url(../images/closeButton_ro.gif) no-repeat top left; }
a#TB_closeWindowButton img {visibility: hidden; }
*/

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#e9ecf4; /* CUZE EDIT */
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #e9ecf4; /* CUZE EDIT */
	text-align:left;
}

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

#TB_caption{
	min-height:26px; /* CUZE EDIT */
	padding:7px 30px 15px 25px;
	float:left;
	color: #656565; font-weight: bold; line-height: 1.3em; width: 70%;  /* CUZE EDIT */
}

#TB_closeWindow{
	height:26px;
	padding:11px 25px 10px 0;
	float:right;
	padding:8px 13px 15px 0; /* CUZE EDIT */
}

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

br.TB_clear{
	clear: both; float:none;  /* CUZE EDIT */
}

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

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#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:100px;
	width:100px;
	z-index:101;
}

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

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

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