/* 2010 Subpage CSS Rules

	Colors & Layout Override
		Handles tour specific colors and layout overrides
		Not in global.css as the rules here would mess up existing layout on legacy pages.
		Shared structure should be maintained in /.element/css/5.0/global/subpage.css

*/
#tourMainPlusRail {
	background-color: #DAE7F0;
	border: 1px solid #35C0EB;
}

#tourFullContent {
	background-color: #ffffff;
	border-right: 1px solid #ACD3F2;
}

/* Generic 2010 T1 */
.tourT1DescriptonBox { background: #050e1b none; }
#tourTournT1Box .tourT1DescriptonText { color: #dadada; }

#tourTournT1Box .tourT1DescriptonText h1, #tourTournT1Box .tourT1DescriptonText h1 a { color: #dadada; }
.tourTournT1Box, #tourTournT1Box .tourT1DescriptonText p a { color: #3CB2E4 !important; }
#tourTournT1Box .tourT1DescriptonText ul li a { color: #3CB2E4 !important; }

/* Right Rail (This may be best to put into a tournament.css file) */
#tourTournRRButLinks { margin-bottom: 10px; }
#tourTournRRButLinks ul { list-style: none; }
#tourTournRRButLinks ul li {
	float: left;
	padding-right: 7px;
}
#tourTournRRButLinks ul li.last { padding-right: 0px; }

#tourTournSocialBar {
	background: #86a4ba none;
	border: 1px solid #fff;
	border-width: 1px 0;
	margin-bottom: 10px;
}

#tourTournSocialBar ul { list-style: none; }
#tourTournSocialBar ul li {
	float: left;
	padding: 5px 9px 5px 0px;
}
#tourTournSocialBar ul li.first { padding: 10px 10px 10px 7px ; }

#tourTournPartners ul { list-style: none; }
#tourTournPartners ul li {
	text-align: center;
	margin-bottom: 20px;
}
#tourTournPartners ul li.first {
	margin-top: 24px;
}

#tourTournExtraModules ul { list-style: none; }
#tourTournExtraModules ul li { float: left; }
#tourTournExtraModules ul li.first { padding-right: 10px; }

.bmwChampionshipUsa {color:#ffffff; padding-left:75px; font-weight:bold;font-size:12px;}
