﻿@Import "balloon.css";

div.cambiolingua
{
	position:absolute;
	right:0px;
	top:0;
	width:50px;
	height:50px;
	font-size:14px;
}

.autocompletelist
{
	list-style:none;
	margin:0;
	padding:4px;
	border:1px solid #7D7D7D;
	border-top:0;
	margin-top:-1px;	
	margin-left:-4px;
	background:#FFFFFF;
	height:150px; 
	overflow-y:scroll;
}

div.pulsantiFrame
{
    padding-top:4px;
    height:20px;
    text-align:center;
}

div.cambiolingua a, div.cambiolingua a:visited
{
	text-decoration:none;		
	text-transform:uppercase;
	font-weight:bold;
	color:#4A4A4A;
}

div.cambiolingua a:hover
{
	text-decoration:underline;	
}

div.dropDownList
{ 
    position:absolute; 
    width:100%; 
    line-height:18px; 
    left:-4px; 
    top:20px; 
    background-color:#FFFFFF; 
    border:1px solid #D3B9AF; 
    border-top:none;
    z-index:10;
    padding-left:6px;
}

div.dropDownList div
{
    margin-left:-6px;
    text-align:center;
    background-color:#FFFFFF;
}

div.popup_corner_top_left
{
	background-image:url(pictures/ascx/popup_corner_top_left.png);	
	width:16px;
	height:16px;
	position:absolute;
	top:-8px;
	left:-8px;
}
div.popup_corner_top_right
{
	background-image:url(pictures/ascx/popup_corner_top_right.png);		
	width:16px;
	height:16px;
	position:absolute;
	top:-8px;
	right:-8px;
}

div.popup_corner_bottom_right
{
	background-image:url(pictures/ascx/popup_corner_bottom_right.png);			
	width:16px;
	height:16px;
	position:absolute;
	bottom:-8px;
	right:-8px;
}

div.popup_corner_bottom_left
{
	background-image:url(pictures/ascx/popup_corner_bottom_left.png);			
	width:16px;
	height:16px;
	position:absolute;
	bottom:-8px;
	left:-8px;
}

div.popup_border_top
{
	background-image:url(pictures/ascx/border.png);			
	position:absolute;
	top:-8px;
	height:8px;
	left:8px;
}

div.popup_border_left
{
	background-image:url(pictures/ascx/border.png);			
	position:absolute;
	top:8px;
	width:8px;
	left:-8px;
}

div.popup_border_right
{
	background-image:url(pictures/ascx/border.png);			
	position:absolute;
	top:8px;
	width:8px;
	right:-8px;
}

div.popup_border_bottom
{
	background-image:url(pictures/ascx/border.png);			
	position:absolute;
	bottom:-8px;
	height:8px;
	left:8px;	
}

div.popup_background
{
	background-color:#FFFFFF;
}

div.popup_container
{
	position:absolute;
	text-align:center;
	top:50%;
	left:50%;	
	background-color:#FFFFFF;
	z-index:100;
}

div.popup_close_button
{
	position:absolute;
	width:80px;
	height:25px;
	line-height:25px;
	background-color:#EEEEEE;
	cursor:pointer;
	border:2px solid #AAAAAA;
}

div.popup_close_button:hover
{
	background-color:#FFFFFF;
	border:2px solid #EEEEEE;
	cursor:pointer;
}

.cambiopagina
{
	position:relative;
	font-size:12px;
	text-align:center;	
	height:30px;
	width:500px;
	font-family:Trebuchet MS;
}

.cambiopagina .page_selected
{
	float:left;
	width:24px;
	height:31px;
	line-height:24px;
	margin-left:1px;
	margin-right:1px;
	background-image:url(pictures/bg_selected.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}

.cambiopagina .page_button
{
	float:left;
	width:24px;
	line-height:24px;
	height:24px;
	background-color:white;
	cursor:pointer;
	margin-left:1px;
	margin-right:1px;
	color:#9c9e9f;
	background-image:url(pictures/bg_unselected.gif);
	background-repeat:no-repeat;
}

.cambiopagina .page_button:hover,
.cambiopagina .page_move_button:hover
{	
	background-color:#cfcfcf;
}

.cambiopagina .page_move_button
{
	float:left;
	width:auto;
	height:24px;
	background-color:white;	
	cursor:pointer;
	padding:0;
	width:24px;
	margin-left:1px;
	margin-right:1px;
	background-image:url(pictures/bg_next.gif);
}

.cambiopagina a
{
	color:#9c9e9f;	
	text-decoration:none;
	font-family:Trebuchet MS;
}

.button_frame
{
	position:absolute;
	height:22px;
	left:50%;
	bottom:3px;
}
