/* Start of CMSMS style sheet 'MyTheme: Cluetip' */
/* 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(images/mytheme/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;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

a.title {
   border-bottom: dotted 1px #87BE00;
}

a.title:hover {
   text-decoration: none;
   color:#4B4B4B;
   border-bottom: dotted 1px #4B4B4B;
}

.cluetip-default {
  background-color: #F4F4F4;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #F4F4F4;
  border: 1px solid #5B564C;
}

.cluetip-default h3#cluetip-title {
  padding: 4px 10px 4px;
  font-size: 1em;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  background-color: #5B564C;
  color: #fff;
}

.cluetip-default #cluetip-title a {
  color: #FFFFFF;
  font-size: 1em;
}  

.cluetip-default #cluetip-inner {
  padding: 10px;
}

.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;
}
/* End of 'MyTheme: Cluetip' */

