@charset "UTF-8";/*
Filename	index.css  |  formerly `join_member.css`
Held in		{site root}/join/member/style   |  formerly {site root}/style/2014
Use in		{site root}/join/member/index.html
Updated
	2024-08-03	u  file name, held in, use in
							u	 #fees th, #fees td: padding: from "0.5em" to "0.5em 0.33em"
	2022-12-19	u  reviewed all rules; u table#fees column widths
*/
#pageHeader table			{height:auto;max-height:114px}
#pageHeader table tr td		{height:auto}
#pageHeader .middle > div	{padding:0 5px}

#toc {margin:1em auto 0;text-align:center}

/* The fees Table */
#fees {
	font-size:85%;
	font-family:Arial,Helvetica,Swiss,Verdana,sans-serif;
	max-width:46.25em;
	margin:0 auto;
	margin-top:0.5em;
	border-collapse:collapse;border-spacing:0;	/* repeats generic table rules in common.css but are here for a specific table */
	border:1px solid gray;
	}
#fees th, #fees td {
	padding:0.5em 0.33em;
	vertical-align:top;
	border:0;
	}
#hr2 th {vertical-align:middle}

#fees th {text-align:left}
#fees td {text-align:left}
#fees .h4, #fees .h24, #fees .h25 {text-align:center}
#fees .d4, #fees .d5 {text-align:center}

.h1  {width: 4.4em}	/* was 5em */
.h2  {width: 5.2em} /* was 5.25 em */
.h3  {width:12.0em}
.h45 {width:12.0em}
.h4  {width: 7.5em}
.h5  {width: 4.5em}
/* Total w: 45.6em		 was 46.25em */
/*	#fees th, #fees td {border:1px solid gray}  for testing */
.h45, #hr2 th {border-bottom:2px solid gray}
/* end The Fees Table */

h4				{margin-left:1em;}
a.uL {text-decoration:underline} /* also in common.css as of 19 Dec 2022 */