@charset "UTF-8";
/* CSS Document */





/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:25;
	color:#3CA3FF;
	font-weight:lighter;
	text-decoration:none;
	font-family: 'PT Sans Narrow', arial;
	font-size: 12px;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:25;
	color: #666;
background:;}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:-205px;
	width:300px;
	color: #900;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	padding-right: 0;
	padding-bottom: 15;
	padding-left: 0;
	left: 50px;
	vertical-align: bottom;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
	background-image: url(../images/bubble-top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background-image: url(../images/bubble_filler.png);
	background-repeat: repeat;
	background-position: bottom;
	font-family: 'PT Sans Narrow', arial;
	font-size: 12px;
	text-align: left;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background-image: url(../images/bubble.png);
	background-repeat: no-repeat;
	background-position: bottom;
}








 body {
	background-color: #000;
	margin: 0px;
}
.borde {
	border: thin solid #625f6c;
}
.fondo_1 {
	background-image: url(../images/bg.jpg);
	border: thin solid #444444;
}
.tex_normal {
	font-family: 'PT Sans Narrow', arial;
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.tex_normalwhite {
	font-family: 'PT Sans Narrow', arial;
	color: #828282;
	font-size: 12px;
	font-weight: normal;
}
.tex_normal_small {
	font-family: 'PT Sans Narrow', arial;
	color: #666;
	font-size: 10px;
	font-weight: normal;
}
.tex_normal_white {
	font-family: 'PT Sans Narrow', arial;
	color: #FFF;
	font-size: 13px;
}
#apDiv1 {
	position: absolute;
	top: 40px;
}


.hoverbox
{
	cursor: default;
	list-style: none;
}

