/*margin and padding on body element
can introduce errors in determining
element position and are not recommended;
we turn them off as a foundation for YUI
CSS treatments. */
body {
margin:0;
padding:0;
}

/* Caratteristiche generali */
#popup_window, #popup_window .hd, #popup_window .bd, #popup_window .ft,
#sms_window, #sms_window .hd, #sms_window .bd, #sms_window .ft,
#video_window, #video_window .hd, #video_window .bd, #video_window .ft {
font-family: Arial, Verdana, sans-serif;
color:#161616;
font-size: 11px;
}

#popup_window_feedback {
	width : 440px;
	/*height : 100px;*/
	line-height: 150%;
	font-weight: bold;
}

#popup_window_feedback {
	text-align: center;
	padding-top: 30px;
}

/* Dimensioni */
#popup_window {
	width: 450px;
}

/* Pannello principale */
#popup_window{
	position: relative;
	border: none;
	overflow: visible;
	background-color: transparent;
	border: 3px solid #ffffff;
}

/* Inizio bottone di chiusura */
#popup_window .container-close{
	position: absolute;
	top: 3px;
	right: 4px;
	border-width: 0px;
}

#popup_window .container-close {
	background:transparent url(images/chiudi.gif) no-repeat scroll 0 0;
	height:14px;
	width:14px;
}


/* span:hover not supported on IE6 */
#popup_window .container-close:hover{
	/* Non necessario */
	border-width: 0px;
}
/* Fine bottone di chiusura */

/* Header */
#popup_window .hd{ 
	color: white;
	background-color: #DD1F27;
	font-size:13px;
	height:20px;
	line-height:19px;
	text-indent:5px;
	font-weight:bold;
	text-transform:uppercase;
}


/* Body */
#popup_window .bd{
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: none;
	padding: 10px 5px 5px 5px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

/* Footer */
#popup_window .ft{
	/* Necessario solo per IE */
	display: none;	
}

/* Inizio schermata grigia */
#popup_window_mask{
	background-color: #2d4153;
	filter: alpha(opacity=70);
	opacity: 0.7; /* IE/WIN */
	-moz-opacity: 0.8; /* Mozilla */
}
/* Fine schermata grigia */

/* Inizio ombra */
.yui-panel-container.shadow {
	_padding:2px 4px 0 2px;
}

.yui-panel-container.shadow .underlay {
	position:absolute;
	top:2px;
	left:-3px;
	right:-3px;
	bottom:-3px;
	*top:4px;
	*left:-1px;
	*right:-1px;
	*bottom:-1px;
	background-color:#000;
	opacity:.12;
	*filter:alpha(opacity=12);
}

.yui-panel-container {
	padding: 0 1px;
	*padding: 2px;
}
/* Fine ombra */

/* Custom */
#popup_window .hd .nickname {
	font-size: 17px;
}

#popup_window .bd img.loading{
	margin-top: 15px;
}

#overlay_message_error {
	color:#C1062D
}

.overlay_button{
	background-color: #DD1F27;
	color:#FFF;
	-x-system-font:none;
	border:0;
	font-family:"Arial",sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding: 2px 8px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	border:0 none;
}

.overlay_button:hover {
	background-color: #DD1F27;
	border-style: inset;
}


/*---- stili personalizzati ----*/
/*blocco immagine pi� nickname*/
.bd .thumb_nick {
	width: 150px;
	margin-right: 5px;
	float: left;
	clear: left
}

.bd .thumb_nick img {
	float: left;
	border:2px solid #F8666C;
}

.bd .thumb_nick p {
	clear: both;
	position: relative;
	top: 5px;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	border-top: 1px solid #DD1F27;
	border-bottom: 1px solid #DD1F27;
	padding-bottom: 2px;
	font-weight: bold;
}

.bd .thumb_nick span {
	display: inline-block;
	float: right;
	width: 87px;
	font-size: 11px;
	text-align: left;
}

.bd form {
	float: right;
	vertical-align: top;
	position: relative;
}

.bd .boxform {
	border: 1px solid #DEF2F1;
	padding: 0 0 5px 0;
	width: 280px;
	margin-bottom: 10px;
}

.bd .labels {
	background-color: #DEF2F1;
	text-align:right;
	margin-bottom: 5px;
}

.bd .labelon, .bd .labeloff{
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	right: 0px;
}

.bd .labelon{
	/*background-color: black;*/
	color: black;
}

.bd .labeloff {
	background-color: #9BB0BF;
	color:#FFF;
}

.bd form textarea {
	font-size:11px;
	height:40px;
	overflow:auto;
	width:100%;
	border: none;
}

.bd #immagine {
	margin-left: 5px
}

.bd .bottone {
	background-repeat: no-repeat;
	width: 71px;
	height: 18px;
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;	
}

/**************************************************/
// finestra richiesta chat
/**************************************************/
#notify_window .chat-request, #notify_window .footer table {
	width: 100%;
	border: none;
}

#notify_window .chat-request .top {
	background-color: #FFFFFF;
	height: 14px;
}
/*
#notify_window .body {
	height: 56px;
}
*/
#notify_window .body .sx, #notify_window .body .cn {
	background-color: #FBF8DB;
	background-position: 0px 50px;
}

#notify_window .body .sx {
	height: 70px;
	width: 100px;
	text-align: center;
}

#notify_window .body .cn {
	height: 70px;
	width: 340px;
}

#notify_window .body .dx {
	background-image: url('../gfx/chat_img.jpg');
	background-repeat: no-repeat;
	width: 134px;
	height: 86px;
}

#notify_window div.anagrafica{
	font-size: 11px;
	line-height: 13px;
	padding: 3px 0;
	margin: 0px !important;s
}

#notify_window .body .sx img {
	border: 1px solid #7C202F;
}

#notify_window .body .cn a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

#notify_window .body .cn a:link, #notify_window .body .cn a:visited {
	/*text-decoration: none;*/
}

#notify_window .body .cn a:hover {
	text-decoration: underline;
}

#notify_window .bd .feedback_ext {
	background:transparent url(../gfx/messaggio_inviato_small.jpg) no-repeat scroll 0 0;
	font-size:11px;
	height:80px;
	margin-top:5px;
	text-align:center;
	width: 300px;	
}

#notify_window .bd .feedback {
	width: 280px;
	text-align: center;
	padding-top: 20px;
}

#notify_window .footer {
	height: 40px;
	width :440px;
}

#notify_window .button.bordeaux {
background-color:#C21116;
padding:3px 5px;
font-weight:bold;
color:white;
font-size:10px;
}

#notify_window .button {
background-color:#C21116;
padding:3px 5px;
font-weight:bold;
color:white;
font-size:10px;
}

#notify_window .footer td {
	padding-left: 5px;
	padding-right: 5px;
}

#notify_window .footer .sx {
	text-align: left;
	width: 27%;
}

#notify_window .footer .cn {
	text-align: center;
	width: 27%;
}

#notify_window .footer .dx {
	text-align: right;
	width: 46%;
}

