ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   {
	display: block;
	font-weight : normal;
}
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BODY            { padding: 0px; line-height: 1.33 }
H1              { font-size: 2em; margin: .67em 0 }
H2              { font-size: 1.5em; margin: .83em 0 }
H3              { font-size: 1.17em; margin: 1em 0 }
H4              { font-size: 1em; margin: 1em 0 }
H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU            { margin: 1.33em 0 }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, B,
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }

/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
/* A[href]         { text-decoration: underline } */
:focus          { outline: thin dotted invert }


/* Begin bidirectionality settings (do not change)
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }
*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed } */

/* Elements that are block-level in HTML4 */
/* ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed } */
/* End bidi settings */


@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
  .clsNoPrint {display: none;} 
  A:link {color: #000000; text-decoration : none;} 
  A:visited {color: #000000; text-decoration : none;} 
  A:hover {color: #000000; text-decoration : none;} 
  A:active {color: #000000; text-decoration : none;} } 
}

@media screen { .clsPrintOnly {display: none} } 

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}



/* 2006 Layout styles  :  START */

.bodyStandard
{
	text-align:center;
}

#contentHolder  
	{
	/*margin-left: -472px;*/
	/*margin-left:auto;*/
	position: relative;
	/*left: 50%;*/
	top: 0%;
	width: 955px;
	visibility: visible;
	/* height: 100%;*/
	background-color: #FFFFFF;
	/* z-index: 1;*/
	}

#topHorizontal	{	background-color: #FFFFCC;
						width:955px;
						height:5px;
						/* position:absolute;
						top:0px;
						left:0px; */
						overflow:hidden;
						border-top: none;
						border-left: none;
						border-right: none;
						border-bottom: none;
						/* z-index: 6; */
					}	

#Search	{	background-color: #FFFFFF;
						color: #cccccc;
						width:955px;
						height:51px;
						/*position:absolute;
						top:5px;
						left:0px;*/
						overflow:hidden;
						border-top: none;
						border-left: none;
						border-right: none;
						border-bottom: none;
						/* z-index: 10; */
						padding-top:2px;
						padding-bottom:0px;
						text-align: right;

					}	
					
#topHorizontal2	{	background-color: #6699FF;
						width:955px;
						height:5px;
						/* position:absolute;
						top:66px;
						left:0px; */
						overflow:hidden;
						border-top: none;
						border-left: none;
						border-right: none;
						border-bottom:  dotted 1px #cccccc;
						/* z-index: 6; */
					}											
	
#mainImage	{	background-color: #FFFFFF;
						width:955px;
						height:200px;
						/* position:absolute;
						top:70px;
						left:0px; */
						overflow:hidden;
						border-top: none;
						border-left: none;
						border-right: none;
						border-bottom: none; 
						/* z-index: 5; */
					}					
	
#mainNavigation	{	background-color: #6699FF;
						width:955px;
						height:27px;
						/* position:absolute;
						top:208px;
						left:0px; */
						overflow:hidden;
						border-top: dotted 1px #cccccc;
						border-left: none;
						border-right: none;
						border-bottom: dotted 1px #cccccc;
						z-index: 6;
					}		

.NavTD	{	padding-top: 1px;
			padding-bottom: 5px;
			padding-left: 18px;
			padding-right: 18px;
			border-right: dotted 1px #CCCCCC;
			height:27px;
			}					

.NavTDv2	{	padding-top: 1px;
			padding-bottom: 5px;
			padding-left: 17px;
			padding-right: 17px;
			border-right: dotted 1px #CCCCCC;
			}	
			
.NavTDv3	{	padding-top: 1px;
			padding-bottom: 5px;
			padding-left: 19px;
			padding-right: 19px;
			border-right: dotted 1px #CCCCCC;
			}				
				
.NavTDEnd	{	padding-top: 1px;
			padding-bottom: 5px;
			padding-left: 18px;
			padding-right: 18px;
			border-right: none;
			}	

.ddTable	{	width: 100%;
			height:100%;
			}			
	
.ddTD	{	padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 18px;
			padding-right: 18px;
			border-bottom: dotted 1px #CCCCCC;
			}	
			
#content	{	background-color: #FFFFFF;
						width:955px;
						height:100%;
						/* position:absolute;
						top:235px;
						left:0px; */
						overflow:visible;
						border-top: none;
						border-left: none;
						border-right: none;
						border-bottom: none;
						/* z-index: 1; */
					}
					
#legals	{	background-color: #FFFFCC;
						color: #6699FF;
						width:955px;
						height:27px;
						/* position:relative;
						bottom: 0px;
						left:0px; */
						overflow:visible;
						border-top: dotted 1px #cccccc;
						border-left: none;
						border-right: none;
						border-bottom: none;
						/* z-index: 1; */
						padding-top: 5px;
						padding-bottom: 5px;
						padding-left:15px;
						vertical-align:bottom;
					}							
				
/* 2006 Layout styles  : END */



/* 2006 Navigation styles  :  START */

.MainNavigationTable { height:30px;
						padding-top: 0px;
						padding-bottom: 16px;}
					
					#AboutDD {
							Z-INDEX: 100;
							background-color: #6699FF;
							LEFT: 97px;
							width: 215px;
							VISIBILITY: hidden;
							overflow: visible;
							POSITION: absolute;
							TOP: 287px;
							border-top: none;
							border-bottom: none;
							border-left: 1px dotted #CCCCCC;
							border-right: 1px dotted #CCCCCC;
					}
					
					#MembershipDD {
							Z-INDEX: 100;
							background-color: #6699FF;
							LEFT: 167px;
							width: 201px;
							VISIBILITY: hidden;
							overflow: visible;
							POSITION: absolute;
							TOP: 287px;
							border-top: none;
							border-bottom: none;
							border-left: 1px dotted #CCCCCC;
							border-right: 1px dotted #CCCCCC;
					}

					#ClubsDD {
							Z-INDEX: 100;
							background-color: #6699FF;
							LEFT: 273px;
							width: 158px;
							VISIBILITY: hidden;
							overflow: visible;
							POSITION: absolute;
							TOP: 287px;
							border-top: none;
							border-bottom: none;
							border-left: 1px dotted #CCCCCC;
							border-right: 1px dotted #CCCCCC;
					}
					
					#FixturesDD {
							Z-INDEX: 100;
							background-color: #6699FF;
							LEFT: 342px;
							width: 220px;
							VISIBILITY: hidden;
							overflow: visible;
							POSITION: absolute;
							TOP: 287px;
							border-top: none;
							border-bottom: none;
							border-left: 1px dotted #CCCCCC;
							border-right: 1px dotted #CCCCCC;
					}
					
					#RulesRegsDD {
							Z-INDEX: 100;
							background-color: #6699FF;
							LEFT: 424px;
							width: 168px;
							VISIBILITY: hidden;
							overflow: visible;
							POSITION: absolute;
							TOP: 287px;
							border-top: none;
							border-bottom: none;
							border-left: 1px dotted #CCCCCC;
							border-right: 1px dotted #CCCCCC;
					}
					
					#InsuranceDD {
							Z-INDEX: 100;
							background-color: #6699FF;
							LEFT: 536px;
							width: 200px;
							VISIBILITY: hidden;
							overflow: visible;
							POSITION: absolute;
							TOP: 287px;
							border-top: none;
							border-bottom: none;
							border-left: 1px dotted #CCCCCC;
							border-right: 1px dotted #CCCCCC;
					}
					
					#ClassifiedsDD {
							Z-INDEX: 100;
							background-color: #6699FF;
							LEFT: 749px;
							width: 214px;
							VISIBILITY: hidden;
							overflow: visible;
							POSITION: absolute;
							TOP: 287px;
							border-top: none;
							border-bottom: none;
							border-left: 1px dotted #CCCCCC;
							border-right: 1px dotted #CCCCCC;
					}

					#EnglandTeamDD {
							Z-INDEX: 100;
							background-color: #6699FF;
							LEFT: 628px;
							width: 214px;
							VISIBILITY: hidden;
							overflow: visible;
							POSITION: absolute;
							TOP: 287px;
							border-top: none;
							border-bottom: none;
							border-left: 1px dotted #CCCCCC;
							border-right: 1px dotted #CCCCCC;
					}
					
/* 2006 Navigation styles  :  END */









/* HPA specific styles */

BODY {
	margin:0px;
	background-color: #CCCCCC;
	color: #000000;
	font-size : 8pt;
	line-height: 16pt;
	font-family : Verdana,Arial,Helvetica;
	}

H1 {color: #000000;
       font-size: 12pt;
       font-weight: bold;
       line-height: 16pt;
      }	
	
H2 {color: #000000;
       font-size: 10pt;
       font-weight: bold;
       line-height: 16pt;
	   padding-top: 20px;
      }

	
H3 {color: #6699FF;
       font-size: 10pt;
       font-weight: bold;
       line-height: 16pt;
      }	  
	  
TD,UL,P		{
	background-color: none;
	/*	color : #000000;  */
	font-size : 8pt;
	/*	line-height: 12pt; */
	font-family : Verdana,Arial,Helvetica;
	}	
	
/*	OL altered by Mike Padgett 03-06-2004  */

UL	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	background-color: none;
	font-size : 8pt;
	font-family : Verdana,Arial,Helvetica;
}

INPUT, SELECT, TEXTAREA, OPTION  {	
	border: 1px solid #CCCCCC;
	color: #999999;
	font-size: 8pt;
} 	

/* form classes */
.onPageFormElement {
	border: 1px solid #EFF2DB;
	font-size: 8pt;
}

.formButton {
	border: 2px solid #EFF2DB;
	font-size: 8pt;
	background-color: #EFF2DB;
	color: #FFFFFF;
}



/* content layout classes */

.Layout1ContentTable {	width: 955px;
						border: none;
						}
	.Layout1ContentTableTD1	{	width: 570px;
								border-bottom: 1px dotted #CCCCCC;
								padding: 15px;
								vertical-align: top;
								line-height: 16pt;
							}
	.Layout1ContentTableTD2	{
	width: 570px;
	border: 1px dotted #CCCCCC;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}											
	.Layout1ContentTableTD3	{	width: 354px;
								border-left: 1px dotted #CCCCCC;
								padding: 0px;
								vertical-align: top;
								
							}

							

.Layout2ContentTable {	width: 955px;
						border: none;
						height: 100%;
						}
	.Layout2ContentTableTD1	{	width: 955px;
								border-bottom: 1px dotted #CCCCCC;
								padding: 15px;
								vertical-align: top;
								line-height: 16pt;
							}
	.Layout2ContentTableTD2	{
	width: 955px;
	border: none;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}


.Layout3ContentTable {	width: 955px;
						border: none;
						height: 100%;
						}
	.Layout3ContentTableTD1	{	width: 570px;
								height: 70px;
								border-bottom: 1px dotted #CCCCCC;
								padding: 15px;
								vertical-align: top;
								line-height: 16pt;
							}
	.Layout3ContentTableTD2	{
	width: 570px;
	/* border: 1px dotted #CCCCCC;*/
	padding: 15px;
	vertical-align: top;
}											
	.Layout3ContentTableTD3	{	width: 354px;
								height: 70px;
								text-align: center;
								border-left: 1px dotted #CCCCCC;
								border-bottom: 1px dotted #CCCCCC;
								padding: 0px;
								vertical-align: top;
							}
	.Layout3ContentTableTD4	{	width: 354px;
								border-left: 1px dotted #CCCCCC;
								padding: 0px;
								vertical-align: top;
							}
	


.Layout4ContentTable {	width: 955px;
						border: none;
						height: 100%;
						}
	.Layout4ContentTableTD1	{	width: 555px;
								border-bottom: 1px dotted #CCCCCC;
								padding-top: 15px;
								padding-bottom: 15px;
								padding-right: 30px;
								padding-left: 15px;
								vertical-align: top;
								line-height: 16pt;
							}
									
	.Layout4ContentTableTD2	{	width: 354px;
								border-left: 1px dotted #CCCCCC;
								padding: 0px;
								vertical-align: top;
							}

.Layout5ContentTable {	width: 955px;
						border: none;
						height: 100%;
						}
	.Layout5ContentTableTD1	{	width: 570px;
								border-bottom: 1px dotted #CCCCCC;
								padding: 15px;
								vertical-align: top;
								line-height: 16pt;
							}
	.Layout5ContentTableTD2	{
	width: 570px;
	border: 1px dotted #CCCCCC;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}											
	.Layout5ContentTableTD3	{	width: 354px;
								border-left: 1px dotted #CCCCCC;
								padding: 0px;
								vertical-align: top;
							}

						
		

/* text classes */
.contentHeading1 {color: #333333; font-weight: bold; font-size: 12pt;line-height: 18pt;}	
.contentHeading2 {color: #333333; font-weight: bold; font-size: 8pt;line-height: 12pt;}	
.contentCopy {color: #333333; font-size: 8pt;}
.smallText {color: #333333; font-size: 7pt;}
.copyrightText {color: #999999; font-size: 8pt;}
	

/* block colour classes */
.blackCell {background-color:#000000;}
.whiteCell {background-color:#FFFFFF;}
.greyDBD7D5Cell {background-color: #DBD7D5;}
.redFF2B15Cell {background-color: #FF2B15; color: #FFFFFF;}
.greyEFF2DBCell {background-color: #EFF2DB;}
.darkgrey0E0E0ECell {background-color: #0E0E0E}

/* coloured cells referencing top bar blues */
.paleBlueCell {background-color:#BE1F1FF}
.midBlueCell {background-color:#92DBFF}
.darkBlueCell {background-color:#6699FF}
.hpaBlueCell {background-color:#6699FF}
.yellowCell {background-color:#FFFFCD}


/* text colour classes */
.blackText {color:#000000;}
.whiteText {color:#FFFFFF;}
.greyDBD7D5Text {color: #DBD7D5;}
.redFF2B15Text {color: #FF2B15;}
.greyEFF2DBText {color: #EFF2DB;}
.rightColumnNewsPostedDate {font-size: 9px; color: #999999}

/* small text colour classes */
.blackTextSmall {color:#000000;font-size: 7pt;}
.whiteTextSmall {color:#FFFFFF;font-size: 7pt;}
.greyDBD7D5TextSmall {color: #DBD7D5;font-size: 7pt;}
.redFF2B15TextSmall {color: #FF2B15;font-size: 7pt;}
.greyEFF2DBTextSmall {color: #EFF2DB;font-size: 7pt;}


/* Link classes start */

A:link {color: #6699FF;	text-decoration : none;}
A:visited {color: #6699FF; text-decoration : none;}
A:hover {color: #92DBFF; text-decoration : none;}
A:active {color: #6699FF; text-decoration : none;}

A.topMenuLink:link {color: #999999; font-size: 8pt; text-decoration : none;}
A.topMenuLink:visited {color: #999999; font-size: 8pt; text-decoration : none;}
A.topMenuLink:hover {color: #FF2B15;	font-size: 8pt; text-decoration : none;}
A.topMenuLink:active {color: #999999; font-size: 8pt; text-decoration : none;}

A.leftMenuLink:link {color: #333333; font-size: 8pt; text-decoration : none;}
A.leftMenuLink:visited {color: #333333; font-size: 8pt; text-decoration : none;}
A.leftMenuLink:hover {color: #FF2B15;	font-size: 8pt; text-decoration : none;}
A.leftMenuLink:active {color: #333333; font-size: 8pt; text-decoration : none;}

A.mainNavigationLink:link {color: #ffffff; font-size: 8pt; text-decoration : none;}
A.mainNavigationLink:visited {color: #ffffff; font-size: 8pt; text-decoration : none;}
A.mainNavigationLink:hover {color: #ffffff;	font-size: 8pt; text-decoration : none;}
A.mainNavigationLink:active {color: #ffffff; font-size: 8pt; text-decoration : none;}

A.ddLink:link {color: #ffffff; font-size: 8pt; text-decoration : none;}
A.ddLink:visited {color: #ffffff; font-size: 8pt; text-decoration : none;}
A.ddLink:hover {color: #FEEFAC;	font-size: 8pt; text-decoration : none;}
A.ddLink:active {color: #ffffff; font-size: 8pt; text-decoration : none;}

A.masterTableFooterLink:link {color: #6699FF; text-decoration : none;}
A.masterTableFooterLink:visited {color: #6699FF; font-size: 8pt; text-decoration : none;}
A.masterTableFooterLink:hover {color: #999999;	font-size: 8pt;	text-decoration : none;}
A.masterTableFooterLink:active {color: #6699FF; font-size: 8pt; text-decoration : none;}

A.legalLink:link {color: #999999; text-decoration : none;}
A.legalLink:visited {color: #999999; text-decoration : none;}
A.legalLink:hover {color: #333333; text-decoration : none;}
A.legalLink:active {color: #999999; text-decoration : none;}


A.rightColumnNewsLink:link {color: #000000; text-decoration : none;}
A.rightColumnNewsLink:visited {color: #000000; text-decoration : none;}
A.rightColumnNewsLink:hover {color: #999999; text-decoration : none;}
A.rightColumnNewsLink:active {color: #000000; text-decoration : none;}

/* Link classes end */


/* Custom classes - Mike Padgett 04 June 2004 - start */

.masterTable {
	border: 0px;
	background-color: #FFFFFF;
}

	.masterTableHeader {
		background-color: #6699FF;
		/*height: 203px;*/
	}
			
		.salutationTable {
			background-color: #ffffcd;
			border-bottom: 1px solid #6699ff;
		}
			
	.masterTableBody {
		background-color: #ffffff;
		
	}
	

	.masterTableBodyWatermark {
		background-color: #ffffff;
		background-image:url('../images/bg_top.gif');
		background-repeat:no-repeat;
		background-position:bottom right;
		background-attachment:fixed;
		
	}

	.salutationTableLeft {
		padding-left:10px;
		padding-right:10px;
	}
	
	.salutationTableRight {
		padding-left:10px;
		padding-right:10px;
	}
	
		.suppLinksHead {
			background-color: #ffffcd;
			border-left: 1px solid #6699FF;
			border-top: 1px solid #6699FF;
			text-align:right;
			height: 19px;
		}
		
		.suppLinksBody {
			background-color: #ffffcd;
			border-left: 1px solid #6699FF;
			border-right: 1px solid #6699FF;
			border-bottom: 1px solid #6699FF;
			padding-left:8px;
			padding-right:8px;
			padding-bottom:8px;
		}
	
	.content {
		padding-right:10px;
	}
	
		.newsBody {
			background-color: #ffffcd;
			border-left: 1px solid #6699FF;
			border-top: 1px solid #6699FF;
			border-bottom: 1px solid #6699FF;
		}
	
	.masterTableFooter {
		background-color: #6699FF;
		background-image: url('../images/bg.gif');
		background-repeat:repeat-x;
		font: normal 9px verdana,arial,helvetica;
		color: #ffffcd;
	}
	
	.headline {
		font-size: 11px;
		font-weight: bold;
		color: #6699FF;
	}

.imageBorder {
border: 1px solid #6699ff;
}

.dropdownItem {
	padding:4px;
	background-color: #6699FF;
}

.divider {
	background-color: #ffffcc;
}

a.dropdownLink:link {font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none;}
a.dropdownLink:visited {font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none;}
a.dropdownLink:hover {font-size: 10px; color: #16288B; font-weight: bold; text-decoration: none;}
a.dropdownLink:active {font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none;}

a.menu:link {font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}
a.menu:visited {font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}
a.menu:hover {font-size: 12px; color: #16288B; font-weight: bold; text-decoration: none;}
a.menu:active {font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}

.watermarkBase {
	background-color: #ffffff;
	background-image:url('../images/bg_base.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:fixed;
}

.inlineMatrix {
	border
}

.inlineMatrixHeader {
	border: 1px solid #6699ff;
	padding:5px;
	color: #6699ff;
	background-color: #ffffcd;
}

.inlineMatrixBody {
	border: 1px solid #6699ff;
	padding: 5px;
}

.switchcontent {
	margin: 10px;
	padding: 5px;
	background-color: #FFFFF2;
	border: 1px solid #E6EEFF;
	overflow: visiable;
}

.featureVacancy {
	border: 1px solid #0066FF;
	background-color: #ffffcd;
	padding: 5px;
}	

.booksTable	{
	width: 100%;
	margin: 10px;
	padding: 5px;
	background-color: #FFFFF2;
	border: 1px solid #E6EEFF;
	overflow: visible;
}

/* Custom classes - Mike Padgett 04 June 2004 - end */


/* CALENDAR STYLES start */

	td.cal{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FFFFFF;
	  background-color : #6699FF;
	}
	select.month{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FFFFFF;
	  width : 85px;
	}
	input.year{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FFFFFF;
	  width : 30px;
	}
	td.calDaysColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #6699FF;
	}
	td.calWeekend {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #52ADFF;
	}
	td.calBgColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #6699FF;
	}
	.calBorderColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #6699FF;
	}
	td.calHighlightColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #6699FF;
	  background-color : #92DBFF;
	}
	A.cal {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FFFFFF;
	  text-decoration : none;
	}  
	A.cal:Hover {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FFFFFF;
	  text-decoration : none;
	} 
	A.cal:Visited {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FFFFFF;
	  text-decoration : none;
	} 
	A.cal:Active {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FFFFFF;
	  text-decoration : none;
	} 
	.disabled {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #808080;
	  text-decoration : none;
	}  
	.MemberTypeFullUnpaid
	{
		color: #666666;	
	}
	.MemberTypeTemp
	{
		color: #000000;	
	}
	.FullPaidMember
	{
		color: #000000;
		font-weight: bold;
	}
	
	.CalendarTable{
		TEXT-ALIGN: CENTER;
		FONT-SIZE: 12px;
		BACKGROUND-COLOR: #ffffff;
	}
	.Calendar{
		CURSOR: HAND;
	}
	.calendarTd {
		text-align: center;
		padding: 5px;
	}

 /* CALENDAR STYLES end */
