﻿/* Tables */
#tblMain
{
	width: 100%;	
	height: 100%;
}
/********************************************************************/

/* Rows */
#trMain
{
	height: 100%;
	padding-bottom:5px;
}

#trFooter 
{
	padding-top: 15px;
	color:White;
}

#trHeader
{	
	/*border-bottom: 1px solid #333;*/
}

/********************************************************************/

/* Columns */
.tdLeft
{
	vertical-align: text-top;
	width: 100px;
    /*border-right: 1px solid #C50720;*/
    padding: 5px;
}


#tdHeader
{	
	/*border-bottom: 1px solid #333;*/
}

#tdCenter
{
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;	
	padding-bottom:5px;
	width: 100%;
	height: 100%;
}

#tdRight
{
	padding-top:20px;
	vertical-align:top;	
	text-align:left;
}

#tdFooter 
{
    /*clear: both;*/
    width: 100%;    
    text-align: center;
    font-size: 10px;
    padding: 3px;    
    border-top: 1px solid #011842;
    background-color: #C10C08;      
}

.TabStyle
{
    color: #C50720;
}

/********************************************************************/
.LeagueNameHeader
{
	font-style: oblique;
	font-size: 24pt;	
	font-family:@Tahoma;
}
.LeagueName 
{
	font-style: oblique;
	font-size: 18pt;
	font-family:@Tahoma;
    /*text-decoration: underline;*/
}
.TeamName 
{
	font-size: 14pt;
	margin-left: 40px;
	font-family:@Tahoma;
}
.PlayerName 
{
	font-size: 12pt;
	margin-left: 40px;
}

.TemplateHeader
{
	color:#C20B07;
	font-family:@Times New Roman;
	font-style:italic; 
	font-size: 24pt;
}  

.NewsItem
{
	background-color:#D0D7E6;
	font-size:10pt;
	font-family:@Tahoma;
	width: 100%;		
	border-left:ridge;
	border-right:ridge;
	border-top:ridge;
	border-bottom:ridge;
}
.NewsHeaderTr
{
	vertical-align:top;
	height:1px;
}

.NewsHeaderTd
{
	width:100%;
	text-align:left;
	vertical-align: top;
}

.NewsHeadline
{
	font-size: 12pt;
	font-family:@Tahoma;
}

.NewsDateTd
{
	font-size:8pt;
	text-align:left;
	vertical-align:middle;
}

.NewsColapseTd
{
	font-size:10pt;
	text-align:right;
	vertical-align:middle;
}

.NewsBodyTr
{
	vertical-align: top;
}

.Instructions
{
	font-family:@Tahoma;
	font-size:8pt;
}

.ContentText
{    
	font-size: 12pt;
	font-family:@Tahoma;
}

.TBall
{
    color: Blue;   
    font-size: 12px;
    text-align:left;
    font-weight:bold;
}
.JrMinors
{
    color: Red;
    font-size: 12px;
    text-align:left;
    font-weight:bold;
}
.Minors
{
    color: Green;
    font-size: 12px;
    text-align:left;
    font-weight:bold;
}
.Majors
{
    color: Brown;
    font-size: 12px;
    text-align:left;
    font-weight:bold;
}
.Softball1
{
    color: Purple;
    font-size: 12px;
    text-align:left;
}
.Softball2
{
    color: Maroon;
    font-size: 12px;
    text-align:left;
}
.Softball3
{
    color:Olive;
    font-size: 12px;
    text-align:left;
}
.General
{
    color: Black;
    font-size: 12px;
    text-align:left;
    font-weight:bold;
}