#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div{
    margin: 0;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}

#tooltip div.header{
    margin-left: 0px;
    font-size: 13px;
    color: #87CEFA;
    line-height: 15px;
    padding-bottom: 3px;
    font-style: italic !important;
    font-weight: bold !important;
    text-align: center;
    
}

.hiddenPic{
    display: none;
}

#tooltip.transparent {
    font-family: sans-serif !important;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
    border: none;
    width: 210px;
    padding:20px;
    height: 135px;
    opacity: 1.0;
    background: url('../images/dialogBox.png');
}

#tooltip.dialog {
    background: url('../images/dialogBoxLeft.png');
    background-repeat: no-repeat;
    padding-top: 5em;
    height: 100px;
}
#tooltip.dialog.viewport-right {
    background: url('../images/dialogBoxRight.png');
    background-repeat: no-repeat;
}

#tooltip.dialog.viewport-bottom {
    height: 135px;
    margin-top: 2em;
    padding-top: 2em;
    background: url('../images/dialogBoxBottom.png');
    background-repeat: no-repeat;
}

#tooltip.dialog.viewport-right.viewport-bottom {
    margin-left: 1em;
    background: url('../images/dialogBoxBottomRight.png');
    background-repeat: no-repeat;
}

img.help {
	cursor:help;
	width: 16px;
	height: 16px;
	background-image: url('../images/help.png');
	background-repeat: no-repeat;
	
	_background-image: url('');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/help.png', sizingMethod='scale');
}