﻿/* TOOL TIPS */

.tip
{
    cursor:help;
}
#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/tips/wait.gif);
}
.ui-cluetip-header
{
  background:none;
  border:none;
  font-weight: bold;
  font-size: 1em;
  color: #206AB6; 
  padding: 12px;   
}
#cluetip-inner, #cluetip
{
	background: none;
	border: 0px none;
}

.cluetip-default .cluetip-arrows {
  background: url(images/tips/arrowleft.gif) top left no-repeat;
  margin-right: 0px;
  position: absolute; 
  left: -10px;
    top: 0;
  height: 22px;
  width: 11px;
  z-index: 1000;
}

#cluetip-extra {
  display: none;
}

.cluetip .ui-widget-content { background: #fff; }
.cluetip .ui-state-default { border: 0; }
.cluetip .ui-widget-content { border: 0; }

.cluetip-default .cluetip-outer {
  position: absolute;
background:#fff none repeat scroll 0% 0%;
  border: 1px solid #999;
  margin: 0;
}
.cluetip-default h3.cluetip-title {
	left:0;
    padding-bottom: 0;
    height: auto;
	top:0;
	width:100%;
}
.cluetip-default #cluetip-title a {
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
margin-top: 0px;
padding:0 15px 15px 15px;
font-size: 10px; 
line-height: 140%; }

.cluetip-default div.cluetip-close { 
    text-align: right;
    width: 100;
    margin: 0 0 5px;
    color: #900;
}

.cluetip-default div.cluetip-close a:hover { text-decoration: none; }

.clue-right-default .cluetip-arrows {
  background: url(images/tips/arrowrig.gif) top left no-repeat;
  position: absolute; 
  left: -10px;
}

.clue-left-default .cluetip-arrows {
  background: url(images/tips/arrowlef.gif) top left no-repeat;
  left: 100%;
  margin-right: 0px;
  position: absolute; 
  left: 274px;
}
.clue-top-default .cluetip-arrows {
  top: 100%;
  left: 50%;
  margin-left: 0px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  top: -11px;
  left: 50%;
  margin-left: 0px;
  height: 11px;
  width: 22px;
}
@media print{div#page{overflow:visible;}}

/* END TOOL TIPS */


/* global */
div.ui-cluetip {
  font-size: 1em;
}
.ui-cluetip-header,
.ui-cluetip-content {
  padding: 12px;
}
.ui-cluetip-header {
  font-size: 1em;
  overflow: hidden;
}

#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-close img {
  border: 0;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-rounded {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: #fff;
  border: 1px solid #ccc;
}


/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}