/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
}

#TB_secondLine {
}

#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;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	z-index: 102;
	display:none;
	/*background: #ffffff;
	color:#000000;
	border: 4px solid #525252;
	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;*/
}

#TB_caption{
	float:left;
}

#TB_closeWindow{
	float:right;
	background:url("../img/bt/fechar.png") no-repeat 0 0;
	width:16px;
	height:14px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
}

#TB_closeAjaxWindow a{
	float:right;
	background:url("../img/bt/fechar.png") no-repeat 0 0;
	width:16px;
	height:14px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:4px;
	right:10px;
	z-index:100;

}

#TB_ajaxWindowTitle{
	margin-bottom:0;
	text-transform:uppercase;
}

#TB_title{
}

#TB_ajaxContent{
	clear:both;
	overflow:none;
	padding:0;
	margin:0;
}

#TB_ajaxContent p{
	
}

#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;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

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


a#prevLink, a#nextLink{
	width: 48%;
	height: 100%;
	display: block;
	background:url(../img/graph/fundoDuplic.gif) repeat;
	text-indent:-5000px;
	}
a#prevLink { 
	top:0;
	left: 0;
	float: left;
	padding:0px 0 0 0;
	}
a#nextLink { 
	top:0;
	right: 0;
	float: right;
	padding:0px 0 0 0;
	}
a#prevLink:hover
 , a#prevLink:visited:hover {
 	background:url(../img/bt/prev.gif) no-repeat left center;
	}
a#nextLink:hover
 , a#nextLink:visited:hover {
 	background:url(../img/bt/next.gif) no-repeat right center;
	}
#hoverNav{
	position: absolute;
	top: 23px;
	left: 10px;
	height: 455px;
	width: 646px;
	z-index: 10;
	}

