/* World Population Balance css Copyright 2010 
 *
 * Elbel Consulting Services, LLC.
 *
 * This css is used for the Understanding Exponential Growth "bacteria" series
 * that is presented as static html pages. Note that the series is also available
 * in a Drupal book, but that version is disabled on the website.
 *
 */


body {
	margin: 0;
	padding: 0;
	background-color: #534E48; /*  #5E5D56; #D1CEC3; #DDDBD3; #DFDCD1;  #F2ECD4;  #F2ECD4; */
	background-image:url(../images/background_tutorial.jpg); background-repeat: repeat;
	font-size: 100%; /* fix IE */
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	color: #752022; /* color: #381E00; */
	font-weight: 600;
}

a:link     { color: #B8444C; text-decoration: none; }
a:visited  { color: #B8444C; text-decoration: none; }
a:hover    { color: #CC2934; text-decoration: underline; }
a:active   { color: #B8444C; text-decoration: none; }

div#uegBanner {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #bd3216;
	margin: 6px 10px 4px 10px;
	padding: 0;
}
#uegBannerLine1 {
	color: #ffffff; /* #bd3216; */
	font-size: 12px;
	letter-spacing: 2px;
}
#uegBannerLine2 {
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 1px;
}
#uegBannerLine3 {
	color: #ffffff;
	font-size: 10px;
}
div#uegBanner a:link    { color: #ffffff; text-decoration: none; }
div#uegBanner a:visited { color: #ffffff; text-decoration: none; }
div#uegBanner a:hover   { color: #FFED7A; text-decoration: underline; }
div#uegBanner a:active  { color: #ffffff; text-decoration: none; }

table#uegOuterContainer {
	width: 760px;
	margin:  0;
	padding: 0;
	border: 2px solid #999999;
}
table#uegInnerContainer {
	width: 100%;
	margin: 0;
	padding: 50px 50px 15px 50px;
	text-align: left;
	line-height: 1.3em;
	background-color: #ffffff;
	background-image: url(../images/background_bacteria_top_left_border.gif); background-repeat: no-repeat;
	border: 3px solid #C35040;
}
#uegPanelBody {
	min-height: 360px; /* min height */
}
#uegMainContent h1 {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #982A2C;
	font-size:   1.4em;
	line-height: 1.4em;
	margin-top:  0;
	margin-bottom: 1em;
	text-align: center;
}
#uegMainContent img {
	border: 0;
}
.uegImageRight {
	margin: 0 0 0 30px;
	padding: 0;
	border: 0;
	float: right;
}

.uegClearBoth {
	clear: both;
}

#uegNavLinks {
	margin: 30px 0px 0 0px;
	padding: 0;
}
#uegNavLinksLeft {
	margin-left: 120px;
}
#uegNavLinksRight {
	float: right;
	margin-right: 120px;
}
#uegNavLinksSingleItem {
	margin-left: 120px;
}
#uegNavLinks img.navArrow {
	vertical-align:  middle;
}
#uegBottomNav {
	margin-top: 20px;
	font-size: .75em;
}
#uegNavLinks a:link    { color: #7A6A6A; text-decoration: none; }
#uegNavLinks a:visited { color: #7A6A6A; text-decoration: none; }
#uegNavLinks a:hover   { color: #CC2934; text-decoration: underline; }
#uegNavLinks a:active  { color: #7A6A6A; text-decoration: none; }


.uegQuestionBoxIndent {
	margin-left: 120px;
	font-size: 1.75em;
	font-weight: 600;
}
.uegQuestionTextIndent {
	margin-left: 30px;
	font-size: 1.3em;
	line-height: 2em;
	font-weight: 600;
}

.uegDataTable {
	font-family: "Courier New, Courier, mono";
	font-size: .9em;
}
.uegQuote {
	width: 550px;
	max-width: 550px;
	border: 1px solid #eeeeee;
	margin: 1.5em 0 .2em 2em;
	padding: 16px 24px 0px 24px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #982A2C;
	text-align: justify;
	font-style: italic;
	background-image:url(../images/background_quote.jpg); background-repeat:no-repeat;
}
.uegQuoteBy {
	margin: 1em 3em 1em 5em;
	font-size: 0.9em;
	color: #7D4546;
	font-style: normal;
}
img.uegPhoto  {
	border: 1px solid #cccccc !important;
}


.uegLarge    { font-size: 1.1em; }
.uegLarger   { font-size: 1.2em; }
.uegLargest  { font-size: 1.3em; }
.uegSmall    { font-size: .9em; }
.uegSmaller  { font-size: .8em; }
.uegSmallest { font-size: .7em; }

#uegFootnotes {
	margin: 20px 0 0 0;
	font-size: .6em;
	text-align: center;
	line-height: 1.2em;
}
