/********* Editorial Tool Stylesheet *********/
/*

A HTML tag defined in the stylesheet may be used without referencing a class, i.e. <TH> and <IMG>
and are specified below using capital letters.

A class may be called within most HTML tags. Where a tag is not available or is
referencing another class, the <div> or <p> tag may be used, i.e. <div class="subHeading">
This has no stylesheet-defined characteristics associated with it.

Colours

LightGrey #D4D0C8
Grey  #8B8986
Black #000000
White #FFFFFF

*/

.highlightRow
{
	background-color: yellow;
	font-weight: bold;
}


/* Images */

IMG
	{
	border: 0px;
	}

/* Table Heading */

TH
	{
	color: black;
	font-size: 13pt;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	}

/* Table Cell */

TD
	{
        font-family: verdana, arial, helvetica;
   	font-size: 9pt;
   	color: black;
   	vertical-align: top;
   	text-align: left;
	}

/* Input Fields */

INPUT
	{
	color: black;
	font-size: 8pt;
	font-family: verdana, arial, helvetica;
	}

TEXTAREA
	{
	color: black;
	font-size: 8pt;
	font-family: verdana, arial, helvetica;
	}

SELECT
	{
	color: black;
	font-size: 8pt;
	font-family: arial, verdana, helvetica;
	}

BUTTON
	{
	color: black;
	font-size: 8pt;
	font-family: arial, verdana, helvetica;
	}


/* Site Description */

	.siteDescription
		{
		font-family: verdana, arial, helvetica;
		font-weight: bold;
		font-size: 13pt;
		letter-spacing: 1px;
		}

/* Editorial Section Heading */

	.sectionHeading
		{
		font-family: verdana, arial, helvetica;
		font-size: 13pt;
		font-weight: bold;
		color: black;
		vertical-align: bottom;
		text-align: center;
		}

/* Sub-section Heading */

	.subHeading
		{
		font-family: verdana, arial, helvetica;
		font-size: 11pt;
		font-weight: bold;
		color: black;
		}

/* Form Elements */

	.searchField
		{
		font-family: arial;
		font-size: 8pt;
		color: black;
		}

	.button
		{
		font-family: arial, helvetica, verdana;
		font-size: 8pt;
		color: black;
		}

	.buttonEditor
		{
		font-family: arial;
		font-size: 8pt;
		color: black;
		border: 1px outset;
		background-color: #EFEFEF;
		cursor: nw-resize;
		}

	.buttonBold
		{
		font-family: arial;
		font-size: 8pt;
		font-weight: bold;
		color: black;
		}

	.buttonGo
		{
		font-family: arial;
		font-size: 8pt;
		color: black;
		width: 48px;
		}

	.dropDown
		{
		font-family: arial;
		font-size: 8pt;
		color: black;
		}

	.dropDownReadOnly
		{
		font-family: arial;
		font-size: 8pt;
		color: black;
		background-color: #EDF4FC;
		}

	.dropDownEditor
		{
		font-family: arial;
		font-size: 8pt;
		color: black;
		background-color: #EFEFEF;
		}

	.findInputField
		{
		background-color: #EFEFEF;
		}



/* Default Text */

	.textSmall
		{
		font-family: verdana, arial, helvetica;
		font-size: 9pt;
		color: #000000;
		vertical-align: top;
		text-align: left;
		}
		
	.textVerySmall
		{
		font-family: verdana, arial, helvetica;
		font-size: 7pt;
		color: #000000;
		vertical-align: top;
		text-align: left;
		}
		
	.textSmallHeading
		{
		font-family: verdana, arial, helvetica;
		font-size: 9pt;
		color: #000000;
		vertical-align: top;
		text-align: left;
		font-weight: bold;
		}
		
	.textHeading
		{
		font-family: verdana, arial, helvetica;
		font-size: 13pt;
		color: #000000;
		font-weight: bold;
		vertical-align: center;
		text-align: center;
		}

	.textSectionHeading
		{
		font-family: verdana, arial, helvetica;
		font-size: 11pt;
		color: #000000;
		font-weight: bold;
		vertical-align: top;
		text-align: left;
		}

	.textSectionHeadingItalic
	 	{
		font-family: verdana, arial, helvetica;
		font-size: 9pt;
		color: #000000;
		font-weight: bold;
		font-style: italic;
		vertical-align: top;
		text-align: left;
		}


/* Background Formatting */


	.greyCell
		{
		background-color: #8B8986;
		}
		
	.lightGreyCell
		{
		background-color: #D4D0C8;
		}

	.whiteCell
		{
		background-color: #FFFFFF;
		}
		

/* Default hyperlinks */

A:link
	{
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	text-decoration: none;
	color: #003900;
	}

A:visited
	{
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	text-decoration: none;
	color: #003900;
	}

A:hover
	{
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	text-decoration: none;
	color: #006600;
	}
	

/* Alternative hyperlinks */

A.small:Link
	{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	text-decoration: none;
	color: #003300;
	}

A.small:Visited
	{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	text-decoration: none;
	color: #003300;
	}

A.small:Hover
	{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	text-decoration: none;
	color: #003900;
	}
	

/* Lists */

.listMenu
	{
  	list-style-type: none;
  	margin-left:2px;
  	margin-top :10px
	}
	
.listFootball
	{
  	list-style-type: none;
  	list-style-image:url(../display_images/football.gif);
	}
	
.listFootballBold
	{
	font-weight: bold;
  	list-style-type: none;
  	list-style-image:url(../display_images/football.gif);
	}


