﻿/* tooltip CLASS SCHEDULE - edited by Betty Urquidi 05/11 */
#tooltip-try {
	position: absolute;
	z-index: 10000;
	display: none; /* show using JS */
	width: 188px;
	height: 172px;
	text-align:center;	/* center contents in IE because auto margin isn't supported */
	background: url('../PublishingImages/CeTtBackground.png') no-repeat;
}

#tooltip-try #enroll-text
{
    background:url('../PublishingImages/CeTtEnrollText.png') no-repeat;
    width: 111px;
    height: 20px;
    margin: 20px auto 0 auto;
}
/* Layout when the enroll button is shown alone */
#tooltip-try #enroll-text.single
{
    margin: 40px auto 20px auto;
}

#tooltip-try #intro-text
{
    background:url('../PublishingImages/CeTtIntroText.png') no-repeat;
    width: 161px;
    height: 17px;
    margin: 0 auto 3px auto;
}
/* Layout when the intro button is shown alone */
#tooltip-try #intro-text.single
{
    margin: 40px auto 20px auto;
}

#tooltip-try #divider
{
    background:url('../PublishingImages/CeTtLine.png') no-repeat;
    width: 170px;
    height: 11px;
    margin: 0 auto 0 auto;
}

#tooltip-try .btn {
	width: 93px;
	height: 25px;
	margin: 0 auto 0 auto;
}

#tooltip-try .btn a {
	display: block;
	text-indent: -9999px;
	width: 93px;
	height: 25px;
}

#tooltip-try #enroll-link.btn {
	background: url('/PublishingImages/enroll.png') no-repeat 0 0;
}

#tooltip-try #enroll-link.btn:hover {
	background-position: 0 -25px;
}

#tooltip-try #intro-class-link.btn {
	background: url('/PublishingImages/intro_class.png') no-repeat 0 0;
}

#tooltip-try #intro-class-link.btn:hover {
	background-position: 0 -25px;
}

/* tooltip BDAY SCHEDULE */
#tooltip-bday {
	position: absolute;
	z-index: 10000;
	display: none; /* show using JS */
	width: 188px;
	height: 121px;
	background: url('/PublishingImages/tooltip-bday.png') no-repeat;
	color: #FFFFFF;
}

#tooltip-bday .btn {
	width: 97px;
	height: 25px;
}

#tooltip-bday .btn a {
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	width: 97px;
	height: 25px;
}


#tooltip-bday #book-now-link.btn {
	background: url('/PublishingImages/btn_book_now.png') no-repeat 0 0;
	margin: 45px 0 0 43px;
}

#tooltip-bday #book-now-link.btn:hover {
	background-position: 0 -25px;
}


