/* SMOOTHBOX */

#TB_overlay {
	background-color: #FFF; /*color fons transparencia*/
}
#TB_window, #TB_load {
	background-color: #FFFFFF; /*color fons finestra*/
	border: 1px solid #999; /*border finestra*/
}
#TB_window {
	font-family: Arial, Helvetica, sans-serif;  /*text*/
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
#TB_load {
	background-image: url('http://www.adqa.com/img/loading.gif'); /*imatge load*/
}
#TB_closeWindowButton {
	background-image: url('http://www.adqa.com/img/closelabel.gif'); /*imatge tancar*/
}
#TB_title{
	border-bottom: 1px dashed; /*border bottom title*/
	height: 15px;
	padding: 5px;
}
#TB_overlay {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1000;
}
#TB_window {
	position: absolute;
	z-index: 1000;
}
#TB_window img {
	display: block;
	border: none;
}
#TB_closeWindow{
	float: right;
}
#TB_closeWindowButton {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	padding: 10px;
}
#TB_load{
	background-repeat: no-repeat;
	background-position: center;
	display: none;
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 1000;
}
#TB_closeAjaxWindow{
	float: right;
}
#TB_ajaxWindowTitle{
	float: left;
}
/* IE6 */
* html #TB_iframeContent{
	margin-bottom: 1px;
}