.tool-tip {
	color: #fff;
	width: 160px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #e4d298;
	padding: 8px 6px 2px 6px;
	background: url(images/bubble.png) top left;

}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}
 
 
.tool-closebtn 
{
 padding:0px;
 width:8px;
 height:8px;
 border:1px solid white;
 float:right;
 margin:4px;
 background:url(images/closebtn.gif) top left no-repeat;
 cursor:pointer;
}

/* IE6 hack */
* html .tool-closebtn {background:url(images/closebtn.gif) top left no-repeat;;} 


/* ComboBox */
.mooSelect			{border:0; background-color:#000; color: #fff; overflow:hidden ;}
.mooSelect-label	{font: bold 13px verdana; line-height: 30px; height: 30px; left: 40px; padding: 0 25px 0 8px; cursor:pointer; position: absolute; background: #600 no-repeat url(images/arrow_down.gif) right 12px; color: #eee;}
a:hover.mooSelect-label, a:active.mooSelect-label	{background-color: #C33; color: #fff; text-decoration: none;}
ul.mooSelect-list 		{position: absolute; margin: 30px 0 0 0; padding: 0; list-style: none; border: 0; font-family: Verdana, Geneva; z-index: 500; height:100px; overflow:hidden;}
ul.mooSelect-list li 	{padding: 0 0 0 8px; line-height: 25px; height: 25px; cursor: pointer; font-weight: normal; font-size: 11px; background: #000; color: #fff;}
ul.mooSelect-list li.choice-selected 		{background-color: #c33; color: #fff;}


/* ---------------- */
/* fancyform styles */
/* ---------------- */
.checked    {background-image:url(images/chk_on.png); background-repeat:no-repeat; color:black;  }
.unchecked  {background-image:url(images/chk_off.png); background-repeat:no-repeat; }
.selected   {background-image:url(images/rdo_on.png); background-repeat:no-repeat; color:black;background-position: 1px 0px;  }
.unselected {background-image:url(images/rdo_off.png); background-repeat:no-repeat;  }

/* IE6 hack */
* html .selected  {background-image:url(images/rdo_on.gif);} 
* html .unselected  {background-image:url(images/rdo_off.gif);} 


/* Scroller */


#scroller {
	cursor:pointer;
	float:left;
	height:300px;
	width:12px; 
}
 
#scroller #scrollBar {
	height:240px;
	background-color:#f9f9f9;	border:1px solid #999;
}
 
#scroller #scrollKnob {
	margin:1px;
	min-height:10px;
	width:9px;
	background-color:#bcbcbc

}

#scroller #scrollForward {
	background-image:url(images/arrow-down.gif);
	height:12px;
	margin:0px;
	width:12px;
}
#scroller #scrollBack {
	background-image:url(images/arrow-up.gif);
	height:12px;
	margin:0px;
	width:12px;
}
