

#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

#aToolTip h1 {
        color: #fcf03f; 
        font-size:11px; 
        font-weight:bold; 
        line-height:normal; 
        margin-bottom:20px;
}

#aToolTip a, #aToolTip a.reg {
	color: #fff;
	font-size:11px; 
	
}

#aToolTip a.reg {
	margin-top:10px;
	display:inline-block;
	background-image: url(../images/icons/pen.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height:16px;
	padding: 4px 0 0 20px;
	font-size:12px; 
}

#aToolTip .aToolTipContent 
{
    background-image: url(../../Images/tt/ttmiddle.png);
    width:225px;
	position:relative;
	margin:0;
	padding:0;
	display: inline-block;
}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme 
{
margin: 0;
}
	
.defaultTheme #aToolTipCloseBtn 
{
    background: url("images/close.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    margin: 2px;
    outline: medium none;
    padding: 4px;
    position: absolute;
    right: -3px;
    text-indent: -9999px;
    top: -8px;
    width: 18px;
}

#ttbot  {
    display:block; 
    position:absolute; 
    left:-1px;
    bottom:-19px;
    width:255px; 
    height:19px; 
    overflow:hidden; 
    background-image: url(../../Images/tt/ttbottom.png);
    background-position:left top; 
    background-repeat:no-repeat;
}

.defaultTheme .tttop {
    background-image: url("../../Images/tt/tttop.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 13px;
    overflow: hidden;
    width: 225px;
}

.defaultTheme .ttbottom 
{
     background-image: url(../../Images/tt/ttbottom.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 27px;
    
    overflow: hidden;
    position: absolute;
    width: 225px;
}


.clickTip
{
    cursor : pointer;
}