﻿/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* -=-=-=- DOCUMENT STYLES -=-=-=- */
html
{
	height: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../../Images/PageLayout/BRSAWindowBackground.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment: fixed;
	height: 100%;
}

html>body { min-height:100%; height:auto; }


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=- PAGE LAYOUT STYLES -=-=- */
#MainDocumentContainer { width: 942px; margin: 0px auto 0px auto; }
#MainDocumentContainer_Small { width: 776px; margin: 0px auto 0px auto; }

#TopBannerContainer { border-top: solid 1px White; }

/* top, line-through menu bar */
#SecondaryNavigationTbl { width: 942px; height: 25px; margin: 43px 0px 0px 0px; }
#SecondaryNavigationTbl .LinkCell {	text-align: center; }
#SecondaryNavigationTbl .LinkCell A:link, #SecondaryNavigationTbl .LinkCell A:visited {	padding-left: 3px; padding-right: 3px; background-color: White;	font-size: 12px; font-weight: bold;	text-decoration: none; color: #800000; }
#SecondaryNavigationTbl .LinkCell A:hover {	color: Blue; }

/* larger, horizontal menu above banner area */
#PrimaryNavigationTbl {	height: 25px; margin-top: 3px; }
#PrimaryNavigationTbl TD { padding-left: 15px; }
#PrimaryNavigationTbl TD IMG { margin-right: 4px; }
#PrimaryNavigationTbl TD A:link, #PrimaryNavigationTbl TD A:visited { font-family: Verdana; font-size: 14px; font-weight: bold; text-decoration: none;	color: Black; }
#PrimaryNavigationTbl TD A:hover { color: Blue; }


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-    COLUMN STYLES   -=-=- */
.SingleColumnContent { width: 942px; margin: 0px; padding: 0px; float: left; }

.TwoColumn_LeftEmphasis_Left { width: 777px; margin: 0px; padding: 0px;	float: left; }
.TwoColumn_LeftEmphasis_Right {	width: 165px; margin: 0px; padding: 0px; float: right; }

.TwoColumn_LeftEmphasis_TabArea { width: 942px; margin: 0px; padding: 0px; }
.TwoColumn_LeftMainContent_Left { width: 700px;	margin: 0px; padding: 0px; float: left; }
.TwoColumn_LeftMainContent_Right { width: 242px; margin: 0px; padding: 0px;	float: right; }

.TwoColumn_Symmetric_TabArea { width: 942px; margin: 0px; padding: 0px; }
.TwoColumn_Symmetric_Left { width: 471px; margin: 0px; padding: 0px; float: left; }
.TwoColumn_Symmetric_Right { width: 471px; margin: 0px; padding: 0px; float: right; }

.TwoColumn_RightMainContent_TabArea { width: 942px; margin: 0px; padding: 0px; }
.TwoColumn_RightMainContent_Left { width: 310px; margin: 0px; padding: 0px; float: left; }
.TwoColumn_RightMainContent_Right { width: 632px; margin: 0px; padding: 0px; float: right; }

.TournamentIdentity_LeftMainContent_TabArea { width: 776px; margin: 0px; padding: 0px; }
.TournamentIdentity_SingleColumn_Content { width: 776px; margin: 0px; padding: 0px; }
.TournamentIdentity_LeftMainContent_Left { width: 546px; margin: 0px; padding: 0px; float: left; }
.TournamentIdentity_LeftMainContent_Right { width: 230px; margin: 0px; padding: 0px; float: right; }


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=- PANEL THEME STYLES   -=-=- */
.WhiteShadowedBoxContainer { width: 165px; margin: 5px 0px 3px 0px; }
.WhiteShadowedBoxContainer .WhiteShadowedBoxTitle {	width: 165px; height: 19px;	margin: 0px; padding-top: 4px; text-align: center; font-family: Verdana; font-size: 13px; font-weight: normal; color: #800000; background-image: url(../../Images/ModuleContainers/WhiteShadowedBox/TitleBackground.jpg); }
.WhiteShadowedBoxContainer .WhiteShadowedBoxBodyElement { margin: 0px; background-image: url(../../Images/ModuleContainers/WhiteShadowedBox/BodyBackground.jpg); padding-left: 10px; padding-right: 10px; text-align: center; }
.WhiteShadowedBoxContainer .WhiteShadowedBoxFooterElement {	width: 165px; height: 18px;	margin: 0px; background-image: url(../../Images/ModuleContainers/WhiteShadowedBox/FooterBackground.jpg); }


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-    MODULE STYLES   -=-=- */
div.BRSATabStrip { z-index: 10; position: relative;	margin-left: 8px; margin-top: 10px; }
.BRSATabStripBottomBorder { z-index: 9; width: 100%;	height: 2px; position: relative; margin-top: -2px; border-top: solid 1px Silver; }

.LoginControlLink:link,.LoginControlLink:visited { font-size: 10px; color: Blue; text-decoration: none; }
.LoginControlLink:hover { color: Red; text-decoration: underline; }

.ControlsAdminToolbar {	width: 100%; padding-top: 10px;	text-align: right; }

.BreadcrumbsPanel { margin-left: 20px; margin-bottom: 10px; }
.BreadcrumbsPanel IMG { margin-right: 3px; }
.BreadcrumbsPanel A:link,.BreadcrumbsPanel A:visited { font-family: Garamond; font-size: 14px; font-weight: bold; text-decoration: none; color: Black; }
.BreadcrumbsPanel A:hover { color: Blue; }

.NewsItemContainer { width: 520px; padding-left: 10px; margin-top: 10px; }
.NewsItemContainer .NewsItemHeadline, .ContactsTitle { font-size: 14px;	font-weight: bold; color: #000080; text-align: left; }
.NewsItemContainer .NewsItemAttribution { font-size: 11px; font-style: italic; color: #3e362f; text-align: left; }
.NewsItemContainer .NewsItemContent { font-size: 12px; font-weight: normal;	color: Black; text-align: left; }
.NewsItemContainer .NewsItemContent A.ReadMoreLink:link, .NewsItemContainer .NewsItemContent A.ReadMoreLink:visited { color: Blue; text-decoration: none; }
.NewsItemContainer .NewsItemContent A.ReadMoreLink:hover { color: Red; }
.NewsItemContainer .NewsIconCell { width: 140px; }
.NewsItemContainer .NewsBodyCell { padding-top: 4px; }
.NewsItemContainer .NewsItemIcon { margin-top: 5px;	margin-right: 5px; margin-bottom: 3px; width: 133px; height: 94px; background-image: url(../../Images/ServerControlImages/NewsItemIconContainer.jpg); }
.NewsItemContainer .NewsItemIcon IMG { margin-top: 1px;	margin-left: 1px; }
.NewsItemContainer .NewsItemActionsToolbar { margin-bottom: 3px; margin-right: 4px; }
.NoNewsItemsFound {	font-size: 13px; font-style: italic; color: #008000; padding-left: 25px; }
.NewsItemAdminToolbar {	width: 26px; height: 26px; float: right; padding: 0px; margin-right: 10px; }
.NewsItemAdminToolbar A { margin: 0px; }

.LinksAndDocumentsModule { padding-left: 10px; }
.LinksAndDocumentsModule .LinksAndDocumentsItemContainer { margin-top: 3px; }
.LinksAndDocumentsModule .LinksAndDocumentsItemContainer IMG { top: 3px; position: relative; }
.LinksAndDocumentsModule .LinksAndDocumentsItemContainer A:link,.LinksAndDocumentsModule .LinksAndDocumentsItemContainer A:visited { font-size: 12px; font-weight: bold;	color: Black; text-decoration: none; }
.LinksAndDocumentsModule .LinksAndDocumentsItemContainer A:hover { color: Red; }
.NoLinksAndDocumentsItemsFound { font-size: 13px; font-style: italic; color: #008000; padding-left: 15px; }
.LinksAndDocumentsAdminToolbar { width: 26px; height: 26px; float: right; padding: 0px; margin-right: 10px; }
.LinksAndDocumentsAdminToolbar A { margin: 0px; }

.RegistrationAdminRegistrationRecord { width: 405px; margin: 15px 0px 15px 3px; }
.RegistrationAdminRegistrationRecord TD { padding-top: 2px; padding-bottom: 2px; }
.RegistrationAdminRegistrationRecord .HeaderBanner { border: solid 1px #111111; background-image: url(../../Images/ServerControlImages/GradientSectionSeparator.gif); background-position: bottom; background-repeat: repeat-x; padding: 3px 0px 3px 5px; }
.RegistrationAdminRegistrationRecord .FieldHeader { padding-left: 5px; font-weight: bold; }

.ProgressExtenderBackgroundFilter { position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; overflow: hidden; padding: 0; margin: 0; background-color: #000000; filter: alpha(opacity=50); opacity: 0.5; z-index: 10000; }
.ProgressExtenderMessage { position: fixed; top: 30%; left: 20%; padding: 10px; width: 40%; z-index: 10001; background-color: #ffffff; border: solid 1px #000000; text-align: center; }

.LeaguesStandingsModule { width: 600px; margin: 10px auto 15px auto; border: solid 1px Black; }
.LeaguesStandingsModule .LeagueStandings_Title { width: 100%; text-align: center; background-color: #000080; border-bottom: solid 1px Black; font-size: 16px; color: White; padding: 2px 0px 2px 0px; }
.LeaguesStandingsModule .LeagueStandings_Container { width: 100%; }
.LeaguesStandingsModule .LeagueStandings_Container .TabsCell { text-align: left; padding-top: 2px; }
.LeaguesStandingsModule .LeagueStandings_Container .TabsCell .RadTabStripContainer { z-index: 100; margin: 0px 0px 0px 2px; float: left; width: 463px; position: relative; }
.LeaguesStandingsModule .LeagueStandings_Container .TabsCell .YearSelectContainer { width: 130px; float: right; margin: 0px 5px 0px 0px; }
.LeaguesStandingsModule .LeagueStandings_Container .DisplayCell {}
.RadTabStripBottomBorder { z-index: 10; width: 100%; height: 2px; position: relative; margin-top: -1px; border-top: solid 1px Silver; }
.LeagueTableStandingsTbl { margin: 5px 0px 0px 0px; width: 600px; }
.LeagueTableStandingsTbl TH { background-color: #d5d6c6; border-bottom: solid 1px #abab9e; border-top: solid 1px #abab9e; border-right: solid 1px #abab9e; padding: 1px; font-size: 11px; font-weight: normal; color: Black; }
.LeagueTableStandingsTbl TD { font-size: 12px; font-weight: normal; text-align: center; padding-top: 2px; padding-bottom: 3px; }
.LeagueTableResultsTbl { margin: 5px 0px 0px 0px; width: 600px; }
.LeagueTableResultsTbl TH { background-color: #d5d6c6; border-bottom: solid 1px #abab9e; border-top: solid 1px #abab9e; border-right: solid 1px #abab9e; padding: 1px; font-size: 11px; font-weight: normal; color: Black; }
.LeagueTableResultsTbl .tdResultsTypeSelection { font-size: 12px; font-weight: bold; color: Black; padding-left: 5px; padding-bottom: 5px; }
.LeagueTableResultsTbl .tdResultsTypeSelection SPAN { padding-right: 6px; }
.LeagueTableResultsTbl .tdResultsTypeSelection A:link, .LeagueTableResultsTbl .tdResultsTypeSelection A:visited { font-size: 12px; font-weight: normal; text-decoration: none; color: Blue; }
.LeagueTableResultsTbl .tdResultsTypeSelection A:hover { text-decoration: underline; }
.LeagueTableResultsTbl TD.ResultsDisplayArea { background-color: #f1f2ed; }
.ResultsWeekLink { 	font-size: 11px; font-weight: normal; color: Gray; cursor: pointer; padding-top: 2px; padding-bottom: 2px; text-align: left; }
.ResultsWeekLink IMG { margin-left: 10px; margin-right: 6px; top: -1px; position: relative; }
.ResultsWeekLinkMO { text-decoration: underline; }
.ResultsWeekLinkSelected { font-size: 11px; font-weight: bold; color: Black; cursor: pointer; background-color: #f1f2ed; text-align: left; }
.ResultsWeekLinkSelected IMG { margin-left: 10px; margin-right: 6px; top: -1px; position: relative; }
.GameResultsPanel { width: 100%; text-align: left; }
.GameResultsPanel .WeekResultsTitle { font-size: 11px; font-weight: bold; text-align: left; margin-bottom: 8px; }
.GameResultsPanel .NoGameResultsFound { font-size: 11px; font-style: italic; color: Red; margin-left: 25px; margin-top: 20px; margin-bottom: 20px; }
.GameResultsPanel .IndividualGameResult { margin-left: 15px; font-size: 12px; margin-top: 10px; margin-bottom: 10px; }
.GameResultsPanel .IndividualGameResult .TeamName { width: 200px; }
.GameResultsPanel .IndividualGameResult .TeamScore { width: 55px; }
.GameResultsPanel .IndividualGameResult .Winner { font-weight: bold; }
.GameResultsPanel .IndividualGameResult .LossTie { font-weight: normal; }

.FileInformationBlock { margin-left: 25px; padding: 8px 0 8px 0px; width: 90%; border-bottom: dotted 1px Gray; }
.FileInformationBlock IMG { float: left; margin-right: 10px; }
.FileInformationBlock A:link, .FileInformationBlock A:visited { color: Blue; font-weight: bold; font-size: 14px; font-family: Arial; letter-spacing: -.5px; }
.FileInformationBlock A:hover { color: Red; }
.FileInformationBlock .FileDescription { color: #333333; font-size: 11px; font-family: Arial; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* -=-=-    MODULE BANNER STYLES   -=-=- */
.PageTitleBanner { margin-left: 20px; font-size: 22px; font-weight: bold; color: #800000; }

.TwoColumn_LeftMainContent_Right .RightColumnModuleBanner { font-size: 15px; } 

.RedShadowedModuleBanner { height: 36px; width: 100%; margin-left: auto;	margin-right: auto;	text-align: center;	font-size: 18px; color: White; }
.RedShadowedModuleBanner .LeftEndCap { width: 15px; height: 36px; background-image: url(../../Images/ModuleBanners/RedShadowed/RedModuleBanner_Left.jpg); }
.RedShadowedModuleBanner .MiddlePanel { background-image: url(../../Images/ModuleBanners/RedShadowed/RedModuleBanner_Center.jpg); background-repeat: repeat-x; text-align: center; }
.RedShadowedModuleBanner .MiddlePanel SPAN { top: -3px; position: relative; }
.RedShadowedModuleBanner .RightEndCap { width: 16px; height: 36px; background-image: url(../../Images/ModuleBanners/RedShadowed/RedModuleBanner_Right.jpg); }

.BlackShadowedModuleBanner { height: 36px; width: 100%; margin-left: auto;	margin-right: auto;	text-align: center;	font-size: 18px; color: White; }
.BlackShadowedModuleBanner .LeftEndCap { width: 15px; height: 36px; background-image: url(../../Images/ModuleBanners/BlackShadowed/BlackModuleBanner_Left.jpg); }
.BlackShadowedModuleBanner .MiddlePanel { background-image: url(../../Images/ModuleBanners/BlackShadowed/BlackModuleBanner_Center.jpg); background-repeat: repeat-x; text-align: center; }
.BlackShadowedModuleBanner .MiddlePanel SPAN { top: -3px; position: relative; }
.BlackShadowedModuleBanner .RightEndCap { width: 16px; height: 36px; background-image: url(../../Images/ModuleBanners/BlackShadowed/BlackModuleBanner_Right.jpg); }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* -=-=-     TEAM PAGES STYLES     -=-=- */
.TeamPageNameBanner { width: 920px; margin: 5px auto 1px auto; padding: 5px; border: solid 1px #acacac; font-size: 16px; }
.TeamPageNameBanner A:link, .TeamPageNameBanner A:visited { font-size: 12px; color: White; text-decoration: none; }
.TeamPageNameBanner A:hover { color: Yellow; text-decoration: underline; }
.TeamPageLeftColumn { margin: 0px; padding: 0px; float: left;  }
.TeamPageRightColumn { margin: 0px; padding: 0px; float: right;  }

.TeamLogoUniformSection { background-color: White; border: solid 1px #b0b0b0; margin-bottom: 4px; height: 150px; }
.TeamLogoUniformSection .LogoCell { width: 150px; height: 150px; }
.TeamLogoUniformSection .UniformHeaderCell { height: 15px; background-color: #cccccc; padding-left: 12px; color: Black; font-weight: bold; font-size: 11px; }
.TeamLogoUniformSection .HomeUniformCell { height: 60px; border: solid 1px #b0b0b0; background-image: url(../../Images/ServerControlImages/TeamPages/UniformDisplayBackground.png); }
.TeamLogoUniformSection .HomeUniformCell .TitleLabel { text-align: right; padding-right: 6px; font-style: italic; font-weight: bold; }
.TeamLogoUniformSection .AwayUniformCell { height: 60px; border: solid 1px #b0b0b0; background-image: url(../../Images/ServerControlImages/TeamPages/UniformDisplayReverseBackground.png); }
.TeamLogoUniformSection .AwayUniformCell .TitleLabel { text-align: left; padding-left: 6px; font-style: italic; font-weight: bold; }

.TeamPageSectionTable { background-color: #ffffff; border-collapse: collapse; border: solid 1px #b0b0b0; margin-bottom: 4px; }
.TeamPageSectionTable TD.ModuleHeaderRow { padding: 4px 0px 4px 10px; font-size: 14px; font-family: Verdana; font-weight: bold; }
.TeamPageSectionTable TR.StandardRow { background-color: #efefef; }
.TeamPageSectionTable TR.AlternatingRow { background-color: #e0e0e0; }
.TeamPageSectionTable TH { font-size: 11px; }
.TeamPageSectionTable TH.Indented { padding: 3px 0px 3px 3px; }
.TeamPageSectionTable TH.TabularHeader { background-color: #aaaaaa; padding: 2px; }
.TeamPageSectionTable TD { font-size: 11px; padding: 3px 0px 3px 0px; }
.TeamPageSectionTable TD.Indented { padding: 3px 0px 3px 0px; }
.TeamPageSectionTable TD.Padded { padding: 3px; }
.TeamPageSectionTable TD.NotFoundMessage { font-size: 13px; font-style: italic; color: #008000; padding-left: 15px; }
.TeamPageSectionTable_Left { }
.TeamPageSectionTable_Right { }


.TeamPageContactTable TD A:link,.TeamPageContactTable TD A:visited { color: Blue; text-decoration: none; }
.TeamPageContactTable TD A:hover { color: Red; text-decoration: underline }

