/* CSS Document */

.cluetip-rounded {
  background: transparent url(/html/default/library/images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/html/default/library/images/wait.gif);

}
.cluetip-rounded #cluetip-outer {
  background: transparent url(/html/default/library/images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  	background-color: transparent;
  	font-size:10px;
	font-weight:bold;
	color:#4E4D4C;
  	padding: 5px 12px 12px;
	margin:0px 0px 5px 0px;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(/html/default/library/images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(/html/default/library/images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}
	
.cluetip-rounded #cluetip-inner p{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:16px;
	font-size: 11px;
	color:#4E4D4C;}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 21px 0px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  
  text-indent:99999;
  background:url(/html/default/library/images/cross.png) no-repeat;
  width:16px;
  height:20px; display:block; float:right;
  
}


/* stupid IE6 hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

hr 
{
	background-color:#ffd100;
	color:#ffd100;
	height:1px;  
}