/* 2007-07-20, bsweeney@aaas.org: I added, modified, and removed style declarations 
to accommodate changes made to the structure of the HTML documents, to make style 
declarations more efficient, and to clarify selector names (classes and IDs). */

/* Style declarations generic to all of BOL */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}

h1 {
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-size: 175%;
	font-weight: bold;
}

h3 {
	font-size: 150%;
	font-weight: bold;
}

h4 {
	font-size: 135%;
	font-weight: bold;
}

h5 {
	font-size: 120%;
	font-weight: bold;
}

h6 {
	font-size: 115%;
	font-weight: bold;
}

.sectiontext > p, blockquote > p {
	line-height: 1.35em;
}

sub, sup {
	line-height: .25em;
	font-size: .75em;
	font-weight: normal;
}

ul li {
	margin: 1.75em auto;
}

ul.nomargin li, ul.nomargin p {
	margin: .25em auto;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

blockquote {
	font-style: italic;
	margin: 2em 3em;
	padding: .5em;
	background-color: #fafafa;
	border: 3px double #cccccc;
}

blockquote .sourceRef {
	float: right;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: .25em;
	margin: 0em 1em;
}

table.subnav h3, table.subnav h4 {
	margin: 0em .5em 0em 0em;
}

table.subnav img {
	margin: 0em .15em;
}

#bolContent {
	width: 760px;
	margin: 1em auto;
	min-height: 20em;
}

#bolFoot {
	width: 760px;
	margin: 3em auto 1em;
	text-align: center;
}

#bolHead {
	width: 650px;
	margin: 0em auto;
	padding: .25em;
}

.dropCapRed::first-letter {
	font-size: 125%;
	color: #cc0000;
}

.error {
	margin: 1em 2em;
	font-size: 125%;
}

.sourceInfo {
	margin: -.75em 1em 1em 1em;
}

/* Style declarations for the table of contents */
#TOC {
	width: 750px;
	color: #003399;
}
#TOC a {
	text-decoration: none;
	color: #003399;
}
#TOC a:hover {
	text-decoration: underline;
}

.TOCIntro {
	text-align: center;
	font-size: 115%;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing:5px;		
}

.TOCPlain {
	text-align: center;
	padding: .5em;
	margin: 2em;
}

.TOCHead {
	background-image: url(../graphics/bolgradline.jpg);
	background-color: #CC0000;
	text-align: center;
	margin: 10px 0px;
	padding: .5em;
	color: #ffffff;
	letter-spacing:3px;
}

.TOCContent {
	margin: 0em;
	padding: 0em;
	background-color: #FFFF99;
}

.TOCContentHead {
	background-image: url(../graphics/bolgradline.jpg);
	background-color: #CC0000;
	text-align: center;
	margin: 10px 0px;
	padding: .5em;
	color: #ffffff;
	letter-spacing: 20px;
}
#TOC .TOCContentHead a {
	color: #ffffff;
}
#TOC .TOCContentHead > a:hover {
	text-decoration: none;
}

.TOCChapters {
	width: 70%;
	margin: auto;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing: 1px;
	
	-moz-column-count: 2;
	-moz-column-gap: 4em;
	-webkit-column-count: 2;
	-webkit-column-gap: 4em;
	
	column-count: 2;
	column-gap: 4em;
}
.TOCChapters p {
	margin: .25em;
}

/* The Multi-Column List numbering formatting needs to be set up according to 
the style applied to the container. */
.TOCChapters.mclList .mclOLBullet {
	 margin-top: .25em;
}

/* Style declarations for the chapters */
.chapterNav {
	font-weight: bold;
	margin: 1em 3em;
	padding: 0em;
}

.chapterNav li ol {
	display: block;
	margin: .25em 0em .5em 0em;
	padding: 0em;
}

.chapterNav li ol li {
	display: inline;
	border-left: 1px solid black;
	margin: 0em;
	padding: 0em;
	white-space: nowrap;
}

.chapterNav li:first-child {
	border-left: none;
}

.sectiontext {
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 2em;
}

/* For the chapter listing in the research base section */
#rbChapterList {
	width: 72%;
	margin: .5em auto;
	font-variant:small-caps;
	letter-spacing: 1px;
	
	-moz-column-count: 2;
	-moz-column-gap: 4em;
	
	column-count: 2;
	column-gap: 4em;
}

.chapterNav #rbChapterList {
	margin: .5em;
}

.chapterNav #rbChapterList li {
	border: none;
	display: list-item;
	font-weight: normal;
	white-space: normal;
}


/* Style declarations for the benchmark statements in tabbed form */
.goaltext.tabbed {
	margin-top: 0em;
	margin-bottom: 1.5em;
}

.goaltext.tabbed h5 {
	display: none;
}

.goaltext.tabbed .gTabs {
	margin-bottom: 0em;
	text-align: center;
	padding-left: 75px;
}

.goaltext.tabbed .gTabs .infoBtn {
	width: 30px;
	text-align: center;
	margin-left: 75px;
}

.goaltext.tabbed .bolcurrent, .goaltext.tabbed .bolclassic {
	margin-left: 5%;
	margin-right: 5%;
	padding: .75em 1.5em;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	border-radius: 15px;
}

.goaltext.tabbed .bolcurrent > p, .goaltext.tabbed .bolclassic > p {
	font-weight: bold;
}

.goaltext.tabbed .bolcurrent {
	background-color: #ffe4ae;
}

.goaltext.tabbed .bolclassic {
	background-color: #fee88d;
}

.hidetab {
	display: none;
}

/* Styles for rounded corners for IE */
.goaltext.tabbed .bolcurrent.roundedCorners, .goaltext.tabbed .bolclassic.roundedCorners {
	padding: 0px;
}

.goaltext.tabbed .roundedCorners div {
	zoom: 1;
}

.roundedCorners div div div {
	padding: .75em 1.5em;
}

.roundedCorners div div div p {
	font-weight: bold;
}

.roundedCorners {
	background-image: url(../graphics/bmGoalsTabs/rctl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.roundedCorners div {
	background-image: url(../graphics/bmGoalsTabs/rctr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.roundedCorners div div {
	background-image: url(../graphics/bmGoalsTabs/rcbl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.roundedCorners div div div {
	background-image: url(../graphics/bmGoalsTabs/rcbr.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* Styles for the version information box */
#versionInfo {
	font-size: 78%;
	border: 1px dashed #cccccc;
	padding: 0em;
	margin: 5em;
}
#versionInfo div {
	padding: .5em;
}
#versionInfo p {
	margin: 0em;
}
#versionInfo .bd p {
	margin: .5em;
}
#versionInfo.yui-overlay {
	background-color: #ffffff;
	border: 1px solid #000099;
}
.yui-overlay .hd {
	margin: 0em;
	background-color: #99ccff;
	font-weight: bold;
}
.yui-overlay .bd {
	padding:5px;
}
.yui overlay .ft {
	padding:5px;
}
#versionInfo .closeBtn {
	display: block;
	float: right;
}

/* For the references areas */
.refAlphaList {
	text-align: center;
}

/* For "Also See" */
.relatedBM {
	width: 750px;
}

.relatedBM h2 {
	padding: .25em;
	font-size: 135%;
	color: #ffffff;
	letter-spacing: .25em;
	background-image: url(../graphics/bolgradline.jpg);
}

.relatedBM p {
	margin: .25em 0em;
	padding: 0em 0em 0em .5em;
}

.relatedInfo {
	padding: 0em 0em 0em 2.5em;
	margin: 0em;
	color:#000066;
}
.relatedInfo dt {
	font-size: 96%;
	color:#000066;
	margin-top: 1.5em;
}
.relatedInfo dd {
	font-size: 90%;
	color:#000066;
	margin-top: .5em;
}

/* For the search form */
#searchOptions.optionsOff {
	margin: 0em;
}

#searchOptions > p {
	margin: 0em;
	text-align: center;
}

#searchOptions.optionsOff table {
	display: none;
}

#searchOptions.optionsOn {
	border: 1px dashed #666666;
}

#searchOptions.optionsOn table {
	border-top: 1px solid #cccccc;
}

.searchFulltext {
	display: inline;
}




/* Other declarations ... needs cleaning */
.section li {
	font-weight: bold;
}

.section ol li {
	list-style-type: none;
	font-weight: normal; 
}

.HL2 {
	font-size: 125%;
	color:#000000;
	font-weight:bold;
}

.HL3 {
	color:#000000;
	font-weight:bold;
}

.tabPos {
	vertical-align:bottom;
}

.subtext {
	font-size: 80%;
}
.submenu_P {
	color:#F0C000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
	font-weight: normal;
	margin-left: 1em;	
	margin-right: 1em;
}
.submenu_E {
	color:#FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
	font-weight: normal;
	margin-left: 1em;	
	margin-right: 1em;
}
.submenu_M {
	color:#FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
	font-weight: normal;
	margin-left: 1em;	
	margin-right: 1em;
}
.submenu_H {
	color:#CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
	font-weight: normal;
	margin-left: 1em;	
	margin-right: 1em;
}
.submenu_P:hover { text-decoration:underline; }
.submenu_E:hover { text-decoration:underline; }
.submenu_M:hover { text-decoration:underline; }
.submenu_H:hover { text-decoration:underline; }
.grades_P {
	color: #F0C000;
	text-align: left;
	font-size: 88%;	
	font-weight: bold;
}
.grades_E {
	color:#FF9900;
	text-align:left;
	font-size: 88%;	
	font-weight:bold;
}
.grades_M {
	color:#FF6600;
	text-align:left;
	font-size: 88%;	
	font-weight:bold;
}
.grades_H {
	color:#CC0000;
	text-align:left;
	font-size: 88%;	
	font-weight:bold;	
}
.versionBox {
	font-size:10px;
	color:#000000;
	background-color:#FFFFCC;
	border:#000000;
	border:solid;
	border-width:thin;
	padding:8px;
	width:550px;
	height:13.5em;	

}
div.findings_content	{
	margin-left: 5%;
	margin-right: 5%;
}
.goalTabs {
	margin-left: 5%;
	margin-right: 5%;
}
.hiliteGoals {
	background-image: url(../graphics/other/hlGoals.png)
}
.hiliteKeys {
	background-image: url(../graphics/other/hlKeys.png)
}
.searchInfo {
	line-height: normal;
}
.searchInfo a {
	color: #000099;
}

.bmnotes {
	font-size: 88%;
	color: #999999;
	font-style: italic;
}
.bmnotes a {
	color: #999999;
}