/* 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 */
/* redesign, 2006-05-25 */
/* moved h2.subHead to main.css; otherwise, no changes to this 
 * stylesheet in 2008-08-08 redesign */
/* removed all but column-separating borders, 2014-03-30 */

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

 #topHeading {
	position: static; 
	top: 0px; left: 2%;
	padding-left: 20px;	/* 2014-03-30 */
	}

/* #imageRail overriden/overloaded in /mo/hist/histlog.html */
 #imageRail {
	clear: both;
	float: left;
	margin-top: 0px;	/* 2006-05-25 */
	margin-bottom: 20px;
	left: 2%;  right: 87%;
	width: 10%;	/* IE */
	}

/* use either of the mainText divs but not both */
 #mainText {
	float: left;
	margin-top: 0px;	/* 2006-05-25 */
	margin-bottom: 20px;
	left: 1%; right: 2%;
	/* below added 2006-05-25 */
 	margin-right: 10px;
	margin-left: 10px;	/* 2006-05-25 */
	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 */
/* remove all but column-separating borders, 2014-03-30 */
 #mainTextWithRail {
	/* position: absolute; */
	float: left;
	margin-top: 0px;	/* 2006-05-25 */
	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 {
	float: left;
	margin-top: 0px;	/* 2006-05-25 */
	margin-bottom: 20px;
	padding-left: 4px;	/* 2014-03-30 */
	width: 23%; 	/* change from 20%; 2006-05-25 */
	border-left: 1px solid #AAAAAA;  /* 2014-03-30 */
	}

/* 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 */

/* heading-like elements for result sets in the "links" series of scripts */
/* one for each type of result set -- not in print version */
/* 2005-08-24 */
/* currently NOT synchronized with pseudo-headings for result sets
 * specified in queryResult.css; this may change in the future,
 * 2006-05-25 */
/* removed borders and background colors, 2014-03-30 */
/* make left padding 20px (from 4px), 2014-03-30 */
 h2.category { 
	/* background-color: #AAEEAA; */ 	/* color changes, 2006-05-25 */
	color: #007B00;  /* green of Interstate shield */
	font-size: 128%;
	/* border: 1px solid #AAAAAA; */	/* 2006-05-25 */
	padding: 3px 2px 2px 0px;
	margin-top: 12px; margin-bottom: 2px;
	width: 64%;
	}

 h2.NMcategory { 
	/* background-color: #FFFFAA; */  /* yellow; changed from
				       #FFFF00, 2006-05-25 */
	color: #A20000;      	    /* darker red */
	/* border: 1px solid #CC0000; */  /* red */ /* 2005-08-28 */
				    /* changed from 2px, 2006-05-25 */
	font-size: 128%;
	padding: 3px 2px 2px 20px;	/* left padding [20px] overridden in /nm/main/index.html, 2014-03-30 */
	margin-top: 12px; margin-bottom: 2px;
	width: 64%;
	}
/* this class was in /css/mo/minorPortal.css as h2.category */
/* added body.default, 2008-08-15 */
 h2.MOcategory, body.mo h2.category, body.default h2.category { 
	/* background-color: #FFFFAA; */	/* color changes, 2006-05-25 */
	/* color: black; */
	color: #A8A844;	/* 2014-03-30 */
	font-size: 128%;
	/* border: 1px solid #AAAAAA; */	/* 2006-05-25 */
	padding: 3px 2px 2px 20px;	/* left padding overridden in /mo/main/index.html, 2014-03-30 */
	margin-top: 12px; margin-bottom: 2px;
	width: 64%;
	}
/* this class was in /css/default/minorPortal.css as h2.category */
/* body.ca h2.CAcategory was required to fully override the h2
 * definition in main.css created by body.ca h2 (specifically,
 * needing to override the green border-bottom), 2006-05-25	*/
 h2.CAcategory, body.ca h2.category,
		body.ca h2.CAcategory { 
	/* background-color: #AAEEAA; */	/* color changes, 2006-05-25 */
	color: #007B00;  /* green of Interstate shield */
	font-size: 128%;
	/* border: 1px solid #AAAAAA; */	/* 2006-05-25 */
	padding: 3px 2px 2px 20px;	/* left padding overridden in /ca/main/index.html, 2014-03-30 */
	margin-top: 12px; margin-bottom: 2px;
	width: 64%;
	}
 h2.UScategory { 
	/* background-color: #DDDDDD; */  /* color changes, 2006-05-25 */
	/* color: #000000; */      	    /* black */
	color: #707070;	/* 2014-03-30 */
	/* border: 1px solid #AAAAAA; */	/* 2006-05-25 */
	font-size: 128%;
	padding: 3px 2px 2px 20px;	/* left padding overridden in /us/main/index.html, 2014-03-30 */
	margin-top: 12px; margin-bottom: 2px;
	width: 64%;
	}

/* list classes */

/* character-only classes */

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

/* end minorPortal.css */
