﻿.BECOLTS {
	font-family: Arial, Helvetica, sans-serif;
         }

/* Page */
html, body {
            width : 600px;
           }
body {
      background-color : #FFFFFF;
      background-image: url(images/backgrnd.gif);
      background-repeat: repeat-y; 
      font-family:  Arial, Helvetica, sans-serif;
      color : #000088;
      margin: 0px; 
      }

/* Standard Layers */

#Layer1 {
		position : absolute; 
		left : 10px; 
		top : 10px; 
		width : 802px; 
		height : 225px; 
		overflow : hidden;
		 }

#Layer2 {
		position:absolute; 
		left:10px; 
		top:280px; 
		width:160px; 
		height:480px; 
}
#Layer3 {	
		position:absolute; 
		left:140px; 	
		top:240px; 
		width:700px; 
		height:30px;
}

#Layer5 {
		position:absolute; 
		left:140px; 
		top:280px; 
		width:700px; 
		height:30px; 
}


#Control {
	  min-height : 100%;
	  height : auto;
	  height : 100%;
	  margin : 0px auto -30px;
         }


#Header {
	width:	800px;
	height:	220px;
	overflow:	hidden;
	position:	absolute;
	left:	10px;
	top:	10px;
         
        }
     
/* Heading */

h1     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	white-space: normal;
	vertical-align:middle;
	color: #FF0000;
	width:650px;
       }

h2      {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
        }

h3      {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
        }

h4      {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000066;
	line-height: 2;
        }

h5        {
	font-family:  Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
        }

h6      {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	line-height: 1.5;
        }


caption {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
        }


#season {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	width: 60px;
        }

#division {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	width: 30px;
        }

#league {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	width: 130px;
        }

#year   {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	width: 60px;
        }

#cup    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	width : 130px;
        }

#Role {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	width : 130px;
        }

#E-Mail {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	width : 130px;
        }


#Name {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	width : 130px;
        }

/* Standard table format */

td      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;

	}

th      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	background-color:red;
	font-weight:bold;

        }

/* Table Format for Managers Page */

table.manager {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	font-size: 20px;
	border: 0.5px;
	border-spacing: 0px;
	border-color : blue;
	}  
	
.managertit    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: White;
	background-color:#507CD1;
	font-weight:bold;
	}

.managerth    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#507CD1;
	color: white;
	font-weight:bold;
		}

.managertd    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #507CD1;
	background-color: white;
	font-weight:bold;
	text-align: center;
        }

.managertr    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
        }

.managertr1    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#507CD1;
	color: white;
	font-weight:bold;
		}

.managerh1     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	white-space: normal;
	vertical-align: middle;
	color: #507CD1; 
	width:650px;
       }

.managertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color : #507CD1;
	font-weight: bold;
        }

/* Button Link */

#menubuttonstable {
	font-family: Arial, Helvetica, sans-serif;
	width : 160px;
	height: 480px;
	border: 1px white solid;
	text-decoration:none;
	color:white;
	text-align:center;
	background-color:navy;
	}

menubuttons#td {
	background-color:navy;
	text-align:center;
	color:white;
	border: 1px white solid;
}

/* Changes table for buttons from navy to blue and back on mouse over and mouse off */
td.menuon 
{ 
background-color: red; 
color: white;
border-left: 1px white solid;
border-right: 1px white solid;
border-bottom: 1px white solid;
border-top: 1px white solid;
}

td.menuoff 
{ 
background-color: navy; 
color: white; 
border-left: 1px white solid;
border-right: 1px white solid;
border-bottom: 1px white solid;
border-top: 1px white solid;
}


input {
    width: 150px;
	margin: 1px 1px;
	color : #507CD1;
	font-weight: bold;
	}
	
form dd {
	margin:0px;
	background-color:white;
	color: #507CD1;
	font-weight:bold;
 	font-size: 16px;
	}
	
	
form dt {
 	float: left;
 	padding-left: 2px;
 	}
 	
form label {
	background-color:#507CD1;
	color: white;
	font-weight:bold;
 	font-size: 20px;
 	width: 150px;
 	}
 	

p       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
        }


plg     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
   	line-height: 0%;
	color: #0000FF;
        }

ul      {

	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
	font-size: 14px;
	line-height: 10%;
	margin-left:auto;
		}

.pics   {
	font-family: Geneva, Arial, Helvetica, sans-serif;
        }

li       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align : left;
	vertical-align: middle;
        }

/* Sets a href borders off - so no blue border as default */
img {
	border-style:none;
}

a:link 	  {color: red;}
a:visited {color: navy;}
a:hover   {color: black;}
a:active  {color: blue;}


/* Team Page team table CSS definitions */
#teamstable
{
	width: 290px;
	padding: 0;
	margin: 0;
}

th.team {
	font: bold 12px Arial, Helvetica, sans-serif;
	color:  #ffffff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
/*	text-transform: uppercase; */
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: red;

}

th.teamnobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td.team {
	font: 11px Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}


td.teamalt {
	background: #F5FAFA;
	color: #B4AA9D;
}


/* Team Page League table CSS definitions */
#leaguetable
{
	width: 290px;
	padding: 0;
	margin: 0;
}

th.league {
	font: bold 12px Arial, Helvetica, sans-serif;
	color:  #ffffff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	/* text-transform: uppercase; */
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: red;
}

th.leaguenobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}



#pscroller1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:  red;
	text-align: center;
	width: 600px;
	height: 390px;
	border: 2px solid navy;
	padding: 5px;
	background-color: white;
}
