
/* ********* */
/* Main Menu */
/* ********* */
.MainMenu_MenuContainer 
{
	background: transparent;
}

.MainMenu_MenuItem {
	color: white;
	border: none;
}

.MainMenu_MenuIcon 
{
    border: none;
	background-color: #BF1F39;
}

.MainMenu_SubMenu {
	background-color: #374C83;
	border: none;
	color: #000000;
}

.MainMenu_MenuItemSel 
{
    background: gray;
	color: white;
}

.MainMenu_MenuArrow 
{
	border: none;
}

.MainMenu_RootMenuArrow 
{
	display: none;
}

.HeaderExpander
{
	background-image:url(pba-expander.jpg); 
	background-repeat:repeat-x; 
}

/* ************************* */
/* Interwake Baseball Styles */
/* ************************* */
.iw_SimpleGameFinder    { border-collapse: collapse; border: 1px solid black; font-size: 8pt; }
.iw_SimpleGameTitle     { font-weight: bold; font-size: 12pt; }
.iw_SimpleGameFinder TD { border: 1px solid black; padding-left: 6px; padding-right: 6px; }
.iw_SimpleGameHeader    { background: #457c55; font-weight: bold; color: White; }
.iw_SimpleGameAlternate { background: #ccff99; color: Black}

.iw_SimpleLeagueFinder  { border-collapse: collapse; border: none; font-family: Times; font-size: 12pt; }
.iw_SimpleLeagueFinder A { font-size: 10pt; }

.iw_SimpleLeagueFinder_LeagueType 
{ 
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    padding-left: .5em; 
    padding-top: 0px; 
    font-weight: bold; 
}
.iw_SimpleLeagueFinder_League     { padding-left: 1em; }

.iw_TeamStandings    { border-collapse: collapse;  border: 0px solid black; margin-bottom: 2px; font-style: normal; margin-bottom: 20px; }
.iw_TeamStandings_HeaderRow { background-color: #457c55; font-size: 10pt; font-weight: bold; }
.iw_TeamStandings TD { font-size: 10pt; padding: 1 5 1 5; }

.iw_FieldFinder    { border-collapse: collapse;  border: 0px solid black; margin-bottom: 2px; font-style: normal; margin-bottom: 20px; }
.iw_FieldFinder TD { font-size: 10pt; padding: 1 5 1 5; }

.iw_GameFinder    { border-collapse: collapse;  border: 0px solid black; margin-bottom: 2px; font-style: normal; margin-bottom: 20px; }
.iw_GameFinder TD { font-size: 10pt; padding: 1 5 1 5; }

