@charset "utf-8";
/* CSS Document */
.tipsy { padding: 5px; font-size: 10px; opacity: 1; filter: alpha(opacity=100); background-repeat: no-repeat; }
.tipsy strong{
font-size:12px;
color:#000000;
}
.tipsy label{
color:#333333;
font-size:12px;
}
  .tipsy-inner { padding: 4px 5px; background-image:url(tooltipBg.png); background-repeat:repeat-x; background-color:#F7F7F7; border-color:#Cccccc; border-width:3px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-style:solid; color:#000000; width:240px; max-width: 240px; text-align: left; text-indent:25px; padding-top:5px; line-height:20px; }
  .tipsy-north { background-image:url(tipsy-south.png); background-position: top center; }
  /*background-image:url(../../../Code/Plugins/tipsyV012/images/tipsy-south.gif);*/
  .tipsy-south {background-image:url(tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(../images/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(../images/tipsy-west.gif); background-position: left center; }
#statusLabel:Hover, #awardAmtLabel:Hover,#authorityLabel:Hover, #additionalInfoLabel:Hover, #summaryLabel:Hover, #elgibilityLabel:Hover, #funderTypeLabel:Hover, #gofficeIdLabel:Hover, #typeClassLabel:Hover, #awardDescLabel:Hover, #deadlineDescLabel:Hover, #cfdaLabel:Hover, #deadlineLabel:Hover{
cursor:help;
border-bottom-color:#CCCCCC;
border-bottom-style:dotted;
border-bottom-width:1px;
color:#000099;
}
