/* minorPortal.css -- for "minor portal" pages with multiple links
 * elsewhere at the site but without rails to group images and links */
/* **** precondition: preceded by main.css ****/
/* Main difference between majorPortal and minorPortal is that a
 * minor portal won't have a right-side link rail */
/* @msr, 2004-01-19 */ 
/* print version, 2004-01-27 */
/* redesign, 2006-05-25 */
/* moved h2.subHead to main.css; otherwise, no changes to this 
 * stylesheet in 2008-08-08 redesign */

/* this set of additions comprises the major (unique) page layout elements */

 #topHeading {
	position: static; 
	top: 0px; left: 0%;
	clear: both;
	margin-left: 10px;	/* print version only, 2006-05-25 */
	}

 #imageRail {
	float: left;
	width: 120px;
	margin-top: 12px; margin-bottom: 20px;
	margin-right: 40px;
	}

/* use either of the mainText divs but not both */
 #mainText {
	margin-top: 12px; margin-bottom: 20px;
	/* below added 2006-05-25 */
 	margin-right: 10px;
	margin-left: 10px;
	width: 84%; 
	padding-left: 15px;	/* was 10px; 2006-05-25 */
	padding-right: 15px; 
	padding-bottom: 10px;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	} 
/* make #mainText wider for the nospam pages. Preconditions:
 * (1) body.nospam has been defined in main.css
 * (2) #mainText has been defined above this point
 * 2006-05-25 redesign */
 body.nospam #mainText {
	width: 95%;
	}

/* precondition for 2Rail: images in left rail (imageRail) <= 115px */
/* #mainText2Rail overriden/overloaded in /mo/hist/histlog.html */
 #mainTextWithRail {
	margin-top: 12px; margin-bottom: 20px;
	margin-left: 10px; margin-right: 10px;
	width: 30%; 		/* may require customization */
	padding-left: 15px;	/* was 10px; 2006-05-25 */
	padding-right: 15px;
	padding-bottom: 10px;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	}

 #linkRail {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	}

/* end of unique page layout elements */
/* any other elements unique to a minor portal should follow */

/* elements primarily for boxes */

/* elements for the main text block */

/* elements for controlling link appearance */

/* elements for image layout and padding */

/* list classes */

/* character-only classes */

/* for the generated index pages; overrides cSuppl font choice */
 #timedate {		/* 2008-08-08 */
        font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	}

/* end minorPortal.css */
