/* Edited DG to restore displayHero.asp styles in one central file- 13/10/2003 */
/* Additional Editing by Bob McKay 3/11/03 */

/* overall styles */

TD
{
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
   }

/* Styles for top navigation */

.mainNav

{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 2px solid #ffcc00;
}

a.mainNavLink

{
	font-family: verdana;
	font-weight: bold;
	font-size: 100%;
	color: #cccccc;
	TEXT-DECORATION: none;
}

/* This style should be for print links and other standard links */

.normallink
{
    COLOR: #000099;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

A.normallink:visited
{
   COLOR: #000099;
   FONT-FAMILY:  Arial;
   FONT-SIZE: 12px;
   FONT-WEIGHT: bold;
   TEXT-DECORATION: none;
}

A.normallink:hover
{
    COLOR: #FF6600;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

A.normallink:active
{
	 COLOR: #009900;
    FONT-FAMILY:  Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

/* new link styles added 06/10/03 to display links on football-heroes/default.asp */

.lightlink
{
    COLOR: #000099;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
}


A.lightlink:visited
{
   COLOR: #000099;
   FONT-FAMILY:  Arial;
   FONT-SIZE: 12px;
   TEXT-DECORATION: none;
}

A.lightlink:hover
{
    COLOR: #FF6600;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
}

A.lightlink:active
{
	 COLOR: #009900;
    FONT-FAMILY:  Arial;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
}

/* Styles for displayHero.asp content */

.namelarge
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 32pt;
	font-weight: bold;
	color: #000099;
}

.clublarge
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 24pt;
	font-weight: bold;
	color: #000099;
}

.clubsmall
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 18pt;
	font-weight: bold;
	color: #000099;
}

.datelarge
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 18pt;
	font-weight: normal;
	color: #000099;
}

.datesmall
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 14pt;
	font-weight: normal;
	color: #000099;
}

.sectionheader
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.sectionentry
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}


.detailsnormal
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}


.biographysmalljustified
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	
}

.biographysmalljustified
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 10pt;
	color: #000000;
}

.biographyheader
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


.biographysubheader
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}


.copyright
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 10pt;
	color: #0000FF;
}

.photographer
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 10pt;
	color: #0000FF;
}


.photodate
{
	font-family: Times, Times Roman, TimesRoman, TimesNewRoman;
	font-size: 10pt;
	color: #000099;
}

.doublecolumn
{
	font-family: Courier New, Courier;
	font-size: 12px;
}

/* Additional Styles added from the sitewide advert column by BM*/
.pageturn
{
	 COLOR: #333399;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    }

A.pageturn:visited
{
	COLOR: #333399;
   FONT-FAMILY:  Arial;
   FONT-SIZE: 12px;
   FONT-WEIGHT: bold;
   TEXT-DECORATION: none;
}

A.pageturn:hover
{
	
   COLOR: #FF9900;
   FONT-FAMILY:  Arial;
   FONT-SIZE: 12px;
   FONT-WEIGHT: bold;
   TEXT-DECORATION: none;
}

A.pageturn:active
{
	COLOR: #009900;
    FONT-FAMILY:  Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
.inPageAd {
	background: #4568A0;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 104px;
	width: 154px;
	border: 3px solid #3C5888;
	margin-top: 20px;
	margin-bottom: 20px;
	font: 16px Arial, Helvetica, sans-serif;
	padding-top: 50px;
}
.inPageAd:hover {
	border-color: #FF3300;
	background: #FF6600;
}

