@charset "UTF-8";
/* CSS Document */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/*
http://developer.yahoo.com/yui/build/reset/reset.css
END OF YAHOO RESET CSS
*/


ul li ul, ul li ul li, ul li ul li a {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/*
////////////////////////////////////////////////////////////////////////////////

Standard Elements

*/
BODY {
	width: 100%;
	height: 100%;
	background: url(/components/img/bg.jpg) repeat-x #0d0f4f;
	/*color: #000;*/
	color: #6e6e6e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0;
}

A {
	color: #619efa;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #4483e1;
}

FORM {
	margin: 0;
	padding: 0;
}

H1 {
	text-transform: uppercase;
	font-size: 3.6em;
	color: #fff;
	padding: 36px 0 16px 20px;
	float: left;
}

H2 {
	text-transform: uppercase;
	font-size: 3.2em;
}
H3 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #ffee00;
}
H4 {
	
	text-transform: uppercase;
	font-size: 2em;

}

/* non SIFR H elements */
H5 {
}
H6 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* Scaling for IE7 */
img {-ms-interpolation-mode:bicubic;}


/*
////////////////////////////////////////////////////////////////////////////////

FORM ELEMENTS

*/

INPUT {
	color:#959595;
	font-weight: bold;
	font-size: 1.4em;
}
INPUT.submit {
	background: #619efa;
	border: none;
	color: #192774;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 6px 2px 6px;
}
INPUT.submit:hover {
	background: #4483e1;
	color: #fff;
}

INPUT.contact  {
	font-size: 1em;
	color: #959595;
	font-weight: bold;
        margin:  5px 5px 0px 0px;
}


/*
////////////////////////////////////////////////////////////////////////////////

Global Page Containers

*/

#luna_background {
	background: url(/components/img/global_header.jpg) no-repeat top;
	z-index: 0;
	width: 100%;
	height: 196px;
	min-width: 975px;
}
#tlc_logo {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-top: 6px;
	text-align: center;
	_margin: 0 auto;
	_text-align: left;
}
/*IE7 HACK*/
*+html #tlc_logo {
	margin: 0 auto;
	text-align: left;
}
#luna_container {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	padding-bottom: 100px;
}
#luna_content {
	margin: 0 auto;
	width: 975px;
}


/*
above the main nav
*/
#header {
	position: relative;
	width: 100%;
	height: 97px;
}

/* 
member login/logged-in functions 
*/
#member_functions {
	position: relative;
	float: left;
	width: 342px;
	height: 97px;
}
#member_functions #trigger {
	font-size: 1.2em;
	position: absolute;
	bottom: 0;
	margin-bottom: 8px;
}
#member_functions A {
	font-weight: bold;
}

/*
search area
*/
#search {
	position: relative;
	float: right;
	text-align: right;
	width: 342px;
	height: 97px;
	z-index: 2;
}
#search FORM {
	position: absolute;
	right: 0;
	bottom: 0;
}
#search FORM INPUT {
	margin: 0 0 5px 0;
}
#search FORM IMG {
	vertical-align: bottom;
	margin-bottom: 5px;
}

/*
main nav
*/
#nav_container {
	width:975px;
	height:31px;
	border-bottom: 2px solid #0e0e40;
}



/*
footer links
*/
#footer_links {
	font-size: 1.2em;
	clear: both;
	margin: 55px 0;
	color: #585974;
	line-height: 160%;
}
#footer_links .divider {
	padding: 0 4px;
	font-size: .8em;
}

/*
////////////////////////////////////////////////////////////////////////////////

SUBNAVIGATION (shared between pro and local teams)

*/

#subnav_container {
	position: relative;
	font-size: 1.2em;
	color: #d23480;
	background: url(/components/img/subnav_bg.gif) repeat-x #0b0d2b;
	padding: 8px 0 8px 10px;
	z-index: 9;
}
#subnav_container A {
	font-weight: bold;
	color: #fff;
}
#subnav_container A:hover {
	color: #7c81ae;
}
#subnav_container A.selected {
	color: #4d5699;
}
#subnav_container .divider {
	padding: 0 5px;
}
/*  change region overlay  */
#subnav_container #change_region_background {
	z-index: 10;
	background: url(/components/img/subnav_change_region.png) no-repeat;
	position: absolute;
	top: 2px;
	right: 0;
	width: 148px;
	height: 26px;
}
#subnav_container #change_region_background_over {
	z-index: 11;
	background: url(/components/img/subnav_change_region_over.png) no-repeat;
	position: absolute;
	top: 1px;
	right: 0;
	width: 645px;
	height: 27px;
	display: none;
}
#subnav_container #change_region {
	z-index: 12;
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	width: 148px;
	top: 2px;
	right: 0;
	padding: 5px 0 8px 0;
}


/*
////////////////////////////////////////////////////////////////////////////////

SHARED STYLES

*/
.header_link {
	text-align: right;
	font-size:1.1em;
	padding:0 0 1em 0;
	font-weight: bold;
}
.header_notes {
	font-size: 1.3em;
	color: #fff;
	clear: both;
	margin: 0 0 10px 20px; 
}

#main_content {
	background: url(/components/img/header_bg_below_nav.jpg) #161678 no-repeat;
	padding-bottom: 20px;
}
.content_table {
	clear: both;
	margin: 10px 0 0 0;
}
.content_table .pagination {
	margin: 10px 0 0 20px;
	font-size: 1.2em;
}
.primary_box {
	width: 100%;
	padding-bottom: 18px;
	font-size: 1.2em;
	position: relative;
	z-index: 1;
}
.primary_box.background {
	background: #d7d7dc;
	padding-top: 18px;
	position: relative;
	z-index: 1;
}

.primary_box.backgroundSpecial {
	padding-top: 18px;
	background: url(/components/img/primary_box_special_bg.jpg) repeat-x #d7d7dc;
	background-position:top;
	position: relative;
	z-index: 1;
}
.primary_box.backgroundSpecial .box_title {
	margin: 0 0 10px 20px;
	font-size: 2.0em;
	color: #ac2f6b;
}

.primary_box.background .box_title {
	margin: 0 0 10px 20px;
	font-size: 2.0em;
	color: #a6185d;
}
.primary_box.background .box_subtitle {
	margin: 0 0 15px 20px;
	color: #6e6e6e;
}
#main_content .primary_box .blog_box {
	background: #fff;
	padding: 10px 20px 20px 20px;
	margin: 0 20px 15px 20px;
	position: relative;
	z-index: 1;
}
#main_content .primary_box .blog_box IMG {
	float:left;
	padding: 0px 15px 15px 0px;
	max-width:550px;
	width: expression(this.width > 550 ? 550: true);
	height:auto;	
	position: relative;
	z-index: 2;
}


#main_content .primary_box .event_day {

}


/* 
////////////////////////////////////////////////////////////////////////////////
BLOG LISTINGS

*/
.blog_box A {
	font-weight: bold;
}
.blog_box .team_name {
	margin: 16px 0 6px 0;
	font-weight: bold;
	font-size: .9em;
	color: #a6185d;
}

.blog_box .title {
	margin: 10px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.9em;
	color: #1e2272;
}
.blog_box .body {
	color: #6e6e6e;
	font-size: 1.1em;
	line-height: 150%;
}
.blog_box .body IMG {
	float:left;
	vspace: 5px;
	padding: 0px 15px 15px 0px;
}
.blog_box .body P {
	padding-bottom: 15px;
}
.blog_box .tags {
    clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #6e6e6e;
	font-size:1.1em;
}
.blog_box .tagsRed {
	margin-top: 10px;
	margin-bottom: 15px;
   color: #ac2f6b;
	font-size: 0.9em;
}
.blog_box .tags A {
	font-weight: bold;
	color: #619efa;
}
.blog_box .tags A:hover {
	font-weight: bold;
	color: #4483e1;
}
.blog_box .divider {
	border-top: 1px solid #c1c1c1;
	padding-bottom: 5px;
}
.blog_box .sticker {
	position: absolute;
	top: 0;
	left: 20px;
}

.blog_box .blog_image {
	float:left;
	padding: 0 px 15px 10px 0px;
	position: relative;
	z-index: 1;
}
.resize {
    max-width: 300px;
    width: expression(this.width > 300 ? 300: true);
    height : auto;
}

/*

RIGHT COLUMN FOR LISTINGS

*/
.secondary_box {
	   margin-bottom: 15px;
	padding-right: 20px;
	color: #fff;
	font-size: 1.2em;
	line-height: 150%;

}
.secondary_box A {
	font-weight: bold;
}
.secondary_box H5 {
	font-size: 1.5em;
	color: #FFF;
}
.secondary_box H6 {
	
}
.secondary_box .bg_box {
  
	background: #0f1049;
}
.secondary_box .bg_box2 {

    margin-left: 15px;
	background: #0f1049;
}
.secondary_box .content {
	line-height: 150%;
	padding: 20px 22px 20px 25px;
}
.older .summary {
	/*margin: 5px 0px 5px 0;*/
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	line-height: 150%;
	color: #e0e0e5;
}
.older .summary A {
	font-weight: normal;
	color: #fff;
}
.older .summary A:hover {
	font-weight: normal;
	color: #ccc;
}
.older .author {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #619efa;
	letter-spacing: 0;
	white-space: nowrap;
}
.secondary_box .header_date {
	color: #d23480;
	font-weight: bold;
}
.secondary_box .productHighlight {
	margin-top: 15px;
	margin-bottom: 15px;
}
.older .divider {
	margin: 8px 0px 8px 0px;
	border-top: 1px solid #3137a3;
	width: 100%;
}
.secondary_box .cloud {
	margin-top: 10px;
	font-size: 0.9em;
	line-height: 150%;
	font-weight: normal;

}
.secondary_box .content UL {
	margin: 15px 0px 0px 12px;
}
.secondary_box .content LI {
	line-height: 150%;
	font-size: 0.9em;
}
.secondary_box .vert_spacer {	
	margin: 33px;
}
.secondary_box .vert_pad{	
	margin: 12px;
}

/*
rounded side boxes in pinkish colors
*/
.sideCurvedTop {
	background: url(/components/img/curved_sidebox_top.png) no-repeat;
	width: 225px;
	height: 6px;
	margin-top: 6px;
}
.sideCurvedMiddle {
	background: url(/components/img/mini_calendar_bg.gif) repeat-y;
}
.sideCurvedBottom {
	background: url(/components/img/curved_sidebox_bottom.png) no-repeat;
	width: 225px;
	height: 6px;
	margin-bottom: 15px;
	margin-top:-3px;
}

.secondary_box .bg_box .container {
	margin: 0 0 0 14px;

}

.secondary_box .bg_box .container2 {
	margin: 0 0 0 0px;
	
	padding: 0px 10px 0px 25px;
}
.secondary_box .filterset {
	background: #a6185d;
	width: 215px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 0 4px 10px;
	margin-top: 5px;
}
.secondary_box .headline {
	padding-top: 5px;
		padding-left: 5px;
	
}
.secondary_box .filterset.top {
	padding-top: 2px;
	margin-top: 0;
}
.secondary_box .filters {
	width: 219px;
	margin: 0 0 0 3px;
}
.secondary_box .filters A {
	font-size: 0.9em;
	color: #fff;
	display: block;
	line-height: 200%;
	text-decoration: none;
	padding-left: 13px;
}
.secondary_box .filters A:hover {
	background: #df4790 url(/components/img/arrow_icon.gif) no-repeat;
	background-position: 5px 7px;
}






/*
/////////////////////
MINICALENDAR STYLES

*/
.miniCalendar TD {
	font-size: 0.9em;
	padding-left: 2px;
}
.miniCalendar_container {
	width: 225px;
	font-size: 1.2em;
	clear: both;
	display: block;
}
.miniCalendar {
	clear: both;
	width: 214px;
	margin: 3px 0 0 4px;
}
/*
HEADER info
*/
.miniCalendar_header {
	background:#a6185d;
	padding-bottom: 5px;
}

.miniCalendar_header .left,
.miniCalendar_header .right {
	text-align: center;
}

.miniCalendar_header .month {
	text-align: center;
}

.miniCalendar_header .month a {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
}

/*
DAY LABELS
*/
.calendarDayHeading {
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
	border-right: #df4790 solid 1px;
}
/*
DAY Cells
*/
.calendarCell, .calendarToday, .calendarBlank {
	padding: 0 2px 5px 2px;
	border-right: #df4790 solid 1px;
}
.calendarToday {
	color: #430926;
	font-weight: bold;
}
.calendarBlank {
	color: #ff83bf;
}
.calendarCell {
	color: #fff;
}
/*
ACTIVE Cells
*/
.active {	
	margin: 0px;
}
.active A {
	margin: 0px;
	font-weight: normal;
	color: #fff;
}
.activeCell {
	background: #df4790;
	border: #ff83bf solid 1px;
}








/*
RSS images/links
*/
.rss_feed {
	margin-top: 15px;
}
.rss_feed P {
	margin: 0px 0px 5px 10px;
	clear: both;
}
.rss_feed IMG {
	float: left;
	margin-right: 10px;
}
.rss_feed A {
	font-size: 0.9em;
	line-height: 170%;
}


/* 
////////////////////////////////////////////////////////////////////////////////
FEATURED ITEMS callouts

*/
/*
ATHLETE/TEAM
*/
.featured_athlete .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 0px;
}
.featured_athlete .subtitle {
	font-weight: bold;
	font-size: 1.1em;
	color: #619efa;
}
.featured_athlete IMG {
	float: left;
}
.featured_athlete .content {
	margin: 5px 0;
	line-height: 150%;
	font-size: 1.2em;
	color: #fff;
}
.featured_athlete .content P {
	margin-bottom: 10px;
}
.featured_athlete .link {
	font-size: 1.2em;
}
.featured_athlete A {
	font-weight: bold;
	color: #619efa;
}
.featured_athlete A:hover {
	font-weight: bold;
	color: #4483E1;
}
/*
SPONSORS
*/
.featured_sponsors {
	min-height: 100px;
	padding: 16px 0px 16px 16px;
}
.featured_sponsors .logos {
	clear: both;
	text-align: center;
	width: 90%;
	/*padding-top: 10px;*/
	top: 10px;
}
.featured_sponsors .logos IMG {
	max-width: 150px;
	width: expression(this.width > 150 ? 150: true);
	height: auto;
	vertical-align:middle;
}
/*
PRODUCT HIGHLIGHT
*/
.product_highlight {
	padding: 16px;
	border-bottom: 2px solid #11124a;
}
.product_highlight img {
	/*margin: 0 auto;*/
	margin:15px 0 15px 0;
}
.product_highlight p{
	line-height: 150%;
	font-size: 1.1em;
	color: #fff;
}
.product_highlight a{
	font-weight: bold;
	color: #619efa;
}
.product_highlight a:hover{
	font-weight: bold;
	color: #4483E1;
}



/* 
////////////////////////////////////////////////////////////////////////////////
NEWS highlights boxes

*/
.news_box {
	padding: 7px 0 0 0;
	background: #fff;
}
.news_box H2 {
	color: #aeb974;
	margin: 10px 0px 0px 25px;
}
.news_container {
	background-color: #ffffff;
	width: 615px;
}
.news_box .news_container {
	width: 630px;
}
.news_container .divider {
	clear: both;
	/*border-top: 10px solid #fff;*/
	border-bottom: 1px solid #c1c1c1;
	/*background: #c1c1c1;*/
	height: 1px;
	width: 100%;
}
.news_container .content {
	position: relative;
	left: 28px;
	width: 575px;
}
.news_container .content .title {
	margin: 4px 0 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.5em;
	text-align: left;
	color: #1e2272;
	line-height: 150%;
}
.news_container .content .author {
	margin-top: 6px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	text-align: left;
	color: #67699c;
}
.news_post {
	font-size: 1.3em;
	color: #6e6e6e;
	line-height:150%;
}
.news_post P {
	line-height: 135%;
}
.news_post_details {
	position: relative;
	top: 23px;
}
.news_post IMG {
	margin-right: 15px;
	margin-bottom: 15px;
	max-width:250px;
	width: expression(this.width > 250 ? 250: true);
	height:auto;
	float: left;
}
.news_post .team {
	font-weight: bold;
	color: #a6185d;
	font-size: .9em;
	margin-top: 10px;
	margin-bottom: 4px;
}
.news_post .tags {
    clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #6e6e6e;
	font-size: 1 em;
}
.news_post .tags A {
	font-weight: bold;
	color: #619efa;
}
.news_post .tags A:hover {
	font-weight: bold;
	color: #4483e1;
}
.news_more {
	clear: both;
	position: relative;
}
.news_more .label {	
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	text-align: left;
	color: #a5a5a5;
	letter-spacing: 0.1em;
}
.news_more .title {
	padding: 8px 6px 6px 13px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8em !important;
	line-height: 150%;
	color: #1e2272;
}
.news_more .team {	
	padding: 10px 0px 0px 13px;
	font-weight: bold;
	color: #a6185d;
	font-size: 1.1em;
}
.news_more .author {
	padding: 0 0px 16px 13px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	text-align: left;
	color: #67699c;	
}
.news_container .more_link {
	position: relative;
	text-align: right;
	margin: 20px 0;
	font-weight: bold;
	font-size: 1.2em;
}
.news_container .more_link A {
	color: #619efa;
}
.news_container .more_link A:hover {
	color: #4483E1;
}
.news_more TABLE {
	background-color: #edf0db;
	width: 100%;
}
.news_cell_spacer {
	border-right: 3px solid #ffffff;
}



/* 
////////////////////////////////////////////////////////////////////////////////
EVENTS highlights boxes

*/
.events_box {
	/*background: url(/components/img/events_box_background.gif) #8d315d repeat-y;*/
	background-color:#a6185d;
	padding:10px 0 0 0;
}
.events_box H2 {
	color: #FFFFFF;
	margin: 10px 0 10px 25px; 
}
.eventsContainer {
	width: 324px;
	margin-left: 21px;
	font-size: 1.2em;
}
.eventsContainer .event {
	border: 1px solid #d23480;
	background-color: #d23480;
	margin-bottom: 3px;
	width: 280px;
	float: left;
	padding:10px;
}
.eventsContainer .event:hover {
	border: solid 1px #ff6cb3;
}
/*  DATE box */
.eventsContainer .date {
	position: relative;
	float: left;
	display: inline;
	/*margin: 12px;*/
	margin-right:12px;
	padding: 0;
	width: 57px;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
}
.eventsContainer .month {
	background-color: #aeb974;
	height: 20px;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 150%; 
}
.eventsContainer .day {
	background-color: #FFFFFF;
	height: 37px;
	font-size: 23pt;
	color: #51548d;
	
}
/*  EVENT DETAILS box */
.eventDetails {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	display: inline;
	text-align: left;
	margin-right: 5px;
	width: 205px;
	/*padding-bottom: 8px;*/
}

.eventDetails .team {
	margin-bottom:2px;
	font-size: 0.95em;
	text-align: left;
	color: #FFFFFF;
}
.eventDetails .team IMG {
	padding-left: 5px;
	border: none;
	vertical-align: text-bottom;
}
.eventDetails .title {
	/*margin-top: 3px;*/
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", serif;
	text-align: left;
	color: #dee5b7;	
	font-weight: normal;
}
.eventDetails .description {
	margin-top: 3px;
	font-weight: normal;
	color: #c2cd89;
}

/*  BOTTOM NAVIGATION ELEMENTS */
.bottomNav {
	clear:both;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 0;
	margin-right: 22px;
}
.bottomNav A {
	color: #fff;
}
.leftarrow {
	float: left;
	margin-top: 2px;
	margin-left: 15px;
}
.rightarrow {
	float:right;
	margin-top: 2px;
	margin-right: 15px;
}





/*
pagination

/*  pagination  NEXT PREV*/
.pagination .simple {
	margin: 0px 0 5px 0px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.0em;
}



.pagination {
color: #6e6e6e;
margin: 10px 20px 10px 20px;


}
.rightPrev{
  position: relative;
bottom: 10px;
  float: right;
}
 .rightNext{
  position: relative;
  padding-left: 15px;
bottom: 10px;
   float: right;
}





/*
list of team galleries
*/
#team_gallery_list {
	clear: both;
	margin-top: 10px;
	background: #11125f;
	padding-bottom: 50px;
}
#team_gallery_list H3 {
	margin-left: 25px;
	padding: 20px 0 15px 0;
	font-size: 1.6em;
	color: #e03b8a;
}
#team_gallery_list TD {
	padding-left: 45px;
	font-size: 1.1em;
	line-height: 170%;
}




/*
////////////////////////////////////////////////////////////////////////////////

FOOTER BLOG HIGHLIGHTS

*/

.footer_highlights {
	clear: both;
	font-size: 1.1em;
	margin: 35px 0;
}
.footer_highlights .divider {
	clear: both;
	border-bottom: 1px solid #444d9e;
	height: 1px;
	overflow: hidden;
}
.footer_highlights .divider.bottom {
	border-bottom: none;
	border-top: 1px solid #444d9e;
}
.footer_highlights .label {
	color: #a5a5a5;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
}
.footer_highlights .team {
	color: #e03b8a;
	font-weight: bold;
	margin: 20px 0 5px 0;
}
.footer_highlights .title {
	margin-bottom: 10px;
}
.footer_highlights .title a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	color: #fff;
}
.footer_highlights .author {
	font-family: Georgia, "Times New Roman", serif;
	color: #67699c;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.footer_highlights .highlight {
	border-left: 1px solid #444d9e;
}
.footer_highlights .highlight.first {
	border-left: none;
}
.footer_highlights .highlight DIV {
	margin-left: 25px;
	width: 85%;
}






/*
////////////////////////////////////////////////////////////////////////////////

GENERIC / SEMI-GENERIC Styles

*/
.float_left {
	float: left;
	display: inline;
}
.float_right {
	float: right;
	display: inline;
}
.float_link_h2, .float_link_h3 {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}
.float_link_h2 {
	margin: 1.7em 0 0 2em;
}
.float_link_h3 {
	margin: .3em 0 0 .8em;
}
.author {
	font-family: Georgia, "Times New Roman", serif;
	color: #67699c;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
IMG.featured {
	margin: 0px 13px 0px 0px;
	border: 3px solid #11124a;
}

INPUT.luna_list {
	margin-top: 7px;
}


.offwhite {
 color: #fffcdd;
}

/*   One-Offs  */
.nbs {
	white-space: nowrap;
}
.no_padding_bottom {
	padding-bottom: 0 !important;
}
.padded_20 {
	padding: 15px 22px 10px 2px;
	
	
}
.padded_vertical {
	padding-top: 10px;
	padding-bottom: 10px;
}
.filter {
	color: #3db3ff;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.title A {
	font-weight: normal;
	color: #1e2272;
}
.title A:hover {
	font-weight: normal;
	color: #4d5699;
}

/*
////////////////////////////////////////////////////////////////////////////////
---------TERMS OF USE  / CONTACT / MEDIA
*/

.topRight {float:right;}

.term_padding {
        padding: 28px 52px 60px 30px;
	margin: 0 22px 22px 22px;
	background: #fff;
}

.terms_box {
       position: relative;
	background: #fff;
	 font-size: 1.2em;
}

.terms_headline {
	font-weight: bold;
	font-size: 1.4em;
	color: #6e6e6e;
}

.terms_box .termstext {
	 line-height: 150%;
	 color: #6e6e6e;
}

.terms_box .red{
  padding: 20px 0px;
   color: #ac2f6b;
   font-weight: bold;
}
.red_bold {
  color: #ac2f6b;
   font-weight: bold;
}
.contact_box {
    position: relative;
	left: 22px;
	width: 934px;
	margin-bottom: 22px;    
	background: #fff;	
}
.contact_box .text {
	 padding: 22px 42px 40px 34px;
     width: 360px;
     font-size: 1.2em;
	 line-height:150%;
	 color: #6e6e6e;
}
.contact_box .contact_table {
	padding: 28px 42px 40px 30px;
	color: #fff;
	background: url(/components/img/bcf_blue_bg.gif) repeat-y #101150;
	width: 574px;
}
.contact_box .contact_table ol {
	float: left;
	padding:  20px 0px 0px 20px;
	width: 15em; /* width is changed */
	margin: 0;
	line-height: 1.8em;
	list-style: none; 
	 font-size:1.1em;
}

 
.terms_box .media {
     padding:  0px 0px 60px 25px;
      font-weight: bold;
	width: 295px;
}

.terms_box .divider {
	margin: 16px 0px 10px 0px;
	border-left: 1px solid #d7d7dc;
	height: 100%;
}

/* MEDIA */
#media_72157615985453794 {
	margin-top: 5px;
	width: 295px;
	background-color: #ededf0;
	border: 1px solid #e0e0e6;
	min-height: 95px;
}

#media_72157615985453794 a {
	cursor: pointer;
	font-weight: normal;
}

#media_72157615985453794 img {
	border: 2px solid #ffffff;
	float: left;
	margin: 10px;
}

#media_72157615985453794 .box .info {
	color: #6e6e6e;
	float: left;
	font-size: 1.1em;
	margin: 10px 0;
	width: 165px;
}

#media_72157615985453794 .box .info .title {
	color: #1e2272;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.4em;
	margin-bottom: 4px;
}

#team_athlete_photo {
	max-width: 600px;
	width: expression(this.width > 600 ? 600: true);
}