/* Default */

body
{
    padding-top :0;   
    display :block ;
    margin: 0;
    border: none; 
    padding: 0;
    width: auto; 
    height: 101%;
}

td
{   
    padding-top:0;
    vertical-align: top;
    color: Black;
    font-family: Verdana;
    font-size: 11px;
    margin :0;
}

/* Mozilla hack to ignore margin if the first child in a td is <p> Thus content starts at top of page */

td > p:first-child 
{
    margin-top: 0;
}

 img {display: block  ;}

 select
 { 
   font-family :Verdana ;
   font-size :11px;
   width:316px;
 }
 
 input
{
    font-family: Verdana;
    font-size: 11px;
  
}

/* Custom */

.header
{
    
    width: 760px;
     
    text-align: justify ;
    position: relative;
    margin-left:auto ;
    margin-right:auto ;
    
}

.body
{
     background-color :White;
  
   width: 760px;
   height: 100%;
       
   padding:0;
   margin:0;
   position: relative;
   
   margin-left:auto ;
   margin-right:auto ;
   display:block ;
}

.footer
{
    width: 760px;
    
    position : relative    ; 
    
    text-align: justify ;
    position: relative;
    
    margin-left:auto ;
    display:block ;
    margin-right:auto ;
    
}

.t1
{
    background-color:yellow ;
    width: 70px;
     position : relative    ; 
     height: 100%;
     
   float:left ;
  padding:0;
   margin:0;
    
   
    
}

.t2
{
     
    background-color:Lime ;
    width: 50px;
     position : relative    ; 
     height: 200px;
   padding:0;
   margin:0;
 
   
   float :left  ;
    
}
.t3
{
     
    background-color: Maroon ;
    width: 50px;
     position : relative    ; 
     height: 200px;
   padding:0;
   margin:0;
  
    vertical-align :bottom ;
   
    
}

.NextGame

{
    background-color: #c0deff;
    padding-top: 5px;
    padding-left : 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

/* Styles for pages.asp */
.PageHeading
{
    font-weight: Bold;
	font-size: 12pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.PageContent
{
    font-weight: normal;
	font-size: 8pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
/* ----- end ----- */

/* Styles for news.asp */
.NewsHeading
{
    font-weight: Bold;
	font-size: 12pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.NewsContent
{
    font-weight: normal;
	font-size: 8pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.NewsLink
{
    font-weight: normal;
	font-size: 8pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	text-align:center;
}

:hover.NewsLink
{
	font-weight: normal;
	font-size: 8pt;
	color: Black ;
	font-family: Verdana;
	text-decoration: underline;
	text-align:center;
}	

:visited.NewsLink
{
	font-weight: normal ;
	font-size: 8pt;
	color: Black;
	font-family: Verdana;
	text-decoration: None;
	text-align:center;
}

.NewsList
{
	font-weight: normal ;
	font-size: 8pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
}

/* ----- end ----- */

/* Styles for Players.asp */
.PlayersHeading
{
    font-weight: Bold;
	font-size: 12pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.PlayersContent
{
    font-weight: normal;
	font-size: 8pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
/* ----- end ----- */

/* Styles for Coaches.asp */
.CoachesHeading
{ 
    font-weight: Bold;
	font-size: 12pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.CoachesContent
{
    font-weight: normal;
	font-size: 8pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
/* ----- end ----- */

/* Styles for Coaches.asp */
.ContactHeading
{ 
    font-weight: Bold;
	font-size: 12pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.ContactContent
{
    font-weight: normal;
	font-size: 8pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
/* ----- end ----- */
