/* PaleBox	COMMON SET C : Just Boxing some */
.dialogWhite			,
.dialogBlack			,
.dialogGray				,
.dialogRed				,
.dialogOrange			,
.dialogYellow			,
.dialogGreen			,
.dialogBlue				,
.dialogSquare
 { position:relative; margin:0px auto; z-index:1;
 min-width:8em;		/*inutile?*/
 max-width:1190px; /* larghezza immagine -1px */
 margin-left:1px; /* larghezza angolo */ }

.dialogBlack, .dialogBlack a {color: #fff}

.dialogWhite		 .content, .dialogWhite			.t, .dialogWhite			.b, .dialogWhite				.b div { background:transparent url(PaleBoxCWhite1100x1600.png) no-repeat top right; _background-image:url(PaleBoxCWhite1100x1600.gif);}
.dialogBlack		 .content, .dialogBlack			.t, .dialogBlack			.b, .dialogBlack				.b div { background:transparent url(PaleBoxCBlack1100x1600.png) no-repeat top right; _background-image:url(PaleBoxCBlack1100x1600.gif);}
.dialogGray			 .content, .dialogGray			.t, .dialogGray				.b, .dialogGray				.b div { background:transparent url(PaleBoxCGray1100x1600.png) no-repeat top right; _background-image:url(PaleBoxCGray1100x1600.gif);}
.dialogRed			 .content, .dialogRed				.t, .dialogRed				.b, .dialogRed				.b div { background:transparent url(PaleBoxCRed1100x1600.png) no-repeat top right; _background-image:url(PaleBoxCRed1100x1600.gif);}
.dialogOrange		 .content, .dialogOrange		.t, .dialogOrange			.b, .dialogOrange			.b div { background:transparent url(PaleBoxCOrange1100x1600.png) no-repeat top right; _background-image:url(PaleBoxCOrange1100x1600.gif);}
.dialogYellow		 .content, .dialogYellow		.t, .dialogYellow			.b, .dialogYellow			.b div { background:transparent url(PaleBoxCYellow1100x1600.png) no-repeat top right; _background-image:url(PaleBoxCYellow1100x1600.gif);}
.dialogGreen		 .content, .dialogGreen			.t, .dialogGreen			.b, .dialogGreen			.b div { background:transparent url(PaleBoxCGreen1100x1600.png) no-repeat top right; _background-image:url(PaleBoxCGreen1100x1600.gif);}
.dialogBlue			 .content, .dialogBlue			.t, .dialogBlue				.b, .dialogBlue				.b div { background:transparent url(PaleBoxCBlue1100x1600.png) no-repeat top right; _background-image:url(PaleBoxCBlue1100x1600.gif);}
.dialogSquare		.content, .dialogSquare			.t, .dialogSquare			.b, .dialogSquare				.b div { background:transparent url(PaleBoxCSquare1100x1600.png) no-repeat top right; _background-image:url(PaleBoxCSquare1100x1600.gif);}

.dialogWhite			 .content,
.dialogBlack			 .content,
.dialogGray				 .content,
.dialogRed				 .content,
.dialogOrange			 .content,
.dialogYellow			 .content,
.dialogGreen			 .content,
.dialogBlue		     .content,
.dialogSquare	     .content {position:relative; zoom:1; _overflow-y:hidden; padding:1px 1px 22px 0px;	min-height:2px	/* raggio di curvatura per posizionare contenuti al centro */ }
/* top slice width (curvatura +2 )*/
.dialogWhite			 .t,
.dialogBlack			 .t,
.dialogGray				 .t,
.dialogRed				 .t,
.dialogOrange			 .t,
.dialogYellow			 .t,
.dialogGreen			 .t,
.dialogBlue		     .t,
.dialogSquare			 .t {position:absolute; left:0px; top:0px; background-position:top left; width:1px; margin-left:-1px; height:100%; _height:1600px; /* arbitrary long height, IE 6 */}

.dialogWhite			 .b,
.dialogBlack			 .b,
.dialogGray				 .b,
.dialogRed				 .b,
.dialogOrange			 .b,
.dialogYellow			 .b,
.dialogGreen			 .b,
.dialogBlue		     .b,
.dialogSquare			 .b {position:relative; width:100%; background-position:bottom right;}

/* height of bottom cap/shade */  
.dialogWhite			 .b, .dialogWhite			.b div,  
.dialogBlack			 .b, .dialogBlack			.b div,  
.dialogGray				 .b, .dialogGray			.b div,
.dialogRed				 .b, .dialogRed				.b div,  
.dialogOrange			 .b, .dialogOrange		.b div,
.dialogYellow			 .b, .dialogYellow		.b div,
.dialogGreen			 .b, .dialogGreen			.b div,  
.dialogBlue		     .b, .dialogBlue		  .b div,
.dialogSquare			 .b, .dialogSquare		.b div {height:1px; font-size:1px;}

/* bottom corner width (curvatura+2 come top)*/
.dialogWhite			 .b div,  
.dialogBlack			 .b div,  
.dialogGray				 .b div,
.dialogRed				 .b div,  
.dialogOrange			 .b div,
.dialogYellow			 .b div,
.dialogGreen			 .b div,  
.dialogBlue		     .b div,
.dialogSquare			 .b div {position:relative; background-position:bottom left; width:1px; margin-left:-1px;}

/* extra content protector - preventing vertical overflow (past background) */
/* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
.dialogWhite			 .wrapper,  
.dialogBlack			 .wrapper,  
.dialogGray				 .wrapper,
.dialogRed				 .wrapper,  
.dialogOrange			 .wrapper,
.dialogYellow			 .wrapper,
.dialogGreen			 .wrapper,  
.dialogBlue		     .wrapper,
.dialogSquare			 .wrapper  {/* position:static; max-height:1600px; overflow:auto; */}

/* i margini fanno danni....uso padding */
.dialogWhite			 h1, .dialogWhite			   h2, .dialogWhite			   h3, .dialogWhite			   h4, .dialogWhite			   h5, .dialogWhite			   h6, .dialogWhite			   p, 
.dialogBlack			 h1, .dialogBlack			   h2, .dialogBlack			   h3, .dialogBlack			   h4, .dialogBlack			   h5, .dialogBlack			   h6, .dialogBlack			   p, 
.dialogGray				 h1, .dialogGray				 h2, .dialogGray				 h3, .dialogGray				 h4, .dialogGray				 h5, .dialogGray				 h6, .dialogGray				 p, 
.dialogRed				 h1, .dialogRed				   h2, .dialogRed				   h3, .dialogRed				   h4, .dialogRed				   h5, .dialogRed				   h6, .dialogRed				   p, 
.dialogOrange			 h1, .dialogOrange			 h2, .dialogOrange			 h3, .dialogOrange			 h4, .dialogOrange			 h5, .dialogOrange			 h6, .dialogOrange			 p, 
.dialogYellow			 h1, .dialogYellow			 h2, .dialogYellow			 h3, .dialogYellow			 h4, .dialogYellow			 h5, .dialogYellow			 h6, .dialogYellow			 p, 
.dialogGreen			 h1, .dialogGreen			   h2, .dialogGreen			   h3, .dialogGreen			   h4, .dialogGreen			   h5, .dialogGreen			   h6, .dialogGreen			   p, 
.dialogBlue		     h1, .dialogBlue		     h2, .dialogBlue		     h3, .dialogBlue		     h4, .dialogBlue		     h5, .dialogBlue		     h6, .dialogBlue		     p, 
.dialogSquare		   h1, .dialogSquare		   h2, .dialogSquare		   h3, .dialogSquare		   h4, .dialogSquare		   h5, .dialogSquare		   h6, .dialogSquare		   p 
{margin:0px; padding:0.5em 0px 0.5em 0px;}

.dialogWhite .hd {}
.dialogWhite .ft {background-color:#ddd}
.dialogWhite .hd .title, .dialogWhite .ft .title, .dialogWhite .hd a, .dialogWhite .ft a {color:#333}

.dialogBlack .hd {background-color:#000}
.dialogBlack .ft {background-color:#000}
.dialogBlack .hd .title, .dialogBlack .ft .title, .dialogBlack .hd a, .dialogBlack .ft a {color:#fff}
.dialogBlack .bd, .dialogBlack .bd a {color:#fff}

.dialogGray .hd {}
.dialogGray .ft {background-color:#666}
.dialogGray .hd .title, .dialogGray .ft .title, .dialogGray .hd a, .dialogGray .ft a {}

.dialogRed .hd {background-color: #900;}
.dialogRed .ft {background-color: #900}
.dialogRed .hd .title, .dialogRed .ft .title, .dialogRed .hd a, .dialogRed .ft a {color:#fff}

.dialogOrange .hd {background-color:#d29c6b}
.dialogOrange .ft {background-color:#d29c6b}
.dialogOrange .hd .title, .dialogOrange .ft .title, .dialogOrange .hd a, .dialogOrange .ft a {color:#fff}

.dialogYellow .hd {background-color:#ffe56b;}
.dialogYellow .ft {background-color:#ffe56b;}
.dialogYellow .hd .title, .dialogYellow .ft .title, .dialogYellow .hd a, .dialogYellow .ft a {color:#963}

.dialogGreen .hd {background-color:#7a977a;}
.dialogGreen .ft {background-color:#7a977a;}
.dialogGreen .hd .title, .dialogGreen .ft .title, .dialogGreen .hd a, .dialogGreen .ft a {color:#fff;border:0}

.dialogBlue .hd {background-color:#7a7a9a;}
.dialogBlue .ft {background-color:#7a7a9a;}
.dialogBlue .hd .title, .dialogBlue .ft .title, .dialogBlue .hd a, .dialogBlue .ft a {color:#fff;border:0}

.dialogSquare .hd {text-align:left;font-size:0.9em}
.dialogSquare .ft {border-top:1px solid #999;text-align:right}
.dialogSquare .hd .title, .dialogSquare .ft .title, .dialogSquare .hd a, .dialogSquare .ft a {color:#999;border:0}
                
                
.dialogWhite			 .bd,  
.dialogBlack			 .bd,  
.dialogGray				 .bd,
.dialogRed				 .bd,  
.dialogOrange			 .bd,
.dialogYellow			 .bd,
.dialogGreen			 .bd,  
.dialogBlue		     .bd,
.dialogSquare  		 .bd {padding:5px}                
