/*
 * 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: #CCCCCC; line-height: 1.3em; /* CUZE EDIT */
}

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

#TB_window a:link, #TB_window a:visited, #TB_window, #TB_window a:active, #TB_window a:focus {color: #ffffff;} /* 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; }



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

#TB_window {
	position: absolute;
	background: #a13242; 
	z-index: 102;
	color:#CCCCCC;
	text-align:left;
	
	padding: 0px;
}

#TB_window img {
	display:block;
	margin: 10px 0 0 10px;
	border: none; /* CUZE EDIT */
}

#TB_caption{
	position: relative;
	padding: 10px 20px 0px 20px;
	color: #ffffff; font-weight: bold; line-height: 0.0em; width: 85%;  /* CUZE EDIT */
}

#TB_closeWindow{
	position: absolute; top: 0px; right: 0px; z-index:2000;
	width: 31px; 
	height: 32px;
	padding: 0px; /* CUZE EDIT */
	display: none; /* Close button on: block */
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	display: none; /* Close button on: block */
}

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

#TB_ajaxWindowTitle{
	position: absolute; width: 100%; z-index:2000; 
}

#TB_title{
	position: absolute; width: 100%; z-index:2000; 
}

#TB_ajaxContent{
	clear:both;
	padding: 0px;
	overflow: hidden; 
	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{
	background-color:#fff;
	clear:both;
	padding: 0px; 
	border:none;
	margin:10px;
	overflow: hidden;
}

/* IE6 */
* html #TB_iframeContent{

}