/* global */
a.cluetip_profile {
font-family: 'Open Sans';
color:#777;
-webkit-transition : all 0.3s ease 0s;
-moz-transition    : all 0.3s ease 0s;
-o-transition      : all 0.3s ease 0s;
transition         : all 0.3s ease 0s;
}

a.cluetip_profile:hover {color:#444;}

div.ui-cluetip {
font-size: 1em;
font-size:14px;
background:#f3f3f3;
border:solid 0px #eee;
color:#000;
-webkit-border-radius: 10px; 
-khtml-border-radius: 10px; 
border-radius: 10px; 
-moz-border-radius:10px; 
text-align:center
}
div.ui-cluetip:hover {background:#fff;}

div#cluetip {
box-shadow:0px 7px 15px 2px rgba(0,0,0,0.17)!important;
margin: 0 -15px;
-webkit-transition : all 0.3s ease 0s;
-moz-transition    : all 0.3s ease 0s;
-o-transition      : all 0.3s ease 0s;
transition         : all 0.3s ease 0s;
}

div#cluetip:hover {
box-shadow:0px 10px 25px 5px rgba(0,0,0,0.17)!important;
}

.ui-cluetip-content {padding-bottom: 12px;}
.ui-cluetip-header {
  font-size: 1em;
  margin: 0;
  overflow: hidden;
}

#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-close a {display:none;font-size:12px;color:#fff;padding:3px;opacity:0;}
#cluetip-close a:after {content: "\ea0f";font-family: 'metro';padding:3px;}
#cluetip-close img {border: 0;display:none}

.cluetip_profile span.online {color: #00d023;}
.cluetip_profile span.online:before {content: "\e6a5";font-family: 'metro';padding-right: 3px;font-weight: normal;vertical-align: middle;font-size: 12px;}

.cluetip_avatar img {
border-radius:5px;
-webkit-transition : all 0.3s ease 0s;
-moz-transition    : all 0.3s ease 0s;
-o-transition      : all 0.3s ease 0s;
transition         : all 0.3s ease 0s;
}

div.ui-cluetip:hover .cluetip_avatar img {
filter: brightness(105%) saturate(110%);
-webkit-filter: brightness(105%) saturate(110%);
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images/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;
}

.cluetip_profile .microstatus {width: 100%;padding: 0 5%;font-size: 13px;height: 16px;}

.cluetip_profile .karma_rating {padding:3px 0 0 0;}
.cluetip_profile .flogdate {font-size: 13px;color: #444;}
.cluetip_profile .cluetip_city {font-size: 13px;color: #ff6600;padding: 2px 0 0 0;}

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

.cluetip-default {
  background-color: #f7f7f7;
}
.cluetip-default .ui-cluetip-header {

}

.t_name {
font-family: 'Open Sans';
font-size:14px;
font-weight:normal;
color:white;
line-height:1.1;
background:#ff6600 none repeat scroll 0 0;
padding:6px;
-webkit-border-radius: 5px 5px 0 0; 
-khtml-border-radius: 5px 5px 0 0; 
border-radius: 5px 5px 0 0; 
-moz-border-radius:5px 5px 0 0;
padding-bottom: 5px;
margin: -17px 0 5px;
}



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