/* global */

#cluetip-close img {
     border: 0;
}
#cluetip-title {
     overflow: hidden;
}
#cluetip-title #cluetip-close {
     float: right;
     position: relative;
}
#cluetip-waitimage {
     width: 43px;
     height: 11px;
     position: absolute;
     background-image: url(wait.gif);
}
.cluetip-arrows {
     display: none;
     position: absolute;
     top: 0;
     left: -11px;
     height: 22px;
     width: 11px;
     background-repeat: no-repeat;
     background-position: 0 0;
}
#cluetip-extra {
     display: none;
}
.shadow_div { 
    -moz-border-radius: 11px;     
    -webkit-border-radius: 11px;  
     border-radius: 11px;
     width: 100%!important;
     height: 23px!important;
}

/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
     background-color: transparent; /* Changed from #d9d9c2; */
     width: auto!important; /* Added */
     z-index: 10000!important;
}
body .cluetip-default{ _width: 110px!important } /* Added for IE 6 (Can be changed to a proper value) */

.cluetip-default #cluetip-outer {
     position: relative;
     margin: 0;
     background-color: transparent; /* Changed from #d9d9c2; */
}
.cluetip-default h3#cluetip-title {
     margin: 0;
     padding: 5px 5px 5px 8px;
     font-size: 1em;
     font-weight: normal;
     font-family: Arial;
     background-color: transparent; /* Changed from #87876a; */
     color: #fff;
     text-align: justify;
}
.cluetip-default #cluetip-title a {
     color: #d9d9c2;
     font-size: 1em;
}  
.cluetip-default #cluetip-inner {
     padding: 0px;
}
.cluetip-default div#cluetip-close { 
     text-align: right;
     margin: 0 5px 5px;
     color: #900;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}