/* GENERAL */
.Body {
	background-color:#E5ECFA;
}

/* style for module titles */
.HeadBG  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
	 background-image: url(tcllbaseball_01.jpg);
	 background-repeat:no-repeat;
	 height: 130px;
	 width: 780px;
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #000000;
}

/* background color for the content part of the pages */
Body
{
     background-image: url('linecopy.gif');
     background-attachment: fixed;
}

.tablehead {
color: #100;
font-style: normal;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background:#3938ad;
vertical-align:top;
width: 300;
margin:5px 0 5px 0;
}
.oddrow {
background-color: #CED2D9;
}
.stathead {
color: #FFF;
font-weight: normal;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sponsorstathead {
color: #FFF;
font-weight: normal;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;}

.sponsortablehead {
color: #100;
font-style: normal;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
vertical-align:top;
width: 300;
margin:1px 0 1px 0;
}

.LeftPane {
background-image: url('tcllbaseball_04.jpg');
width: 175px;
height: 552px;
background-repeat: no-repeat;
}

.ContentPane {
background-image: url('tcllbaseball_05.jpg');
height: 552px;
background-repeat: no-repeat;
}

.BottomPane {
background-image: url('tcllbaseball_06.jpg');
width: 450px;
height: 75px;
background-repeat: repeat-y;
}

.MidGraphic {
background-image: url('tcllbaseball_02.jpg');
width: 250px;
height: 63px;
background-repeat: no-repeat;
}

.MidGraphicBlue {
background-image: url('tcllbaseball_03.jpg');
width: 450px;
height: 41px;
background-repeat: no-repeat;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for the selected tab */
.SelectedTab {
    font-size: 12px;
    color: gray;
    font-family: Arial, Helvetica;
    text-decoration: none;
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */


.MainMenu_MenuContainer{background:transparent;width:1px;}
.MainMenu_MenuContainer td{cursor:default;font-size:3px;width:1px;}
.MainMenu_MenuIcon{display:none;}
.MainMenu_RootMenuArrow{display:none;}

.MainMenu_MenuItem  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	padding:2px 15px 2px 7px;
	border:1px #C00 solid;
	border-width:1px 0;
}

.MainMenu_MenuArrow{font-size:11px;padding:2px 0 2px 10px;height:24px;border:#F00 solid;border-width:1px 1px 1px 0;}

.rootmenuitem{background:transparent;}
.rootmenuitem td{height:24px;cursor:hand; width:90px;text-align:center;font-size:12px;font-style:normal;font-weight:bold;font-family:Arial, Helvetica, sans-serif;padding: 1px 0px 1px 10px}

.rootmenuitemselected{background:transparent;}
.rootmenuitemselected td{height:24px;cursor:hand; width:90px;text-align:center;font-size:12px;font-style:normal;font-weight:bold;font-family:Arial, Helvetica, sans-serif;padding: 1px 0px 1px 10px}

.MainMenu_MenuBreak{display:none;}

    .MainMenu_RootMenuItem TD
    {
       BORDER-RIGHT: white 0px solid;
       BORDER-TOP: white 0px solid;
       FONT-WEIGHT: bold;
       FONT-SIZE: 12px;
       BORDER-LEFT: white 0px solid;
       CURSOR: hand;
       COLOR: black;
       BORDER-BOTTOM: white 0px solid;
       FONT-STYLE: normal;
       FONT-FAMILY: Arial, Helvetica, Sans-Serif;
       width: 94px;
       text-align:center;
       height:24px;
    }