/* Drop Down Panel */

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index: 4000;

}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
/*background: black;*/
color: white;
padding: 10px;
background: transparent url("../images/fondo_drop.gif");
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 5px solid green;
color: white;
font-weight: bold;
text-align: center;
background: transparent url("../images/pestania.gif") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}

/*Image Preview*/

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
    z-index: 2000;	
	}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
    z-index: 2000;	
	}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
    z-index: 2000;	
	}