﻿/* Colour Notes
#8B8B8B - Grey / #7e7e7e - Grey / #6475A1 greyblue / #1F3773 Dark blue / #99999B Light Grey / #CBCFD2 light light grey / #808183 - Dark Grey / #314093 light blue / #65af45 Green


/* Global styles*/
html, body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 500;
    background-color: #FFFFFF;
    text-align: center;
	background-image:url(../images/Harrod-Background.jpg); background-position:top center;	margin-top:0;
}
a:link
{
    color: #6475A1;
	text-decoration: none;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    vertical-align: middle;
}
a:visited
{
    color: #7e7e7e;
	text-decoration: none;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    vertical-align: middle;
}
a:hover
{
    text-decoration: underline;
    color: #7e7e7e;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    vertical-align: middle;
}
a:active
{
    color: #6475A1;
	text-decoration: none;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    vertical-align: middle;
}


#SiteMap a:link {
	color: #7e7e7e;
	text-decoration: none;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
}


#SiteMap a:visited {
	color: #6475A1;
	text-decoration: none;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
}


#SiteMap a:hover
{
    text-decoration: underline;
    color: #7e7e7e;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    vertical-align: middle;
}
#SiteMap a:active
{
    color: #6475A1;
	text-decoration: none;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    vertical-align: middle;
}



.contentDiv
{
    background-color: #FFFFFF;
    color: #1F3773;
	width: 820px;
	text-align: center;
	vertical-align: top;
	margin:0
}

.mainDiv
{
    background-color: #FFFFFF;
    color: #7e7e7e;
	width: 510px;
	min-height: 500px;
	text-align: left;
	border-right: dotted 3px #1F3773;
	vertical-align: top;
    padding: 20px;
}

.mainDivFF
{
    background-color: #FFFFFF;
    color: #7e7e7e;
	width: 640px;
	min-height: 500px;
	text-align: left;
	border-right: dotted 3px #1F3773;
	vertical-align: top;
    padding: 20px;
}
img
{
	border: none;
	vertical-align:top;
}
.UpdateImg
{
	padding: 0.5em
}
.divCenter
{ 
	vertical-align:middle;
	text-align:center;
}
MainImg
{vertical-align:top}

SecondImg
{vertical-align:top}

div#header
{	
	height:192px;
	width:683px;
	vertical-align:middle;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url(../images/Headers/Football.jpg);
}


/*LineMarking_SubCopy */
.LineMarking_SubcopyDiv
{
    background-color: #FFFFFF;
    color: #99999B;
    text-align: left;
    font-size: 0.7em;
}


/* copyright style FOOTER*/
.copyDiv
{
    background-color: #FFFFFF;
    color: #99999B;
    text-align: left;
    font-size: 0.7em;
}
.copyFooter
{
    color: #99999B;
    text-align: center;
    font-size: 0.7em;
	font-weight: 500;
	padding: 0.5em;
}
/* Footer border */
.firstSepDiv
{
    background-color: #FFFFFF;
    color: #CBCFD2;
    width: 98%;
    border-bottom: solid 3px #CBCFD2;
	height: 4px;
}
.secondSepDiv
{
    background-color: #FFFFFF;
    color: #CBCFD2;
    width: 98%;
    border-top: solid 3px #CBCFD2;
	height: 4px;
}
/* END -- Footer border */
/* Menus*/
.bottomMenuDiv
{
    background-color: #FFFFFF;
    color: #99999B;
	text-align: left;
	border-left: dotted 3px #99999B;
	font-size: 0.65em; 
	vertical-align: middle;
}

/* 2007-11 - TODO - Scott/Sam */
/* Adjust the size of the text in the lower menu area links */
#bottomMenuDiv a:link,
#bottomMenuDiv a:visited,
#bottomMenuDiv a:hover
{
	font-size: 0.8em;
}
div.TopMenuTable {
	background-color: #FFFFFF;
	vertical-align:middle;
	text-align:left;
	height: 190px;
	width: 115px;
}

div.TopMenuTable img 
{
	vertical-align:middle;
	padding-top:2px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
	background-color:#FFFFFF
}
/* End Menus*/

/* Each Section Needs a different image TODO */

/* END -- Each Section Needs a different image TODO */

/* ERROR STYLE  */
.redtext
{ 
    color: #ff0000; 
    font-size: 8pt;
    font-weight: 800;
    vertical-align: middle;
    padding: 6px;
}
.lblMsg
{
    text-align: left;
    width: 50%;
}
.warningDiv
{
    font-style: normal;
    font-weight: 800;
    font-size: 14pt;
    background-color: #FFFFFF;
    color: #808183;
    text-align: center;
    width: 90%;
}
.errorDiv
{
    font-style: normal;
    font-weight: 800;
    font-size: 14pt;
    background-color: #FFFFFF;
    color: #808183;
    text-align: center;
    width: 90%;
}
.successDiv
{
    font-style: italic;
    font-weight: 800;
    font-size: 14pt;
    background-color: Green;
    color: White;
    text-align: center;
    width: 50%;
}
.requiredSpan
{
    font-style: italic;
    font-weight: 800;
    font-size: 16pt;
    color: Red;
    text-align: center;
}
/* END -- OF ERROR STYLE - TODO */

/* GLOBAL IMG STYLES */

.ImgMainAC {
	height: 250px;
	width: 308px;
}

.ImgSecondaryAC {
	height: 250px;
	width: 149px;
}

.ImgThumbAC {
	height: 100px;
	width: 66px;
}

.ImgMainB {
	height: 350px;
	width: 149px;
}

.ImgSecondaryB {
	height: 250px;
	width: 308px;
}

.ImgThumbB {
	height: 42px;
	width: 94px;
}
/* END GLOBAL IMG STYLES */
/* End -- of Global styles*/

/* home page styles*/
.HPheader2
{
    background-color: #FFFFFF;
    color: #7e7e7e; 
    text-align: left;
    font-size: 12pt;
	line-height: 14pt;
	font-weight: 700;
}
.boldCopy
{
    background-color: #FFFFFF;
    color: #7e7e7e; 
    text-align: left;
    font-size: 11pt;
	line-height: 13pt;
	font-weight: 500;
}
/* end -- of home page styles*/

/* LATEST NEWS */
.newsHeaderSnipSpan
{
    color: #314093;
    text-align: left;
    font-size: 0.8em;
    font-weight: 700;
    vertical-align: top;
    padding-left: 0.5em;
}
.newsTitleSnipDiv
{
    color: #8B8B8B;
    text-align: left;
    font-size: 0.85em;
    font-weight: 500;
    vertical-align: middle;
    padding: 0.5em;
}

.newsBodySnipDiv
{
    color: #A2A2A2;
    text-align: left;
    font-size: 0.8em;
    font-weight: 500;
    vertical-align: top;
    padding-left: 0.5em;
}
/* END -- OF LATEST NEWS */

.dataGrid
{
   font-size: 0.9em;
}

/* Scott Added */
table.subscribe_layout
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-width: 0;
}
td.subscribe_left
{
	width: 40%;
	text-align: right;
	vertical-align: middle;
}
td.subscribe_right
{
	width: 60%;
	vertical-align: middle;
}
.subscribe_text
{
	width: 200px;
}
table.contact_us_layout
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-width: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: 600;
}
td.contact_left
{
	width: 60%;
	text-align: right;
	vertical-align: top;
	font-size: 0.8em;
	font-weight: 500;
}
td.contact_right
{
	width: 40%;
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
	font-weight: 500;
}
td.contact_footer_header
{
	background-color: #71bc1f;
	color: White;
	font-weight: bold;
	padding: 3px;
}
td.contact_footer_left
{
	width: 20%;
	text-align: right;
	vertical-align: top;
	font-size: 0.8em;
}
td.contact_footer_right
{
	width: 30%;
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
}
.button_contact
{
	color: #ffffff;
	background-color: #71bc1f;
}
h4.update_title
{
	margin-bottom: 0px;
}
p.update_release
{
	margin-top: 0px;
	margin-bottom: 0px;
}
table.subsection_data_listing
{
    width: 99%;
	vertical-align:top;
}
td.subsection_data_cell
{
    width: 33%;
    text-align: left;
	vertical-align:top;
}
td.pdf_icon_cell
{
    width: 50px;
}
td.pdf_text_cell
{
    width: 133px;
    vertical-align: top;
}
/* END Scott Added */

/* PARENTS AND CHILDREN */
.sectionImg1
{
	border: 5px solid;
	margin: 3px;
}
/* NOT NEEDED ANYMORE
.sectionImg2
{
	background-position: center top;
	border: 5px solid;
	margin: 3px;
}

.sectionImg3 {
	background-position: right top;
	border: 5px solid;
	margin: 3px;
}*/
/* Parent Styles - change color depending upon sport */

.lblQuote
{
    background-color: #FFFFFF; 
    text-align: left;
    font-size: 0.9em;
	line-height: 1.3em;
	font-weight: 500;
}

.introHistory
{
    color: #0c2d83; 
    text-align: left;
    font-size: 0.9em;
	line-height: 1.3em;
	font-weight: 500;
}
/* DONT CHANGE COLOR*/
.lblHead
{
    background-color: #FFFFFF;
    color: #7e7e7e; 
    text-align: left;
    font-size: 1.2em;
	line-height: 1.6em;
	font-weight:700;
}

/* END -- DONT CHANGE COLOR*/

.lblHeadMain
{
    text-align: left;
    font-size: 0.9em;
	line-height: 1.5em;
	font-weight:600;
}

.lblHeadParent
{
    text-align: left;
    font-size: 1.2em;
	line-height: 1.6em;
	font-weight:700;
}

/* this style never changes*/
.lblDescSection
{
    color: #7e7e7e;
    text-align: left;
    font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 500;
}
.lblDesc
{
    color: #7e7e7e;
    text-align: left;
    font-size: 0.8em;
	line-height: 1.4em;
	font-weight: 500;
}
/* End of Section Styles */
.ParentBorder img {
	border: 5px solid;
	vertical-align:middle;
	padding: 0em;
	position: inherit;
	width:auto;
}

.lblCode {
	color: #FFFFFF;
	padding: 0.2em;
	height: 1.2em;
	width: 5em;
	text-align: center;
    font-size: 0.9em;
	font-weight:600;
	margin-top: 0.5em;
	vertical-align:middle;
	top: -0.1em;
}
.lblWeight
{
    color: #7e7e7e; 
    text-align: left;
    font-size: 0.8em;
	line-height: 1.2em;
	font-weight:600;
	padding: 0.05em;
	position: relative;
}

.lblPDF
{
   	background-color: #FFFFFF;
    color: #7e7e7e; 
    text-align: left;
    font-size: 0.9em;
	line-height: 1.3em;
	font-weight:600;
}
/* End of Parent Styles */

/* Children Styles */
.ChildTitle {

    text-align: left;
    font-size: 0.9em;
	line-height: 1.2em;
	font-weight:600;
}

.ChildCode {

	color: #FFFFFF;
	padding: 0.2em;
	height: 1.2em;
	width: 5em;
	text-align: center;
    font-size: 0.9em;
	font-weight:600;
	margin-top: 0.5em;
	vertical-align:middle;
	top: -0.1em;
}

.ChildBorder {
    border: 5px solid;
    padding: 0em;
    position: inherit;
    width: auto;
    float: right;
    clear: right;
	margin-left: 0.5em;
}

/* End of Chilren Style */
/* END -- PARENTS AND CHILDREN */

.ImgStandards
{
    float: right;
    clear: right;
    margin: 0px 0px 3px 3px;
}
.pdf_note_text
{ 
	font-size: 0.65em;
	line-height: 1.2em;
	color:#666666;
}
/*.ImgChildPrimary
{
    float: right;
    clear: right;
    margin: 0px 0px 3px 3px;
    vertical-align: bottom;
}*/

div#section_logo
{
    float: right;
    clear: right;
}

.sectionLogo
{
    border: none;
    margin: 3px;
	padding-left: 0.2em;
	width:150px;
    float: right;
}
/* download section styles*/
hr.DownloadSeperator
{
    width: 96%;
    color: #666666;
    height: 1px;
    text-align: center;
    border: 1px dotted #666666;
}

table.DownloadList
{
    border-collapse: collapse;
    width: 98%;
}

td.LeftDownloadCell
{
    width: 10%;
    min-width: 63px;
    text-align: center;
    vertical-align: top;
    padding: 4px;
}

td.RightDownloadCell
{
    width: 90%;
    text-align: left;
    vertical-align: top;
    padding: 4px;
}

td.RightDownloadCell h3
{
    color: #0c2d83;
    margin-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

td.RightDownloadCell p
{
    color: #7e7e7e;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: 500;
    margin-top: 0px;
    padding-top: 0px;
}
/* NEWS ITEMS - added by Sam*/

#NewsPageTitle
{  	color:#1F3773;
	font-size:1.1em;
	font-weight:600;
	padding-bottom: 0.5em;
}

#SingleNewsDisplay
{ 	padding-bottom:0.1em;
}
#SingleNewsDisplay h4
{ 	font-size: 0.8em;
	font-weight:600;
	color:#1F3773;
	text-align:left;
	vertical-align:text-top;

}
#SingleNewsDisplay img
{ 	top:0em;
	float:right;
	padding: 0.5em;
	padding-left:1em;
	border:none;
	clear: both;
}
#SingleNewsDisplay h2
{	font-size: 0.8em;
	line-height: 1.2em;
	font-weight:500;
	color:#7e7e7e;
}

.SingleNewsSep
{
	border-bottom:dashed thin #808183;	
	padding-bottom:0.3em;
}

#SingleNewsDisplay p
{ 	color:#1F3773;
	text-decoration:underline;
	font-size: 0.7em;
	font-weight:600;
}
#SingleNewsDisplay a:link
{ 	color:#1F3773;
	text-decoration:underline;
	font-weight:600;
}

#SingleNewsDisplay a:hover
{ 	color:#7e7e7e;
	font-weight:600;
	text-decoration:underline;
}
#SingleNewsDisplay a:visted
{ 	color:#6475A1;
	font-weight:600;
	text-decoration:underline;
}

#navigator
{ 	height:1.5em;
	background-color:#65af45;
	font-size:0.7em;
	font-weight:600;
	color:#000000;
	text-align:center
}

#navigator a:link
{ 	color:#000000;
	text-decoration:underline;
}

#navigator a:hover
{ 	color:#FFFFFF;
	text-decoration:underline;
}

#navigator a:visited
{ 	color:#808183;
	text-decoration:underline;
}

#navigator a:active
{ 	color:#FFFFFF;
	text-decoration:none;
}

.HPmovie{
	padding: 18px 5px 0 5px;

}