/* 
--------------------------------------------------------- 

FC77 Rangers Cascading Style Sheet 

---------------------------------------------------------
*/

/* ------------------------------------------------------ */
/* Common Elements                                        */
/* ------------------------------------------------------ */

body     
{ 

	background-color: lightYellow;
	color:            black;
	font-family:      Arial, Helvetica, sans-serif;
}

div.content
{
	position:         relative;
	top:              0px;
	left:             0px;
	width:            635px;

	background-color: lightYellow;
	color:            black;
	font-size:        14px;
	padding-top:      0px;
	padding-bottom:	  14px;
	text-align:       left;
}

div.scoreboard
{ 
	text-align:       center;
	padding-bottom:	  14px;
}

div.result
{ 
	font-size:        18px;
	font-variant:     small-caps;
	text-align:       center;
}

div.scorers
{
	font-size:        14px;
	font-variant:     small-caps;
	text-align:       center;
}

div.matchDate
{
	font-size:        14px;
	font-variant:     small-caps;
	text-align:       center;
}

div.matchReport
{
	text-align:       left;
}

div.nextMatchDate
{
	font-variant:     small-caps;
	text-align:       center;
	padding-bottom:   14px;
}

div.newsHeader       
{ 
	border-top:	  black 1px solid;
}

h1       
{ 
	font-size:        18px;
	font-variant:     small-caps;

}

h2       
{ 
	font-size:        16px;
	font-variant:     small-caps;
}
		   
h3       
{ 
	font-size:        14px;
	font-variant:     small-caps;
}

ul 
{ 
	list-style-image: url("fc77Rangers-Ball-Small.gif"); 
} 

table
{
	background-color: lightYellow;
	color:            black;
	font-size:        14px;
	text-align:       left;
}

th
{
	background-color: black;
	border:           1px solid black;
	color:            lightYellow;
	font-variant:     small-caps;
}

td
{
	border:           1px solid lightYellow;
}

		   
#legal   
{
	border-top:       black 1px solid;
	font-family:      Arial, Helvetica, sans-serif; 
	font-size:        smaller; 
	width:            635px;
}

#home   
{
	border-top:       black 1px solid;
	font-family:      Arial, Helvetica, sans-serif; 
	font-size:        smaller; 
	width:            635px;
}


/* ------------------------------------------------------ */
/* Rangers Menu Layout                                    */
/* ------------------------------------------------------ */

div.rangersLogo 
{
	position:         absolute;
	top:              2px;
	left:             2px;
}

div.rangersMenu
{
	position:         absolute;
/*	top:              114px;*/
	top:              77px;
	left:             2px;

	background-color: black;
	border:           yellow 2px solid;
	color:            white;
	font-size:        14px;
	padding:          5px;
	width:            840px;
}

div.rangersMenu a, 
div.rangersMenu a:link, 
div.rangersMenu a:active, 
div.rangersMenu a:visited
{
	background-color: black;
	border:           black 2px solid;
	color:            white;
	font-variant:     small-caps;
	margin:           5px;
	padding-left:     5px;
	padding-right:    5px;
	text-decoration:  none;
}

div.rangersMenu a:hover 
{
	color:            black;
	background-color: lightYellow;
	border:           yellow 2px solid;
	margin:           5px;
	padding-left:     5px;
	padding-right:    5px;
	text-decoration:  none;
}

/* ------------------------------------------------------ */
/* FC77 Logo Layout                                       */
/* ------------------------------------------------------ */

div.fc77Logo 
{
	position:         absolute;
/*	top:              15px;*/
/*	left:             736px;*/
	top:              7px;
	left:             745px;
}

div.fc77Logo a, 
div.fc77Logo a:link, 
div.fc77Logo a:active, 
div.fc77Logo a:visited
{
	border:           black 2px solid;
}

div.fc77Logo a:hover 
{
	border:           yellow 2px solid;
}

/* ------------------------------------------------------ */
/* Shortcut Menu Layout                                   */
/* ------------------------------------------------------ */

div.shortcutMenu 
{
	position:         absolute;
	top:              0px;
	left:             702px;
	height:           640px;
	width:            150px;

	background-color: black;
	border:           yellow 2px solid;
	color:            white;
	font-size:        14px;
	padding-top:      5px;
	text-align:       center;

}

div.shortcutMenu a, 
div.shortcutMenu a:link, 
div.shortcutMenu a:active, 
div.shortcutMenu a:visited
{
	background-color: black;
	border:           black 2px solid;
	color:            white;
	text-decoration:  none;
	font-variant:     small-caps;
}

div.shortcutMenu a:hover 
{
	color:            black;
	background-color: lightYellow;
	border:           yellow 2px solid;
	text-decoration:  none;
	font-variant:     small-caps;
}
