@charset "utf-8";
/* CSS Document */

/*Impostazioni Generali*/
body{font-family:Helvetica, sans-serif, Arial; padding:0; margin:0; font-size:14px; }
a:link {color: #fff; text-decoration: none; font-family:Helvetica, sans-serif, Arial; }
a:visited {text-decoration: none; color: #fff; font-family:Helvetica, sans-serif, Arial; }
a:active {text-decoration: none; color: #fff; font-family:Helvetica, sans-serif, Arial; }
a:hover {text-decoration: none; color: #ccc; font-family:Helvetica, sans-serif, Arial; }


#ddd{ width:100%; height:100%; margin:0px; position:absolute; border:0px overflow:hidden;}
#ddd #loading {width: 100%; height:100%; }
#ddd #loading img { width:220px; height:20px; top:50%; margin-top:-10px; left:50%; margin-left:-110px; position:absolute;} 
#ddd .box{ display:none; cursor:move; position:absolute;}
#ddd .box .vedi { position:absolute; bottom: 5px; right: 5px; cursor:pointer; background:#CCC; -moz-border-radius:25px; /* Firefox */ border-radius:25px; padding:3px; -moz-box-shadow: 0px 0px 4px #000; /* Firefox */ -webkit-box-shadow: 0px 0px 4px #000; /* Safari and Chrome */ box-shadow:0px 0px 4px #000;}
#ddd .box img {position:relative; top:0; left:0;}


.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}