/* menu click destro folder*/
.rightmenufolder{
    position: absolute !important;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #999;
    position: absolute;
    text-indent: 0 !important;
    width: auto !important;
    top:25px !important;
    height: auto !important;
    z-index: 3;
    left:40px !important;
    padding: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 1px 1px 12px #999;
    -webkit-box-shadow: #999 1px 1px 12px;

}
.rightmenufolder a{
    display:block;
    padding:3px;
    line-height: 15px;
}
.rightmenufolder a:hover{
    background: #ECECEC;
}

/* menu click destro message*/
.rightmenumessage{
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #999;
    position: absolute;
    font-weight:normal;
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
    z-index: 3;
    padding: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 1px 1px 12px #999;
    -webkit-box-shadow: #999 1px 1px 12px;

}
.rightmenumessage a{
    display:block;
    padding:3px;
    line-height: 15px;
}
.rightmenumessage a:hover{
    background: #ECECEC;
}

/* menu click destro attach*/
.rightmenuAttach{
    position: absolute !important;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #999;
    position: absolute;
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
    z-index: 3;
    padding: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 1px 1px 12px #999;
    -webkit-box-shadow: #999 1px 1px 12px;

}
.rightmenuAttach a{
    display:block;
    color: #333333;
    padding:3px;
    line-height: 15px;
}
.rightmenuAttach a:hover{
    background: #ECECEC;
}


.messagenotice{
  text-indent: 10px;
  font-size : 12px;
}

.messageerror{
  text-indent: 10px;
  font-size : 12px;
  font-weight:bold !important;
  color:#C41200;
  padding-top:5px;
}

.messageloading{
  width: 100%;
  top:50%;
  margin:-20px 0 0 0;
  text-align:center;
  background: url("/assets/images/tiscali/loader.gif") center 0px no-repeat;
  padding:22px 0 0 0;
  font-size:14px;
  color:#666;
  font-weight:bold;
  position: absolute;
  line-height: 18px;
}

input.error, textarea.error
{
  background-color: #FFFF88;
}

.banner-300x250{height: 250px;  left: 620px;  position: absolute; top:80px; width: 300px;z-index:9}