/* The below style controls general style and desktop devices */

.RedHeader {
background-color: #BA0000;
margin-left: auto;
margin-right: auto;
}

/* Text div CSS */

.FullText {
display: block;
}

.ShortText {
display: none;
}

.ClockCenter {
display: block;
}

.ClockLeft {
display: none;
}

/* test */

table.LoginArea {
vertical-align: middle;
margin-left: auto;
margin-right: auto;
background: #eee;
}

table.container {
width: 100%;
height: 100%;
border-collapse: collapse;
}

td.container {
vertical-align: middle;
align: center;
}

/* Player Table Row CSS */

tr:nth-of-type(odd) {
background: #white;
}

tr:nth-of-type(even) {
background: #eee;
}

tr.Header_1 {
background: black;
color: white;
}

tr.Header_2 {
background: black;
color: white;
}

tr.Header_3 {
background: black;
color: white;
}

tr.Header_4 {
background: black;
color: white;
}

tr.EmptyRow {
background: none;
}

/* Table Display CSS */

table.TabletLogos {
display: table;
}

table.FullTable {
width: 768px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse; 
}

table.FullHomeTable {
width: 768px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse; 
background-color: #eee;
}

table.RosterTable {
width: 100%;
}

/* Position Buttons */

table.FAPosButtons {
margin-left: auto;
margin-right: auto;
border-collapse: collapse; 
}

table.RookiePosButtons {
margin-left: auto;
margin-right: auto;
border-collapse: collapse; 
}

/* Rookie Draft Stuff */

table.DraftOptionsTable {
margin-left: auto;
margin-right: auto;
border-collapse: collapse; 
}

table.DraftPlayer {
margin-left: auto;
margin-right: auto;
border-collapse: collapse; 
}









/* Player Table for Actives, Inactives, and Draft Picks */

td.Col_TeamLogoColumn {
width: 62px;
}

td.Col_TeamTextColumn {
width: 100%;
}

/* This is for the regular links, I'm thinking black text */

a:link {
color: #BA0000;
text-decoration: none;
}

a:visited {
color: #BA0000;
text-decoration: none;
}

a.BlackFont:link {
font: 36px/1.4 Georgia, Serif;
color: Black;
text-decoration: none;
}

a.BlackFont:visited {
font: 36px/1.4 Georgia, Serif;
color: Black;
text-decoration: none;
}

a.BlackFont:hover {
font: 36px/1.4 Georgia, Serif;
color: Black;
text-decoration: none;
}

a.BlackFont:active {
font: 36px/1.4 Georgia, Serif;
color: Black;
text-decoration: none;
}

a.BlackFontSmall:link {
font: 16px/1.4 Georgia, Serif;
color: Black;
}

a.BlackFontSmall:visited {
font: 16px/1.4 Georgia, Serif;
color: Black;
}

a.BlackFontSmall:hover {
font: 16px/1.4 Georgia, Serif;
color: Black;
}

a.BlackFontSmall:active {
font: 16px/1.4 Georgia, Serif;
color: Black;
}

body {
font: 14px/1.4 Georgia, Serif;
text-align: center;
color: Black;
height: 100%;
}

.LargeTextFull {
display: block;
}

.LargeTextShort {
display: none;
}

td.HeaderMenu {
vertical-align: top;
}

td.FillEmptySpace {
width: 100%;	
}










/* Player Table for Actives, Inactives, and Draft Picks */

th.Col_PlayerNames
{
width: 64%;
text-align: left;	
}

th.Col_PlayerSalaries
{
width: 12%;
text-align: center;	
}

td.Col_PlayerNames
{
width: 64%;
text-align: left;	

}

td.Col_PlayerSalaries
{
width: 12%;
text-align: center;	
}

/* Rookie and Free Agent Table Cells Before Auction */

th.Col_RookieFreeAgentPlayer
{
width: 50%;
text-align: left;		
}

th.Col_RookieFreeAgentTeam
{
width: 50%;
text-align: left;		
}

td.Col_RookieFreeAgentPlayer
{
width: 50%;	
}

td.Col_RookieFreeAgentTeam
{
width: 50%;	
}

/* Free Agent Table Cells Post Auction */

th.Col_FreeAgentPlayer
{
width: 80%;	
}

th.Col_FreeAgentSalary
{
width: 20%;
text-align: center;	
}

td.Col_FreeAgentPlayer
{
width: 80%;
text-align: left;		
}

td.Col_FreeAgentSalary
{
width: 20%;
text-align: center;	
}

/* Player Search Table Cells */

table.RookieDraftTable
{
width: 100%;	
}

th.Col_PlayerSearch3
{
width: 12%;
text-align: center;	
}

th.Col_PlayerSearch1
{
width: 64%;
text-align: left;		
}

td.Col_PlayerSearch3
{
width: 12%;
text-align: center;	
}

td.Col_PlayerSearch1
{
width: 64%;	
}

/* Rookie Draft Player Cells */

th.Col_DraftPickNumber
{
width: 12%;
}

th.Col_DraftPickName
{
width: 55%;
text-align: left;		
}

th.Col_DraftPickTeam
{
width: 33%;	
text-align: left;		
}

td.Col_DraftPickNumber
{
width: 12%;	
text-align: center;
}

td.Col_DraftPickName
{
width: 55%;	
}

td.Col_DraftPickTeam
{
width: 33%;	
}

th.Col_DraftPickSpan
{
width: 100%;	
}

/* td cell CSS */

td.DesktopLogos {
width: 50px;
vertical-align: top;
}

td.topAlign {
vertical-align: top;
}

/* Dropdown Menu div CSS */

.dropdownMenu {
display: none;
}

/* Form Container CSS */

form {
margin: 0 auto;
}

/* The below helps with displays between the size of the mobile device optino and 768 */

@media (max-width: 768px) {

/* Text div CSS */

.FullText {
display: block;
}

.ShortText {
display: none;
}

/* Table Display CSS */

table.TabletLogos {
display: table;
}

table.FullTable {
width: 100%;
}

table.FullHomeTable {
width: 100%;
}

/* td cell CSS */

td.DesktopLogos {
display: none;
}

/* Dropdown Menu div CSS */

.dropdownMenu {
display: none;
}

}

/* The below style controls mobile devices */

@media (max-width: 600px) {

/* Text div CSS */

.FullText {
display: none;
}

.ShortText {
display: block;
}

.ClockCenter {
display: none;
}

.ClockLeft {
display: block;
}

.LargeTextFull {
display: none;
}

.LargeTextShort {
display: block;
}

/* Table Display CSS */

table.TabletLogos {
display: none;
}

table.FullTable {
width: 100%;
}

table.FullHomeTable {
width: 100%;
}

table.DraftOptionsTable {
margin-left: 0px;
border-collapse: collapse; 
}

table.DraftPlayer {
margin-left: 0px;
border-collapse: collapse; 
}


/* td cell CSS */

td.DesktopLogos {
display: none;
}

/* Dropdown Menu div CSS */

.dropdownMenu {
display: block;
}

}

table.RookieFreeAgent

