:link,:visited{text-decoration:none;}
ul,ol{list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code{font-size:small;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, legend{margin:0;padding:0;}
a img,:link img,:visited img{border:none;}
address{font-style:normal;}
fieldset{border:none;}

* {
	margin:0px;padding:0px;
	outline:none;
}

html {
	margin:0px;padding:0px;
	font-size:100.01%;
}

body {
	margin:0px;padding:0px;
	background-color:#003352;
	font:62.5%/62.5% Arial, Helvetica, Verdana, sans-serif;color:#666;
}

input, textarea, select {font-family:Arial, Helvetica, Verdana, sans-serif;}

table td {line-height:1px;}

#printlogo {display:none;}

/* ==================================================================================================== */
/*                                        skipnav                                                       */
/*===================================================================================================== */
#skipnav {display:none;}

/* ==================================================================================================== */
/*                                        wrapper                                                       */
/*===================================================================================================== */
#wrapper {
	margin:0px auto;padding:0px;
	width:100%;
	display:block;overflow:hidden;
	background-color:#fff;
}


/* ====================================================================================================  */
/*                                         CHANGE SPORT                                                  */
/* ===================================================================================================== */
#nav_changesport {
	width:100%;
	display:block;
	margin:0px auto;
	position:absolute;top:97px;
	z-index:9885;
}

/* ========================= NAV ========================= */	
	#nav_changesport_link 	{
		width:960px;height:34px;
		display:block;overflow:hidden;
		margin:0px auto;
		background:url(../../img/global/elements/shadow_up.png) 0px -89px no-repeat;
	}
		#nav_changesport_link a {
			width:174px;height:34px;
			display:block;overflow:hidden;
			float:right;
			text-indent:-9999px;
		}

/* ========================= SPORTS ========================= */	
	#nav_changesport_link.trigger {

	}
	#nav_changesport_link.trigger a 			{background:url(../../img/interface/header/buttons/sports.png) 0px 0px no-repeat;}
	#nav_changesport_link.trigger a:hover 		{ }
	#nav_changesport_link.active a				{background:url(../../img/interface/header/buttons/sports.png) 0px -100px no-repeat;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
	
	#nav_changesport_sports.toggle_container {
		/*width:960px;height:200px;*/
		width:890px;height:170px;
		padding:30px 12px 0px 30px;margin:0px auto;
		display:block;overflow:hidden;
		background-color:#0066a3;
		position:relative;right:-20px;
		
		/* THIS KILLED THE BOX, so I use the jQuery vs.    -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;*/
		-moz-box-shadow:0px 5px 5px #666;-webkit-box-shadow:0px 5px 5px #666;box-shadow:0px 5px 5px #666;
		-moz-box-shadow:0px 5px 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow:0px 5px 5px rgba(0, 0, 0, 0.5);box-shadow:0px 5px 5px rgba(0, 0, 0, 0.5);
	}
	#nav_changesport_sports.toggle_container .block li{
		display:block;overflow:hidden;
		width:160px;height:71px;
		float:left;
		border-bottom:1px solid #0077bf;
		margin:0px 18px 20px 0px;
	}
	#nav_changesport_sports.toggle_container .block li a{	
		display:block;overflow:hidden;
		width:160px;height:70px;
		padding:0px 0px 0px 0px;
		border-bottom:1px solid #004e7d;
		background-image:url(../../img/sports/wht_logos/wht_sport_sprite.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
			.sportid_tennis a 				{background-position:0px 0px;}
			.sportid_golf a 				{background-position:0px -100px;}
			.sportid_soccer a 				{background-position:0px -200px;}
			.sportid_baseball a 			{background-position:0px -300px;}
			.sportid_basketball a 			{background-position:0px -400px;}
			.sportid_football a 			{background-position:0px -500px;}
			.sportid_lacrosse a 			{background-position:0px -600px;}
			.sportid_performance a 			{background-position:0px -700px;} 
			
			.sportid_tennis a:hover 		{background-position:-300px 0px;}
			.sportid_golf a:hover 			{background-position:-300px -100px;}
			.sportid_soccer a:hover 		{background-position:-300px -200px;}
			.sportid_baseball a:hover 		{background-position:-300px -300px;}
			.sportid_basketball a:hover 	{background-position:-300px -400px;}
			.sportid_football a:hover 		{background-position:-300px -500px;}
			.sportid_lacrosse a:hover 		{background-position:-300px -600px;}
			.sportid_performance a:hover 	{background-position:-300px -700px;} 
			
			.sportid_football, 
			.sportid_lacrosse, 
			.sportid_performance,
			.sportid_football a, 
			.sportid_lacrosse a, 
			.sportid_performance a		
			{border-bottom:none !important;}




/* ==================================================================================================== */
/*                                        header                                                        */
/*===================================================================================================== */
#headerwrapper {
	margin:0px;padding:0px;
	width:100%;
	display:block;overflow:hidden;
}
		body.homepage  		#headerwrapper		{height:100px;background:url(../../img/interface/header/body/header_x_home.jpg) 0px 0px repeat-x;}
		body.nothomepage 	#headerwrapper 		{height:131px;background:url(../../img/interface/header/body/header_x_all.jpg) 0px 0px repeat-x;}
	
	
	#headercontent {
		width:960px;
		display:block;overflow:hidden;
		margin:0px auto;
	}
		body.homepage  		#headercontent		{height:100px;}
		body.nothomepage 	#headercontent 		{height:131px;}
	
	
	#header {
		width:960px;
		display:block;overflow:hidden;
		margin:0px auto;padding:6px 0px 0px 0px;
		position:relative;
		background-image:url(../../img/global/elements/shadow_up.png);background-repeat:no-repeat;
	}
		body.homepage  		#header				{height:94px;background-position:0px -22px;}
		body.nothomepage 	#header 			{height:125px;background-position:0px -72px;}


/* ========================= LOGO ========================= */	
#imglogo {
	display:block;overflow:hidden;
	position:relative;top:5px;
	float:left;
}
		body.homepage  		#imglogo			{width:128px;height:71px;}
		body.nothomepage 	#imglogo 			{width:133px;height:40px;}

#imglogo a{
	display:block;overflow:hidden;
	width:133px;height:40px;
	background:url(../../img/interface/header/buttons/back-to-img.png) 0px 0px no-repeat;
	text-indent:-9999px;
}
#imglogo a:hover {background-position:0px -100px;}





/* ========================= headerfocus ========================= */	
.headerfocus {
	float:right;
	display:block;overflow:hidden;
	/*height:100px;*/
	position:absolute;right:0px;
}

	body.homepage .headerfocus {
		background:url(../../img/interface/header/global/headerfocus.png) 0px 0px no-repeat;
		width:307px;height:72px;
		padding:10px 0px 0px 10px;
		top:0px;
	}
	body.nothomepage .headerfocus {
		background:url(../../img/interface/header/global/headerfocus-pages.png) left bottom no-repeat;
		width:317px;height:80px;
		top:15px;
	}

/* ========================= REGISTER NOW ========================= */	
.headerphoneandreg {
	display:block;overflow:hidden;
	margin:5px 0px 0px 0px;
	background-image:url(../../img/interface/header/global/or.png);
	background-repeat:no-repeat;
}

		body.homepage  		.headerphoneandreg	{background-position:145px 13px;}
		body.nothomepage 	.headerphoneandreg 	{position:relative;left:8px;top:10px;background-position:147px 13px;}


	/* REGISTER ========================= */
	#header .registernow {
		width:134px;height:32px;
		display:block;overflow:hidden;
		float:left;
	}
		#header .registernow a{
			width:134px;height:32px;
			display:block;overflow:hidden;
			background:url(../../img/interface/header/buttons/register-now.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
		#header .registernow a:hover {background-position:0px -100px;}
	
	
	
	
	/* PHONE NUMBER ========================= */	
	#header .phonenumber {
		display:block;overflow:hidden;
		width:120px;height:27px;
		margin:0px 10px 0px 0px;
		background:url(../../img/interface/header/phone/800-872-6425.png) 0px 0px no-repeat;
		text-indent:-9999px;
		float:right;
	}
			body.homepage  		.phonenumber	{position:relative;top:5px;}
			body.nothomepage 	.phonenumber 	{position:relative;top:5px;right:8px;}
			
		#header .phonenumber a{
			display:block;overflow:hidden;
			width:119px;height:28px;
		}
		
		
		
/* ========================= LANGLIST ========================= */	
#header .langlist{
	display:block;overflow:hidden;
	float:left;position:absolute;left:180px;/*left:300px;*/
	height:200px;
}
	#header .langlist li{
		display:block;overflow:hidden;
		float:left;
		height:35px;
		margin:0px 15px 0px 0px;/*margin:0px 24px 0px 0px;*/
	}
	

				
		#header .langlist li a{
			/*background-image:url(../../img/interface/header/global/lang-flags.png);
			background-repeat:no-repeat;
			text-indent:-9999px;*/
			display:block;overflow:hidden;
			height:35px;
			font-size:11px;line-height:55px;font-weight:normal;
		}
		  	#header .langlist li.lang_english a					{background:url(../../img/interface/header/global/flags/english.png) center 0px no-repeat;}
		  	#header .langlist li.lang_spanish a					{background:url(../../img/interface/header/global/flags/spanish.png) center 0px no-repeat;}
		  	#header .langlist li.lang_portuguese a				{background:url(../../img/interface/header/global/flags/portuguese.png) center 0px no-repeat;}
		  	#header .langlist li.lang_russian a					{background:url(../../img/interface/header/global/flags/russian.png) center 0px no-repeat;}
		  	#header .langlist li.lang_mandarin a				{background:url(../../img/interface/header/global/flags/mandarin.png) center 0px no-repeat;}
		  	#header .langlist li.lang_german a					{background:url(../../img/interface/header/global/flags/german.png) center 0px no-repeat;}
		  	
		  	#header .langlist li.lang_english a:hover			{background-position:center -100px;}
		  	#header .langlist li.lang_spanish a:hover			{background-position:center -100px;}
		  	#header .langlist li.lang_portuguese a:hover		{background-position:center -100px;}
		  	#header .langlist li.lang_russian a:hover			{background-position:center -100px;}
		  	#header .langlist li.lang_mandarin a:hover			{background-position:center -100px;}
		  	#header .langlist li.lang_german a:hover			{background-position:center -100px;}
			
					
		body.homepage #header .langlist li a:link,		body.homepage #header .langlist li a:visited			{color:#fff;}
		body.homepage #header .langlist li a:hover,		body.homepage #header .langlist li a:visited:hover		{color:#e4e4e4;}
		
		body.nothomepage #header .langlist li a:link,	body.nothomepage #header .langlist li a:visited			{color:#00609a;}
		body.nothomepage #header .langlist li a:hover,	body.nothomepage #header .langlist li a:visited:hover	{color:#333;}
			
		/*
			body.homepage #header .langlist li.lang_english a				{width:36px;background-position:-2px 0px;}
			body.homepage #header .langlist li.lang_spanish a				{width:39px;background-position:-52px 0px;}
			body.homepage #header .langlist li.lang_french a				{width:34px;background-position:-102px 0px;}
			body.homepage #header .langlist li.lang_russian a				{width:39px;background-position:-152px 0px;}
			body.homepage #header .langlist li.lang_chinese a				{width:48px;background-position:-202px 0px;}
			body.homepage #header .langlist li.lang_english a:hover			{background-position:-2px -100px;}
			body.homepage #header .langlist li.lang_spanish a:hover			{background-position:-52px -100px;}
			body.homepage #header .langlist li.lang_french a:hover			{background-position:-102px -100px;}
			body.homepage #header .langlist li.lang_russian a:hover			{background-position:-152px -100px;}
			body.homepage #header .langlist li.lang_chinese a:hover			{background-position:-202px -100px;}
			
			body.nothomepage #header .langlist li.lang_english a			{width:36px;background-position:-2px -200px;}
			body.nothomepage #header .langlist li.lang_spanish a			{width:39px;background-position:-52px -200px;}
			body.nothomepage #header .langlist li.lang_french a				{width:34px;background-position:-102px -200px;}
			body.nothomepage #header .langlist li.lang_russian a			{width:39px;background-position:-152px -200px;}
			body.nothomepage #header .langlist li.lang_chinese a			{width:48px;background-position:-202px -200px;}
			body.nothomepage #header .langlist li.lang_english a:hover		{background-position:-2px -300px;}
			body.nothomepage #header .langlist li.lang_spanish a:hover		{background-position:-52px -300px;}
			body.nothomepage #header .langlist li.lang_french a:hover		{background-position:-102px -300px;}
			body.nothomepage #header .langlist li.lang_russian a:hover		{background-position:-152px -300px;}
			body.nothomepage #header .langlist li.lang_chinese a:hover		{background-position:-202px -300px;}
		*/
/* ========================= FORM ========================= */	
#header form {
	display:block;overflow:hidden;
	clear:both;
	border:none;
	/*position:relative;top:22px;*/
}


#header form fieldset 	{border:none;float:left;}
#header form div 		{border:none;float:left;margin:0px 0px 0px 8px;}
	
	#header form label 	{display:none;}
	
	#header form .header_input{
		width:254px;height:20px;
		display:block;overflow:hidden;
		border:none;
		background-image:url(../../img/interface/header/global/search.png);
		background-repeat:no-repeat;
		background-color:transparent !important;
		font-size:14px;line-height:15px;font-weight:normal;color:#005b91;
		float:left !important;
	}
		body.homepage  		#header form .header_input				{padding:2px 0px 0px 10px;width:255px;background-position:-9px -2px;}
		body.nothomepage 	#header form .header_input				{padding:2px 0px 0px 10px;width:267px;background-position:-7px -102px;}
	
	
	#header form .header_submit{
		width:24px;height:24px;
		display:block;overflow:hidden;
		float:left;
		background-image:url(../../img/interface/header/global/search.png);
		background-repeat:no-repeat; 
		background-color:transparent !important;
		border:none;
		cursor:pointer !important;
	}

		body.homepage  		.header_submit				{background-position:-302px 0px;}
		body.nothomepage 	.header_submit 				{background-position:-352px 0px;}
		
		body.homepage  		.header_submit:hover		{background-position:-302px -100px;}
		body.nothomepage 	.header_submit:hover 		{background-position:-352px -100px;}
			
/* ========================= SPORT ========================= */	
#header .sportlogo {
	display:block;overflow:hidden;
	float:left;
	position:absolute;top:60px;left:0px;
}			
	#header .sportlogo a{
		display:block;overflow:hidden;
	}			
	
		
/* ====================================================================================================  */
/*                                           JUMBOTRON                                                   */
/* ===================================================================================================== */		
#jumbotronarea_wrapper	{
	display:block;overflow:hidden;
	width:100%;
	padding:24px 0px 0px 0px;margin:0px 0px 0px 0px;/*margin:0px 0px 18px 0px;*/
}
		body.homepage  		#jumbotronarea_wrapper		{background:url(../../img/global/elements/shadow_up2.png) center -12px no-repeat;}
		body.nothomepage 	#jumbotronarea_wrapper 		{background:url(../../img/global/elements/jombotron_three_area_shadow.png) center 9px no-repeat; }
		
	#jumbotronarea	{
		display:block;overflow:hidden;
		width:960px;
		margin:0px auto;padding:0px 0px 28px 0px;
	}
		body.homepage  		#jumbotronarea		{background:url(../../img/global/elements/shadow_down2.png) 0px 420px no-repeat;}
		body.nothomepage 	#jumbotronarea 		{
			border-bottom:1px solid #bcbcbc;
			padding:0px 0px 5px 0px;
		}
		
/* ========================= PROMO AREA ========================= */	
	#jumbotron_promoarea {
		width:630px;height:420px;
		display:block;/*overflow:hidden;*/
		float:left;
	}
	

	
	
/* ========================= CTA AREA ========================= */	
/* IE CSS SHEET RULES TO CHANGE */
.jumbotron_ctas {
	width:300px;height:195px;
	margin:0px 0px 30px 30px;
	display:block;overflow:hidden;
	float:left;
	position:relative;
}


	.jumbotron_ctas .headerarea {
		display:block;overflow:hidden;
		width:230px;height:60px;
		font:22px/26px Arial,Verdana,Helvetica,sans-serif;color:#fff;
		margin:10px 0px 0px 0px;
		float:left;
	}
	
		.jumbotron_ctas .headerarea span {
			display:block;overflow:hidden;
			font-size:12px;line-height:16px;
		}
	
	.jumbotron_ctas .linkarea {
		display:block;overflow:hidden;
		width:300px;height:195px;
		position:absolute;top:0px;left:0px;
	}
		.jumbotron_ctas .linkarea a{
			display:block;overflow:hidden;
			width:300px;height:195px;
			text-indent:-9999px;
			background:url(../../img/global/buttons/more.png) 228px 20px no-repeat;
		}
		.jumbotron_ctas .linkarea a:hover{background-position:228px -380px;}
	
	.jumbotron_ctas p{
		display:block;overflow:hidden;
		clear:both;
		height:110px;
		font-size:14px;line-height:18px;color:#fff;
	}


/* ====================================================================================================  */
/*                                          SPORTS AREA                                                  */
/* ===================================================================================================== */
/* ========================= SPORTS AREA ========================= */	
	#sportlogoarea {
		width:330px;height:420px;
		display:block;/*overflow:hidden;*/
		float:left;
		background-color:yellow;
		position:relative;
	}
	

/* ========================= SLIDE ========================= */	
#nav_sportmenu_sports {
	width:330px;height:420px;
	display:block;
	margin:0px auto;padding:0px 0px 0px 20px;
	position:absolute;top:0px;left:0px;z-index:94;
	background-color:#fff;
}
	#sliding_sports_list {
		width:330px;height:402px;
		padding:18px 0px 0px 0px;
		display:block;overflow:hidden;
		/*background:#fff url(../../img/global/elements/choose-your-img-sport.gif) center top no-repeat;*/
		background-color:#fff;
		float:right;position:absolute;right:0px;

	}
	
	
	#choosesport_slider {
		width:224px;height:28px;
		display:block;overflow:hidden;
		background:url(../../img/global/elements/choose-your-img-sport.png) center top no-repeat;
		margin:-18px auto 0px auto;
		position:relative;
		z-index:73;
		font-size:16px;line-height:28px;font-weight:normal;color:#fff;text-align:center;
	}
			#choosesport_slider a {
				width:224px;height:28px;
				display:block;overflow:hidden;
				color:#fff;
			}
				#choosesport_slider a:link,		#choosesport_slider a:visited		{color:#fff;}
				#choosesport_slider a:hover,	#choosesport_slider a:visited:hover	{color:#fff;text-decoration:underline;}
	
	
	#nav_sportmenu_sports ul 	{
		width:155px;height:402px;
		display:block;overflow:hidden;
		float:left;
		margin:-10px 0px 0px 0px;
	}
	
		#nav_sportmenu_sports ul li {
			width:145px;height:100px;
			display:block;overflow:hidden;	
			margin:0px 0px 0px 10px;
			border-bottom:1px solid #e4e4e4;
		}
		#nav_sportmenu_sports ul li a{
			width:145px;height:100px;
			display:block;overflow:hidden;	
			text-indent:-9999px;
		}
				#nav_sportmenu_sports #sportmenu_tennis a 				{background:url(../../img/sports/logos/img-bollettieri-tennis.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_golf a 				{background:url(../../img/sports/logos/img-leadbetter-golf-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_soccer a 				{background:url(../../img/sports/logos/img-soccer-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_baseball a 			{background:url(../../img/sports/logos/img-baseball-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_basketball a 			{background:url(../../img/sports/logos/img-basetball-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_performance a 			{background:url(../../img/sports/logos/img-performace-institute.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_football a 			{background:url(../../img/sports/logos/img-madden-football-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_lacrosse a 			{background:url(../../img/sports/logos/img-lacrossee-academy.png) 5px center no-repeat;}
				
				#nav_sportmenu_sports #sportmenu_tennis a:hover 		{background:#ededed url(../../img/sports/logos/img-bollettieri-tennis.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_golf a:hover 			{background:#ededed url(../../img/sports/logos/img-leadbetter-golf-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_soccer a:hover 		{background:#ededed url(../../img/sports/logos/img-soccer-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_baseball a:hover 		{background:#ededed url(../../img/sports/logos/img-baseball-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_basketball a:hover 	{background:#ededed url(../../img/sports/logos/img-basetball-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_performance a:hover 	{background:#ededed url(../../img/sports/logos/img-performace-institute.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_football a:hover 		{background:#ededed url(../../img/sports/logos/img-madden-football-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_lacrosse a:hover 		{background:#ededed url(../../img/sports/logos/img-lacrossee-academy.png) 5px center no-repeat;}
				
		#nav_sportmenu_sports ul li a:hover{background-color:#ededed;}

			
/* ==================================================================================================== */
/*                                        NAVIGATION                                                    */
/*===================================================================================================== */

#navigation_main {
	margin:0px;padding:0px;
	width:100%;height:38px;
	display:block;/*overflow:hidden;*/
	background:url(../../img/interface/header/body/nav_body.jpg) 0px 0px repeat-x;
}

#megamenu_magic {z-index:9884;position:absolute;}


	#navigation_mainlist {
		width:960px;height:38px;
		display:block;/*overflow:hidden;*/
		margin:0px auto;
		border-left:1px solid #003d61;
	}
	#navigation_main ul {
		width:960px;height:38px;
		display:block;/*overflow:hidden;*/
		margin:0px auto;
		color:#fff;
		border-left:1px solid #4d81a0;
	}

	#navigation_main li{
		display:block;/*overflow:hidden;*/
		height:38px;
		float:left;
		border-right:1px solid #4d81a0;
	}
	#navigation_main li a{
		display:block;/*overflow:hidden;*/
		height:38px;
		padding:0px 15px;
		font-size:13px;line-height:38px;font-weight:bold;color:#666;text-transform:uppercase;text-shadow:rgba(0, 0, 0, 0.6) 1px -1px 2px;
		border-right:1px solid #003d61;
	}
		#navigation_main li a:link,		#navigation_main li a:visited		{color:#fff;}
		#navigation_main li a:hover,	#navigation_main li a:visited:hover	{color:#99c4df;}


/* ========================= LIs ========================= */	
			/*	
			#nav_tickets-and-events_2 {
				background:url(../../img/interface/header/navigation/navigation.gif) -3px  14px no-repeat !important;
				text-indent:-9999px;
				width:144px !important;height:42px !important;
				display:block;
			}
				#nav_tickets-and-events_2:hover 	{background-position:-3px  -186px !important;}
				#nav_tickets-and-events_2.nav_on	{background-position:-3px -386px !important;}
				#nav_tickets-and-events_li_2:hover > #nav_tickets-and-events_2	{background:url(../../img/interface/header/navigation/navigation.gif) -3px -186px no-repeat !important;}
				#nav_tickets-and-events_li_2 		{position:relative;}
			*/

/* ====================================================================================================  */
/*                                          PAGE HEADER                                                  */
/* ===================================================================================================== */
#pageheader {
	width:960px;height:80px;
	display:block;overflow:hidden;
	border-bottom:1px solid #bcbcbc;
	margin:0px 0px 20px 0px;padding:20px 0px 0px 0px;
}

#pageheader h1 {
	display:block;overflow:hidden;
	float:left;
	width:620px;
	font:22px/26px Arial,Verdana,Helvetica,sans-serif;color:#0066a3;text-transform:uppercase;
}
		
/* ==================================================================================================== */
/*                                        BREAD                                                         */
/*===================================================================================================== */
#nav_bread_crumb {
	width:620px;
	float:left;
	display:block;overflow:hidden;
	font-size:12px;line-height:16px;color:#999;
	margin:0px 0px 20px 0px;
}		
	#nav_bread_crumb a:link,	#nav_bread_crumb a:visited 			{color:#999;}
	#nav_bread_crumb a:hover,	#nav_bread_crumb a:visited:hover 	{color:#666;}
	#nav_bread_crumb.nav_on 										{color:#999;text-decoration:underline;}



/* ==================================================================================================== */
/*                                        CONTENT                                                       */
/*===================================================================================================== */

#content {
	margin:0px auto;
	display:block;overflow:hidden;
}
	body.homepage  		#content	{width:960px;padding:20px 0px;}
	body.nothomepage 	#content 		{width:960px;padding:20px 0px;}
	



/* ==================================================================================================== */
/*                                        TEMPLATE STRUCTURE                                            */
/*===================================================================================================== */

		/* ========================= left ========================= */
		
		#left {
			margin:0px;padding:0px;
			width:275px;
			display:block;overflow:hidden;
			background-color:#fff;
			float:left;
		}
		#left_2-columns {
			margin:0px;padding:0px;
			width:215px;
			display:block;overflow:hidden;
			float:left;
		}
		#left_3-columns {
			margin:0px;padding:0px;
			width:275px;
			display:block;overflow:hidden;
			background-color:#999;
			float:left;
		}
		
		
		/* ========================= maincontent ========================= */
		
		#maincontent {
			margin:0px auto;padding:0px 0px 15px 0px;
			width:960px;
			display:block;overflow:hidden;
		}
		#maincontent_2-columns-left {
			margin:0px 25px 20px 0px;padding:0px;
			width:720px;
			display:block;overflow:hidden;
			float:left;position:relative;
		}
		#maincontent_2-columns-right {/* THIS */
			margin:0px 25px 20px 0px;padding:0px;
			width:620px;
			display:block;overflow:hidden;
			float:left;
			
		}
		#maincontent_3-columns {
			margin:0px;padding:0px;
			width:400px;
			display:block;overflow:hidden;
			background-color:#fff;
			float:left;
		}
		
		
		/* ========================= right ========================= */
		
		#right {
			margin:0px;padding:0px;
			width:275px;
			display:block;overflow:hidden;
			background-color:#fff;
			float:left;
		}
		#right_2-columns {/* THIS */
			margin:0px;padding:0px;
			width:315px;
			display:block;overflow:hidden;
			float:left;
		}
		#right_2-column_home {/* HOME */
			margin:0px;padding:0px;
			width:310px;
			display:block;overflow:hidden;
			float:left;
		}
		#right_3-columns {
			margin:0px;padding:0px;
			width:275px;
			display:block;overflow:hidden;
			background-color:#999;
			float:left;
		}


/* ====================================================================================================  */
/*                                        SUB NAVIGATION                                                 */
/* ===================================================================================================== */
#subnav_wrapper {
	width:315px;
	display:block;overflow:hidden;
	margin:0px 0px 40px 0px;
	background:url(../../img/interface/subnav/y.jpg) 0px 0px repeat-y;
}
#subnav_content {
	width:315px;
	display:block;overflow:hidden;
	padding:0px 0px 40px 0px;
	background:url(../../img/interface/subnav/footer.jpg) left bottom no-repeat;
}
#subnav {
	width:315px;
	display:block;overflow:hidden;
	background:url(../../img/interface/subnav/header.jpg) 0px 0px no-repeat;
}
#subnav_ul {
	display:block;overflow:hidden;
	width:210px;
	padding:0px 40px 0px 65px;
}


	#subnav_ul .headerarea {
		display:block;overflow:hidden;
		font:bold 16px/20px Helvetica,Verdana,Arial,sans-serif;text-transform:uppercase;color:#999;
		margin:0px 0px 15px 0px;padding:20px 0px 0px 0px;
	}
		#subnav_ul .headerarea a{
			display:inline-block;
			zoom:1;
			*display:inline;
			overflow:hidden;
		}
		#subnav_ul .headerarea a:link,		#subnav_ul .headerarea a:visited		{color:#999;text-decoration:none;}
		#subnav_ul .headerarea a:hover,		#subnav_ul .headerarea a:visited:hover	{color:#0066a3;text-decoration:underline;}
	

	#subnav ul{
		display:block;overflow:hidden;
		font:normal 14px/18px Helvetica,Verdana,Arial,sans-serif;
	}
	#subnav ul a{
		display:inline-block;
		zoom:1;
		*display:inline;
		overflow:hidden;
		padding:4px 8px 2px 8px;
		word-wrap:break-word;
	}
	
		#subnav ul a:link,		#subnav ul a:visited						{color:#0066a3;background:none;border-bottom:1px solid #fff;border-right:1px solid #fff;}
		#subnav ul a:hover,		#subnav ul a:visited:hover					{color:#000;background:#f3f3f3 url(../../img/interface/subnav/anchore_body.jpg) left bottom repeat-x;border-bottom:1px solid #989898;border-right:1px solid #989898;}
		
		#subnav ul ul a:link,		#subnav ul ul a:visited					{color:#666;background:none;border-bottom:1px solid #fff;border-right:1px solid #fff;}
		#subnav ul ul a:hover,		#subnav ul ul a:visited:hover			{color:#000;background:#f3f3f3 url(../../img/interface/subnav/anchore_body.jpg) left bottom repeat-x;border-bottom:1px solid #989898;border-right:1px solid #989898;}
		
		#subnav ul ul ul a:link,	#subnav ul ul ul a:visited				{color:#666;background:none;border-bottom:1px solid #fff;border-right:1px solid #fff;}
		#subnav ul ul ul a:hover,	#subnav ul ul ul a:visited:hover		{color:#000;background:#f3f3f3 url(../../img/interface/subnav/anchore_body.jpg) left bottom repeat-x;border-bottom:1px solid #989898;border-right:1px solid #989898;}
		
	#subnav ul ul 			{padding:10px 0px 0px 35px;}
	#subnav ul ul ul 		{padding:10px 0px 0px 35px;}
	#subnav ul ul ul ul 	{padding:10px 0px 0px 35px;}
	#subnav ul ul ul ul ul 	{padding:10px 0px 0px 35px;}
	
	#subnav ul li {
		display:block;overflow:hidden;
		margin:0px 0px 10px 0px;
	}
	
	#subnav ul .nav_on a{color:#000;background:#f3f3f3 url(../../img/interface/subnav/anchore_body.jpg) left bottom repeat-x;border-bottom:1px solid #989898;border-right:1px solid #989898;}
	
	


/* ==================================================================================================== */
/*                                        footer                                                        */
/*===================================================================================================== */	
#footerwrapper {
	margin:0px;padding:0px;
	width:100%;
	display:block;overflow:hidden;
	background:url(../../img/interface/footer/body/footer_x_all.jpg) 0px 0px repeat-x;
}
	#footercontent {
		margin:0px auto;
		width:960px;
		display:block;overflow:hidden;
		clear:both;
		background:url(../../img/global/elements/strips.png) right -30px no-repeat;
	}
		
		#footer {
			margin:0px auto;padding:35px 0px 30px 0px;
			width:960px;
			display:block;overflow:hidden;
			clear:both;
			background:url(../../img/global/elements/shadow_down.png) 0px 0px no-repeat;
		}

/* ====================================================================================================  */
/*                                        FOOTER LINKS AREA                                              */
/* ===================================================================================================== */
#footerlinks_area {
	width:1200px;
	display:block;overflow:hidden;
	margin:0px 0px 40px 0px;
}

#footerlinks_area p {
	width:960px;
	display:block;overflow:hidden;
	font-size:13px;line-height:20px;font-weight:normal;text-align:center;color:#fff;
}
	#footerlinks_area p a:link,		#footerlinks_area p a:visited			{color:#fff;text-decoration:underline;}
	#footerlinks_area p a:hover,	#footerlinks_area p a:visited:hover		{color:#80b2d0;color:rgba(255, 255, 255, 0.5);text-decoration:underline;}


#footerlinks_area ul {
	width:160px;
	display:block;overflow:hidden;
	float:left;
	margin:0px 40px 0px 0px;
}

	#footerlinks_area li.headerarea /*a*/ {
		display:block;overflow:hidden;
		font-size:18px;line-height:24px;font-weight:bold;text-transform:uppercase;
		border-bottom:1px solid #004a77;
		border-bottom:1px solid rgba(0, 28, 45, 0.5);
		width:160px;height:50px;
		color:rgba(255, 255, 255, 0.5);color:#80b2d0;
	}
	#footerlinks_area .headerarea a:link,		#footerlinks_area .headerarea a:visited			{color:#80b2d0;color:rgba(255, 255, 255, 0.5);}
	#footerlinks_area .headerarea a:hover,		#footerlinks_area .headerarea a:visited:hover	{color:#fff;}



#footerlinks_area li				{
	display:block;overflow:hidden;
	border-bottom:1px solid #266d99;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	margin:0px 0px 8px 0px;
}
	#footerlinks_area li a			{
		display:block;overflow:hidden;
		font-size:13px;line-height:16px;font-weight:normal;
		padding:0px 0px 8px 0px;
	}
	#footerlinks_area a:link,		#footerlinks_area a:visited			{color:#fff;}
	#footerlinks_area a:hover,		#footerlinks_area a:visited:hover	{color:#80b2d0;}				



/* ====================================================================================================  */
/*                                          FOOTER SPORTS AREA                                           */
/* ===================================================================================================== */
#footersports_area_wrapper {
	width:960px;
	display:block;overflow:hidden;
	border-top:1px solid #004a77;border-top:1px solid rgba(0, 28, 45, 0.5);
	border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);
	background:url(../../img/interface/footer/elements/footersports_area_wrapper.png) 0px 0px repeat-y;
	margin:0px 0px 15px 0px;
}
#footersports_area{
	width:960px;
	padding:20px 0px 0px 0px;
	display:block;overflow:hidden;
	border-top:1px solid #266d99;border-bottom:1px solid #004a77;
	border-top:1px solid rgba(255, 255, 255, 0.2);border-bottom:1px solid rgba(0, 28, 45, 0.5);
}

#footersports_area .headerarea {
	width:210px;height:25px;
	padding:30px 0px 0px 0px;
	font-size:18px;line-height:22px;font-weight:normal;color:rgba(255, 255, 255, 0.7);color:#bfccd4;text-transform:uppercase;
	display:block;overflow:hidden;
	float:left;
}

	#footersports_area ul{
		display:block;overflow:hidden;
		width:750px;
		float:right;
	}
	#footersports_area ul li{
		width:110px;
		display:block;overflow:hidden;
		float:left;
		margin:0px 0px 15px 40px;
		/*border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);*/
	}
	
		#footersports_area .linkarea_tennis 		{border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
		#footersports_area .linkarea_soccer 		{border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
		#footersports_area .linkarea_baseball 		{border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
		#footersports_area .linkarea_lacrosse 		{border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
		#footersports_area .linkarea_golf 			{border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
		#footersports_area .linkarea_basketball 	{}
		#footersports_area .linkarea_football 		{}
		#footersports_area .linkarea_performance 	{}
		#footersports_area .linkarea_camps 			{}
		
		#footersports_area .linkarea_tennis a 		{border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);}
		#footersports_area .linkarea_soccer a 		{border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);}
		#footersports_area .linkarea_baseball a 	{border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);}
		#footersports_area .linkarea_lacrosse a 	{border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);}
		#footersports_area .linkarea_golf a			{border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);}
		#footersports_area .linkarea_basketball a 	{}
		#footersports_area .linkarea_football a 	{}
		#footersports_area .linkarea_performance a 	{}
		#footersports_area .linkarea_camps a 		{}
	
	
	
	
	#footersports_area li a			{
		display:block;overflow:hidden;
		font-size:13px;line-height:16px;font-weight:normal;
		padding:0px 0px 15px 0px;
		/*border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);*/
	}
	#footersports_area a:link,		#footersports_area a:visited			{color:#fff;}
	#footersports_area a:hover,		#footersports_area a:visited:hover		{color:#80b2d0;}




/* ====================================================================================================  */
/*                                         FOOTER CONNECT AREA                                           */
/* ===================================================================================================== */
#footerconnect_area_wrapper {
	border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);
	display:block;overflow:hidden;
	margin:0px 0px 30px 0px;
}
#footerconnect_area {
	border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);
	display:block;overflow:hidden;
	height:40px;
	padding:10px 0px 10px 0px;
}
	#footerconnect_facebook {
		display:block;
		float:left;
		width:200px;height:50px;
		position:relative;top:-10px;left:0px;
	}
		#facebook_sport_like {
			display:block;
			width:200px;height:50px;
		}
	
	
	#footerconnect_social {
		display:block;overflow:hidden;
		float:left;
		width:220px;height:50px;
		position:relative;left:20px;
	}
	#footerconnect_social li{
		display:block;overflow:hidden;
		width:24px;height:24px;
		float:left;
		margin:0px 10px 0px 0px;
	}
		
						
	#footerconnect_social li a{
		display:block;overflow:hidden;
		width:24px;height:24px;
		background-image:url(../../img/interface/footer/elements/social.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
		
		#footerconnect_social #social_twitter a				{background-position:0px 0px;}
		#footerconnect_social #social_facebook a			{background-position:-50px 0px;}
		#footerconnect_social #social_youtube a				{background-position:-100px 0px;}
		#footerconnect_social #social_blog a				{background-position:-150px 0px;}
		#footerconnect_social #social_flickr a				{background-position:-200px 0px;}
		#footerconnect_social #social_rss a					{background-position:-250px 0px;}
		
		#footerconnect_social #social_twitter a:hover		{background-position:0px -50px;}
		#footerconnect_social #social_facebook a:hover		{background-position:-50px -50px;}
		#footerconnect_social #social_youtube a:hover		{background-position:-100px -50px;}
		#footerconnect_social #social_blog a:hover			{background-position:-150px -50px;}
		#footerconnect_social #social_flickr a:hover		{background-position:-200px -50px;}
		#footerconnect_social #social_rss a:hover			{background-position:-250px -50px;}
	
	
	#footerconnect_phonenumber {
		display:block;overflow:hidden;
		width:119px;height:50px;
		margin:0px 0px 0px 0px;
		background:url(../../img/interface/header/phone/800-872-6425.png) 0px 0px no-repeat;
		text-indent:-9999px;
		float:right;
	}
		#footerconnect_phonenumber a{
			display:block;overflow:hidden;
			width:119px;height:50px;
		}
	/* ========================= FORM ========================= */	
	#footerconnect_search {
		display:block;overflow:hidden;
		float:left;
		height:50px;
		position:relative;left:70px;
	}
	
	#footerconnect_search form {
		display:block;overflow:hidden;
		border:none;
	}
	
	#footerconnect_search form fieldset 	{border:none;float:left;}
	#footerconnect_search form div 		{border:none;float:left;margin:0px 0px 0px 8px;}
		
		#footerconnect_search form label 	{display:none;}
		
		#footerconnect_search form .header_input{
			width:254px;height:20px;
			padding:2px 5px 0px 5px;
			display:block;overflow:hidden;
			background:url(../../img/interface/header/global/search.png) -10px -2px no-repeat;
			border:none;
			background-color:transparent !important;
			font-size:14px;line-height:15px;font-weight:normal;color:#005b91;
			float:left;
		}
		
		
		#footerconnect_search form .header_submit{
			width:24px;height:24px;
			display:block;overflow:hidden;
			float:left;
			background-image:url(../../img/interface/header/global/search.png);
			background-repeat:no-repeat; 
			background-color:transparent !important;
			border:none;
			cursor:pointer !important;
		}
	
			#footerconnect_search .header_submit 				{background-position:-302px -0px;}
			#footerconnect_search .header_submit:hover 			{background-position:-302px -100px;}



/* ====================================================================================================  */
/*                                        FOOTER CLOSING AREA                                            */
/* ===================================================================================================== */
#footerclosing_area {
	width:960px;
	display:block;overflow:hidden;
	padding:0px 0px 40px 0px;
}
	#footerclosing_area p{
		display:block;overflow:hidden;
		float:left;
		font-size:12px;line-height:15px;font-weight:normal;color:#fff;
	}
	#footerclosing_area p span {display:none;}
	
	#footerclosing_area div{
		display:block;overflow:hidden;
		float:right;
	}





/* ====================================================================================================  */
/*                                           SPAM                                                        */
/* ===================================================================================================== */
.form_input_sf {display:none;}		



/* ==================================================================================================== */
/*                                        GOOGLE                                                        */
/*===================================================================================================== */	
#goog-wm {
  width: 500px;
  padding: 1em;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a {
  font:bold 22px/26px Helvetica, Verdana, Arial, sans-serif;color:#0066a3;
  margin:0px 0px 20px 0px;
}
   
#goog-wm h3.other-things {
  font:bold 22px/26px Helvetica, Verdana, Arial, sans-serif;color:#0066a3;
  margin:0px 0px 20px 0px;
}
   
#goog-wm ul li {
  font-size:13px;line-height:30px;color:#333;
   margin:0px 30px 2em 20px;
   list-style: none;
}
   
#goog-wm li.search-goog {padding:0px;}
  


/* ====================================================================================================  */
/*                                            SEARCH                                                     */
/* ===================================================================================================== */
/*
#search_results_report {
	margin:0px 0px 15px 0px;
	font-size:1.1em;
	line-height:1.4em;
	color:#333;
	font-weight:bold;
}

#thesearchresults {
	
}

.thesearchtitle {
	text-decoration:underline;
	font-size:13px;line-height:18px;font-weight:normal;color:#0066a3;
	margin:0px 0px 5px 0px;
}

.thesearchurl {
	margin:0px 0px 15px 0px;
	font-size:13px;line-height:18px;font-weight:normal;color:#0066a3;
}

*/


/* ========================= NAV ========================= */	
#other_pages {
	margin:20px 0px 15px 0px;padding:10px 0px 0px 0px;
	border-top:1px solid #bcbcbc;
	display:block;overflow:hidden;
	font-size:14px;line-height:18px;font-weight:normal;color:#333;
}

	#other_pages li {
		display:inline-block;overflow:hidden;
		zoom:1;
		*display:inline;
		margin:0px 10px 0px 0px;
	}
	#other_pages li a{
		display:block;overflow:hidden;
	}
	
		#other_pages a:link,	#other_pages a:visited			{color:#0066a3;text-decoration:underline;}
		#other_pages a:hover,	#other_pages a:visited:hover	{color:#333;text-decoration:underline;}


/* ========================= HEADER ========================= */	
#result_report {
	display:block;overflow:hidden;
	margin:0px 0px 25px 0px;
	font-size:14px;line-height:18px;font-weight:normal;color:#333;
}


/* ========================= SEARCH ITEM ========================= */	
.searchitem {
	display:block;overflow:hidden;
	margin:0px 0px 30px 0px;
}

	.searchheaderarea {/* HEADER */
		display:block;overflow:hidden;
		margin:0px 0px 5px 0px;
		font-size:14px;line-height:18px;font-weight:normal;color:#333;
	}
		.searchheaderarea a:link,	.searchheaderarea a:visited			{color:#0066a3;text-decoration:underline;}
		.searchheaderarea a:hover,	.searchheaderarea a:visited:hover	{color:#333;text-decoration:underline;}
		
		
	.searchdescription {/* DESCRIPTION */
		display:block;overflow:hidden;
		padding:0px 0px 0px 20px;
		font-size:16px;line-height:24px;font-weight:normal;color:#000;
	}	
		.searchdescription a:link,	.searchdescription a:visited		{color:#0066a3;text-decoration:underline;}
		.searchdescription a:hover,	.searchdescription a:visited:hover	{color:#333;text-decoration:underline;}
	
	.searchurl {/* URL */
		display:block;overflow:hidden;
		padding:0px 0px 0px 20px;margin:0px 0px 10px 0px;
		font-size:14px;line-height:18px;font-weight:normal;color:#333;
	}	
		.searchurl a:link,	.searchurl a:visited		{color:#0066a3;text-decoration:underline;}
		.searchurl a:hover,	.searchurl a:visited:hover	{color:#333;text-decoration:underline;}
		
		



/* =================================================================================================== */
/*                                        MAIN CONTENT                                                 */
/*==================================================================================================== */


/* H1 ------------------------------------------------------------------------------------------------------------- */
.html_content h1, .mceContentBody h1{
	font:bold 22px/26px Helvetica, Verdana, Arial, sans-serif;color:#0066a3;
	margin:0px 0px 20px 0px;
}
	.html_content	h1 a:link, 	.html_content	h1 a:visited		{color:#0066a3;text-decoration:underline;}
	.html_content	h1 a:hover, .html_content	h1 a:visited:hover	{color:#333;text-decoration:underline;}
	.mceContentBody	h1 a:link, 	.mceContentBody	h1 a:visited		{color:#0066a3;text-decoration:underline;}
	.mceContentBody	h1 a:hover, .mceContentBody	h1 a:visited:hover	{color:#333;text-decoration:underline;}

	
/* H2 ------------------------------------------------------------------------------------------------------------- */			
.html_content h2, .mceContentBody h2{
	font:bold 22px/26px Helvetica, Verdana, Arial, sans-serif;color:#0066a3;
	margin:0px 0px 20px 0px;
}
	.html_content	h2 a:link, 	.html_content	h2 a:visited		{color:#0066a3;text-decoration:underline;}
	.html_content	h2 a:hover, .html_content	h2 a:visited:hover	{color:#333;text-decoration:underline;}
	.mceContentBody	h2 a:link, 	.mceContentBody	h2 a:visited		{color:#0066a3;text-decoration:underline;}
	.mceContentBody	h2 a:hover, .mceContentBody	h2 a:visited:hover	{color:#333;text-decoration:underline;}

/* H3 ------------------------------------------------------------------------------------------------------------- */		
.html_content h3, .mceContentBody h3{
	font:bold 20px/24px Helvetica, Verdana, Arial, sans-serif;color:#333;
	margin:0px 0px 20px 0px;
}
	.html_content	h3 a:link, 	.html_content	h3 a:visited		{color:#333;text-decoration:underline;}
	.html_content	h3 a:hover, .html_content	h3 a:visited:hover	{color:#666;text-decoration:underline;}
	.mceContentBody	h3 a:link, 	.mceContentBody	h3 a:visited		{color:#333;text-decoration:underline;}
	.mceContentBody	h3 a:hover, .mceContentBody	h3 a:visited:hover	{color:#666;text-decoration:underline;}

/* H4 ------------------------------------------------------------------------------------------------------------- */		
.html_content h4, .mceContentBody h4{
	font:bold 16px/20px Helvetica, Verdana, Arial, sans-serif;color:#666;
	margin:0px 0px 20px 0px;
}
	.html_content	h4 a:link, 	.html_content	h4 a:visited		{color:#666;text-decoration:underline;}
	.html_content	h4 a:hover, .html_content	h4 a:visited:hover	{color:#333;text-decoration:underline;}
	.mceContentBody	h4 a:link, 	.mceContentBody	h4 a:visited		{color:#666;text-decoration:underline;}
	.mceContentBody	h4 a:hover, .mceContentBody	h4 a:visited:hover	{color:#333;text-decoration:underline;}
	

/* H5 ------------------------------------------------------------------------------------------------------------- */		
.html_content h5, .mceContentBody h5{
	font:bold 14px/18px Helvetica, Verdana, Arial, sans-serif;color:#666;
	margin:0px 0px 20px 0px;
}
	.html_content	h5 a:link, 	.html_content	h5 a:visited		{color:#666;text-decoration:underline;}
	.html_content	h5 a:hover, .html_content	h5 a:visited:hover	{color:#333;text-decoration:underline;}
	.mceContentBody	h5 a:link, 	.mceContentBody	h5 a:visited		{color:#666;text-decoration:underline;}
	.mceContentBody	h5 a:hover, .mceContentBody	h5 a:visited:hover	{color:#333;text-decoration:underline;}
	
/* H6 ------------------------------------------------------------------------------------------------------------- */		
.html_content h6, .mceContentBody h6{
	font:bold 13px/16px Helvetica, Verdana, Arial, sans-serif;color:#000;
	margin:0px 0px 20px 0px;
}
	.html_content	h6 a:link, 	.html_content	h6 a:visited		{color:#000;text-decoration:underline;}
	.html_content	h6 a:hover, .html_content	h6 a:visited:hover	{color:#333;text-decoration:underline;}
	.mceContentBody	h6 a:link, 	.mceContentBody	h6 a:visited		{color:#000;text-decoration:underline;}
	.mceContentBody	h6 a:hover, .mceContentBody	h6 a:visited:hover	{color:#333;text-decoration:underline;}

/* P --------------------------------------------------------------------------------------------------------------- */	
.html_content p, .mceContentBody p{
	font:normal 16px/24px Arial, Verdana, Helvetica, sans-serif;color:#000;
	margin:0px 0px 20px 0px;
	display:block;overflow:hidden;
}
	.html_content	p a:link, 	.html_content	p a:visited			{color:#0066a3;text-decoration:underline;}
	.html_content	p a:hover, 	.html_content	p a:visited:hover	{color:#000;text-decoration:underline;}
	.mceContentBody	p a:link,  	.mceContentBody	p a:visited			{color:#0066a3;text-decoration:underline;}
	.mceContentBody	p a:hover, 	.mceContentBody	p a:visited:hover	{color:#000;text-decoration:underline;}


.html_content p img, .mceContentBody p img{
	margin:0px 10px 10px 10px;
}
/* UL and OL --------------------------------------------------------------------------------------------------------- */	
.html_content ul, .mceContentBody ul, .html_content ol, .mceContentBody ol{
   font-size:14px;line-height:17px;color:#333;
   margin:0px 30px 0px 20px;
   display:block;overflow:hidden;
}

	.html_content	ul a:link, 		.html_content	ul a:visited			{color:#0066a3;text-decoration:underline;}
	.html_content	ul a:hover, 	.html_content	ul a:visited:hover		{color:#333;text-decoration:underline;}
	.mceContentBody	ul a:link,  	.mceContentBody	ul a:visited			{color:#0066a3;text-decoration:underline;}
	.mceContentBody	ul a:hover, 	.mceContentBody	ul a:visited:hover		{color:#333;text-decoration:underline;}
	
	.html_content	ol a:link, 		.html_content	ol a:visited			{color:#0066a3;text-decoration:underline;}
	.html_content	ol a:hover, 	.html_content	ol a:visited:hover		{color:#333;text-decoration:underline;}
	.mceContentBody	ol a:link,  	.mceContentBody	ol a:visited			{color:#0066a3;text-decoration:underline;}
	.mceContentBody	ol a:hover, 	.mceContentBody	ol a:visited:hover		{color:#333;text-decoration:underline;}


/* UL LI and OL LI ------------------------------------------------------------------------------------------------------ */	
.html_content ul li, .mceContentBody ul li, .html_content ol li, .mceContentBody ol li{
   margin:0px 0px 15px 50px;padding:0px 0px 0px 5px;
   list-style-position:outside;
   display:list-item;
}
.html_content ul li, .mceContentBody ul li{list-style-type:disc;}
.html_content ol li, .mceContentBody ol li{list-style-type:decimal;}

.html_content ul li b, .mceContentBody ul li b, .html_content ol li, .mceContentBody ol li b				{color:#333;}
.html_content ul li strong, .mceContentBody ul li strong, .html_content ol li, .mceContentBody ol li strong	{color:#333;}

/* TABLE TD --------------------------------------------------------------------------------------------------------------- */	

.program_tbl .odd, .program_tbl .off 				{background-color:#ededed;}
.performance_table .odd, .performance_table .off 	{background-color:#ededed;}
.plain_table .odd, .plain_table .off 	{background-color:#ededed;}



.html_content table, .mceContentBody table{
   margin:0px 0px 20px 0px;
}
	.html_content table th, .mceContentBody table th{
		font-size:15px;line-height:19px;color:#fff;font-weight:bold;
		background:#0066a3;
		padding:8px;margin:0px;
		vertical-align:top;
		border:1px solid #999;
		border-collapse:collapse;
		border-spacing:0px;
		
	}
	.html_content table td, .mceContentBody table td{
		font-size:15px;line-height:19px;color:#000;
		padding:8px;margin:0px;
		vertical-align:top;
		border:1px solid #999;
		border-collapse:collapse;
		border-spacing:0px;
		
	}


.program_tbl td, .performance_table td, .plain_table td {
	font-size:15px;line-height:19px;color:#666 !important;font-weight:normal !important;
	padding:8px;margin:0px;
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0px;
	border:none !important;
}









.html_content table td p, .mceContentBody table td p, .html_content table th p, .mceContentBody table th p{
  font-size:15px;line-height:18px;color:#000;
}

	.html_content	table td a:link, 	.html_content	table td a:visited			{color:#0066a3;text-decoration:underline;}
	.html_content	table td a:hover, 	.html_content	table td a:visited:hover	{color:#000;text-decoration:underline;}
	.mceContentBody	table td a:link,  	.mceContentBody	table td a:visited			{color:#0066a3 !important;text-decoration:underline;}
	.mceContentBody	table td a:hover, 	.mceContentBody	table td a:visited:hover	{color:#000;text-decoration:underline;}
	
	.html_content	table th a:link, 	.html_content	table th a:visited			{color:#fff;text-decoration:underline;}
	.html_content	table th a:hover, 	.html_content	table th a:visited:hover	{color:#000;text-decoration:underline;}
	.mceContentBody	table th a:link,  	.mceContentBody	table th a:visited			{color:#fff !important;text-decoration:underline;}
	.mceContentBody	table th a:hover, 	.mceContentBody	table th a:visited:hover	{color:#000;text-decoration:underline;}

.html_content table td img, .mceContentBody table td img{
   float:right;
   margin:0px 0px 10px 0px;
}


#right_2-columns .html_content table {margin:0px auto;}


/* ====================================================================================================  */
/*                                              FORM                                                     */
/* ===================================================================================================== */
.errorcopy {color:red !important;}


.html_content .commentblock {
	display:block;overflow:hidden;
	border-bottom:1px solid #bcbcbc;
}

#form_consultation_wrapper td, #form_consultation_wrapper th,
#form_feedback_wrapper td, #form_feedback_wrapper th,
#form_brochure_wrapper td, #form_brochure_wrapper th
{border:none !important}

.form_input_sf{display:none !important;}


.html_content textarea {
	width:300px;height:200px;
	display:block;overflow:hidden;
	font-size:14px;line-height:16px;font-weight:normal;color:#666 !important;
	border:1px solid #333;
	background-color:#ebebeb !important;
}

.html_content input[type=text] {
	width:300px;height:20px;
	display:block;overflow:hidden;
	font-size:14px;line-height:16px;font-weight:normal;color:#666 !important;
	border:1px solid #333;
	background-color:#ebebeb !important;
}
.html_content input[type=password] {
	width:300px;height:20px;
	display:block;overflow:hidden;
	font-size:14px;line-height:16px;font-weight:normal;color:#666 !important;
	border:1px solid #0066a3;
	background-color:#ccc !important;
}



.html_content input[type=submit] ,#sky_cta input[type=submit] {
	padding:10px 20px;margin:20px 0px 0px 0px;
	display:block;overflow:hidden;
	font-size:14px;line-height:16px;font-weight:bold;color:#fff !important;text-transform:uppercase;text-align:center;
	background-color:#0066a3 !important;
	border:none !important;
	cursor:pointer;
}
.html_content input[type=submit]:hover {background-color:#333 !important;}
#sky_cta input[type=submit]:hover {background-color:#333 !important;}

#float_form_button {
		margin-left: 30px !important;
	}



.html_content input[type=button] {
	padding:10px 20px;margin:20px 0px 0px 0px;
	display:block;overflow:hidden;
	font-size:14px;line-height:16px;font-weight:bold;color:#fff !important;text-transform:uppercase;text-align:center;
	background-color:#0066a3 !important;
	border:none !important;
	cursor:pointer;
	-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;
}
.html_content input[type=button]:hover {background-color:#333 !important;}




.soldout {
	color:#900;
	font-size:12px;
	font-weight:bold;
}


/* ==================================================================================================== */
/*                                        registerblock                                                 */
/*===================================================================================================== */
#registrationhome_container {
	display:block;overflow:hidden;
	width:680px;
	padding:20px;
	background-color:#0066a3;
	
}


#registerblock {
	width:580px;height:72px;
	display:block;overflow:hidden;
	background:url(/_assets/themes/register/img/home/register-block.gif) 0px 0px no-repeat;
	margin:20px auto 0px auto;
}
		#registerblock .copyarea{
			font-size:13px;line-height:16px;font-weight:bold;color:#0066a3;
			width:500px;height:40px;
			display:block;overflow:hidden;
			float:left;
			padding:10px 0px 0px 55px;
		}
		
		#registerblock .disclaimer{
			font-size:11px;line-height:11px;font-weight:normal;color:#0066a3;text-align:right;
			display:block;overflow:hidden;
			padding:5px 10px 0px 0px;
			width:570px;height:20px;
		}


#registerblock_ctas_wrapper {
	display:block;overflow:hidden;
	width:580px;
	margin:20px auto 0px auto;
}

#registerblock_ctas_wrapper .copyarea {
	font-size:16px;line-height:24px;font-weight:bold;color:#fff;
	width:580px;
	display:block;overflow:hidden;
	margin:0px auto 10px auto;
}

	#registerblock_ctas {
		display:block;overflow:hidden;
		width:580px;
	}
	
			#registerblock_ctas div img{
				margin:0px 0px 10px 0px;
			}
			#registerblock_ctas div{
				display:block;overflow:hidden;
				width:258px;
				font-size:16px;line-height:19px;font-weight:normal;color:#fff;
			}
			#registerblock_ctas div a:link,		#registerblock_ctas div a:visited		{color:#fff;text-decoration:none;}
			#registerblock_ctas div a:hover,	#registerblock_ctas div a:visited:hover	{color:#fff;text-decoration:underline;}



/* ==================================================================================================== */
/*                                        registerblock_footer                                          */
/*===================================================================================================== */
#registerblock_footer {
	display:block;overflow:hidden;
	/*width:720px;*/
	background-color:#fff;
	margin:25px 0px 0px 0px;
}	/*
	#registerblock_footer a:link,	#registerblock_footer a:visited			{color:#134bac;text-decoration:underline;}
	#registerblock_footer a:hover,	#registerblock_footer a:visited:hover	{color:#134bac;text-decoration:underline;}
	*/



/* ====================================================================================================  */
/*                                            BUTTON SET                                                 */
/* ===================================================================================================== */

#button_set1 {
	clear:both !important;
	display:block;overflow:hidden;
	width:720px;
}


#pkg_nav{
	width: 700px;
	overflow: hidden;	
}

#pkg_nav p{
	font-weight: bold;
}

#pkg_nav ul{
	/*width: 700px;*/
	/*width: 350px;*/
	width: 325px;
	float: left;
	display: block;
	text-decoration:none;
	margin: 0px !important;
}

#pkg_nav ul li{
	/*float: left;*/
	text-decoration:none;
	list-style-type:none; 
	background-color: #0066A3;
	color: #FFF;
	margin: 0px 10px 10px 20px !important;
	text-align: center;

}

#pkg_nav ul li span{
	height: 28px;
	/*margin: 20px;*/
}


	#pkg_nav ul li a:link,		#pkg_nav ul li a:visited		{color:#fff;text-decoration:none;}
	#pkg_nav ul li a:hover,	#pkg_nav ul li a:visited:hover	{color:#fff;text-decoration:underline;}



/*
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: nightly
* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
*
* Dual licensed under MIT or GPLv2 licenses
*   http://en.wikipedia.org/wiki/MIT_License
*   http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Thu Nov 24 10:05:52.0000000000 2011
*/

/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	z-index: 15000;
}

	/* Fluid class for determining actual width in IE */
	.ui-tooltip-fluid{
		display: block;
		visibility: hidden;
		position: static !important;
		float: left !important;
	}

	.ui-tooltip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;
		
		border-width: 1px;
		border-style: solid;
		
		text-align: left;
		word-wrap: break-word;
		overflow: hidden;
	}

	.ui-tooltip-titlebar{
		position: relative;
		min-height: 14px;
		padding: 5px 35px 5px 10px;
		overflow: hidden;
		
		border-width: 1px 1px 0;
		border-style: solid;

		font-weight: bold;
	}

	.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0px !important; }

		/*! Default close button class */
		.ui-tooltip-titlebar .ui-state-default{
			position: absolute;
			right: 4px;
			top: 50%;
			margin-top: -9px;

			cursor: pointer;
			outline: medium none;

			border-width: 1px;
			border-style: solid;
		}
		
		* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

		.ui-tooltip-titlebar .ui-icon,
		.ui-tooltip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
		}

		.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}

			.ui-tooltip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{

}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{
	
}


/*! Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content{
	border-color: #F1D031;
	background-color: #FFFFA3;
	color: #555;
}

	.ui-tooltip-default .ui-tooltip-titlebar{
		background-color: #FFEF93;
	}

	.ui-tooltip-default .ui-tooltip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
		border-color: #AAA;
		color: #111;
	}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.ui-tooltip .ui-tooltip-tip,
	.ui-tooltip .ui-tooltip-tip *{
		position: absolute;
		
		line-height: 0.1px !important;
		font-size: 0.1px !important;
		color: #123456;

		background: transparent;
		border: 0px dashed transparent;
	}
	
	.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }


/*! Light tooltip style */
.ui-tooltip-light .ui-tooltip-titlebar,
.ui-tooltip-light .ui-tooltip-content{
	border-color: #E2E2E2;
	color: #454545;
}

	.ui-tooltip-light .ui-tooltip-content{
		background-color: white;
	}

	.ui-tooltip-light .ui-tooltip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.ui-tooltip-dark .ui-tooltip-titlebar,
.ui-tooltip-dark .ui-tooltip-content{
	border-color: #303030;
	color: #f3f3f3;
}

	.ui-tooltip-dark .ui-tooltip-content{
		background-color: #505050;
	}

	.ui-tooltip-dark .ui-tooltip-titlebar{
		background-color: #404040;
	}

	.ui-tooltip-dark .ui-tooltip-icon{
		border-color: #444;
	}

	.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.ui-tooltip-cream .ui-tooltip-titlebar,
.ui-tooltip-cream .ui-tooltip-content{
	border-color: #F9E98E;
	color: #A27D35;
}

	.ui-tooltip-cream .ui-tooltip-content{
		background-color: #FBF7AA;
	}

	.ui-tooltip-cream .ui-tooltip-titlebar{
		background-color: #F0DE7D;
	}

	.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.ui-tooltip-red .ui-tooltip-titlebar,
.ui-tooltip-red .ui-tooltip-content{
	border-color: #D95252;
	color: #912323;
}

	.ui-tooltip-red .ui-tooltip-content{
		background-color: #F78B83;
	}

	.ui-tooltip-red .ui-tooltip-titlebar{
		background-color: #F06D65;
	}

	.ui-tooltip-red .ui-state-default .ui-tooltip-icon{
		background-position: -102px 0;
	}

	.ui-tooltip-red .ui-tooltip-icon{
		border-color: #D95252;
	}

	.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.ui-tooltip-green .ui-tooltip-titlebar,
.ui-tooltip-green .ui-tooltip-content{
	border-color: #90D93F;
	color: #3F6219;
}

	.ui-tooltip-green .ui-tooltip-content{
		background-color: #CAED9E;
	}

	.ui-tooltip-green .ui-tooltip-titlebar{
		background-color: #B0DE78;
	}

	.ui-tooltip-green .ui-state-default .ui-tooltip-icon{
		background-position: -42px 0;
	}
	
/*! Blue tooltip style */
.ui-tooltip-blue .ui-tooltip-titlebar,
.ui-tooltip-blue .ui-tooltip-content{
	/*border-color:#0065a3;
	color: #5E99BD;*/
}
	.homepage .ui-tooltip-blue .ui-tooltip-content		{border-color:#0065a3;}
	.nothomepage .ui-tooltip-blue .ui-tooltip-content	{border-color:#fff;}

	.ui-tooltip-blue .ui-tooltip-content{
		/*background-color: #0065a3;*/
	}
	.homepage .ui-tooltip-blue .ui-tooltip-content		{background-color:#0065a3;}
	.nothomepage .ui-tooltip-blue .ui-tooltip-content	{background-color:#fff;}	

	.ui-tooltip-blue .ui-tooltip-titlebar{
		background-color: #D0E9F5;
	}

	.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{
		background-position: -2px 0;
	}

/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+ */
.ui-tooltip-shadow{
/*
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
*/
	-webkit-box-shadow:4px 4px 7px rgba(0, 0, 0, 0.65);
	-moz-box-shadow:4px 4px 7px rgba(0, 0, 0, 0.65);
	box-shadow:4px 4px 7px rgba(0, 0, 0, 0.65);			
}

	.ui-tooltip-shadow .ui-tooltip-titlebar,
	.ui-tooltip-shadow .ui-tooltip-content{
		filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3);
		-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3)";

		_margin-bottom: -3px; /* IE6 */
		.margin-bottom: -3px; /* IE7 */
	}


/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-rounded .ui-tooltip-content,
.ui-tooltip-tipsy,
.ui-tooltip-tipsy .ui-tooltip-content,
.ui-tooltip-youtube,
.ui-tooltip-youtube .ui-tooltip-content{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.ui-tooltip-rounded .ui-tooltip-titlebar,
.ui-tooltip-tipsy .ui-tooltip-titlebar,
.ui-tooltip-youtube .ui-tooltip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.ui-tooltip-rounded .ui-tooltip-titlebar + .ui-tooltip-content,
.ui-tooltip-tipsy .ui-tooltip-titlebar + .ui-tooltip-content,
.ui-tooltip-youtube .ui-tooltip-titlebar + .ui-tooltip-content{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}


/*! Youtube tooltip style */
.ui-tooltip-youtube{
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}

	.ui-tooltip-youtube .ui-tooltip-titlebar,
	.ui-tooltip-youtube .ui-tooltip-content{
		_margin-bottom: 0; /* IE6 */
		.margin-bottom: 0; /* IE7 */

		background: transparent;
		background: rgba(0, 0, 0, 0.85);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";

		color: white;
		border-color: #CCCCCC;
	}

	.ui-tooltip-youtube .ui-tooltip-icon{
		border-color: #222;
	}

	.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.ui-tooltip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	
	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.ui-tooltip-jtools .ui-tooltip-titlebar{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.ui-tooltip-jtools .ui-tooltip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar,
	.ui-tooltip-jtools .ui-tooltip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.ui-tooltip-jtools .ui-tooltip-icon{
		border-color: #555;
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.ui-tooltip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}

	.ui-tooltip-cluetip .ui-tooltip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.ui-tooltip-cluetip .ui-tooltip-content{
		background-color: #D9D9C2;
		color: #111;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-icon{
		border-color: #808064;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.ui-tooltip-tipsy{
	border: 0;
}

	.ui-tooltip-tipsy .ui-tooltip-titlebar,
	.ui-tooltip-tipsy .ui-tooltip-content{
		_margin-bottom: 0; /* IE6 */
		.margin-bottom: 0; /* IE7 */

		background: transparent;
		background: rgba(0, 0, 0, .87);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
		
		color: white;
		border: 0px transparent;

		font-size: 11px;
		font-family: 'Lucida Grande', sans-serif;
		font-weight: bold;
		line-height: 16px;
		text-shadow: 0 1px black;
	}

	.ui-tooltip-tipsy .ui-tooltip-titlebar{
		padding: 6px 35px 0 10;
	}

	.ui-tooltip-tipsy .ui-tooltip-content{
		padding: 6px 10;
	}
	
	.ui-tooltip-tipsy .ui-tooltip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.ui-tooltip-tipped{

}
	
	.ui-tooltip-tipped .ui-tooltip-titlebar,
	.ui-tooltip-tipped .ui-tooltip-content{
		border: 3px solid #959FA9;

		filter: none; -ms-filter: none;
	}

	.ui-tooltip-tipped .ui-tooltip-titlebar{
		background: #3A79B8;
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";

		color: white;
		font-weight: normal;
		font-family: serif;

		border-bottom-width: 0;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	.ui-tooltip-tipped .ui-tooltip-content{
		background-color: #F9F9F9;
		color: #454545;

		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}

	.ui-tooltip-tipped .ui-tooltip-icon{
		border: 2px solid #285589;
		background: #285589;
	}
		
		.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}

/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{
	filter: none;
	-ms-filter: none;
}



/* ====================================================================================================  */
/*                                        IMG TOOLTIP                                                    */
/* ===================================================================================================== */
.imgtooltip {
	display:block;overflow:hidden;
	width:150px;
	font-size:13px;line-height:16px;font-weight:normal;text-align:center;
}
 .homepage .imgtooltip		{color:#fff;}
 .nothomepage .imgtooltip 	{color:#0065a3;}	

	.imgtooltip span{
		display:block;overflow:hidden;
		padding:15px 0px 10px 0px;
	}
		.homepage .imgtooltip span		{background:url(../../img/global/tooltip/line.gif) center center no-repeat;}	
		.nothomepage .imgtooltip span	{background:url(../../img/global/tooltip/line_blue.gif) center center no-repeat;}	
	
		.imgtooltip span a{
			display:block;overflow:hidden;
			width:50px;
			padding:0px 10px 0px 0px;
			font-size:15px;line-height:19px;font-weight:normal;text-transform:uppercase;
		}
		.homepage .imgtooltip span a		{background:url(../../img/global/tooltip/arrow.png) right center no-repeat !important;}	
		.nothomepage .imgtooltip span a		{background:url(../../img/global/tooltip/arrow_blue.png) right center no-repeat !important;}
		
		
			.homepage .imgtooltip span a:link,	
			.homepage .imgtooltip span a:visited			
			{color:#fff;}
			.homepage .imgtooltip span a:hover,	
			.homepage .imgtooltip span a:visited:hover	
			{color:#80B3D1;}
			
			.nothomepage .imgtooltip span a:link,	
			.nothomepage .imgtooltip span a:visited			
			{color:#0065a3;}
			.nothomepage .imgtooltip span a:hover,	
			.nothomepage .imgtooltip span a:visited:hover	
			{color:#80B3D1;}
			
			
		
			.imgtooltip_boys 	{float:left;}
			.imgtooltip_girls 	{float:right;}	
			

		
		


